@charset "UTF-8";

head {
    font-family: sp;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:80px;
    min-width: 1260px;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-width: 0;
	background:#0068b7;
}

.hd-wrap {
    position: relative;
    transition: opacity 0.22s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 80px;
}

.hd-logo {
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 100%;
    padding:10px 0 10px 10px;
    z-index: 10;
	position: absolute;
    top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#112e1c+0,1f5124+100 */
background: #112e1c; /* Old browsers */
background: -moz-linear-gradient(top,  #112e1c 0%, #1f5124 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #112e1c 0%,#1f5124 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #112e1c 0%,#1f5124 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112e1c', endColorstr='#1f5124',GradientType=0 ); /* IE6-9 */
	text-align:center;
	border-bottom: 1px solid #857b65;
}

.hd-logo:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.hd-logo img {
	width: 40%;
    vertical-align: middle;
	max-width:100%;
	max-height:60px;
}

.add{
	color:#c0b28d;
	text-align:center;
	margin-bottom:200px;
	margin-top:30px;
}

.add a{
	color:#c0b28d;
}

/*===========headerボタン===========*/
.header .btn-menu {
    display: block;
    position: absolute;
    top: 30%;
    bottom: 0;
    right: 10px;
    width: 35px;
    height: 35px;
    
    z-index: 15;
}

.header .btn-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
}

.header .btn-menu span:nth-child(1) {
    margin-top: -10px;
}

.header .btn-menu span:nth-child(2) {
    margin-top: -1px;
}

.header .btn-menu span:nth-child(3) {
    margin-top: 8px;
}

/*===========headerナビ===========*/

.hd-global-nav {
	display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    background: #fff;
    text-align: left;
    font-weight: normal;
}

.hd-global-nav .links {
	float: none;
    display: block;
    width: 80%;
    height: auto;
    margin: 25px auto 0;
}

.hd-global-nav .links > li {
	display: block;
    height: auto;
    padding-right: 0;
    border-bottom: 1px solid #5499e1;
}

.hd-global-nav .links > li + li {
    padding-left: 0;
}

.hd-global-nav .links > li > a {
	padding: 18px 0;
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.hd-global-nav .links > li > a:after {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hd-global-nav .links > li > a:not(.acc-btn):after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: url(../img/ico_arw02.png) no-repeat;
    background-size: 10px auto;
}

.hd-global-nav .traffic-links {
    margin: 50px auto 0;
    padding-bottom: 84px;
    width: 243px;
    text-align: center;
}

.hd-global-nav .traffic-links li {
    display: inline-block;
    width: 243px;
}

.hd-global-nav .traffic-links li + li {
    margin: 14px 0 0;
}

/*資料請求*/
.c-btn-style01--type03 a {
    box-sizing: border-box;
    position: relative;
    display: block;
    text-decoration: none;
    letter-spacing: .1em;
}

.c-btn-style01--type03 img{
	width:100%;
}

.hd-gnav-lower a {
    color: #000;
}

.add{
	color:#c0b28d;
}

.add a{
	color:#c0b28d;
}

/*--------------------------------------------------------------------------
   .hd-header-navi
---------------------------------------------------------------------------*/
.hd-header-navi {
    position: relative;
    height: 40px;
    padding-right: 30px;
    font-size: 11px;
}

.hd-header-navi:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.hd-header-navi:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #346ab9 0%, transparent 80%);
    bottom: 0;
    right: 0;
}

/* .links
-----------------------------------------------------------------*/
.hd-header-navi .links {
    display: inline-block;
    vertical-align: middle;
}

.hd-header-navi .links li {
    display: inline-block;
    margin-left: 10px;
}

.hd-header-navi .links li a {
    color: #fff;
}

.hd-header-navi .links li a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------
   .hd-global-nav
---------------------------------------------------------------------------*/
.hd-global-nav {
    box-sizing: border-box;
    height: 85px;
    padding: 0 40px 0 0;
    text-align: right;
}

