.full {
  width: 100vw;
  height: 100vh;
}

.kage {
box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1),
0px 0px 0px 1px rgba(10,10,10,0.02);
}

.conkage{
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5)
}

.texkage {
text-shadow: 0px 0px 10px rgba(0, 0, 50, 50);
}

#footerNaviArea ul li a {
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.2em;
}

.negative-top {
    magin-top: 140px!important;
}


/*jsアニメーション左*/
.fuwal {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-150px);
  transition: all 1s;
}
.fuwal.showl {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*jsアニメーション右*/
.fuwar {
  opacity: 0;
  visibility: hidden;
  transform: translateX(150px);
  transition: all 1s;
}
.fuwar.showr {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*jsアニメーション下*/
.fuwad {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: all 1s;
}
.fuwad.showd {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* スクロールヘッダー背景 */
#headerAreaOuter.scroll-nav {
    background: #fff;
    transition: all 1s;
}

/* ユニット縮小 */
div#unit-9201 {
    width: 80%;
    margin: 0 auto;
}
div#unit-9201 .extCatList5_3 .ul.extCatListUL li {
    margin: 0 25px 0 0;
    width: calc((100% / 3) - 25px);
}
div#unit-9201 .extCatList5Inner {
    margin-top: 15px;
    color: #fff;
}
div#unit-9201 a {
    color: #fff!important;
}
div#unit-9201 p.extCatList5Txt {
    color: #fff;
    line-height: 1.4em;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* ぱんくず */
#breadcrumbsList {
    background-color: #004da0;
}
#breadcrumbsList li a {
    color: #f29600;
}
#contentsAreaSection a:hover {
    color: #fff;
}

/* リンクトランジション */
#contentsAreaSection a {
    color: #f29600;
}
.bCustomS .bcu_link>a, .bCustomS .bcu_link span {
    box-sizing: border-box;
    display: block;
    transition: 0.2s;
}

/* ボタンアイコン */
.btn2 .icon {
    width: 15px;
    margin-right: 15px;
}
.btn2 .icon-hover {
    width: 15px;
    margin-right: 15px;
}

/* お知らせホバー色 */
#contentsArea .extCatList5 ul.extCatListUL li strong a {
    color: #f29600;
}

/* フォームボタン */
.extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrBtn input.extBtnSend {
    width: 220px;
    position: relative;
    text-decoration: none !important;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
    transition: opacity 0.3s;
    border: 0;
    color: #FFF;
    background-color: #004da0;
    font-size: 1.1em;
    padding: 0;
    height: 50px;
}
.extMdlFormGnrtrSP .extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrSP .extMdlFormGnrtrBtn input.extBtnSend {
    -webkit-appearance: none;
    width: 100%;
    position: relative;
    text-decoration: none !important;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
    border-radius: 5px;
    border: 0;f
    color: #FFF;
    background-color: #004da0;
    font-size: 18px;
    padding: 0;
    height: 50px;
}


/*pcボタン*/
.pc-btn {
  margin-right: -155px;
  transition: margin-right 0.5s;
}
.pc-btn:hover {
  margin-right: 0px;
  transition: margin-right 0.5s;
}

/*spボタン*/
ul.list {
        list-style: none;
	display: flex;
	width: 100%;
	position: fixed;
        bottom: 0;
	z-index: 10;
	transition-property: all;
	transition-duration: .2s;
}
ul.list > li {
	width: 50%;
        box-sizing: border-box;
}

.bGrid-main .bGrid-content { overflow: hidden !important; }