@charset "UTF-8";

html {
  overflow-y: scroll;
	height: 100%;
}

body {
  line-height: 1;
  color: #000; }

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;
	list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, 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;
	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;
	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; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */



body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small; }

select, input, button, textarea {
	font: 99% arial,helvetica,clean,sans-serif; }

table {
	font-size: inherit;
	font: 100%; }

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%; }


.pc {
	display: none;
}
.sp {
	display: block;
}
@media screen and (min-width:960px) {
	.sp {
		display: none;
	}
	.pc {
		display:block;
	}
}

@media screen and (min-width:960px) {
	.img_box img {
		width: auto;
	}
}



/* -----------------------------------------------
common
--------------------------------------------------*/
body {
	color: rgb(24, 24, 24);
	line-height: 1.8em;
	font-size: 14px;
	width: 100%;
	background-color: #fff;
	background-image: url(../img/common/paper.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	height: 100%;
	font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,'ヒラギノ角ゴ W3', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}


@media screen and (min-width:960px) {
	body {
		font-size: 16px;
	}

}

/*	float	*/

	.f-left {
	float: left;
}
	.f-right {
	float: right;
}


/*	clearfix	*/
.clearfix:after {
   content: "";
   display: block;
   clear: both;
}
.clearfix {
   zoom: 1;
}

/*	img	*/

.img_box {
	margin: 20px auto;
}
.img_box img {
	display: block;
	width: auto;
   max-width: 100%;
}

/*	youtube    */

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
 }
 .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
 }



/*     column     */

.flex_box {
	display: flex;
	flex-wrap: wrap;
}
.flex_box > section {
	box-sizing: border-box;
}
.clm-2 {
   width: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width:960px) {
	.clm-2 {
		width: 48%;
		margin-right: 4%;
	}
	.clm-2:nth-child(2n+2){
		margin-right: 0;
	}
}


/*     content     */

.content {
	max-width: 860px;
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
}

.cts_box {
	background-color: #FFFBED;
	border: solid 3px #5A1212;
	box-shadow:  #5a1212 4px 7px 0px 0;
	box-sizing: border-box;
	padding: 7px 15px;
	margin-bottom: 30px;
}

@media screen and (min-width:960px) {
	.cts_box {
		padding: 20px 60px 50px;
	}
	.content {
		padding-top: 70px;
	}

}



/*     page_ttl     */

.page_ttl {
	text-align: center;
	color: #63190E;
	font-weight: 800;
	font-size: 2.5em;
	font-family: 'Open Sans', sans-serif;
	padding-top: 40px;
}
.page_ttl::first-letter {
	color: #e5006e;
}
.page_ttl_jp {
	font-size: 0.4em;
	padding-top: 10px;
}

@media screen and (min-width:960px) {

.page_ttl {
	font-size: 2.8em;
	padding-top: 70px;
}
}



/*     head     */

.cts_ttl {
	text-align: center;
	color: #63190E;
	font-weight: 800;
	font-size: 2.3em;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.cts_ttl::first-letter {
	color: #e5006e;
}

@media screen and (min-width:960px) {
	.cts_ttl {
		font-size: 2.5em;
	}
}





/*     txt-style     */
.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}



/*     link     */

a {
	text-decoration: none;
	color: #e5006e;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #ff1b89;
}
a.btn {
	margin: 20px auto;
	height: 50px;
	width: 75%;
	max-width: 300px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 50px;
	background: #e5006e;
	padding-left: 0;
	border-radius: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	transition: all 1s ease;
}

@media screen and (min-width:960px) {
	a.btn {
		height: 60px;
		width: 300px;
		line-height: 60px;
		font-size: 16px;
	}
}


a.btn:hover {
	 text-decoration: none;
	 background-color: #fc459d;
	 transition: all .5s ease;
	}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.btnarea {
	text-align: center;
}


/*     NEWS     */


.news_list_item {
	margin-bottom: 15px;
	box-sizing: border-box;
	position: relative;
	padding: 0;
}
.news_list_item a {
   text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px 40px 10px 10px;
	box-sizing: border-box;
	position: relative;
	margin: 0;
}
.news_list_item a:hover {
   text-decoration: none;
}
.news_list_item::after{
	content: "";
	display: block;
	background-image: url(../img/common/arrow-pink.svg);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	right: 10px;
	background-size: 100%;
}

.news_list_item .icn_new {
	position: absolute;
	top: -24px;
	left: -16px;
	width: 45px;
	height: 45px;
}
.news_list_item a .date_newslist,.date_newslist,.news_date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #5c2a2a;
}

.news_list_item a .newsttl_newslist {
	color: #181818;
}

.pager {
	text-align: center;
	font-size: 0.9em;
}

.news_ttl {
	font-size: 1.4em;
	line-height: 1.4em;
	border-bottom: 3px solid #5c2a2a;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news_ttl::before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #E5006E;
	bottom: -3px;
	width: 10%;
}
.news_ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #F08226;
	bottom: -3px;
	left:10%;
	width: 10%;
}


