@charset "utf-8";

* {
	box-sizing: border-box;
}
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 16px;
	font-family: /* noto-serif,  */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* 400/700 */
	font-feature-settings: "palt";
	line-height: 1.6;/* 変更 */
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th{
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a{
	margin: 0;
	padding: 0;
	font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;
}
/*android版クローム　フォントサイズが大きくなる不具合対策*/
p {
	max-height: 999999px;
}
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;
	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;
}
img {
	vertical-align: bottom;
	width: 100%;
}

/* form */
input, select {
	vertical-align: middle;
}
/* float解除 */
header:after,footer:after,section:after,article:after,aside:after,main:after,div:after,dl:after,ul:after,ol:after,li:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
}


/****************************************
 common (共通スタイル)
****************************************/

h2 {
	margin: 0 auto 24px;
	width: 109px;
}
.fc_red {
	color: #c83636;
}
.fc_brown {
	color: #6e2c0c;
}
.ta_c {
	text-align: center;
}
.ta_r {
	text-align: right;
}
.mb_16 {
	margin: 0 0 16px;
}
.fs_10 {
	font-size: 10px;
}
.fs_18 {
	font-size: 18px;
}
.fs_24 {
	font-size: 24px;
}
.fw_b {
	font-weight: bold;
}

.header_navigation {
	position: fixed;
	background-color: white;
	opacity: 0.9;
	width: 100%;
	z-index: 4;
}
.header_inner {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.trigger {
	background: #f9a5a5;
	height: 60px;
	width: 60px;
}
.header_nav_pc a {
	color: #6e2c0c;
}
.header_logo {
	margin: 0 auto 0 0;
	padding: 8px;
	width: 136px;
}
.header_nav_sp {
	color: #6e2c0c;
}
.header_nav_sp_title {
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 0 24px;
	text-align: center;
}
.header_nav_sp ul li {
	border-bottom: 1px solid #eae5db;
	margin: 0 0 16px;
}
.header_nav_sp ul li a {
	color: #6e2c0c;
	display: block;
	letter-spacing: 2px;
	padding: 8px;
}
.header_nav_sp ul li a::after {
	content: "\f101";
	color: #d2c4ae;
	font-family: "FontAwesome";
	float: right;
}
.header_nav_sp ul li a span {
	font-size: 12px;
}
.header_nav_sp ul li a span::before {
	content: "/";
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0 0 0 4px;
}
.modaal-close::after,
.modaal-close::before {
	background: #6e2c0c;
}
.modaal-container {
	max-width: 480px;
}
.modaal-content-container {
	padding: 40px;
}
.header_nav_pc {
	display: none;
}
.header_trigger {
	width: 54px;
}
.header_main {
	position: relative;
}
.header_info {
	background: rgba(73, 38, 8, 0.3);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.header_info p {
	margin: 0 0 8px 0;
}
.header_info a {
	background: #fff;
	border-radius: 40px;
	color: #592307;
	display: inline-block;
	padding: 8px 24px;
}
.mainvisual_pc {
	display: none;
}
#section_schedule_today {
	background-image: url('../images/bg_sche_event.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px 0;
}
#section_schedule_today .cast_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 8px;
}
#section_schedule_today .cast_box li {
	flex-grow: 1;
    margin: 0 0 16px;
	max-width: 50%;
	padding: 0 8px;
}
.breadcrumbs {
	background: #f7f7f7;
	color: #a9a9a9;
	font-size: 12px;
	padding: 2px 24px;
}
.breadcrumbs ol li {
	display: inline-block;
}
.breadcrumbs ol li::after {
	content: " / ";
	display: inline-block;
}
.breadcrumbs ol li:last-child::after {
	content: none;
}
.breadcrumbs ol li a {
	color: #a9a9a9;
}
.cast_box .img_box {
	position: relative;
}
.icon {
	width: 110px;
	margin-left: auto;
    margin-right: auto;
}
.icon_new {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -4px;
    left: -4px;
}
.icon_twitter {
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
}
.cast_box .txt_box {
	background: rgba(31, 21, 20, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 16px;
	text-align: center;
}
.cast_box .txt_box p span {
	font-size: 10px;
}
.cast_box .txt_box .time {
	border-radius: 4px;
	color: #FFFFCC;
	font-family: sans-serif;
	margin: 4px 0 0;
	background-color: #4d250a;
}
#section_covergirl ul {
	margin: 0 auto;
	max-width: 300px;
	width: 96%;
}
#section_covergirl ul li {
	width: 100%;
}
#section_twitter {
	background-image: url('../images/bg_twitter.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
}
#section_twitter > div {
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
}
#section_topics {
	background-image: url('../images/bg_news.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
}
#section_topics #info_box {
	background: rgba(255, 255, 255, 0.68);
	border-radius: 8px;
	color: #6e2c0c;
	padding: 24px;
}
#section_topics article {
	max-height: 400px;
	overflow: scroll;
}
#section_topics article h3 {
	border-bottom: 1px solid #6e2c0c;
	margin: 0 0 4px;
	padding: 0 0 4px;
}
#section_topics article time {
	font-size: 10px;
}
#event {
	background-image: url('../images/bg_sche_event.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
	margin: 0 auto;
}
#event ul li {
	margin: 5px;
    max-width: 480px;
    display: inline-block;
    vertical-align: text-top;
}
#system {
	background-image: url('../images/bg_system.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
}
#system .system_inner {
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
}
#system .system_inner > div {
	background: rgba(255, 255, 255, 0.72);
	margin: 0 0 24px;
	padding: 24px;
}
#system .system_inner > div > div {
	margin: 0 0 24px;
}

