@charset "utf-8";
/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sup.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
body {
	line-height: 1;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
li {
	list-style: none;
}

/*共通*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.btn01 a{
	display: inline-block;
	background: #fff url("../images/arrow_black.svg") no-repeat right 34px center;
	background-size: 22px 22px;
	padding: 15px 65px 15px 40px ;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all .2s ease-in-out;
}
.btn02 a{
	display: inline-block;
	background: #000 url("../images/arrow_white.svg") no-repeat right 34px center;
	background-size: 22px 22px;
	padding: 15px 65px 15px 40px ;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all .2s ease-in-out;
}
.btn03 a{
	display: inline-block;
	background: #fff;
	padding: 18px 70px 18px 70px ;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	letter-spacing: .1em;
}
.btn01 a:hover,
.btn02 a:hover,
.btn03 a:hover{
	transform: scale(1.1);
}

/*header*/
header {
	width: 100%;
	background: #fff;
	z-index: 50;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
header .inner{
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.headLogo{
	width: 96px;
}
.headLogo img{
	width: 88px;
	height: 32px;
}
.headCatch{
	margin: 0 auto;
	padding: 0 20px;
}
.headCatch img{
	max-width: 713px;
	width: 100%;
}
#wrapper{
	padding-top: 0;
}
/*ハンバーガーメニュー*/
.hamburger {
	width: 34px;
	height: 22px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1001;
	transition: 0.3s;
}
.hamburger span {
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
}
/* バツアニメーション */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 5px);
	background: #fff;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(10px, -5px);
	background: #fff;
}
/* メニュー初期状態 */
.menu {
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	background: rgba(0,0,0,.95);
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.menu.open {
	display: block;
	opacity: 1;
}
.menu ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.menu ul li{
	padding: 30px ;
}
.menu ul li a{
	color: #fff;
	font-size: 32px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	display: block;
}
.menuOfficial a{
	border-radius: 40px;
	border:2px solid #fff;
	padding: 20px 50px
}
#topPickup{
	background: #191919;
	padding: 60px 0;
}
.topPickupBox{
	width: 90%;
	max-width: 1140px;
	min-width: 730px;
	margin: 0 auto 0;
}
.topPickupBox h2{
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	letter-spacing: .2em;
	margin-bottom: 40px
}
.topPickupBox h2 span{
	font-size: 18px;
	letter-spacing: .1em;
	padding-left: 20px;
	display: inline-block
}
.topPickupLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 5%;
	margin-bottom: 40px;
}
.topPickupLists .topPickupList{
	width: 30%;
}
.topPickupLists .topPickupList a{
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}
.topPickupLists .topPickupList a:hover{
	transform: scale(1.05);
}
.topPickupLists .topPickupList .topPickupListImg{
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
}
.topPickupLists .topPickupList .topPickupListImg img{
	width: 100%;
	height: auto;
	display: block;
}
.topPickupListTitle{
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 160%;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	/*flex-grow:1;*/
}
.topPickupListTxt{
	font-size: 13px;
	line-height: 160%;
	font-weight: 600;
	text-align: center;
}
/*footer*/
footer{
	background: #C8C8C8;
	padding: 60px 0 80px;
}
.footSns ul{
	display: flex;
	flex: wrap;
	gap: 0 20px;
	justify-content: center;
	margin-bottom: 47px;
}
.footSns ul li{
	width:48px;
}
.footSns ul li a {
	display: block;
}
.footSns ul li a:hover {
	opacity: .8;
}
.footSns ul li a img{
	width: 100%;
	height: auto;
}
.footLogo{
	text-align: center;
	margin-bottom: 37px;
}
.footLogo img{
	width: 275px;
	height: auto;
}
.footCatch{
	text-align: center;
	font-size:  15px;
	font-weight: 600;

	margin-bottom: 17px;
}
.footMenu1 ul{
	display: flex;
	gap: 0 20px;
	justify-content: center;
	margin-bottom: 42px;
}
.footMenu1 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size:  15px;
}
.footMenu1 ul li a:hover {
	opacity: .8;
}
.footMenu2 ul{
	display: flex;
	gap: 0 20px;
	justify-content: center;
	margin-bottom: 5px;
}
.footMenu2 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size:  13px;
}
.footMenu2 ul li a:hover {
	opacity: .8;
}
.footCopy {
	display: block;
	color: #000;
	font-weight: 600;
	font-size:  13px;
	text-align: center;
}
.footFix{
	background: #fff;
	position: fixed;
	right: 0;
	bottom: 220px;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.footFix ul li{
	border-bottom: 1px solid #eee;
}
.footFix ul li a{
	display: block;
	padding: 10px;
}
.footFix ul li a img{
	width: 77px;
	height: auto;
}


@media only screen and (max-width: 767px) {
.pc{
	display: none;
}
.sp{
	display: block;
}
/*共通*/
.btn01 a{
	display: inline-block;
	background: #fff url("../images/arrow_black.svg") no-repeat right 6vw center;
	background-size: 5vw;
	padding: 3vw 14vw 3vw 8vw ;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	font-size: 3.8vw;
	font-weight: 600;
	transition: all .2s ease-in-out;
}
.btn02 a{
	display: inline-block;
	background: #000 url("../images/arrow_white.svg") no-repeat right 4vw center;
	background-size: 5vw;
	padding: 3vw 12vw 3vw 6vw ;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 3.8vw;
	font-weight: 600;
	transition: all .2s ease-in-out;
}
.btn03 a{
	background: #fff;
	display: inline-block;
	padding: 3vw 8vw 3vw 8vw ;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
	font-size: 3.8vw;
	font-weight: 600;
	transition: all .2s ease-in-out;
}
.btn01 a:hover,
.btn02 a:hover,
.btn03 a:hover{
	transform: scale(1.1);
}
/*header*/
header .inner{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 12px 15px;
}
.headLogo{
	width: auto;
}
.headLogo img{
	width: 64px;
	height: auto;
}
.headCatch{
	padding: 0 20px 0 10px;
}
.headCatch img{
	max-width: 178px;
}
#wrapper{
	padding-top: 0;
}
/*ハンバーガーメニュー*/
.hamburger {
	width: 34px;
	height: 22px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1001;
	transition: 0.3s;
}
.hamburger span {
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
}
/* バツアニメーション */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 5px);
	background: #fff;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(10px, -5px);
	background: #fff;
}
/* メニュー初期状態 */
.menu {
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	background: rgba(0,0,0,.95);
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.menu.open {
	display: block;
	opacity: 1;
}
.menu ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.menu ul li{
	padding: 30px ;
}
.menu ul li a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	display: block;
	line-height: 1.4;
}
.menuOfficial a{
	border-radius: 40px;
	border:2px solid #fff;
	padding: 10px 20px
}
#topPickup{
	background: #191919;
	padding: 10vw 0;
}
.topPickupBox{
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	margin: 0 auto 0;
}
.topPickupBox h2{
	font-size: 9vw;
	color: #fff;
	font-weight: 600;
	letter-spacing: .2em;
	margin-bottom: 30px
}
.topPickupBox h2 span{
	font-size: 4.5vw;
	letter-spacing: .1em;
	padding-left: 0;
	padding-top: 4vw;
	display: block
}
.topPickupLists{
	display: flex;
	flex-wrap: wrap;
	gap:4vw 4%;
	margin-bottom: 0;
}
.topPickupLists .topPickupList{
	width:48%;
}
.topPickupLists .topPickupList a{
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}
.topPickupLists .topPickupList a:hover{
	transform: scale(1.05);
}
.topPickupLists .topPickupList .topPickupListImg{
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
}
.topPickupLists .topPickupList .topPickupListImg img{
	width: 100%;
	height: auto;
	display: block;
}
.topPickupListTitle{
	margin-bottom: 4px;
	font-size: 4vw;
	line-height: 160%;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	/*flex-grow:1;*/
}
.topPickupListTxt{
	font-size: 3.5vw;
	line-height: 160%;
	font-weight: 600;
	text-align: center;
}
/*footer*/
footer{
	background: #C8C8C8;
	padding: 60px 0 160px;
}
.archivesIndex footer{
	padding-bottom: 120px;
}
.footSns ul{
	display: flex;
	flex-wrap:wrap;
	gap: 0 4vw;
	justify-content: center;
	margin-bottom: 47px;
}
.footSns ul li{
	width:10vw;
}
.footSns ul li a {
	display: block;
}
.footSns ul li a:hover {
	opacity: .8;
}
.footSns ul li a img{
	width: 100%;
	height: auto;
}
.footLogo{
	text-align: center;
	margin-bottom: 37px;
}
.footLogo img{
	width: 85%;
	height: auto;
}
.footCatch{
	text-align: center;
	font-size:  3.5vw;
	font-weight: 600;
	margin-bottom: 17px;
}
.footMenu1 ul{
	display: flex;
	gap: 4vw 0;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 5vw;
}
.footMenu1 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size:  15px;
	text-align: center;
}
.footMenu1 ul li a:hover {
	opacity: .8;
}
.footMenu2 ul{
	display: flex;
	gap: 0 20px;
	justify-content: center;
	margin-bottom: 3vw;
}
.footMenu2 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size:  3vw;
}
.footMenu2 ul li a:hover {
	opacity: .8;
}
.footCopy {
	display: block;
	color: #000;
	font-weight: 600;
	font-size:  3vw;
	text-align: center;
}
.footFix{
	background: #fff;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.footFix ul{
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	/* justify-content: space-around; */
	padding-bottom: 7px;
}
.footFix ul li{
	width: 15vw;
	border-bottom: none;
}
.footFix ul li a{
	display: block;
	padding: 0;
}
.footFix ul li a img{
	width: 100%;
	height: auto;
}

}


