<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
Theme Name: Makoto Shinkai Works
File : /css/top.css
Uses : トップページスタイル
*/

/* section#mainVIsual
============================================================*/
#mainVIsual {
	padding-top: 18px;
}

/*----------------------------------------
div.bx-wrappe
----------------------------------------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 75px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-moz-box-shadow: 0 1px 6px #777;
	-webkit-box-shadow: 0 1px 6px #777;
	box-shadow: 0 1px 6px #777;
	background: #fff;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/common/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -35px;
	width: 100%;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #939393;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #e5e5e5;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #939393;
}
.bx-wrapper .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	display: none;
}

@media only screen and (max-width: 767px) {
.bx-wrapper {
	margin: 0 auto 50px;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	background: #fff;
}
.bx-wrapper .bx-pager {
	bottom: -25px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	margin: 0 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
}

/* section#newsArea
============================================================*/
#newsArea {
	position: relative;
	width: 998px;
	height: 212px;
	border: #c1c1c1 1px solid;
}
#newsArea h2 {
	width: 198px;
	height: 198px;
	padding: 7px;
	background: #939393;
	float: left;
}
#newsArea h2 a {
	display: block;
	width: 196px;
	height: 196px;
	background: url(../images/top/ttl_h2_news.png) no-repeat center center;
	background-size: 50px auto;
	border: #fff 1px solid;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#newsArea .newsList {
	width: 756px;
	height: 212px;
	padding-left: 30px;
	background: url(../images/top/bg_news_pc.png) no-repeat left center;
	float: left;
}

#newsArea ul {
	width: 730px;
	padding-top: 11px;
}
#newsArea li {
	font-size: 12px;
	padding: 9px 0;
	border-bottom: #dedede 1px solid;
	padding-left: 20px;
	background: url(../images/common/arrow_li_pc.png) no-repeat 0 14px;
}
#newsArea li span.date {
	margin-right: 5px;
}

#newsArea li a {
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#newsArea .more {
	position: absolute;
	bottom: 9px;
	right: 26px;
	font-size: 12px;
	text-align: right;
	padding-right: 14px;
	background: url(../images/common/arrow_more_pc.png) no-repeat right center;
}
#newsArea .more a {
	color: #afa376;
}

/* section#snsArea
============================================================*/
#snsArea {
	width: 1000px;
	margin-top: 60px;
	padding-top: 40px;
	background: url(../images/common/line_wide.png) no-repeat center top;
}

#snsArea .twBox {
	width: 46%;
	float: left;
}
#snsArea .fbBox {
	width: 50%;
	float: right;
}

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

/* section#mainVIsual
============================================================*/
#mainVIsual {
	padding-top: 0;
}

/* section#newsArea
============================================================*/
#newsArea {
	position: static;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#newsArea .clearfix {
	width: 100%;
}

#newsArea h2 {
	width: 100%;
	height: auto;
	padding: 4px;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#newsArea h2 a {
	width: 100%;
	height: auto;
	background: url(../images/top/ttl_h2_news.png) no-repeat center center;
	background-size: 35px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*----------------------------------------
div.newsList
----------------------------------------*/
#newsArea .newsList {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-left: 0;
	background: url(../images/top/bg_news_sp.png) no-repeat center top;
	background-size: 22px auto;
	float: none;
}
#newsArea ul {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#newsArea li {
	padding-left: 18px;
	background: url(../images/common/arrow_li_sp.png) no-repeat 0 14px;
	background-size: 6px auto;
}
#newsArea li span.date {
	display: block;
}
#newsArea li a {
	white-space: normal;
	width: auto;
	overflow: visible;
	-o-text-overflow: clip;
	text-overflow: clip;
}

#newsArea .more {
	position: static;
	margin: 10px 10px 10px 0;
	background: url(../images/common/arrow_more_sp.png) no-repeat right center;
	background-size: 6px auto;
}
#newsArea .more a {
	color: #afa376;
}

/* section#snsArea
============================================================*/
#snsArea {
	width: 100%;
	margin-top: 25px;
	padding-top: 25px;
	background: none;
	border-top: #c1c1c1 1px solid;
	text-align: center;
}

#snsArea .twBox,
#snsArea .fbBox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
}
#snsArea .twBox {
	margin-bottom: 25px;
}

.fb-page {
	width: 100% !important;
	margin: 0 auto !important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 100% !important;
}
}

@media screen and (max-width: 767px) and (min-width: 640px) {
#snsArea .fbBox {
	width: 50%;
	float: right;
}
#snsArea .twBox {
	width: 46%;
	float: left;
	margin-bottom: 0;
}

iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 300px !important;
}
}

@media screen and (max-width: 639px) and (min-width: 520px) {
#snsArea .twBox,
#snsArea .fbBox,
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 500px !important;
}
}
@media screen and (max-width: 519px) and (min-width: 480px) {
#snsArea .twBox,
#snsArea .fbBox,
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 460px !important;
}
}
@media screen and (max-width: 479px) and (min-width: 414px) {
#snsArea .twBox,
#snsArea .fbBox,
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 394px !important;
}
}
@media screen and (max-width: 413px) and (min-width: 375px) {
#snsArea .twBox,
#snsArea .fbBox,
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 355px !important;
}
}
@media screen and (max-width: 374px) and (min-width: 320px) {
#snsArea .twBox,
#snsArea .fbBox,
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
	width: 300px !important;
}
}

/* section#banaArea  **160824追記**
============================================================*/
#banaArea {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    background: none;
    border-top: #c1c1c1 1px solid;
    align: left;
}

.bana img { 
   max-width: 100%;
    height: auto;
}
/*161215追記*/
.rsbana { 
	float:left;
	padding:5px 40px 5px 0px;
}
</pre></body></html>