@charset "utf-8";

/* --------------------------------------------------

Theme Name: ATENE
Theme URL: https://atene-g.com/
Description: 
Author: Shun Tachibana
Version: 1.0

-------------------------------------------------- */

@import url("css/reset.css");

/* --------------------------------------------------

フォント指定

-------------------------------------------------- */

#g_nav li,
.front_contents h2,
.front_contents h2 span,
#shop_info h3,
#shop_info h3 span em,
.read_more,
.cast_info .profile_sns li a,
.cast_cat_list li span a::after,
.cast_contents h3,
.cast_contents .cast_cat_list h2,
.news_contents h2,
#sidebar h3,
.f_list_title,
#f_list li a {
	font-style: normal;
	letter-spacing: 0.1em;
}

#g_nav li,
.front_contents h2,
#shop_info h3,
.read_more,
.cast_info .profile_sns li a,
#sidebar h3,
.f_list_title,
#f_list li a {
	font-family: "Blinker", sans-serif;
	font-weight: 400;
}

.cast_cat_list li span a::after {
	font-family: "Blinker", sans-serif;
	font-weight: 300;
}

.cast_contents h3,
.news_contents h2 {
	font-family: "M PLUS U", sans-serif;
	font-weight: 600;
}

.cast_contents .cast_cat_list h2,
.front_contents h2 span,
#shop_info h3 span em {
	font-family: "M PLUS U", sans-serif;
	font-weight: 400;
}

/* --------------------------------------------------

ヘッダー

-------------------------------------------------- */

#header {
	height: 48px;
	width: 1250px;
	display: flex;
	margin: 40px auto;
	justify-content: space-between;
}

#header h1{
	height: 48px;
	width: 238px;
}

/* --------------------------------------------------

グローバルナビ

-------------------------------------------------- */

#g_nav ul {
	display: flex;
}

#g_nav li {
	margin-left: 25px;
	padding-left: 25px;
	border-left: solid 1px #DDD;
}

#g_nav li:first-child {
	padding-left: 25px;
	border-left: none;
}

#g_nav li a {
	height: 48px;
	display: block;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 48px;
	color: #333;
}

/* --------------------------------------------------

コンテンツ

-------------------------------------------------- */

#content {
	width: 1250px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.two_column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.two_column section {
	width: 616px;
	margin: 0;
}

/* --------------------------------------------------

フッター

-------------------------------------------------- */

footer {
	width: 100%;
	background: #efefef;
}

#f_content {
	width: 1250px;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
}

#f_logo {
	width: 238px;
	float: left;
	padding-top: 45px;
}

#f_logo p {
	text-align: center;
	margin-bottom: 15px;
	font-size: 0.5em;
}

#f_logo p:last-child {
	width: 40px;
	text-align: center;
	margin: 0 auto;
}

#f_logo p:last-child img {
	height: 40px;
	width: 40px;
}

#f_list {
	width: 997px;
	display: block;
	float: right;
}

#f_list div {
	width: 249px;
	float: left;
	padding: 0 25px;
	border-left: solid 1px #CCC;
}

#f_list p {
	height: 43px;
	display: flex;
	margin-bottom: 20px;
}

#f_list div img {
	height: auto;
	width: 43px;
}

#f_list p span {
	padding-left: 10px;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 43px;
}

#f_list li  {
	margin-bottom: 3px;
	font-size: 0.6em;
}

#f_list li a {
	height: 43px;
	width: 200px;
	display: block;
	margin-top: 15px;
	background: #ddd;
	border: solid 1px #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 43px;
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#f_list li a:hover {
	background: #FFF;
}