.hd-global-nav .links {
    box-sizing: border-box;
    display: table;
    float: right;
    height: 85px;
}

.hd-global-nav .links > li {
    display: table-cell;
    height: 85px;
    vertical-align: top;
}

.hd-global-nav .links > li + li {
    padding-left: 40px;
}

.hd-global-nav .links > li > a {
    position: relative;
    display: block;
    height: 100%;
    color: #c0b28d;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
	text-align:center;
}

.hd-global-nav .links > li > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.hd-global-nav .links > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.hd-global-nav .links > li > a.is-active:after,
.hd-global-nav .links > li:hover > a:after {
    left: 0;
    right: auto;
    width: 100%;
}

@media all and (max-width: 1600px) {
.hd-global-nav {
    font-size: 14px;
}
.hd-global-nav .links > li {
    padding-right: 20px;
}
.hd-global-nav .links > li + li {
    padding-left: 0;
}
.hd-global-nav .links > li > a {
    font-size: 14px;
}
}

@media all and (max-width: 767px) {
.hd-global-nav {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 80px 0 0;
    background:url(../img/footer_back.png);
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.hd-global-nav .search {
    position: relative;
    width: 243px;
    margin: 0 auto;
    border-bottom: 1px solid #85b0eb;
}
.hd-global-nav .search .text {
    box-sizing: border-box;
    width: 100%;
    padding: 17px 20px 17px 0;
    background: none;
    color: #fff;
}
.hd-global-nav .search input::-webkit-input-placeholder {
    color: #fff;
}
.hd-global-nav .search input:-moz-placeholder {
    color: #fff;
}
.hd-global-nav .search .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    width: 18px;
    height: 18px;
    margin: auto;
}
.hd-global-nav .links {
    float: none;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 0;
}
.hd-global-nav .links > li {
    display: block;
    height: auto;
    padding-right: 0;
    border-bottom: 1px solid #c0b28d;
}
.hd-global-nav .links > li a {
    padding: 18px 0;
}
.hd-global-nav .links > li + li {
    padding-left: 0;
}
.hd-global-nav .links > li > a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hd-global-nav .links > li > a:not(.acc-btn):after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: url(../img/ico_arw02.png) no-repeat;
    background-size: 10px auto;
}
.hd-global-nav .traffic-links {
    margin: 50px auto 0px;
    padding-bottom: 50px;
    width: 92%;
    text-align: center;
}
.hd-global-nav .traffic-links li {
    display: inline-block;
    width: 100%;
}
.hd-global-nav .traffic-links li + li {
    margin: 14px 0 0;
}
}


/*--------------------------------------------------------------------------
   .hd-minimum
---------------------------------------------------------------------------*/
.hd-minimum {
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    visibility: hidden;
    padding-left: 18px;
    line-height: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hd-minimum a {
    display: block;
}

.hd-minimum .logo {
    float: left;
    padding-top: 18px;
    margin-right: 37px;
    cursor: pointer;
}

.hd-minimum .menu {
    float: left;
    display: inline-block;
    height: 70px;
    cursor: pointer;
}

.hd-minimum .menu:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.hd-minimum .menu .icon {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    width: 18px;
    height: 16px;
    vertical-align: middle;
}

.hd-minimum .menu .icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.hd-minimum .menu .icon span:nth-child(1) {
    top: 0;
}

.hd-minimum .menu .icon span:nth-child(2) {
    top: 7px;
}

.hd-minimum .menu .icon span:nth-child(3) {
    bottom: 0;
}

.hd-minimum .menu .txt {
    display: inline;
    font-size: 15px;
    color: #fff;
    letter-spacing: .1em;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
.hd-minimum {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}


/*--------------------------------------------------------------------------
   .hd-gnav-lower  グローバルナビドロップダウン内
---------------------------------------------------------------------------*/
.hd-gnav-lower {
    overflow: hidden;
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fff;
    text-align: left;
}

.hd-gnav-lower a {
    color: #000;
}

.hd-gnav-lower a:hover {
    color: #457ae6;
}

.hd-gnav-lower__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 26.56%;
    height: 100%;
}

.hd-gnav-lower__inline {
    padding: 40px 3.12% 35px 28.75%;
}

.hd-gnav-lower .thumb-list {
    overflow: hidden;
    margin: 0 -20px;
}

.hd-gnav-lower .thumb-list li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0 20px;
}

