/*
Theme Name: Artemis Hokkaido
Description: Artemis Hokkaidoのテーマ
*/

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

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

body {
	font-family: "Noto Sans JP",sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: #000;
	line-height: 1.6;
	font-size: 16px;
}

.font_open_sans {
	font-family: "Open Sans",sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.5s;
}

li {
	list-style: none;
}

img {
	display: block;
	width: 100%;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.text_center {
	text-align: center;
}

.top {
	overflow: hidden;
	display: block;
	min-height: 100vh;
	position: relative;
}

.logo {
	position: relative;
}

.logo img {
	position: absolute;
	top: 19px;
	left: 130px;
	z-index: 99;
	width: 220px;
}

#logo_img.active img {
	position: fixed;
}

.btn-trigger {
	-webkit-appearance:none;
	appearance:none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 99;
	width: 74px;
	height: 74px;
	border:none;
	background-color: #000;
	overflow : hidden;
	outline : none;
	cursor: pointer;
}

.btn-trigger span {
	position: absolute;
	display: block;
	height: 3px;
	right: 17px;
	background-color: #fff;
	transition: all 0.5s;
}

.btn-trigger span:first-of-type {
	top: 25px;
	width: 29px;
}

.btn-trigger span:nth-of-type(2) {
	top: 36px;
	width: 41px;
}

.btn-trigger span:last-of-type {
	top: 48px;
	width: 19px;
}

.btn-trigger.active span:first-of-type {
	transform: rotate(-45deg);
	top: 35px;
	width: 45px;
	right: 14px;
}

.btn-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.btn-trigger.active span:last-of-type {
	transform: rotate(45deg);
	top: 35px;
	width: 45px;
	right: 14px;
}

div#menu_active {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: #D6C347;
	display: none;
	background: -moz-linear-gradient(left, #fefcf3 0%, #d6c347 100%);
	background: -webkit-linear-gradient(left, #fefcf3 0%,#d6c347 100%);
	background: linear-gradient(to right, #fefcf3 0%,#d6c347 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcf3', endColorstr='#d6c347',GradientType=1 );
	padding-left: 140px;
	padding-top: 240px;
	overflow-y: auto;
	height: 100%;
}

div#menu_active a {
	color: #000;
	font-size: 4em;
	font-weight: 800;
	font-style: italic;
	text-shadow: 4px 2px #d6c347;
}

div#menu_active a:hover {
	text-shadow: 4px 2px rgba(178,58,34,0.5);
}

.global_content_wrap {
	position: relative;
	z-index: 999999999;
}

.global_menu img {
	padding: 30px;
}

div#scloll_wrap {
	display: none;
}

.scloll_wrap .scloll {
	position: fixed;
	transform: rotate(-90deg);
	font-size: 30px;
	font-weight: 800;
	font-style: italic;
	top: 310px;
	left: 50px;
}

.scloll_wrap .scloll::before {
	content: "";
	position: absolute;
	width: 60vh;
	height: 2px;
	background-color: #000;
	right: -70px;
	top: 25px;
}

.tagu {
	float: left;
}

.inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}

.btn_wrap {
	display: flex;
	margin: 50px 0 80px;
}

.btn_wrap.btn_center {
	justify-content: center;
}

.btn_wrap.btn_right {
	justify-content: flex-end;
}

.btn {
	color: #fff;
	display: block;
	background-color: #000;
	border: solid 1px #fff;
	max-width: 330px;
	width: 100%;
	height: 85px;
	-moz-box-shadow: 8px 6px 11px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 8px 6px 11px 0px rgba(255, 255, 255, 1);
	-ms-box-shadow: 8px 6px 11px 0px rgba(255, 255, 255, 1);
	box-shadow: 8px 6px 11px 0px rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: all 0.5s;
}

.btn:hover {
	color: #000;
	background-color: #fff;
}

.btn_black {
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	-moz-box-shadow: 8px 6px 11px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 8px 6px 11px 0px rgba(0, 0, 0, 1);
	-ms-box-shadow: 8px 6px 11px 0px rgba(0, 0, 0, 1);
	box-shadow: 8px 6px 11px 0px rgba(0, 0, 0, 1);
}

.btn_black:hover {
	color: #fff;
	background-color: #000;
}

.btn h5 {
	margin-top: 25px;
	font-size: 22px;
	text-align: center;
}

.white {
	color: #fff;
}

/*.footer*/
.footer {
	background-color: #000;
}

.footer li {
	display: block;
	list-style: none;
	font-size: 1.5vw;
	padding: 30px 0;
}

.footer .footer_menu,
.footer .sns_icon_wrap {
	display: flex;
	justify-content: space-around;
	max-width: 1100px;
	margin: 0 auto;
}

.footer .sns_icon_wrap {
	max-width: 600px;
}

.footer .footer_menu {
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer a.menu {
	color: #fff;
	font-weight: 800;
	font-style: italic;
}

.footer a.menu:hover {
	color: #E2C963;
}

.footer .follow {

}

.footer .follow_title {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	font-style: italic;
	display: flex;
	align-items: center;
}

.footer .follow_title:before,
.footer .follow_title:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #E2C963;
	display: block;
}

.footer .follow_title:before {
	margin-right: .4em;
}

.footer .follow_title:after {
	margin-left: .4em;
}

.footer .sns_icon_wrap li {
	padding-left: 3%;
	padding-right: 3%;
	max-width: 100px;
}

.footer a.icon_wrap {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	border-radius: 25%;
}

.footer a.icon_wrap img {
	display: block;
}

.footer a.icon_wrap:hover {
	background-color: #e2c964;
}

.store_policy {
	text-align: center;
	padding-top: 50px;
}

