@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/
.top_hero_area {
  width: 100%;
  background-color: #f0f0f0;

}

.top_hero {
  display: flex;
flex-flow: wrap;
  width: 100%;
}

.top_hero_left_area{

  width: 100%;
}
.top_hero_right_area{
  width: 100%;

}




/*--------------------------------*/
.top_copy {
  width: 90%;

  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  margin: 2rem auto 5rem auto;font-feature-settings : "palt";
}
.top_copy_bold {
  font-size: 1.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
  margin: 0px 0px 1rem 0px;

}
.top_b_area {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #ccc 1px solid;
  margin: 20px auto 0px auto;
}
a.top_b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: #ccc 1px solid;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 10px 0px;
  transition: .3s opacity linear;
}
a.top_b:hover {
  opacity: 1.0
}
.top_b_left {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.top_b_right {
  flex: 1 0;
  border: #ccc 3px solid;
  overflow: hidden;
  border-radius: 6px;
}
.top_b_right img {
  width: 100%;
}
a.top_b.half .top_b_right {
  flex: 0 0 100%;
  text-align: center;
  border: none;
  border-radius: 0px
}
a.top_b.half .top_b_right img {
  width: 70%;
}
.top_b_right.av {
  opacity: 0.7
}
.top_b_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 238px;
  height: 6px;
  overflow: hidden;
  background: url(../../images/top_menu_bar.png) bottom left / 476px 8px no-repeat, url(../../images/top_menu_bar02.jpg) bottom right / 476px 6px no-repeat;
  transition: .2s background linear;
}
.top_b_bar.av {
  width: 238px;
  height: 6px;
  background: url(../../images/top_menu_bar.png) bottom left / 476px 8px no-repeat, url(../../images/top_menu_bar02.jpg) bottom right / 476px 8px no-repeat;
}
.top_b_txt_l {
  font-size: 3rem;
  font-family: "AbelPro";
  line-height: 2.6rem;
}
h2.top_b_txt_ss {
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.6rem;
  margin: 0px 2rem 1rem 0px;
}
.top_b_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  margin: 0rem 0px 1rem 0px;
  word-break: break-all
}