.hd-gnav-lower .thumb-list .img {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.hd-gnav-lower .thumb-list .img img {
    width: 100%;
    height: auto;
}

.hd-gnav-lower .thumb-list .img:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #2680d8;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hd-gnav-lower .thumb-list a:hover .img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media all and (max-width: 767px) {
.hd-gnav-lower {
    position: static;
    background: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    text-align: left;
}
.hd-gnav-lower a {
    color: #535353;
}
.hd-gnav-lower a:hover {
    color: #000;
}
.hd-gnav-lower__img {
    display: none;
}
.hd-gnav-lower__inline {
    padding: 0;
    border-top: 1px solid #fff;
}
.hd-gnav-lower .c-arw-list li {
    padding-left: 20px;
	background: url(../img/ico_arw02.png) no-repeat 0px 6px;
	background-size: 10px auto;
}
.hd-gnav-lower .c-arw-list li:before {
    background-image: url(../img/ico_arw02.png);
    width: 11px;
    height: 6px;
    background-size: 10px auto;
}
.hd-gnav-lower .c-ico-arw01 {
    padding-left: 20px;
}
.hd-gnav-lower .c-ico-arw01:before {
    background-image: url(../img/ico_arw02.png);
    width: 11px;
    height: 6px;
    background-size: 10px auto;
}
.hd-gnav-lower .thumb-list {
    margin: 0;
    padding: 30px 0;
}
.hd-gnav-lower .thumb-list li {
    float: none;
    width: auto;
    padding: 0;
    font-size: 12px;
	background: url(../img/ico_arw02.png) no-repeat 0px 6px;
	background-size: 10px auto;
}
.hd-gnav-lower .thumb-list li + li {
    margin-top: 24px;
}
.hd-gnav-lower .thumb-list .img {
    margin-bottom: 10px;
}
.hd-gnav-lower .thumb-list a:hover .img:before {
    display: none;
}
}

/* .hd-gnav-lower--gnav01
-----------------------------------------------------------------*/
.hd-gnav-lower--gnav01 .hd-gnav-lower__img {
    background: url(/shared/images/gnav01_img01.jpg) no-repeat 50% 0;
    background-size: cover;
}

.hd-gnav-lower--gnav01 .list-wrap {
    overflow: hidden;
    margin: 0 -15px;
}

.hd-gnav-lower--gnav01 .list-wrap dl {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 0 15px;
}

.hd-gnav-lower--gnav01 .list-wrap dt {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 5px solid #e7e7e7;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
}

.hd-gnav-lower--gnav01 .list-wrap dt:before {
    content: "";
    display: block;
    position: absolute;
    width: 75px;
    height: 5px;
    background: #2b7eda;
    bottom: -5px;
    left: 0;
}

.hd-gnav-lower--gnav01 .list-wrap dd li {
    width: 100%;
    margin-top: 0;
}

.hd-gnav-lower--gnav01 .list-wrap dd li + li {
    margin-top: 8px;
}

@media all and (max-width: 767px) {
.hd-gnav-lower--gnav01 .list-wrap {
    margin: 0;
}
.hd-gnav-lower--gnav01 .list-wrap dl {
    width: auto;
    float: none;
    padding: 0;
}
.hd-gnav-lower--gnav01 .list-wrap dt {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
    padding: 18px 10px;
    color: #000;
}
.hd-gnav-lower--gnav01 .list-wrap dt:before {
    display: none;
}
.hd-gnav-lower--gnav01 .list-wrap dl + dl dt {
    border-top: 1px solid #ccc;
}
.hd-gnav-lower--gnav01 .list-wrap dd ul {
    border-top: 1px solid #ccc;
    padding: 32px 20px;
    font-size: 12px;
}
.hd-gnav-lower--gnav01 .list-wrap dd .c-arw-list {
    margin-top: 0;
    padding: 24px 10px;
}
.hd-gnav-lower--gnav01 .list-wrap dd li {
    margin-top: 0;
}
.hd-gnav-lower--gnav01 .list-wrap dd li + li {
    margin-top: 17px;
}
}