@media only screen and (max-width: 324px) {
/*header*/
header .inner{
	margin: 0 auto;
	width: calc(100% - 9.5vw);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 0 9.5vw 0 0;
}
.headLogo{
	width: 14.5vw;
	padding: 3.2vw 0 3.2vw 5vw;
}
.headLogo img{
	width: 70px;
	height: 24px;
}
.headCatch{
	width: calc(100% - 34.5vw);
	padding: 3.2vw 0;
	margin: 0 auto;
	text-align: center;
	font-size: 3.2vw;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 140%;
}
.hamburger{
	position: absolute;
	right: 5vw;
	top: 50%;
	transform: translateY(-50%);
}
#wrapper{
	padding-top: 0;
}
/*ハンバーガーメニュー*/
.hamburger {
	width: 34px;
	height: 22px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1001;
	transition: 0.3s;
}
.hamburger span {
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
}
/* バツアニメーション */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 5px);
	background: #fff;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(10px, -5px);
	background: #fff;
}
/* メニュー初期状態 */
.menu {
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	background: rgba(0,0,0,.95);
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.menu.open {
	display: block;
	opacity: 1;
}
.menu ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0,-50%);
}
.menu ul li{
	padding: 15px 0 ;
	text-align: center;
}
.menu ul li a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	display: block;
}

}