.store_policy a {
	color: #fff;
	font-size: 0.7em;
}

.store_policy a:hover {
	color: #e2c964;
}

.copyright {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	/*padding: 50px 0 50px 0;*/
	padding: 10px 0 50px 0;
}

.line_clamp_2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line_clamp_3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* page */
.page_title_wrap {
	display: flex;
	align-items: center;
}

.page_title {
	position: absolute;
	left: 25%;
	padding-right: 50px;
}

.ComingSoon {
	padding: 50px 0 100px;
	font-size: 3em;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	min-height: 40vh;
	word-break: break-all;
}

/* naws */
.news_content {
	display: flex;
}

.news_item {
	padding: 30px 0;
}

.news_img {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.news_img .bg {
	padding: 33%;
	background-size: cover;
	background-position: center;
}

.news_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	font-weight: 800;
	font-style: italic;
}

.day {
	font-size: 1.4em;
	margin: 0 10px;
	padding-right: 4em;
	display: flex;
	align-items: center;
	font-family: "Open Sans",sans-serif;
}

.new {
	color: #E2C963;
	position: absolute;
	right: 5px;
	font-size: 1.4em;
	margin-top: -0.3em;
}

.cat_name {
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 800;
	font-style: italic;
	border-radius: 25px;
	background-color: #e2c963;
}

.cat_name.teams {
	background-color: #e2c963;
}

.cat_name.events {
	background-color: #e2c963;
}

.cat_name.games {
	background-color: #e2c963;
}

/* page_title_wrap type_2*/
.page_title_wrap.type_2 {
	min-height: 300px;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.page_title_wrap.type_2 .page_title {
	left: auto;
	bottom: 50px;
	position: relative;
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

/* application-form*/
.character_img {
	padding-bottom: 50px;
}

.character_img img {
	width: 70%;
	margin: 0 auto;
}

/* supprt */
.supprt {
	background-color:  #e2c963;
	padding-bottom: 160px;
}

.partners_title {
	border-bottom: 2px solid #000;
	margin-bottom: 40px;
}

.partners_title h2 {
	font-size: 3vw;
	padding-top: 50px;
}

.partners_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 0 20px;
}

.partners_img {
	margin-bottom: 40px;
	transition: all 0.5s;
}

.partners_img:hover {
	opacity: 0.5;
}

.partners_img a {
	width: 48%;
	margin-right: calc(8% / 2);
	margin-bottom: 40px;
}

ul.partners_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 0 10px;
	align-items: center;
}

.partners_li {
	width: calc(25% - 20px);
	margin: 0 10px;
	height: 80px;
	margin-bottom: 10px;
}

.partners_li a {
	background-color: #fff;
	width: 100%;
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.partners_li img {
	max-height: 60px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
}

.partners_li a:hover img {
	opacity: 0.5;
}

@media screen and (min-width: 769px){
	.sp_only {
		display: none;
	}
}

@media screen and (max-width: 768px){

	.pc_only {
		display: none;
	}

	body {
		font-size: 14px;
	}

	.logo img {
		width: 96px;
		top: 20px;
		left: 70px;
	}

	.btn-trigger {
		width: 45px;
		height: 39px;
		top: 20px;
		left: 15px;
	}

	.btn-trigger span {
		height: 2px;
		right: 10px;
	}

	.btn-trigger span:first-of-type {
		top: 11px;
		width: 20px;
	}

	.btn-trigger span:nth-of-type(2) {
		top: 18px;
		width: 27px;
	}

	.btn-trigger span:last-of-type {
		top: 25px;
		right: 10px;
		width: 14px;
	}

	.btn-trigger.active span:first-of-type {
		transform: rotate(-45deg);
		top: 18px;
		width: 30px;
		right: 7px;
	}

	.btn-trigger.active span:last-of-type {
		transform: rotate(45deg);
		top: 18px;
		width: 30px;
		right: 7px;
	}

	div#menu_active {
		padding-left: 80px;
		padding-top: 100px;
	}

	div#menu_active a {
		font-size: 2.5em;
	}

	.inner {
		padding: 0 30px;
	}

	.footer ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}

	.footer li {
		font-size: 6vw;
		padding: 16px 5px;
	}

	.footer .footer_menu {
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.footer .follow {
		padding-top: 0;
	}

	.footer .follow_title {
		font-size: calc(100vw / 15);
	}

	.footer .follow_title:before {
		margin-right: 1em;
	}

	.footer .follow_title:after {
		margin-left: 1em;
	}

	.footer .sns_icon_wrap {
		width: calc((80px + 6%) * 3);
	}

	.footer .sns_icon_wrap li {
		max-width: 80px;
	}

	.copyright {
		font-size: 10px;
	}

	/* page */
	.page_title {
		left: 70px;
		padding-right: 0;
	}

	.page_title img {
		max-width: 80%;
	}

	.ComingSoon {
		font-size: 2em;
		min-height: 20vh;
	}

	.page_title_wrap.type_2 {
		min-height: 150px;
	}

	.page_title_wrap.type_2 .page_title {
		bottom: 30px;
		padding: 0 30px;
	}

	.supprt {
		padding-bottom: 80px;
	}

	.partners_title {
		margin-bottom: 30px;
	}

	.partners_title h2 {
		font-size: 1.5em;
	}

	ul.partners_wrap {
		padding: 0;
	}

	.partners_li {
		width: calc(50% - 5px);
		height: 70px;
	}

	li.partners_li:nth-child(odd) {
		margin-left: 0;
		margin-right: 5px;
	}

	li.partners_li:nth-child(even) {
		margin-right: 0;
		margin-left: 5px;
	}

	.partners_li a {
		padding: 5px 10px;
	}

	.partners_li img {
		max-height: 60px;
	}


}