#system .system_inner > div > div img {
	display: block;
	margin: 0 auto;
	max-width: 240px;
}
#system .payment {
    display: flex;
    max-width: 350px;
    margin: 0 auto 24px;
}
#system .payment li:nth-of-type(n + 2) {
    margin-left: 20px;
}
#system table {
	border: 1px solid #6e2c0c;
	color: #6e2c0c;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
#system table tr {
	width: 100%;
}
#system table tr th {
	font-weight: bold;
	border: 1px solid #6e2c0c;
	letter-spacing: 4px;
	padding: 8px;
	width: 50%;
}
#system table tr td {
	border: 1px solid #6e2c0c;
	padding: 8px;
	vertical-align: middle;
	width: 50%;
}
#system table tr td span {
	font-size: 24px;
}
#system table .description {
	color: #9a9a9a;
	text-align: left;
}
#system table .description span {
	color: #c83636;
	font-size: 14px;
}
.system_title {
	color: #6e2c0c;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 16px;
}
.system_title::before {
	content: "▼";
	font-size: 10px;
	margin: 0 8px 0 0;
}
.system_unique {
	background: #6e2c0c;
	color: #fff;
	padding: 24px;
}
.system_event {
	color: #6e2c0c;
	text-align: center;
}
.system_event > div > div {
	border: 1px solid #6e2c0c;
	margin: 0 0 24px;
	padding: 24px;
}
.system_event_title {
	background: #6e2c0c;
	color: #fff;
	font-size: 18px;
	padding: 16px;
}
.button_line {
	margin: 0 auto !important;
	width: 240px;
}
.button_line a {
	background: #19c969;
	border-radius: 40px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 16px;
}
.button_line a::after {
	content: "→";
	display: inline-block;
	float: right;
}
#section_covergirl {
	background-image: url('../images/bg_pickup.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
}
#section_covergirl ul li {
	background: none;
}
#banner {
	background-image: url('../images/bg_banner.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
}
#banner ul{
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}
#banner ul li {
	margin: 0 0 16px;
}
#recruit_top {
	background-image: url('../images/bg_recruit.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
}
#recruit_top > div {
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}
footer {
	background: #e8e8e3;
	color: #4a4a4a;
}
footer .footer_menu {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
	max-width: 400px;
	position: fixed;
	right: 0;
	bottom: 16px;
	left: 0;
	width: 96%;
	z-index: 5;
}
footer .footer_menu ul {
	display: flex;
}
footer .footer_menu ul li {
	text-align: center;
	width: 49.3333%;
}
footer .footer_menu ul li a {
	color: #93510b;
	display: block;
	padding: 10px 0;
}
footer .footer_menu ul li a span {
	border-right: 1px solid #6e2c0c;
	display: block;
	margin: 8px 0;
}
footer .footer_menu ul li:nth-child(1) a span::before {
	content: "\f095";
	display: inline-block;
	font-family: "FontAwesome";
	margin: 0 4px 0 0;
}
footer .footer_menu ul li:nth-child(2) a span::before {
	content: "\f041";
	display: inline-block;
	font-family: "FontAwesome";
	margin: 0 4px 0 0;
}
footer .footer_menu ul li:nth-child(3) a span::before {
	content: "\f004";
	display: inline-block;
	font-family: "FontAwesome";
	margin: 0 4px 0 0;
}
footer .footer_menu ul li:last-child a span {
	border: none;
}
footer .footer_inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 24px;
	width: 100%;
}
footer .footer_inner p a {
	color: #930;
}
footer .footer_inner > div {
	margin: 0 0 24px;
}
footer .nav li {
	border-right: 1px solid #4a4a4a;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}
footer .nav li:last-child {
	border: none;
}
footer .nav li a {
	color: #4a4a4a;
}
.copyright {
	font-size: 10px;
	text-align: right;
}
.footer_bnr,
.footer_bnr2{
	display: flex;
	flex-wrap: wrap;
}
.footer_bnr a{
    margin: 0 1% 1% 0;
}
.footer_bnr2 a{
    margin: 0 1% 2% 0;
}
.footer_bnr .sp {
	display: none;
}


.footer_link {
	background: #6e2c0c;
	color: #fff;
	font-size: 12px;
	padding: 4px 0 80px;
	text-align: center;
}
.footer_link a {
	color: #fff;
}
.header_sub {
	background-image: url('../images/header_sub.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 64px 0 8px;
}
#contents_schedule {
	padding: 24px 0;
	background-image: url(../images/bg_flower.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contents_schedule .cast_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 8px;
}
#contents_schedule .cast_box li {
	flex-grow: 1;
	margin: 0 0 8px;
	max-width: 50%;
	padding: 0 8px;
}
.schedule_day {
	margin: 0 auto;
	max-width: 1024px;
}
.schedule_nav_outer {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 8px;

}
.schedule_nav {
	border: 1px solid #6e2c0c;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin: 0 auto 24px;
	max-width: 96%;
	background: rgba(255,255,255,.7);
}
.schedule_nav li {
/*	border-right: 1px solid #6e2c0c;*/
	line-height: 1.4;
	text-align: center;
	width: 14.2857142857%;
}
.schedule_nav li:last-child {
	border: none;
}
.schedule_nav li a {
	color: #6e2c0c;
	display: block;
	padding: 8px;
}
.schedule_nav li.active a {
	background: #6e2c0c;
	color: #fff;
}
.atten_03 {
	color: #a9c9fb;
}
.atten_04 {
	color: #fba9a9;
}
#contents_cast {
	padding: 24px 0;
	background-image: url(../images/bg_flower.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
}
#contents_cast .cast_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 8px;
}
#contents_cast .cast_box li {
	flex-grow: 1;
	margin: 0 0 8px;
	max-width: 50%;
	padding: 0 8px;
}
.schedule_day {
	color: #6e2c0c;
	padding: 16px 0;
}
.schedule_day p::before {
	content: "▼";
	font-size: 10px;
	margin: 0 4px 0 8px;
}
.profile_box_left {
	margin: 0 auto 24px;
	max-width: 330px;
	width: 100%;
}
#contents_profile {
	padding: 24px;
}
#contents_profile .img_box {
	margin: 0 auto 2px;
	position: relative;
	width: 100%;
}
#contents_profile .icon_new {
	height: 45px;
	width: 45px;
}
#contents_profile .icon_twitter {
	height: 80px;
	width: 80px;
}

