@charset "UTF-8";

html {
  font-size: 100%;
  line-height: 1.5em;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: 'A+EqpB-游ゴシック体 Pr6N M', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #216a91;
  scroll-behavior: smooth;
}

body {
  background: #f8f8f8;
}

body.nav-open {
  position: fixed;
  height: 100vh;
  overflow: hidden !important;
}

.font-bold {
  font-family: 'A+EqpB-游ゴシック体 Pr6N B', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  width: 100%;
  height: 66px;
  position: relative;
  padding: 0 25px;
}

.header h1 {
  width: 40px;
  position: relative;
  padding-top: 25px;
  z-index: 1000;
}

.header h1 img {
  width: 100%;
}

.header .btn_toggle_nav {
  width: 66px;
  height: 66px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1000;
}

.header .btn_toggle_nav:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-7px, -1px);
  -ms-transform: translate(-7px, -1px);
  transform: translate(-7px, -1px);
  background: #216b92;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header .btn_toggle_nav .icon_hamburger:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-7px, -6px);
  -ms-transform: translate(-7px, -6px);
  transform: translate(-7px, -6px);
  background: #216b92;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header .btn_toggle_nav .icon_hamburger:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-7px, 4px);
  -ms-transform: translate(-7px, 4px);
  transform: translate(-7px, 4px);
  background: #216b92;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header .btn_toggle_nav.is-open {
  background: #216b92;
}

.header .btn_toggle_nav.is-open:before {
  opacity: 0;
}

.header .btn_toggle_nav.is-open .icon_hamburger:before {
  width: 22px;
  -webkit-transform: translate(-11px, 0px) rotate(45deg);
  -ms-transform: translate(-11px, 0px) rotate(45deg);
  transform: translate(-11px, 0px) rotate(45deg);
  background: #fff;
}

.header .btn_toggle_nav.is-open .icon_hamburger:after {
  width: 22px;
  -webkit-transform: translate(-11px, 0px) rotate(-45deg);
  -ms-transform: translate(-11px, 0px) rotate(-45deg);
  transform: translate(-11px, 0px) rotate(-45deg);
  background: #fff;
}

.header .header_nav {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 66px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
}

.header .header_nav .local_nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header .header_nav .local_nav__item {
  border-top: 1px solid #ddd;
}

.header .header_nav .local_nav__item a {
  display: block;
  padding: 30px 25px;
  font-size: 20px;
  color: #216a91;
  text-decoration: none;
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right_blue.png) no-repeat 93% center;
  background-size: 5px 8px;
}

.header .header_nav .local_nav__item a span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.bihada .bihada_section .section_title {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 25px;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: 1px solid #216a91;
}

.bihada .bihada_section .section_title .title_label {
  position: absolute;
  top: -25px;
  left: -10px;
}

.bihada .bihada_section .section_title .subtitle {
  display: block;
  font-size: 16px;
}

.bihada .bihada_section .section_title .subtitle .sup {
  position: relative;
  top: -5px;
  font-size: 10px;
}

.bihada .bihada_section .lead_text {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.75;
  color: #555;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bihada .bihada_section .lead_text span {
  display: block;
  font-size: 10px;
}

.bihada__mv {
  position: relative;
}

.bihada__mv__bg {
  position: relative;
}

.bihada__mv__bg>img {
  width: 100%;
}

.bihada__mv__badge {
  width: 125px;
  position: absolute;
  bottom: -35px;
  right: 25px;
}

.bihada__mv__badge img {
  width: 100%;
}

