@charset "UTF-8";
@font-face {
  font-family: "myfont";
  src: url("../font/Mark-Pro-Heavy.ttf") format("truetype");
}

header {
    position: fixed;
	top: 0;
	left: 0;
}


.top main #topslide .inner h1 {
    font-family: 'myfont', sans-serif;
}

main #contents .comp_inner h4.wl{
    width: 175px;
}

main #contents .comp_inner .tops{
    font-size: 14px;
    padding: 30px 0 0;
}

main #contents .comp_inner dl{
    font-size: 14px;
    padding: 20px 0 0 ;
}

main #contents .comp_inner dl dt{
    font-weight: bold;
}

header{
    background: #000;
    padding: 0px 20px;
    align-items: center;
    height: 105px;
}

header h1{
    width: 120px;
}

header div {
    margin: 0;
}


header div nav{
    display: block;
    border-top: none;
    padding: 0px 0 0px;
}

header div nav .upper li{
    font-size: 12px;
}

header div nav .upper li a{
    padding: 0;
    line-height: 1.2;
}

header div nav .nav_base{
    display: flex;
    justify-content: flex-end;
}

header div nav .nav_base .gnavi__list{
    margin-left: 45px;
    font-size: 16px;
    margin-top: 5px;
}

header div nav .nav_base .gnavi__list a{
    line-height: 1.4;
    padding-bottom: 25px;
}

header div nav .nav_base .gnavi__list a span{
    display: block;
    font-size: 11px;
    line-height: 1;
}

.header--right nav div .dropdown__lists li{
    margin-right: 30px;
    margin-left: 0;
    font-size: 14px;
}

.header--right nav div .dropdown__lists li.flast{
    margin-right:270px;
}

.header--right nav div .dropdown__lists li:before,
.header--right nav div .dropdown__lists li:after{
    content:none !important;
}

.top main #news{
    margin-top: 0;
}

.thumbnailtop{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 5;
}

.thumbnailtop .ttls {
    position: absolute;
    z-index: 4;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    top: -65px;
}