/* .hd-gnav-lower--gnav02
-----------------------------------------------------------------*/
.hd-gnav-lower--gnav02 .hd-gnav-lower__img {
    background: url(/shared/images/gnav02_img01.jpg) no-repeat 50% 0;
    background-size: cover;
}

/* .hd-gnav-lower--gnav03
-----------------------------------------------------------------*/
.hd-gnav-lower--gnav03 .hd-gnav-lower__img {
    background: url(/shared/images/gnav03_img01.jpg) no-repeat 50% 0;
    background-size: cover;
}

/* .btn-index
-----------------------------------------------------------------*/
@media all and (max-width: 767px) {
.hd-gnav-lower .btn-index {
    border-bottom: 1px solid #5499e1;
}
.hd-gnav-lower .btn-index a {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    padding: 18px 20px;
}
.hd-gnav-lower .btn-index a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.hd-gnav-lower .btn-index a:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: url(/shared/images/ico_arw02.png) no-repeat;
    background-size: 10px auto;
}
}

/*--------------------------------------------------------------------------
   .hd-minimum
---------------------------------------------------------------------------*/
@-webkit-keyframes minimumIconHover {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes minimumIconHover {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}

.hd-minimum .menu:hover .icon span:nth-child(1) {
    -webkit-animation: minimumIconHover 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
            animation: minimumIconHover 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
}

.hd-minimum .menu:hover .icon span:nth-child(2) {
    -webkit-animation: minimumIconHover 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
            animation: minimumIconHover 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.hd-minimum .menu:hover .icon span:nth-child(3) {
    -webkit-animation: minimumIconHover 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
            animation: minimumIconHover 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

/*--------------------------------------------------------------------------
   .header.is-minimum
---------------------------------------------------------------------------*/
.mq-pc .header.is-minimum > .c-l-base {
    height: 70px;
}

.mq-pc .header.is-minimum .hd-wrapper {
    overflow: hidden;
    width: 290px;
    height: 70px;
}

.mq-pc .header.is-minimum .hd-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    transition: opacity 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mq-pc .header.is-minimum .hd-minimum {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 100;
    transition: opacity 0.22s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--------------------------------------------------------------------------
   .header.is-open
---------------------------------------------------------------------------*/
@media all and (max-width: 767px) {
.header .hd-global-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.header.is-open .hd-global-nav {
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
}

/* .btn-menu
-----------------------------------------------------------------*/
.header .btn-menu span {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .btn-menu.is-open span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .btn-menu.is-open span:nth-child(2) {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header .btn-menu.is-open span:nth-child(3) {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------------------
   ドロップダウン  アコーディオン
---------------------------------------------------------------------------*/
@media all and (max-width: 767px) {
.mq-sp .hd-global-nav .acc-btn {
    position: relative;
    cursor: pointer;
}
.mq-sp .hd-global-nav .links > li > .acc-btn:after,
.mq-sp .hd-global-nav .acc-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: url(../img/ico_acc02.png) no-repeat;
    background-size: 11px 22px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mq-sp .hd-global-nav .links > li > a.is-acc-open:after,
.mq-sp .hd-global-nav .acc-btn.is-acc-open:after {
    background-position: 0 -11px;
}
}

@media all and (max-width: 767px) {
.mq-sp .hd-global-nav .links > li .acc-cont,
.mq-sp .hd-global-nav .acc-cont {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mq-sp .hd-global-nav .links > li .acc-cont.is-acc-open,
.mq-sp .hd-global-nav .acc-cont.is-acc-open {
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
}

