/* ヘッダー */

/*-----//ヘッダ帯部分//-----*/
/*#header {
	top: 0;
	left: 0;
	height: 140px;
	background-color: #FFFFFF;
	z-index: 10000;
	width: 100%;
	display: block;
	position: fixed;
	background-image: url("../common/images/header/header_bg_tenma@2x.png");
	background-repeat: repeat-x;
	background-position: 0% top;
	background-size: 50px auto;
}

.sp_device #header {
    width: 100%;
    display: block;
    height: 86px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    background-size: 200px auto;
}*/

#header {
	top: 0;
	left: 0;
	height: 90px!important;
    background-color: #0E0E0E;
	z-index: 10000;
	width: 100%;
	display: block;
	position: fixed;
}

.sp_device #header {
    width: 100%; 
    display: block;
}

.headContents {
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
}

/*.headerBlock {
    width: 100%;
    display: block;
    height: 125px!important;
    position: fixed;
    background-image: url(../images/header/header_bg_tenma@2x.png);
    background-color: #0E0E0E;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    background-size: 300px auto;
    z-index: 1000;
    top: 0px;
}*/

.headerBlock {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 8000;
    position: fixed;
}
.sp_device .headerBlock {
    height: 46px!important;
    background-size: 0px auto;
    min-width: 0px;
}

.headerInnerBlock {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .headerInnerBlock {
}

.headContents {
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
}

.spHeaderNav {
}

.h1Logo a{
    width: 250px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/images/headerlogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px auto;
    justify-content: flex-start;
    float: left;
    font-size: 0px;
    margin-top: 20px;
    margin-left: 30px;
}

.sp_device .h1Logo a  {
    width: 50%!important;
    aspect-ratio: 5/1;
    height: auto;
    background-size: 100% auto;
    margin-left: 0px;
}

/*.h1_title a {
    width: 50rem;
    display: inline-block;
    float: left;
    height: 65px;
    margin-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: left;
    margin-left: 20px;
}*/

.top01{
    top: 0px;
}

.h1_title a {
    width: 35rem;
    display: inline-block;
    float: left;
    background-image: url(../images/header/1x/dc25_logo_w.png);
    height: 80px;
    background-repeat: no-repeat;
    margin-top: 5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% auto;
}

.sp_device .h1_title a {
	width: 26rem;
	height: 55px;
	background-repeat: no-repeat;
	margin-top: 17px;
	margin-left: 16px;
}

/*.sp_device .h1_title a {
    width: 45%;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-left: 16px;
    font-size: 1.3rem;
}*/

.spHeaderNav {
}

.h1Logo a{
    width: 250px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/images/headerlogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px auto;
    justify-content: flex-start;
    float: left;
    font-size: 0px;
    margin-top: 20px;
    margin-left: 30px;
}

.sp_device .h1Logo a  {
    width: 50%!important;
    aspect-ratio: 5/1;
    height: auto;
    background-size: 100% auto;
    margin-left: 0px;
}

.sp_device .h1Logo{
    margin-left: 16px;
}

.menuBlock {
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.menuBlock ul li {
    display: inline-block;
    margin-left: 30px;
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

.Kvblock  {
    width: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 80px;
    margin-top: 0px;
    z-index: 100;
}

.Kvblock img {
    
}

/*
.sp_device .Kvblock{
    margin-top: -18px;
}*/

.sp_device .Kvblock {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
    margin-top: 70px;
}

.ttlImage{
    width: 80%;
    margin-top: 90px;
    z-index: 100;
}

.sp_device .ttlImage{
    width: 100%;
}

.movContents{
    width: 800px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    text-align: center;
    font-size: 2rem;
    color: #FFFFFF;    
    
}
.movContents iframe {
aspect-ratio: 3/2;
}

.sp_device .movContents{
    width: 90%;
}

/*-----//ナビボタン//-----*/
#menu {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 30px;*/
}

#menu-btn {
  display: none;
}

#menu-content {
	list-style-type: none;
	display: inline-block;
	float: right;
	margin-top: 30px;
}

#menu-content > li {
    position: relative;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
}

#menu-content > li > a {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}

#menu-content > li > a:hover {
    color: #F8C300;
	transition: all 0.5s;
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-content > li > ul.second-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    border: thin solid #CFCFCF;
    min-width: 100%;
    white-space: nowrap;
}

#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  
}

#menu-content > li > ul.second-content > li {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#menu-content > li > ul.second-content > li > a {
    display: block;
    line-height: 2rem;
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#menu-content > li > ul.second-content > li > a:hover {
    background: #eee;
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


 .sp_device #menu-content > li > ul.second-content {
    border: none;   
}

 .sp_device #menu-content > li > ul.second-content > li > a {
    
    padding-top: 15px;
    padding-bottom: 0px;
}
 .sp_device  nav {
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 80%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
 .sp_device  .open nav {
    left: 0;
    opacity: 1;
  }
 .sp_device  nav .inner {
    padding: 25px;
  }
 .sp_device  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 .sp_device  nav .inner ul li {
    position: relative;
    margin: 0;
  }
 .sp_device  nav .inner ul li a {
    display: block;
    
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
  }
 .sp_device  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
 .sp_device  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1.45px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
 .sp_device  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
 .sp_device  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
 .sp_device  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
 .sp_device  .open .toggle_btn span {
    background-color: #fff;
  }
.sp_device   .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
.sp_device   .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
.sp_device   .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
.sp_device   #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
 .sp_device  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
.sp_device   #menu-content > li {
    width: 100%;
    margin-bottom: 20px;
  }