.thumbnailtop .ttls p:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    width: 45px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
	.thumbnailtop .ttls p:after {
    position: absolute;
    content: "";
    top: -15px;
    right: 0;
    width: 45px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.thumbnailtop .ttls p span:after {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 0px;
    width: 45px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
	
	.thumbnailtop .ttls p span:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0px;
    width: 45px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.thumbnailtop ul{
        width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thumbnailtop ul li {
    cursor: pointer;
    border-left: 1px solid #fff;
    padding: 30px 0;
    margin: 5px 0;
    text-align: center;
}

.thumbnailtop .thumbnail-item{
        width: 148.5px;
    text-align: center;
    position: relative;
}

.footer .footerinner{
    width: 1040px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.footer .footerinner{
    font-size: 13px;
}

.footer .footerinner a{
    color: #fff;
    text-decoration: none;
}

.footer .footerinner .footernav .gnavi__list{
    font-weight: bold;
    padding-bottom: 25px;
}

.footer .footerinner .footernav .gnavi__list p{
    color: #fff;
    border-bottom: 1px solid #fff;
}


.footer .footerinner .footernav .gnavi__list p span{
    font-size: 11px;
    padding-left: 10px;
}

.footer .footerinner .footernav .gnavi__list .dropdown__lists{
    margin-left: 15px;
    padding-top: 10px;
}


.footer .footerinner .footernav .gnavi__list .dropdown__lists li{
    line-height: 1.4;
    font-weight: normal;
}

.footer .footerinner .footernav .gnavi__list .dropdown__lists li a{
    position: relative;
}

.footer .footerinner .footernav .gnavi__list .dropdown__lists li a:before{
    position: absolute;
    content: "・";
    color: #fff;
    left: -15px;
}

.footer .footerinner .addresslist h1{
    text-align: center;
}

.footer .footerinner .addresslist dl{
    font-size: 10px;
    color: #fff;
}

.footer .footerinner .addresslist dl dt{
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 3px;
    padding-top: 8px;
}

.check-box {
  margin-bottom: 20px;
}

.check {
  display: none;
}

.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
    font-size: 16px;
}

.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}

.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check:checked + span::after {
  opacity: 1;
}

.submit {
  display: none;
    background: #000;
    width: 200px;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.submit a{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

.submit.block{
    display: block;
}

input:disabled {
  cursor: default;
  opacity: 0.5;  
}

.btn_reg{
    margin: 40px auto;
    font-size: 14px;
}

.btn_reg a{
    color: #444;
}


.fancybox-container .box{
    font-size: 12px;
}

.fancybox-container .box .ttl{
    font-weight: bold;
    font-size: 16px;
}

.fancybox-container .box .sups{
    padding-top: 15px;
}

.fancybox-container .box .sups dt{
    font-weight: bold;
    font-size: 14px;
}

.boxlead{
	text-align: center;
	font-size: 18px;
	width: 300px;
	margin: 40px auto 15px;
	padding: 5px 0;
	background: #000;
	color: #fff;
}

.downloatxt{
	width: 400px;
	background: rgba(0,0,0,1.00);
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin: 50px auto 30px;
}

.btndownloadflex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.btn_download{
    font-size: 15px;
    background: #000;
    width: 270px;
    margin: 0 25px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
    position: relative;
}

.btn_download:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    right: 25px;
    width: 9px;
    height: 2px;
    border-top: 2px solid #000;
    z-index: 2;
}

.btn_download:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    right: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000;
    z-index: 2;
}

.btn_download span {
    position: relative;
    display: block;
	padding: 15px 0;
}

.btn_download span:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -7.5px;
    right: 22px;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: #ffd54e;
}

.btn_download a {
    display: block;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	
    header .hamburger {
      cursor: pointer;
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 100; }
    header .hamburger div {
      position: relative; }
    header .hamburger span {
      display: block;
      height: 3px;
      background: #fff;
      position: absolute;
      width: 100%;
      left: 0;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    header .hamburger span:nth-child(1) {
      top: 0px; }
    header .hamburger span:nth-child(2) {
      top: 12px; }
    header .hamburger span:nth-child(3) {
      top: 24px; }
    header .hamburger.open span:nth-child(1) {
      top: 12px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); }
    header .hamburger.open span:nth-child(2) {
      width: 0;
      left: 50%; }
    header .hamburger.open span:nth-child(3) {
      top: 12px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg); }
	
	
	header {
    height: 70px;
}
	
    header h1 {
      width: 80px; }
      
	
	.header--right{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
	}
	
	.header--right nav{
		display: none;
	}
	
	.header--right nav{
		position: absolute;
		top:70px;
		background: #000;
	}
	
	    header div ul.upper {
        display: flex;
			justify-content: center;
			margin:0px 10px 10px;
			border-bottom: 1px solid #333;
    }
	header div ul.upper li{
        margin: 0px 3%;
    }
	
	header div ul.upper li:first-child{
			margin-left: -3%;
		}
	
	header div ul.upper li:nth-child(2){
			margin: 0 6.5%;
		}
	
	.header div .nav_base{
		position: relative;
		top: 0px;
		padding: 0;
		display: block;
		padding: 0 10px;
	}
	header div nav .nav_base .gnavi__list {
    margin-left:0px;
    font-size: 16px;
    margin-top: 20px;
}
	
	header div ul.dropdown__lists {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid #333;
	}
	
	header div nav .nav_base .gnavi__list a {
		display: block;
    line-height: 1.4;
    padding-bottom: 10px;
		width: 100%;
		border-bottom: 1px solid #fff;
}
	
	header div nav .nav_base .gnavi__list a span{
		display: inline-block;
		padding-left: 10px;
	}
	
	.header--right nav div .dropdown__lists li{
		width: 50%;
		margin: 0;
	}
	
	.header--right nav div .dropdown__lists li a{
		border-bottom: none;
		margin-top: 10px;
		margin: 0;
	}
	
	.top main #topslide{
		height: auto;
	}
.thumbnailtop{
    position: inherit;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 5;
}

.thumbnailtop .ttls {
    position: relative;
    z-index: 4;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 25px;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    top: -65px;
}

.thumbnailtop .ttls p:before {
    width: 20px;
    height: 20px;
}
	.thumbnailtop .ttls p:after {
    width: 20px;
    height: 20px;
}

.thumbnailtop .ttls p span:after {
    width: 20px;
    height: 20px;
}
	
	.thumbnailtop .ttls p span:before {
    width: 20px;
    height: 20px;
}

.thumbnailtop ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.thumbnailtop ul li {
    cursor: pointer;
    border-left: none;
    padding: 15px 0;
    margin: 5px 0;
    text-align: center;
}

.thumbnailtop .thumbnail-item{
    width: calc(100% / 3);
	padding: 0 1%;
    text-align: center;
    position: relative;
}
	
