@charset "utf-8";

/* スマホ初期ハンバーガーアイコン消し */
.vk-mobile-nav-menu-btn {
    display: none;
}

/* 初期header線消し */
.site-header {
    box-shadow: initial;
    border: none;
}

/* ヘッダーメインメニュー */
header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  background: #FFF;
  border-bottom: 1px solid #e7e7e7;
}
.headlogo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0 15px 30px;
	width: 157px;
}
.headlogo img{
	width: 100%;
	height: auto;
}
.menu-trigger {
	display: none;
}
.side_menu {
	display:none;
}
.header_nav {
    display: inline-block;
    position: relative;
}
ul.menu-ul {
    display: flex;
	justify-content: flex-end;
	margin: 0;
}
nav .menu-ul li {
	padding: 15px 35px;
	color: #707070;
	position: relative
}

li::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  right:0;
  content: '';
  width: 80%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  margin: auto;
}
li:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
/* （モバイル用） */
	.side_menu {
		display:block;
	}
	
	.menu_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 77.6vw;
    margin: 5.066vw auto 0
}

.menu_btnbox {
    width: 37.7334vw;
    border: .266vw solid #e5e5e5;
    border-radius: 1.33vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
	
    .menu-trigger {
    display: inline-block;
    position: fixed;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 2;
    top: 15px;
    right: 15px;
	}
	.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s .2s;
	}
	.menu-trigger.active span {
	background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	top: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
	top: 12px;
	}
	.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
	}
	.header_nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	}
	nav .menu-ul {
	padding: 20px 0;
	display: block;
	justify-content: none;
	}
	nav .menu-ul li {
	padding: 15px 0;
	color: #fff;
	}
	nav .menu-ul li:last-child {
    padding-right: 0;
	}
}

/* ヘッダーキャンペーン */
.top_campaign_main {
	position: relative;
    max-width: 820px;
    height: 100%;
    margin: 20px auto;
}
.top_campaign_txt {
    font-size: 12px;
    letter-spacing: .04em;
    text-align: center;
	margin-bottom: initial;
}
.top_campaign_a {
	display: block;
	color: #ba0000;
}
.top_campaign_a:hover{
    color: #999000;
}



/* フローティングバナー用 */
.floating_banner {
	display: none;
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.floating_banner a {
    text-decoration: none;
}
.floating_banner:hover a  {
    opacity: initial;
}

.banner_body {
    width: 300px;
    background: #f8f8f8;
	text-align: center;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner_body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.9;
}
.banner_close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner_pc {
	height: 150px;
}
.banner_pc img {
	border-radius: 25px;
}
@media screen and (min-width: 767px) {
    .banner_sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .floating_banner {
        width: 100%;
        margin: 0px;
    }
    .banner_body {
        width: 100%;
        border-radius: 0px;
    }
    .banner_close {
        top: 8px;
        right: 15px;
    }
    .banner_pc {
        display: none;
    }
}