.sp_device   #menu-content > li:hover {
    background: none;
  }
 .sp_device  #menu-content > li > a {
    height: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 100%;
    border-bottom: 1px solid #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    color: #333;
    /*font-size: 1rem;*/
    line-height: 1.75rem;
  }
 .sp_device  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
 .sp_device  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
  }
 .sp_device  #menu-content > li > ul.second-content > li > a {
    padding-left: 15px;
  }
 .sp_device  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }

/*-------------------------------------------
Footer
-------------------------------------------*/
.copyBlock {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sp_device .copyRights{
    font-size: 1rem;
}

/*-----//フッダ部分//-----*/
footer {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 10000;
    /*position: fixed;*/
    bottom: 0px;
    background-color: #FFFFFF;
    text-align: center;
}

.copyBlock {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sp_device .copyRights{
    font-size: 1rem;
}

#footer .footerCnt {
    width: 1150px;
    margin: 0 auto;
    padding-top: 36px;
    margin-bottom: 40px;
    position: relative;
}

#footer .coInfoLogo img{
    width: 280px;
}

#footer .footerNavBlock {
  display: table;
  margin-bottom: 30px;
}

#footer .footerNavWrap2 {
    display: table-cell;
    width: 480px;
    color: #FFFFFF;
    position: relative;
}

.kdGroupLogo{
    margin-bottom: 3px;
}
#footer .footerAdBlock{
    margin-top: 20px;
}
#footer .footerBtnBlock{
    margin-top: 15px;
}

#footer .snsBtn{
    float: left;
    margin-right: 10px;
}

#footer .snsBtn a:hover{
    opacity: 0.5;
}
#footer .footerAdBlock .kdGroupLogo{
    margin-bottom: 3px;
}

#footer h3{
    font-weight: bold;
}


#footer .footerNavWrap {
    display: table-cell;
    width: 210px;
}

#footer .footerNavWrap + .footerNavWrap {
  
  padding-left: 20px;
}

#footer .footerNav+.footerNav{
  margin-top: 28px;
}

#footer .footerNavTtl {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #FFFFFF;
}

#footer .footerNavTtl a {
    color: #FFFFFF;
}

#footer .footerNavCnt {
    padding-left: 20px;
    color: #FFFFFF;
}

#footer .footerNavCnt a {
    color: #FFFFFF;
}

#footer .footerNavLink .footerNavCnt {
  padding-left: 0;
}

#footer .footerCoInfoWrap {
  background: #f3f3f3;
  text-align: center;
}

#footer .footerCoInfoCnt{
  display: inline-block;
}

#footer .footerCoInfo {
  width: 100%;
  display: table;
}

#footer .footerCoInfo > * {
  display: table-cell;
  padding: 18px 0;
  vertical-align: middle;
}

#footer .coInfo {
  padding-left: 16px;
  font-size: 1.2rem;
  text-align: left;
}

#footer .topBtn{
  position: absolute;
  right: 0;
  bottom: -78px;
  display: block;
  width: 44px;
  height: 38px;
  background: #164ea7 url(../images/ico_arrow_pageTopBtn_01.png) no-repeat center;
  background-size: 22px 14px;
}


/*sp
----------------------------*/
#footer .spTopBtn {
  padding: 15px 17px;
  background: #fff;
}

#footer .spTopBtn a {
  display: block;
  background: #2e59a9;
  color: #fff;
  padding: 14px 0;
  text-align: center;
}

#footer .spTopBtn a span {
  padding-left: 26px;
  background: url(../images/ico_arrow_pageTopBtn_01.png) no-repeat left center;
  background-size: 16.5px auto;
}

#footer .spFooterLink {
  padding-top: 2px;
  background: #ededed;
  font-size: 0;
}

#footer .spFooterLink > * {
  display: inline-block;
  width: 49.5%;
  font-size: 1.2rem;
  background: #fff;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 2px;
}

#footer .spFooterLink > * + *:not(.w100p) {
  margin-left: 2px;
}

/*copy rights
-----------------------------*/

#footer .copyBlock {
    padding: 10px 0;
    text-align: center;
    background-color: #D0D0D0!important;
}

#footer .copyRights {
    font-size: 1.2rem;
}

/*sp
----------------------------*/

#footer .sp_device .copyBlock {
  padding-left: 25px;
  padding-right: 25px;
}


/* SNS btns */
.btns{
    z-index: 10000;
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 15px;
}

.sp_device .btns{
    bottom: 15px;
    left: 15px;
}
.btns ul li {
    margin-bottom: 10px;
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}