@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: 3rem;
  margin: 3.5rem auto 4rem auto;
}
.top_copy_bold {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  margin: 0px 0px 2rem 0px;
  text-align: center
}
.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) top left / 476px 8px no-repeat, url(../../images/top_menu_bar02.jpg) top right / 476px 8px no-repeat;
  transition: .2s background linear;
}
.top_b_bar.av {
  width: 238px;
  height: 6px;
  background: url(../../images/top_menu_bar.png) top left / 476px 8px no-repeat, url(../../images/top_menu_bar02.jpg) top 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
}

.b_mov_area{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: #ccc 1px solid;
  padding: 30px 5px 30px 5px;
  position: relative;
  cursor: pointer;
}

.top_b_mov{

 width: 100%;
  transition: .3s opacity linear;
  align-self: center;
  border: #ccc 3px solid;
  overflow: hidden;
  border-radius: 6px;
}
.top_b_mov:hover {
  opacity: 0.7
}
.top_b_mov_title_area {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0rem 0rem 2rem 0rem;
}
.top_b_mov_title {
  flex: 1 0 auto;
  font-size: 1.8rem;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 2rem 0rem 2rem;
  font-feature-settings: "palt";
}
.top_b_mov_title_bar {
  flex: 1 0 100%;
  margin: 1rem auto 0rem auto;
  height: 4px;
  overflow: hidden;
  background: linear-gradient(45deg, #0075ea 0%, #71009e 30%, #7db9e8 100%);
}
/* modal
-----------------------------------------------*/

.modal_mov {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	flex-direction: column;
		justify-content: center;
	align-items: center;

	background-color: #000;
	z-index: 200;
	cursor: pointer
}

.modal_mov.av {
	display: flex;

}

.mov_area {
	width: 90%;

}
.mov_inner{
   position: relative;
        padding-bottom: 56.25%;

}

.mov_inner iframe{
  position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;  

}


.b_close {
	margin-top: 3rem;
  font-size: 2rem;
  font-family: "AbelPro";
	color: #64ACFF;

		  transition: .2s opacity linear;
}
.b_close:hover {
  opacity: 0.5
}