.bihada__mv__lead {
  padding: 20px 25px 0 25px;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bihada__mv__lead sup {
  position: relative;
  top: -5px;
  font-size: 10px;
}

.bihada__products {
  padding: 50px 6.67%;
}

.bihada__products .item_wrapper {
  position: relative;
}

.bihada__products__item {
  display: inline-block;
  width: 46.3%;
  vertical-align: top;
}

.bihada__products__item:first-child {
  margin-right: 5.5%;
}

.bihada__products__item:first-child .label {
  margin-top: 15px;
}

.bihada__products__item:first-child .btn {
  margin-top: 15px;
}

.bihada__products__item .image {
  text-align: center;
}

.bihada__products__item .image img.sp {
  display: inline-block;
  zoom: .5;
}

.bihada__products__item .label {
  text-align: center;
}

.bihada__products__item .label span {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #549cc2;
  border-radius: 13px;
  font-size: 10px;
}

.bihada__products__item .caption {
  margin-top: 15px;
  font-size: 10px;
  color: #555;
  line-height: 1.5;
}

.bihada__products__item .btn {
  margin-top: 30px;
}

.bihada__products__item .btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #549cc2;
  text-decoration: none;
  -webkit-box-shadow: 8px 8px 10px -1px #dddddd;
  box-shadow: 8px 8px 10px -1px #dddddd;
}

.bihada__products__item .btn a span {
  padding-right: 10px;
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right.png) no-repeat right center;
  background-size: 5px 8px;
}

.bihada__products__item .btn.btn-amazon a {
  position: relative;
  height: 40px;
  padding: 0 0 0 10px;
  line-height: 40px;
  text-align: left;
}

.bihada__products__item .btn.btn-amazon a span {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 0;
  background: none;
}

.bihada__products__item .btn.btn-white {
  margin-top: 15px;
}

.bihada__products__item .btn.btn-white a {
  color: #216a91;
  background: #fff;
  border: 1px solid #216a91;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bihada__products__item .btn.btn-white a span {
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right_blue.png) no-repeat right center;
  background-size: 5px 8px;
}

.bihada__products__link {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
}

.bihada__products__link a {
  padding-right: 10px;
  font-size: 14px;
  color: #216a91;
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right_blue.png) no-repeat right center;
  background-size: 5px 8px;
}

.bihada__products__text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.75;
}

.bihada__products__notes {
  margin: 20px 0 25px;
  font-size: 10px;
}

.bihada__products__btn_pdf a {
  display: block;
  width: 100%;
  padding: 23px 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #549cc2;
  text-decoration: none;
  -webkit-box-shadow: 8px 8px 10px -1px #dddddd;
  box-shadow: 8px 8px 10px -1px #dddddd;
}

.bihada__products__btn_pdf a span {
  display: inline-block;
  padding-right: 15px;
  line-height: 1.5;
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right.png) no-repeat right center;
  background-size: 5px 8px;
}

.bihada__research {
  padding: 50px 6.67%;
  background: #dde8ee;
}

.bihada__research .section_title .title_label {
  width: 70px;
  height: 28px;
}

.bihada__research__point_list__item {
  margin-top: 50px;
  list-style: none;
}

.bihada__research__point_list__item .point_title {
  font-size: 20px;
  font-weight: normal;
}

.bihada__research__point_list__item .point_title span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
}

.bihada__research__point_list__item .point_image {
  margin: 25px 0;
}

.bihada__research__point_list__item .point_image img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 12px 12px 12px -1px #bfcbd3;
  box-shadow: 12px 12px 12px -1px #bfcbd3;
}

.bihada__research__point_list__item .point_content .text {
  font-size: 12px;
  line-height: 1.75;
  color: #555;
}

.bihada__research__point_list__item .point_content .answer_ratio {
  width: 230px;
  margin-top: 25px;
}

.bihada__research__point_list__item .point_content .answer_ratio img {
  width: 100%;
  height: auto;
}

.bihada__howto .content_wrapper {
  padding: 50px 6.67%;
  margin-top: 10px;
  background: #f0f0f0;
}

.bihada__howto .point_text {
  position: relative;
  padding-left: 65px;
  margin-top: 10px;
  font-size: 12px;
  color: #d93e74;
  line-height: 1.75;
  text-decoration: underline;
}