.thumbnailtop .thumbnail-item:nth-child(1){
	width: 26%;
}
	
.thumbnailtop .thumbnail-item:nth-child(2){
	width: 36%;
}
	
.thumbnailtop .thumbnail-item:nth-child(3){
	margin-top: 3%;
}
	
.thumbnailtop .thumbnail-item:nth-child(4){
	width: 26%;
}
.thumbnailtop .thumbnail-item:nth-child(5){
	width: 36%;
}
.thumbnailtop .thumbnail-item:nth-child(6){
	width: 30%;
}
.thumbnailtop .thumbnail-item:nth-child(7){
	width: 26%;
}
.footer .footerinner{
    width: 90%;
	flex-wrap: wrap;
}

	
	.footer .footerinner .footernav{
		width: 100%;
		margin: 0 auto;
	}
	
	.footer .footerinner .footernav:nth-child(2){
		width: 45%;
		margin: 0 auto;
	}
	.footer .footerinner .footernav:nth-child(3){
		width: 50%;
		margin: 0 auto;
	}

.footer .footerinner .footernav .gnavi__list{
    font-weight: bold;
    padding-bottom: 25px;
}

.footer .footerinner .footernav .gnavi__list p{
    color: #fff;
    border-bottom: 1px solid #fff;
}


.footer .footerinner .addresslist{
	width: 100%;
	margin: 0 auto;
	}
	
.footer .footerinner .addresslist h1{
	width: 160px;
	margin: 0 auto;
    text-align: center;
}
.downloatxt{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 30px auto 20px;
}
	
	.btndownloadflex{
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
	
	.btn_download{
    margin: 20px auto 0;
}

	
}

@media (hover: hover) {
  .header--right nav div .dropdown__lists {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    background-color: #222;
    width: 100%;
    position: absolute;
    left: 0;
    top: 105px;}
    .header--right nav div .dropdown__lists:hover {
      background-color: #222; }
    .header--right nav div .dropdown__lists .dropdown__list {
      height: 20px;
      background-color: #000351;
      transition: all .3s;
      position: relative;
      border-top: 1px solid #9597b6; }
      .header--right nav div .dropdown__lists .dropdown__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0; }
    
  .header--right nav div.gnavi__list:hover .dropdown__lists {
    visibility: visible;
    /*Gナビメニューにホバーしたら表示*/
    opacity: 1;
    /*不透明度1*/ } 
}

.thumbnailtop ul {
	flex-wrap: wrap;
	justify-content: center;
}
.thumbnailtop ul li:nth-child(5),
.thumbnailtop ul li:last-of-type {
	border-right: 1px solid #fff;
}

.thumbnailtop .thumbnail-item {
	width: 200px;
	padding: 10px 0;
}

.top main #brand #thumbnail-list {
	flex-wrap: wrap;
	justify-content: center;
}

.top main #brand #thumbnail-list li:nth-child(5),
.top main #brand #thumbnail-list li:last-of-type {
	border-right: 1px solid #fff;
}

.top main #brand #thumbnail-list .thumbnail-item {
    width: 200px;
	padding: 10px 0;
}

.top main #brand .slide-item.img_back_08 {
    background: url("../../imgs/top/img_04_08.png") no-repeat center center;
    background-size: cover;
}

.top main #brand .slide-item.img_back_09 {
    background: url(../../imgs/top/img_04_09.png) no-repeat center center;
    background-size: cover;
}

.top main #brand .slide-item.img_back_10 {
    background: url(../../imgs/top/img_04_10.png) no-repeat center center;
    background-size: cover;
}

.top main #brand .slide-item.img_back_11 {
    background: url(../../imgs/top/img_04_11.png) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
.thumbnailtop ul {
	gap:5px;
	padding-bottom: 10px;
}
.thumbnailtop .thumbnail-item {
		width: 100px !important;
	padding: 0px 0 !important;
	margin: 0 !important;
	}
.thumbnailtop ul li:nth-child(5),
.thumbnailtop ul li:last-of-type {
	border-right: none;
}

.top main #brand #thumbnail-list li:nth-child(5),
.top main #brand #thumbnail-list li:last-of-type {
	border-right: none;
}
.top main #brand #thumbnail-list {
	gap:5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
	
.top main #brand #thumbnail-list .thumbnail-item {
    width: 100px !important;
	padding: 0px 0 !important;
	margin: 0 !important;
	border-bottom: none;
}

}

