@charset "utf-8";


/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET */
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: meiryo ,arial; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
	display: block;
}
								  
ol, ul { 
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
/* RESET */

html {
  font-size: 62.5%;
}

::selection {
  color: #fff;
  background: #ffd400;
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  line-height: 1.6;
}

.clearfix:after {
  content:".";
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
}

.pc {
  display: none;
}


/*====================
 ヘッダー
====================*/
header {
  padding: 20px 0 0;
}


/*====================
 キャッチコピー
====================*/
.copy_area {
  padding: 30px 0 55px;
  background: url("bg.jpg") center center no-repeat;
  background-size: cover;
}

.copy_box {
  width: 90%;
  margin: 0 auto;
}

.logo {
  max-width: 250px;
  margin: 0 auto 30px;
}

.logo img {
  width: 100%;
  vertical-align: bottom;
}

.copy_box h2 {
  width: 100%;
  margin: 0 auto 40px;
}

.copy_box h2 img {
  width: 100%;
  vertical-align: bottom;
}

.copy_txt_box {
  width: 100%;
  margin: 0 auto;
}

.copy_txt_box img {
  width: 100%;
  vertical-align: bottom;
}


/*====================
 対象アーティスト声優・作品
====================*/
.target_area {
  padding: 30px 0;
  background: #cc0000;
  position: relative;
}

/*
.target_area:before {
  content: "";
  position: absolute;
  background: url("snow_line.png");
  top: -15px;
  left: 0;
  height: 15px;
  width: 100%;
  background-size: 50px;
}

.target_area:after {
  content: "";
  position: absolute;
  background: url("snow_line.png");
  transform: rotate(180deg);
  bottom: -15px;
  left: 0;
  height: 15px;
  width: 100%;
  background-size: 50px;
}
*/


.target_box {
  width: 90%;
  margin: 0 auto;
}

.target_box h3 {
  font-size: 3.4vw;
  color: #fff;
  background: #000;
  border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.target_box h3 span {
  font-size: 1.4rem;
}

.each_target {
  width: 100%;
  margin: 0 auto 30px;
}

.each_target:last-child {
  margin-bottom: 0;
}

.each_target h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 4px solid #fff;
  padding-left: 10px;
  margin-bottom: 15px;
}

.each_target_list {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.each_target_list li {
  display: inline-block;
}

.each_target_list li:after {
  content: " ／ ";
}

.each_target_list li:last-child:after {
  content: "";
}

.each_target_list_caution {
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  font-size: 1.4rem;
}

.each_target_list_caution li {

}



/*====================
サムネイル
====================*/
.thumbnailj_box {

}

.thumbnailj_list {

}

.thumbnailj_list li {
  width: 100%;
  margin-bottom: 20px;
}

.thumbnail_img {
  max-width: 100%;
  height: 100%;
  margin-bottom: 5px;
  text-align: center;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail_img img {
  vertical-align: bottom;
  max-width: 100%;
  height: 100%;
}

.thumbnail_ttl {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}



/*====================
 受付
====================*/
.entry_area {
  background: url("bg_02.jpg");
  padding: 55px 0 30px;
}

.entry_box {
  width: 90%;
  margin: 0 auto;
}

.entry_title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #cc0000;
  color: #cc0000;
}

.schedule {
  width: 95%;
  margin: 0 auto 20px;
  font-size: 14px;
}

.schedule tr {
  border-bottom: 1px dashed #ccc;
}

.schedule tr th {
  padding: 7px 0;
  width: 100%;
  font-weight: 600;
  display: block;
}

.schedule tr td {
  padding-bottom: 7px;
  width: 100%;
  display: block;
}

.schedule tr td a {
  color: #cc0000;
}

.period_notes {
  text-indent: -1em;
  padding-left: 1em;
  color: #555;
  font-size: 12px;
}

.period_notes li {

}

/*注意事項*/
.schedule_notes {
  width: 95%;
  margin: 0 auto;
}

.schedule_notes p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.schedule_notes ul {
  text-indent: -1em;
  padding-left: 1em;
  color: #333;
  font-size: 12px;
}

.schedule_notes ul li {
  margin-bottom: 5px;
}

.schedule_notes_txtbold {
  font-weight: bold;
  font-size: 1.3rem;
}

.schedule_notes ul li a {
  color: #cc0000;
}

.schedule_notes ul li a:hover {
  text-decoration: none;
}

.entry_guide_box {

}

.entry_guide_ttl {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #000;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.entry_guide_txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.entry_guide_img {
  width: 100%;
  margin-bottom: 10px;
}

.entry_guide_img img {
  width: 100%;
  vertical-align: bottom;
}


/* ボタン */
.entry_link {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  background: #cc0000;
  color: #fff;
  border: 3px solid #000;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 50px;
  width: 300px;
  margin: 40px auto;
  transition: all 0.2s linear;
}

/*カート*/
.cart_box {
  width: 100%;
  margin: 20px auto 0;
  border: 2px solid #000;
}

.cart_box p {
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 3px;
}

.cart {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}

.cart a {
  text-decoration: none;
}

.cart a img {
  width: 100%;
  vertical-align: bottom;
  background: #c40000;
  transition: all 0.2s linear;
}

.cart a img:hover {
  background: #ccc;
}

/*====================
 フッター
====================*/
.copyright {
  clear: both;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding-bottom: 10px;
}

footer {
  margin-top: 30px;
  clear: both;
  background-color: #363b5f;
  font-size: 12px;
}

.guide {
  padding: 15px 0 10px;
  text-align: center;
}

.guide li {
  display: inline-block;
  padding: 3px 10px;
  background: #1f2347;
  border-radius: 4px;
  margin-bottom: 5px;
}

.guide li a {
  transition: all 0.2s ease-out;
}

.guide li a,
.guide li a:link,
.guide li a:visited,
.guide li a:active {
  text-decoration: none;
  color: #FFF;
}

.guide li a:hover {
  background-color: #0d0f1b;
  color: #ffb955;
}

.canime {
  padding: 10px 15px;
  background-color: #000;
  text-align: center;
}

.canime img {
  width: 150px;
  vertical-align: bottom;
}




.link_box {
  background: #000;
  padding: 20px 0;
}

.link_list {
  display: flex;
  justify-content: center;
}
/*
.link_list li {
  font-size: 1.4rem;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.link_list li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.link_list li a {
  color: #fff;
}

.link_list li a:hover {
  text-decoration: none;
}
*/



.link_list li {
  width: 70px;
  height: 40px;
  margin-left: 40px;
}

.link_list li img {
  max-width: 70px;
  max-height: 40px;
  vertical-align: bottom;
}

.link_list li:last-child {
  margin-right: 0;
}


