.contents_profile_background{
	background-image: url(../images/bg_flower.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img_box_thumbnail {
	display: flex;
	margin: 0 auto;
	width: 100%
}
.img_box_thumbnail div {
	margin: 0 2px 0 0;
	width: 33.333333%;
}
.img_box_thumbnail div:last-child {
	margin: 0;
}
#contents_profile .txt_box {
	background: rgba(69, 26, 24, 0.68);
	color: #fff;
	font-size: 18px;
	margin: 0 0 24px;
	padding: 24px;
	text-align: center;
}
#contents_profile .txt_box span {
	font-size: 12px;
}
.profile_comment {
	border: 1px solid rgba(134, 131, 213, 0.68);
	overflow: hidden;
}
.profile_comment .subtitle {
	background: rgba(69, 26, 24, 0.68);
	color: #fff;
	padding: 8px 16px;
}
.profile_comment div {
	color: #000000;
	padding: 8px 16px;
	background: rgba(255,255,255,.7);
}
/* .profile_sch_outer {
	padding: 24px;
} */
.profile_sch_outer > p {
	color: #6e2c0c;
	margin: 0 0 8px;
}
.profile_sch_outer > p::before {
	content: "▼";
	font-size: 10px;
	margin: 0 4px 0 0;
}
.profile_sch_box {
	border: 1px solid rgba(143, 122, 88, 0.68);
	border-radius: 8px;
	padding: 4px 0;
}
.profile_sch_variable {
	color: #6e2c0c;
	display: flex;
	padding: 8px 24px;
}
.profile_sch_variable:nth-child(even) {
	background: #f7eee2;
}
.profile_sch_date {
	border-right: 1px solid #e2dfda;
	margin: 0 16px 0 0;
	padding: 0 16px 0 0;
}
#contents_profile .profile_comment {
	margin: 0 0 24px;
}
#contents_profile .twitter {
	border: 1px solid #6e2c0c;
	border-radius: 4px;
	margin: 0 0 24px;
}
#contents_profile .ticktock {
	border: 1px solid #6e2c0c;
	border-radius: 4px;
	margin: 0 0 24px;
	background: #fff;
}
.tiktok-embed{
	margin: 20px auto!important;
	min-width: 270px!important;
}
#contents_access {
	padding: 24px;
}
#contents_access table {
	border: 1px solid #6e2c0c;
	margin: 0 0 40px;
	width: 100%;
}
#contents_access table tr th {
	background: #6e2c0c;
	border: 1px solid #b9a98e;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 8px;
	width: 28%;
}
#contents_access table tr td {
	border: 1px solid #6e2c0c;
	padding: 8px 24px;
}
#contents_access table tr td a {
    color: #6e2c0c;
    text-decoration: underline;
}
#contents_access > div {
	color: #6e2c0c;
	margin: 0 0 24px;
}
.access_name {
	background: #6e2c0c;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 16px;
	padding: 8px 24px;
	text-align: center;
}
#contents_recruit {
	font-family: sans-serif;
	padding: 24px;
}
#contents_recruit table {
	width: 100%;
}
.contents_recruit_inner > div {
	border: 1px solid #fba0cd;
	border-radius: 8px;
	margin: 0 0 24px;
	overflow: hidden;
}
.contents_recruit_inner > div > p {
	background: #fba0cd;
	color: #fff;
	padding: 16px 24px;
}
.contents_recruit_inner > div > div {
	padding: 16px 24px;
}
.recruit_pr_comment {
	background: #dffff0;
	border-radius: 8px;
	color: #59c191;
	margin: 0 0 24px;
	padding: 24px 16px;
}
.recruit_pr_comment a {
	color: #59c191;
	text-decoration: underline;
}
.recruit_line {
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}
.recruit_q {
	background: #59c191;
	border-radius: 40px;
	color: #fff;
	text-align: justify;
	margin: 0 0 8px;
	padding: 8px 24px;
}
.recruit_a {
	text-align: justify;
	margin: 0 0 24px;
	padding: 0 16px;
}
.button_circle a {
	border: 1px solid #6e2c0c;
	border-radius: 40px;
	color: #6e2c0c;
	display: block;
	padding: 12px 24px;
	text-align: center;
}
#contents_entry {
	font-family: sans-serif;
	padding: 24px;
}
#contents_entry select {
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	padding: 8px;
}
#contents_entry input {
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	padding: 8px;
}
#contents_entry input.wide_sm {
	width: 40px;
}
#contents_entry input.wide_mid {
	width: 200px;
}
#contents_entry input.wide_lg {
	width: 100%;
}
#contents_entry textarea {
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	height: 200px;
	padding: 8px;
	width: 100%;
}
#contents_entry label {
	background: #dddddd;
	border-radius: 40px;
	display: inline-block;
	margin: 0 0 4px;
	padding: 4px 12px;
}
#contents_entry form > p {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
#contents_entry form > div {
	margin: 0 0 24px;
}
.atten_01 {
	color: #e68092;
}
.entry_description {
	color: #969696;
	font-size: 12px;
	font-weight: normal !important;
}
.form_finish p {
	padding: 40px 24px;
}
.form_finish input {
	margin: 24px;
}
#contents_link {
	padding: 24px;
}
.link_title {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.link_88 {
	width: 88px;
}
.link_160 {
	width: 160px;
}
.link_200 {
	width: 200px;
}
.link_468 {
	max-width: 468px;
	width: 100%;
}
.list_link_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_link_box li {
	font-size: 10px;
    margin: 5px;
    text-align: center;
}
.list_link_box li img {
	width: 88px;
}
#section_err {
	margin: 0 auto;
	max-width: 480px;
	padding: 24px;
	width: 100%;
}
#err_toplink a {
	border: 1px solid #6e2c0c;
	border-radius: 4px;
	color: #6e2c0c;
	display: block;
	font-family: sans-serif;
	margin: 0 auto;
	padding: 8px 16px;
	text-align: center;
	width: 240px;
}
.br_sp {
	display:none;
}

