@charset "utf-8";

::selection {
	background: #EBD25D;
	color: #ffffff;
	/* Safari */
}

::-moz-selection {
	background: #EBD25D;
	color: #ffffff;
	/* Firefox */
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&family=Lato:wght@400;700&family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700;900&family=Raleway:wght@300;400;500;700;800;900&display=swap');
/* @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); */

header div, header span,
header h1, header a,
header img, header strong,
header ol, header ul, header li,
header label,
header, header menu, header nav, header section {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}

header, header menu, header nav, header section {
	display: block;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

header img {
	width: 10.583vw;
	/*
  width: 127px;
  */
	height: auto;
	/*
  margin-left: 26%;
  */
	margin-left: 2.83vw;
	margin-right: auto;
	vertical-align: bottom;
	max-width: 127px;
}

header .inner {
	margin: 0 auto;
}

header {
	background-color: #fff;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

header h1 {
	/*
  width: 160px;
  */
	margin-right: auto;
}

.home_icon {
	margin-right: 3px;
}

.header_ul {
	display: flex;
	align-items: center;
	gap: 0 1px;
}

.header_a {
	color: #232323;
	text-decoration: none;
	font-weight: 400;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	text-align: center;
	display: flex;
	align-items: center;
	height: 60px;
}

@media screen and (min-width: 767px) {
	.header_a {
		font-size: min(2.16217vw, 16px);
	}
}

.header_a.bg_green {
	background-color: #B8E56F;
}

.header_a:hover,
.header_a:hover::before,
.header_a:hover::after,
.header_a:hover > * {
	background-color: #f8c75a;
	opacity: 1;
}

/*------------------------------
?qpc?r???
------------------------------*/

.padd-tpbt_04 {
	padding-top: 10px;
	/*sp=7.5px*/
}

.padd-tpbt_05 {
	padding-bottom: 10px;
	/*sp=7.5px*/
}

#nav_toggle {
	display: none;
}

/*�X�}�z*/
@media screen and (max-width: 599px) {
	.padd-tpbt_04 {
		padding-top: 7.5px;
		/*sp=10px*/
	}

	.padd-tpbt_05 {
		padding-bottom: 7.5px;
		/*sp=7.5px*/
	}

	header {
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}

	.header_a {
		padding-top: 1.3em;
		padding-bottom: 1em;
	}


	header h1 img {
		width: 89px;
		margin-left: 10px;
	}

	.inner {
		width: 90%;
	}

	header .inner {
		height: 48px;
	}

	.change_btn {
		width: 90%;
		margin: 32px auto;
	}

	/*???j???[????*/
	.header_nav {
		display: none;
		position: absolute;
		top: 48px;
		width: 100%;
		background: #fff;
		left: 0;
		z-index: 1;
		height: calc(100vh - 48px);
		overflow: auto;
	}

	.header_ul {
		display: block;
		margin: 0 auto;
		width: 100%;
		list-style: none;
	}

	.header_li {
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #b5e879;
	}

	.header_li:nth-of-type(5),
	.header_li:nth-of-type(6) {
		border-bottom: 1px solid #fff;
	}

	.header_li:last-child {
		border: none;
	}

	.header_a {
		display: block;
	}

	.home_li .home_icon {
		height: 19px!important;
		width: auto!important;
		margin-left: inherit!important;
		margin-right: 3px;
	}

	.home_li a {
		display: block!important;
		line-height: 19px!important;
		padding-left: 1em!important;
		margin-left: -0.4vw;
	}


	/*�n���o�[�K�[*/
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 6px;
		z-index: 100;
	}

	#nav_toggle div {
		position: relative;
	}

	#nav_toggle span {
		display: block;
		height: 4px;
		background: #232323;
		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;
	}

	#nav_toggle span:nth-child(1) {
		top: 0px;
	}

	#nav_toggle span:nth-child(2) {
		top: 12px;
	}

	#nav_toggle span:nth-child(3) {
		top: 24px;
	}


	/*�n���o�[�K�[�J���Ƃ�*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}


/*�ő�̈�*/
@media screen and (min-width: 1200px) {
	header img {
		width: 127px;
		margin-left: 34px;
	}

	.header_a {
		padding-left: 20px;
		padding-right: 20px;
	}
}



/* twitter
-------------------------------------------------- */
/* sp */
@media all and (max-width: 599px) {
	.header_nav__twitter > a span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0 10px;
		margin-left: 21px;
	}

	.header_nav__twitter > a span::after {
		content: '';
		border-right: 1px solid #232323;
		border-bottom: 1px solid #232323;
		display: block;
		height: 11px;
		width: 11px;
		transform: rotate(-45deg);
		transition: all .3s;
	}

	.header_nav__twitter.active > a span::after {
		transform: translateY(-2px) rotate(45deg);
	}

	.header_nav__twitter .dropdown_list {
		display: none;
	}

	.header_nav__twitter .dropdown_list a {
		display: block;
		color: #000;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		padding: 15px 25px;
	}
	
	.header_nav__twitter .dropdown_list li:not(:last-child) {
		border-bottom: 1px solid #B8E56F;
		width: 100%;
	}

	.header_nav__twitter .dropdown_list a span {
		display: inline-block;
		margin-left: 22px;
	}
	
	.header_nav__twitter .dropdown_list a span::after {
		content: '';
		background-image: url(/img/bitwin/icon_blank.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
		height: 12px;
		width: 12px;
	}
}

/* pc */
@media all and (min-width: 600px) {
	.header_nav__twitter {
		position: relative;
	}
	
	.header_nav__twitter .dropdown_list {
		background-color: #fff;
		border: 1px solid #B2B2B2;
		min-width: 207px;
		position: absolute;
		top: 60px;
		right: 0;
		display: none;
	}
	
	.header_nav__twitter .dropdown_list a {
		display: block;
		color: #000;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		padding: 15px 20px;
		white-space: nowrap;
	}

	.header_nav__twitter .dropdown_list li {
		position: relative;
	}

	.header_nav__twitter .dropdown_list li:not(:last-child)::after {
		content: '';
		border-bottom: 1px solid #B8E56F;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		height: 1px;
		width: calc(100% - 20px);
	}
	
	.header_nav__twitter .dropdown_list.active {
		display: block;
	}
	
	.header_nav__twitter > ul a span::after {
		content: '';
		background-image: url(/img/bitwin/icon_blank.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
		height: 13px;
		width: 13px;
	}
}

@media all and (min-width: 1200px) {
	.header_nav__twitter .dropdown_list {
		left: 0;
		right: initial;
	}
	.header_nav__twitter .dropdown_list a {
		white-space: nowrap;
	}
}