.bihada__howto .point_text span {
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 0 10px;
  background: #fadbe1;
  border-radius: 10px;
}

.bihada__howto__step_list {
  padding: 25px 0 5px;
}

.bihada__howto__step_list__item {
  clear: both;
  margin-top: 25px;
  list-style: none;
}

.bihada__howto__step_list__item .point_image {
  width: 46.15%;
  float: left;
}

.bihada__howto__step_list__item .point_image img {
  width: 100%;
  height: auto;
}

.bihada__howto__step_list__item .point_content {
  width: 46.15%;
  float: right;
}

.bihada__howto__step_list__item .point_content .step_title {
  font-size: 20px;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.25;
}

.bihada__howto__step_list__item .point_content .step_title span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
}

.bihada__howto__step_list__item .point_content .text {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

.bihada__howto__interviewee {
  padding: 0 6.67% 25px;
  background: #f8f8f8;
}

.bihada__howto__interviewee__inner {
  position: relative;
  top: -30px;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 12px 12px 12px -1px #d0d3d6;
  box-shadow: 12px 12px 12px -1px #d0d3d6;
}

.bihada__howto__interviewee .interviewee_image {
  width: 30%;
  float: left;
}

.bihada__howto__interviewee .interviewee_image img {
  width: 100%;
  height: auto;
}

.bihada__howto__interviewee .interviewee_profile {
  width: 65.54%;
  float: right;
}

.bihada__howto__interviewee .interviewee_profile .interviewee_title {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.75;
}

.bihada__howto__interviewee .interviewee_profile .interviewee_title .subtitle {
  display: block;
}

.bihada__howto__interviewee .interviewee_profile .interviewee_title .interviwee_name {
  margin: 0 3px;
  font-size: 14px;
}

.bihada__howto__interviewee .interviewee_profile .text {
  font-size: 10px;
  color: #555;
  line-height: 1.75;
}

.bihada__movie {
  padding: 25px;
  background: #f0f0f0;
}

.bihada__movie .movie_area {
  clear: both;
  position: relative;
}

.bihada__movie .movie_area .thumb_wrapper {
  display: block;
}

.bihada__movie .movie_area .movie_thumb {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 12px 12px 12px -1px #d0d3d6;
  box-shadow: 12px 12px 12px -1px #d0d3d6;
}

.bihada__movie .movie_area .btn_play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bihada__movie .movie_area #player2 {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-box-shadow: 12px 12px 12px -1px #d0d3d6;
  box-shadow: 12px 12px 12px -1px #d0d3d6;
}

.bihada__movie .movie_area #player2.is-play {
  opacity: 1;
}

.bihada__movie .movie_area #player2.is-play+.thumb_wrapper {
  opacity: 0;
}

.bihada__faq {
  padding: 60px 6.67% 40px;
}

.bihada__faq__list__item {
  list-style: none;
  border-bottom: 1px solid #216a91;
}

.bihada__faq__list__item:first-child {
  border-top: 1px solid #216a91;
}

.bihada__faq__list__item .question {
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/question_label.png) no-repeat left 28px;
  background-size: 18px 15px;
}

.bihada__faq__list__item .question a {
  display: block;
  padding: 25px 25px 25px;
  font-size: 12px;
  font-weight: normal;
  color: #216a91;
  line-height: 1.75;
  text-decoration: none;
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/accordion_plus.png) no-repeat right 25px;
  background-size: 20px 20px;
}

.bihada__faq__list__item .question.is-open a {
  background: url(/contents_file/products/kamisori/product/bihadaompa/images/accordion_minus.png) no-repeat right 25px;
  background-size: 20px 20px;
}

.bihada__faq__list__item .answer_text {
  display: none;
  padding: 0 25px 25px;
  font-size: 12px;
  line-height: 1.5;
}

.bihada__faq__list__item .answer_text span {
  display: block;
  margin-top: 15px;
}