@media screen and (max-width: 1033px) {
	#event ul li{
		max-width: 480px;
	}
}
@media screen and (max-width: 767px) {
	#event ul{
		text-align: center;
	}
	#event ul li{
 		width: 95%;
 		margin: 0 auto;
 }
}

@media screen and (min-width: 768px) {
	.mainvisual_sp {
		display: none;
	}
	.mainvisual_pc {
		display: block;
	}
	#section_schedule_today .cast_box {
		margin: 0 auto;
		max-width: 1024px;
	}
	#section_schedule_today .cast_box li {
		max-width: 25%;
	}
	#section_twitter > div {
		margin: 0 auto;
		max-width: 480px;
	}
	#section_topics #info_box {
		margin: 0 auto;
		max-width: 480px;
	}
	#event ul {
		margin: 0 auto;
		max-width: 1000px;
		text-align: center;
	}
	#event ul li {
		margin: 5px;
	}
	#system .system_inner > div {
	    padding: 24px 80px;
	}
	#contents_schedule .cast_box {
		margin: 0 auto;
		max-width: 1024px;
	}
	#contents_schedule .cast_box li {
		max-width: 25%;
	}
	#contents_cast {
	padding: 24px 0;
	background-image: url(../images/bg_flower.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
	#contents_cast .cast_box {
		margin: 0 auto;
		max-width: 1024px;
	}
	#contents_cast .cast_box li {
		max-width: 25%;
	}
	#contents_profile {
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		max-width: 768px;
		width: 100%;
	}
	.profile_box_left {
		margin: 0 24px 0 0;
	}
	.profile_box_right {
		flex-grow: 1;
	}
	.profile_sch_outer {
		margin: 24px 0 0;
		padding: 0;
	}
	#contents_access {
		margin: 0 auto;
		max-width: 768px;
	}
	#contents_recruit {
		margin: 0 auto;
		max-width: 768px;
	}
	.recruit_q {
		display: inline-block;
	}
	.button_circle a {
		margin: 0 auto;
		max-width: 320px;
	}
	#contents_entry {
		margin: 0 auto;
		max-width: 768px;
	}
	#contents_link {
		margin: 0 auto;
		max-width: 768px;
	}
}

@media screen and (min-width: 1024px) {
	.header_nav_pc {
		display: block;
	}
	.header_nav_pc nav ul {
		display: flex;
	}
	.header_nav_pc nav ul li a {
		cursor: pointer;
		display: block;
		font-size: 12px;
		letter-spacing: 2px;
		padding: 24px 0;
		text-align: center;
		width: 124px;
	}
	.header_nav_pc nav ul li a span:nth-child(2) {
		display: none;
	}
	.header_nav_pc nav ul li a:hover span:nth-child(1) {
		display: none;
	}
	.header_nav_pc nav ul li a:hover span:nth-child(2) {
		display: block;
	}
	.breadcrumbs ol {
		margin: 0 auto;
		max-width: 1024px;
	}
	h2 {
		width: 218px;
	}
	#banner ul {
		display: flex;
		max-width: 1024px;
	}
	#banner ul li {
		margin: 0 16px;
		max-width: 480px;
		width: 50%;
	}
}

@media screen and (max-width:520px) {
	.br_sp {
		display:block;
	}

	.footer_bnr .sp {
		display: block;
	}
	.footer_bnr .pc {
		display: none;
	}
	
}