@media screen and (min-width:960px) {
	.news_list_item {
		margin-bottom: 20px;
		transition: all .3s ease;
	}
	.news_list_item:hover {
		transform: scale(1.03);
	}
	.news_list_item a {
		padding: 20px 40px 25px 20px;
	}
	a .newsttl_newslist {
		font-size: 1.2em;
		color: #181818;
	}
	.news_list_item .icn_new {
		top: -24px;
		left: -33px;
		width: 60px;
		height: 60px;
	}
	.news_ttl {
		font-size: 1.8em;
		line-height: 1.4em;
		margin-bottom: 20px;
	}

}



/*     TOP     */

.wrap {
	background-image: url(../img/common/logo-konosuba.png);
	background-position: right -154% top -10%;
	background-size: 86%;
	background-repeat: no-repeat;
	width: 100%;
}
#top .content {
	max-width: 1200px;
}

#top .main {
	height: 100vh;
	position: relative;
}
.mv_link {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	align-content:center ;
	justify-content: center;
	height: 50vh;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.mv_link::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-position: center ;
	background-size: cover;
	transition: all 1s ease;
	opacity: .4;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.mv-konosuba3-1::after {
	background-image: url(../img/top/mv-3rd-1.jpg);
}
.mv-konosuba3-2::after {
	background-image: url(../img/top/mv-3rd-2.jpg);
	background-position: top center ;

}
.mv_link:hover::after {
	background-size: cover;
	transition: all 1s ease;
	transform: scale(1.08);
	opacity: .6;
}

.logo-area {
   position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

h1.title-mv {
	width: 80%;
	max-width: 500px;
	z-index: 2;
}
h1.title-mv.logo-bakuen {
	width: 90%;
	max-width: 600px;
}
h1 img {
	width: 100%;
	display: block;
}

a.mv_link_btn {
	z-index: 2;
	background-color: #fff;
	color: #63190E;
	width: 70%;
	position: relative;
}
a.mv_link_btn:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/common/arrow-pink.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top:0;
	bottom:0;
	right:20px;
	margin: auto;

}

.top_news_box {
	height: 400px;
}

#twitter-widget-0 {
	height: 400px!important;

}
#top .top_twitter .cts_box {
	padding: 0;
}
.top_news_list dt {
   font-size: 0.9em;
}
.top_news_list dd {
   border-bottom: 1px dotted #5c2a2a;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.top_news_list dd a {
	color: #181818;
	transition: all 0.3s ease;
}
.top_news_list dd a:hover {
   text-decoration: none;
	color: #9c8e8e;
}


@media screen and (min-width:960px) {
	.wrap {
		background-position: right -200px top 0px;
		background-size: 600px;
	}
	.main {
		display: flex;
	}
	.mv_link {
		width: 50%;
		height: 100vh;
	}
	a.mv_link_btn {
		width:300px;

	}

	.logo-area {
		justify-content: flex-end;
		padding-bottom:30vh;

	}

	h1.title-mv {
		vertical-align: middle;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.top_news_box {
		height: 500px;
		padding: 20px 40px;
	}
	.top_news_list dd {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	#twitter-widget-0 {
		height: 490px!important;

	}
}


/*     header     */

header {
	background-image:url(../img/common/line_deco.svg);
	background-repeat: repeat-x;
	background-size: 20px;
	height: 40px;
}
#top header {
	display: none;
}
.header_logo {
   width: 150px;
	height: 83px;
	position: absolute;
	top:0;
	left:0;
}
.header_logo img {
	width: 100%;
}


@media screen and (min-width:960px) {
	.header_logo {
		width: 300px;
	}

}

/*     footer     */

footer {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
	background-image:url(../img/common/line_deco.svg);
	background-position: center bottom 0;
	background-repeat: repeat-x;
	background-size: 20px;
	box-sizing: border-box;

}


#copyright {
	font-size: 0.6em;
	display: block;
}

.bnr_area {
	text-align: center;
	padding-top: 40px;
	width: 95%;
	margin: 0 auto;
}
.bnr_area a {
	display: block;
	margin-bottom: 20px;
	width: 80%;
	margin: 0 auto 10px;
}
.bnr_area a.bnr-l {
	width: 100%;
}
.bnr_area img {
	display: block;
	width:100%;
	margin: 0 auto;
}
footer .sns li {
	display: inline-block;
	line-height: 1;
	margin: 10px 5px 30px 5px;
}
.sns_icn_list {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 15px;
	display: flex;
	justify-content: center;
}
.sns_icn_list li {
	display: inline-block;
	margin: 10px;
	width: 40px;
	height: 40px;
}
.sns_icn_list li a,.sns_icn_list li a img {
	display: block;
	width: 100%;
}
.fb_iframe_widget span {
    vertical-align: top !important;
}



@media screen and (min-width:960px) {

	footer {
		padding: 20px;
		padding-top: 160px;
		padding-bottom: 50px;
	}

	.bnr_area {
		width: 100%;
		padding: 0;
	}

	.bnr_area a {
		margin-bottom: 10px;
		display: inline-block;
		margin-right: 7px;
		width: 300px;
	}
	.bnr_area a.bnr-l {
		width: 455px;
	}
	.tabmenu_news li{
		width: 30%;
	}


}