.bihada__banner {
  padding: 0 6.67% 50px;
  position: relative;
}

.bihada__banner ul li {
  width: 100%;
  margin-bottom: 12px;
  list-style: none;
}

.bihada__banner ul li:last-child {
  margin-bottom: 0;
}

.bihada__banner ul li img {
  width: 100%;
}

.bihada .animate-tgt {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.bihada .animate-tgt.is-animate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.footer__social_label {
  text-align: center;
  font-size: 12px;
}

.footer__social {
  margin-top: 15px;
  text-align: center;
}

.footer__social a {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__social a img {
  width: 100%;
}

.footer__logo {
  margin-top: 50px;
  text-align: center;
}

.footer__logo img {
  width: 60px;
}

.footer__copy {
  padding: 15px 0 20px;
  font-size: 10px;
  color: #888;
  text-align: center;
}

.customer-txt {
  margin-top: 70px;
  /* padding: 20px; */
  line-height: 2;
  text-align: center;
  /* border: solid 1px; */
  font-size: 10px;
}

.eyebrow-banner {
  margin-bottom: 10px;
  display: block;
}
.eyebrow-banner img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .eyebrow-banner {
    padding: 0px 15.5%;
    margin-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 340px) {
  .bihada__mv__lead {
    padding: 20px 5% 0 5%;
  }

  .bihada__products {
    padding: 50px 5%;
  }

  .bihada__products__item:first-child {
    margin-right: 5%;
  }

  .bihada__products__item:first-child .label {
    margin-top: 11px;
  }

  .bihada__products__item .image img.sp {
    zoom: .4;
  }

  .bihada__products__item .btn {
    margin-top: 15px;
  }

  .bihada__banner {
    padding: 0 5% 50px;
  }
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .bihada__products__item .btn {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  a:hover {
    opacity: .7;
  }

  .header {
    height: 105px;
    padding: 0 40px;
  }

  .header h1 {
    width: 60px;
    padding-top: 40px;
  }

  .header h1 img {
    width: 100%;
  }

  .header .btn_toggle_nav {
    width: 105px;
    height: 105px;
  }

  .header .header_nav {
    padding-top: 105px;
  }

  .header .header_nav .local_nav {
    width: 490px;
  }

  .header .header_nav .local_nav__item {
    border: none;
  }

  .bihada .bihada_section .section_title {
    padding-bottom: 15px;
    font-size: 50px;
  }

  .bihada .bihada_section .section_title .title_label {
    position: absolute;
    width: 125px;
    height: 50px;
    top: -45px;
    left: -45px;
  }

  .bihada .bihada_section .section_title .subtitle {
    font-size: 30px;
  }

  .bihada .bihada_section .section_title .subtitle .sup {
    position: relative;
    top: -11px;
    font-size: 16px;
  }

  .bihada .bihada_section .lead_text {
    margin-top: 30px;
    font-size: 14px;
  }

  .bihada .bihada_section .lead_text span {
    margin-top: 15px;
  }

  .bihada__mv {
    position: relative;
    padding-left: 8.33%;
  }

  .bihada__mv__bg {
    position: relative;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
  }

  .bihada__mv__bg .mv_img {
    width: 100%;
    max-width: 1320px;
    position: absolute;
  }

  .bihada__mv__scroll {
    position: absolute;
    left: 3.75%;
    bottom: 0;
  }

  .bihada__mv__badge {
    width: 180px;
    bottom: 40px;
    right: 40px;
  }

  .bihada__mv__badge img {
    width: 100%;
  }

  .bihada__mv__lead {
    position: absolute;
    top: 70px;
    left: 15.42%;
    padding: 0;
    font-size: 24px;
    line-height: 2;
  }

  .bihada__mv__lead sup {
    top: -8px;
    margin-right: 5px;
    font-size: 13px;
  }

  .bihada__products {
    position: relative;
    top: -80px;
    padding: 0 8.33%;
  }

  .bihada__products .item_wrapper {
    width: 664px;
    margin: 0 auto;
  }

  .bihada__products__item {
    width: 312px;
  }

  .bihada__products__item:first-child {
    margin-right: 34px;
  }

  .bihada__products__item:first-child .label {
    margin-top: 0;
  }

  .bihada__products__item:first-child .btn {
    margin-top: 0;
  }

  .bihada__products__item .image {
    text-align: center;
  }

  .bihada__products__item .image img.sp {
    display: none;
  }

  .bihada__products__item .label span {
    border-radius: 14px;
    font-size: 11px;
  }

  .bihada__products__item .caption {
    margin: 30px;
    text-align: center;
    font-size: 12px;
  }

  .bihada__products__item .btn {
    margin-top: 0;
  }

  .bihada__products__item .btn a {
    width: 240px;
    padding: 23px 0;
    margin: 0 auto;
    font-size: 14px;
    -webkit-box-shadow: 12px 12px 12px -1px #dddddd;
    box-shadow: 12px 12px 12px -1px #dddddd;
  }

  .bihada__products__item .btn a span {
    padding-right: 20px;
    background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right.png) no-repeat right center;
    background-size: 5px 8px;
  }

  .bihada__products__item .btn.btn-amazon a {
    height: auto;
    padding: 10px 0 10px 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
  }

  .bihada__products__item .btn.btn-amazon a span {
    position: absolute;
    right: 20px;
    top: 14px;
    padding: 0;
    background: none;
  }

  .bihada__products__item .btn.btn-white {
    margin-top: 20px;
  }

  .bihada__products__item .btn.btn-white a {
    padding: 18px 0;
  }

  .bihada__products__link {
    margin-top: 60px;
  }

  .bihada__products__link a {
    padding-right: 10px;
    font-size: 14px;
    color: #216a91;
    background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right_blue.png) no-repeat right center;
    background-size: 5px 8px;
  }

  .bihada__products__text {
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }

  .bihada__products__text sup {
    position: relative;
    margin-right: 5px;
    top: -6px;
    font-size: 11px;
  }

  .bihada__products__notes {
    margin: 30px 0 100px;
    text-align: center;
  }

  .bihada__products__btn_pdf a {
    width: 585px;
    padding: 23px 0;
    margin: 0 auto;
    font-size: 14px;
    -webkit-box-shadow: 12px 12px 12px -1px #dddddd;
    box-shadow: 12px 12px 12px -1px #dddddd;
  }

  .bihada__products__btn_pdf a span {
    padding-right: 20px;
    background: url(/contents_file/products/kamisori/product/bihadaompa/images/btn_arrow_right.png) no-repeat right center;
    background-size: 5px 8px;
  }

  .bihada__research {
    padding: 100px 0 120px;
  }

  .bihada__research__inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .bihada__research__point_list__item {
    position: relative;
  }

  .bihada__research__point_list__item .point_image {
    width: 47.77%;
    float: left;
    margin: 0;
  }

  .bihada__research__point_list__item .point_content {
    width: 47.77%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bihada__research__point_list__item .point_content .point_title {
    font-size: 25px;
    line-height: 1.25;
  }

  .bihada__research__point_list__item .point_content .point_title span {
    font-size: 12px;
  }

  .bihada__research__point_list__item .point_content .text {
    margin-top: 25px;
    font-size: 14px;
  }

  .bihada__research__point_list__item:nth-child(2n) .point_image {
    float: right;
  }

  .bihada__research__point_list__item:nth-child(2n) .point_content {
    left: 0;
    right: auto;
  }

  .bihada__howto {
    position: relative;
  }

  .bihada__howto::before {
    content: "";
    display: block;
    position: absolute;
    top: 320px;
    width: 97%;
    height: 60%;
    background: #f0f0f0;
  }

  .bihada__howto .content_wrapper {
    position: relative;
    margin: 0;
    padding: 120px 0;
    background: none;
  }

  .bihada__howto .content_wrapper .content_inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .bihada__howto .content_wrapper .content_inner .point_text {
    padding-left: 75px;
    font-size: 14px;
    font-weight: bold;
  }

  .bihada__howto .content_wrapper .content_inner .point_text span {
    font-size: 12px;
  }

  .bihada__howto__step_list__item {
    width: 430px;
    margin-bottom: 50px;
    float: left;
    clear: none;
  }

  .bihada__howto__step_list__item:nth-child(2n) {
    float: right;
  }

  .bihada__howto__step_list__item:nth-child(2n+1) {
    clear: both;
    margin-bottom: 0;
  }

  .bihada__howto__step_list__item:last-child {
    margin-bottom: 0;
  }

  .bihada__howto__step_list__item .point_image {
    width: 172px;
  }

  .bihada__howto__step_list__item .point_content {
    width: 230px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bihada__howto__step_list__item .point_content .text {
    font-size: 14px;
  }

  .bihada__howto__interviewee {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 25px;
    background: none;
  }

  .bihada__howto__interviewee__inner {
    width: 435px;
    float: right;
    position: relative;
    top: -60px;
    padding: 40px;
  }

  .bihada__howto__interviewee__inner .interviewee_profile .interviewee_title {
    font-size: 14px;
  }

  .bihada__howto__interviewee__inner .interviewee_profile .interviewee_title .subtitle {
    font-size: 12px;
  }

  .bihada__howto__interviewee__inner .interviewee_profile .interviewee_title .interviwee_name {
    font-size: 18px;
  }

  .bihada__howto__interviewee__inner .interviewee_profile .text {
    margin-top: 10px;
  }

  .bihada__movie {
    position: relative;
    padding: 0 0 110px;
    margin-top: -160px;
    background: none;
  }

  .bihada__movie::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 97%;
    height: 750px;
    background: #f0f0f0;
    z-index: -1;
  }

  .bihada__movie .movie_area {
    width: 900px;
    margin: 0 auto;
    position: relative;
  }

  .bihada__movie .movie_area .btn_play {
    width: 70px;
    height: 70px;
  }

  .bihada__movie .play-movie:hover .thumb_wrapper {
    opacity: .5;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }

  .bihada__faq {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 30px 120px;
  }

  .bihada__faq__list__item .question {
    background-position: left 37px;
    background-size: 27px 23px;
  }

  .bihada__faq__list__item .question a {
    padding: 35px 55px;
    font-size: 16px;
    background-position: 97% 33px;
    background-size: 30px 30px;
  }

  .bihada__faq__list__item .question.is-open a {
    background-position: 97% 33px;
    background-size: 30px 30px;
  }

  .bihada__faq__list__item .answer_text {
    padding: 0 120px 40px 55px;
    font-size: 14px;
  }

  .bihada__banner {
    padding: 0 8.33% 60px;
  }

  .bihada__banner ul {
    text-align: center;
    padding: 0 15%;
  }

  .bihada__banner ul li {
    display: inline-block;
    width: calc(50% - 2.5%);
    margin: 0 2.5% 2.5% 0;
  }

  .bihada__banner ul li:nth-of-type(even){
    margin-right: 0;
  }

  .bihada__banner ul li:last-child {
    margin-right: 0;
  }

  .footer__logo {
    margin-top: 60px;
  }

  .footer__copy {
    font-size: 12px;
  }

  .customer-txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .bihada__mv__badge {
    width: 160px;
    bottom: 80px;
  }

  .bihada__mv__lead {
    top: 40px;
  }

  .bihada__products {
    top: -60px;
  }
}

@media screen and (min-width: 1440px) {
  .bihada__mv__bg {
    max-height: initial;
    max-height: none;
  }

  .bihada__mv__bg .mv_img {
    max-width: initial;
    max-width: none;
  }
}
