@charset "euc-jp";



.side_banner,
.vertical_rightArea,
.vertical_leftArea,
.follow_rightArea,
.follow_leftArea {
  position: fixed;
  z-index: -9999;
  display: flex;
  margin: auto;
}
.follow_rightArea {
  right: 0px;
}
.follow_leftArea {
  left: 0px;
}
.vertical_rightArea {
  height: 2000px;
  top: 0px;
  right: 0px;
}
.vertical_leftArea {
  height: 2000px;
  top: 0px;
  left: 0px;
}
.vertical_rightArea iframe,
.vertical_leftArea iframe {
  height: 100% !important;
}

#side_banner_left_1.side_banner {
  width: 120px;
  height: 600px;
  z-index: 999;
  top: 74px;
  left: 5px;
}
#side_banner_left_1.side_banner_pc iframe {
  width: 120px !important;
  height: 600px !important;
}
#side_banner_left_2.side_banner {
  width: 100px;
  height: 240px;
  z-index: 999;
  top: 74px;
  left: 130px;
}
#side_banner_left_2.side_banner_pc iframe {
  width: 100px !important;
  height: 240px !important;
}

#side_banner_right.side_banner {
  width: 150px;
  height: 606px;
  z-index: 999;
  top: 74px;
  right: 101px;
}
#side_banner_right.side_banner_pc iframe {
  width: 150px !important;
  height: 606px !important;
}

#side_banner_right_2.side_banner {
  width: 100px;
  height: 600px;
  z-index: 999;
  top: 74px;
  right: 0px;
}
#side_banner_right_2.side_banner_pc iframe {
  width: 100px !important;
  height: 600px !important;
}

#side_banner_bottom.side_banner {
  width: 1070px;
  height: 90px;
  z-index: 999;
  bottom: 20px;
  left: 50%;
  margin-left:-535px;
}
#side_banner_bottom.side_banner_pc iframe {
  width: 1070px !important;
  height: 90px !important;
}

.bottom_banner{
	display: flex;
	flex-wrap:wrap;
}
.bottom_banner p {
	width: calc(100%/1);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.bottom_banner p img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

