/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top{
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sp_device .menu-container {
        width: 100%;
    }
.sp_device .menu-mobile {
        display: block;
    }
.sp_device .menu-dropdown-icon:before {
        display: block;
    }
.sp_device .menu > ul {
        display: none;
    }
.sp_device .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
.sp_device .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
.sp_device .menu > ul > li > ul {
        position: relative;
    }
.sp_device .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
.sp_device .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
.sp_device .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
.sp_device .menu > ul > li > ul > li > ul {
        position: relative;
    }
.sp_device .menu > ul > li > ul > li > ul > li {
        float: none;
    }
.sp_device .menu .show-on-mobile {
        display: block;
    }


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.topkvH3Style{
    font-size: 2.5rem!important;
}


.sp_device .topkvH3Style{
    font-size: 1.5rem!important;
}
.denchuBlockStyle01_Ttl {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.denchuBlockStyle01_Ttl h4 {
    font-size: 2.25rem;
    border-bottom: 3px solid #FFDD00;
    margin-bottom: 15px;
    font-weight: bold;
    color: #604c3f;
    display: inline-block;
    padding-bottom: 5px;
}
.denchuBlockStyle01_Ttl img {
    margin-bottom: 25px;
    height: 90px;
}

.denchuBlockStyle02_Ttl {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.denchuBlockStyle02_Ttl h4 {
    font-size: 1.75rem;
    border-bottom: 3px solid #FFDD00;
    margin-bottom: 15px;
    font-weight: bold;
    color: #604c3f;
    display: inline-block;
    padding-bottom: 5px;
}
.denchuBlockStyle02_Ttl .Picimg {
    margin-bottom: 25px;
    height: 150px;
    border-radius: 10px;
}

.IcoTopimg{
    margin-bottom: 25px;
    width: 60px;
    margin-top: 19px;
}

.designSample img {
    height: 275px;
}
.designSample {
    text-align: center;
    padding-top: 30px;
}

.denchuBlockStyle01 a{
}

.btn_more {
    width: 120px!important;
}


.btn_more:hover {
    opacity: 0.5;    
}


.btn_more2 {
    width: 170px!important;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

/*おすすめ電柱*/
.btn_more2:hover {
    opacity: 0.5;    
}

.TextBlock h4 {
    font-size: 1.5rem;
    font-weight: bold;
}

.TextBlock h5 {
    color: #604c3f;
    font-size: 1.75rem;
    margin-bottom: 10px;
}
.TextBlock h6 {
    font-size: 2rem;
    font-weight: bold;
}


.TextBlock2{
    text-align: center;
}

/*おすすめ電柱アイコン*/
.icoBlock{
    width: 100%;
    height: 110px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background-size: 80px auto;
}

.recommendBlock .icoBlock{
    width: 100%;
    height: 75px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 50px auto;
}

.recommendBlock .md_btn_02_Small{
    min-width: 210px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.5rem;
}

.recommendBlock .md_pickUpSlideCnt{
    margin-bottom: 40px;    
}

.sp_device .icoBlock{
background-size: 90% auto;
height: 110px;
}
/*おすすめ電柱アイコン*/
.icoBlock{
    width: 100%;
    height: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 80px auto;
}

.sp_device .icoBlock{
background-size: 90% auto;
height: 110px;
}

.ico_01 {
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.ico_02 {
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.ico_03 {
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}



/*背景動画にフィルタをかける*/
.container-video_2 {
    position: relative;
    height: 600px;
    overflow: hidden;
    opacity: 0.01;
    animation: load 1.5s 0.8s ease-out forwards;
    margin-top: -135px;
    z-index: 0;
}

.dot{
width: 100%;
    background-image: url(/common/images/dot@.png);
    background-repeat: repeat;
    z-index: 2;
    position: fixed;
  top: 0;
  left: 0;
}
.ico_04 {
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.ico_05 {
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.ico_06 {
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.PUTtl {
    margin-bottom: 50px;
    margin-top: -36px;
    position: relative;
}
.PUTtl img {
    position: absolute;
    left: -78px;
    top: -55px;
}
.denchuBlockStyle01 .md_contentsTtl_02 {
    font-size: 2.5rem;
    text-align: center;
}
.denchuBlockStyle01 {
    text-align: center;
}
.sp_device .denchuBlockStyle01 p {
    padding-left: 15px;
    padding-right: 15px;
}
.sp_device .denchuBlockStyle01 {
    margin-bottom: 40px;
}
.topVideoBlock {
    top: 0px;
    width: 100%;
}

.container-video_2 #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.0);
  filter:sepia(50%) grayscale(50%) contrast(60%);/*背景動画にかけるフィルタ*/
  transition: 0.3s;
}





@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div p {
    color: #fff;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px;
    font-size: 2em;
    font-weight: 600;
    padding-top: 135px;
}


.container-video_2 .md_sectionTtl_01-2{
    display: inline-block!important;
    padding-top: 0;
    border-bottom: 3px solid #604c3f;
    padding-bottom: 0px;
    position: relative;
    font-size: 7rem;
    line-height: 11rem;
}

.container-video_2 .md_sectionTtl_01-2::after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #FFDD00;
    bottom: -6px;
    width: 90%;
    padding-left: 10%;
}
.container-video_2 .sp_device .md_sectionTtl_01-2{
  font-size: 6rem!important;
}

.container-video_2 .sp_device .md_sectionTtl_01-2::after{
    
}

.container-video_2　.md_contentsTtl_02{
    
    color: #604c3f;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}




.sp_device .container-video_2　.md_contentsTtl_02{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 11px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.container-video_2 h3  {
    margin-bottom: -73px;
    font-size: 2.5rem!important;
    font-weight: bold;
}
.container-video_2 .whiteBlock {
    margin-top: 200px;
    border-radius: 5px;
    padding-bottom: 0px!important;
    min-height: 180px;
}

.sp_device .top .whiteBlock {
    margin-top: 47px;
    margin-bottom: 50px;
    min-height: 80px;
}


/*おすすめ電柱アイコン*/
.icoBlock{
    width: 100%;
    height: 110px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background-size: 80px auto;
}

.recommendBlock .icoBlock{
    width: 100%;
    height: 75px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 50px auto;
}

.recommendBlock .md_btn_02_Small{
    min-width: 210px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.5rem;
}

.recommendBlock .md_pickUpSlideCnt{
    margin-bottom: 40px;    
}

.sp_device .icoBlock{
background-size: 90% auto;
height: 110px;
}

.ImageBlock video {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}



/*-------------------------------------------
おすすめブロック
-------------------------------------------*/

.recommendBlock{
    padding-left: 30px;
    padding-right: 30px;
}

.recommendBlock .PU_OsusumeBlock img{
    margin-bottom: 15px;
    border-radius: 10px;
}



.nagareTelBlock {
    width: 460px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-top: 10px;
}
.sp_device .nagareTelBlock {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.nagareTelBlock img {
    width: 460px;
    margin-top: 6px;
}
.sp_device .nagareTelBlock img  {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.box70 {
    display: inline-block;
}



.osusumeh3 {
    margin-bottom: -11px;
    margin-top: 5px;
}
.sp_device .top .md_sectionTtl_01-2 {
    font-size: 3.5rem!important;
    font-weight: bold!important;
}

.sp_device .top{
    margin-bottom: 55px;
}
.maishou {
    font-size: 1.25rem;
}
.TextBlock {
    text-align: center;
}
.denchuBlockStyle01 .para {
    min-height: 85px;
}

.sp_device .icoBlock {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 76px!important;
}
.topBlock {
    margin-top: 50px;
}
.sp_device .topBlock {
    margin-top: -50px;
}
.sp_device .sp_denchublockmt_50 {
    margin-top: -80px;
}
.sp_denchublockmt_50 {
    margin-top: 100px;
}
.sp_device .topSpmargin {
    margin-top: 80px;
}

.CampaignBanner{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
/*空き電柱情報したキャッチコピー*/
.btn-copy {
    font-size: 2.3rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
	color: #604c3f;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}

.text-narrow {
    transform: scale(0.8, 1);
}

