/*===============================================

  PC (1080px～)


明朝：	font-family: 'Noto Serif JP', serif;
ゴシック：

 ===============================================*/


/*------------------------------------

  Layout

 -------------------------------------*/
body {
	background-color: #fff;
}
body {	/* for google material icons */
	text-rendering: optimizeLegibility;
	font-kerning: normal;               
	font-variant-ligatures: common-ligatures contextual;
	font-feature-settings: "kern", "liga", "clig", "calt";
}

.mgTop0	{	margin-top: 0 !important;	}
.mgRight0	{	margin-right: 0 !important;	}
.mgLeft0	{	margin-left: 0 !important;	}
.mgBottom0 {	margin-bottom: 0 !important; }
.mgBottom1em {	margin-bottom: 1em !important; }
.mgBottom2em {	margin-bottom: 2em !important; }
.mg0Auto	{	margin: 0 auto !important; }
.alignLeft	{	text-align: left !important; }
.alignRight	{	text-align: right !important; }
.alignCenter{	text-align: center !important; }

#furusato #main_body .detail_free p {
	padding-left:.5em;
}

/*---------------------------------------------------------------

  Script

-------------------------------------------------------------- */
.sc_fade {
	transition: all 2000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.sc_fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}
.fade {
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(0px, 50px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(0px, 50px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}


/*------------------------------------

  Header

 -------------------------------------*/
#f_headerWrap {
/*	position: fixed;*/
	width: 100%;
	top: 0;
	text-align: center;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}	
#f_header {
	position: relative;
	height: 120px;
	margin: 0 auto;
	max-width: 1080px;
}
#f_headerLogo {
	position: absolute;
	top: 20px;
	left: 5px;
	transition: all .2s;
}
.f_headerLogoPc {
	width: 250px;
	height: auto;
}
.f_headerLogoSp {
	display: none;
}
/*--- Header Sub Navi(PC) ---*/
#f_headerSubNavPc {
	position: absolute;
	right: 20px;
	top: 20px;
}
#f_headerSubNavPc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#f_headerSubNavPc ul > li {
	float: left;
	margin-right: 2em;
}
#f_headerSubNavPc ul > li:last-child {
	margin-right: 0;
}
#f_headerSubNavPc ul > li a {
	position: relative;
	padding-left: 35px;
	color: #000;
	font-size: 1.3rem;
	text-decoration: none;
}
#f_headerSubNavPc ul > li.subNavFaq a:before,
#f_headerSubNavPc ul > li.subNavContact a:before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	width: 32px;
	height: 21px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#f_headerSubNavPc ul > li.subNavFaq a:before {
	background-image: url("/img/furusato/common/header_subnavi_icon_faq.png");
	background-size: 32px 21px;
}
#f_headerSubNavPc ul > li.subNavContact a:before {
	left: 7px;
	background-image: url("/img/furusato/common/header_subnavi_icon_mail.png");
	background-size: 21px 21px;
}



/*------------------------------------

  Gloval Navi for PC

 -------------------------------------*/
#f_gNavPc {
	position: absolute;
	right: 0;
	bottom: 0;
}
#f_gNavPc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#f_gNavPc > ul > li {
	float: left;
	margin-right: 0;
}
#f_gNavPc > ul > li:last-child {
	margin-right: 0;
}
#f_gNavPc > ul > li > a {
	position: relative;
	display: block;
	font-size: 1.5rem;
	font-family: "M PLUS 1p" !important;
	font-weight: bold;
	line-height: 1.0;
	padding: 20px 20px 30px 20px;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	transition: ease .2s;
}
#f_gNavPc > ul > li > a.f_gnav span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
#f_gNavPc > ul > li > a.f_gnav:hover span {
	color:#fff;
}
#f_gNavPc > ul > li > a.active {
	color: #e57373;
}
.f_bgtop:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #4c4b5f;
	width: 100%;
	height: 0;
	transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.f_bgtop:hover:before{
	height: 100%;  
	background-color: #4c4b5f;
}
#f_gNavPc > ul > li .subs {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 100;
	background-color: rgba(76,75,95,1.0);
}
#f_gNavPc > ul > li .subs .subs_box {
	display: flex;
}
#f_gNavPc .subs .subsTitle {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.0;
	text-align: left;
	padding-left: 5%;
	padding-top: 50px;
/*	margin-right: 5%;*/
	color: #fff;
	width: 28%;
}
#f_gNavPc .subs ul {
	list-style-type: none;
	padding: 50px 0 30px 5%;
	width: 62%;
	background: rgba(0,0,0,.3);
}
#f_gNavPc .subs ul > li {
	float: left;
	width: 42%;
	margin: 0 8% 4% 0;
}
#f_gNavPc .subs ul > li > a {
	position: relative;
	display: block;
	padding: .8em 0 .8em 2.0em;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(256,256,256,.0);
}
#f_gNavPc .subs ul > li > a:after {
	position: absolute;
	content: '\eaaa';
	font-family: "Material Icons Outlined";
	left: 0px;
	top: 7px;
	font-size: 2.0rem;
}
#f_gNavPc .subs ul > li > a:hover {
	border-bottom: 1px solid rgba(256,256,256,.5);
}

/*------------------------------------

  Gloval Navi for SP

 -------------------------------------*/
#f_gNavSpBtn {
	display: none;
}
#f_gNavSp {
	display: none;
}


/*------------------------------------

  Common

 -------------------------------------*/
/*--- more button ---*/
.moreBtn {
	clear: both;
	padding: 1.8em 0 2.2em 0;
	text-align: left;
	font-size: 1.6rem;
}
.moreBtn a {
	position: relative;
	display: block;
	padding: 1em;
	margin: 0;
	max-width: 400px;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000;
	background-color: rgba(256,256,256,.4);
}
.moreBtn a:after {
	position: absolute;
	content: 'arrow_forward';
	font-family: "Material Icons";
	right: 1em;
	top: 1.5rem;
	font-size: 2.0rem;
}
.moreBtn a:hover {
	background-color: #000;
	color: #fff;
}
.more2Btn {
	display: flex;
	justify-content: space-around;
}
.more2Btn .moreBtn {
	width: 45%;
}
.more2Btn .moreBtn a {
	margin: 0 auto;
}





/*--- image ---*/
.imgLeft {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}
.imgRight {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 100%;
}




/*------------------------------------

  Footer

 -------------------------------------*/
#f_footerWrap {
	padding: 0 0 80px;
	background-image: url("/img/furusato/common/footer_bg.jpg");
	background-size: cover;
	background-position: top center;
}
.f_footerNavWrap {
	padding: 30px 0;
	background: rgba(256,256,256,.4);
}
.f_footerNav {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
}
.f_footerNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 33%;
	text-align: left;
}
.f_footerNav ul li {
	margin: 0;
	padding: .2em;
}
.f_footerNav ul li a {
	position: relative;
	color: #000;
	font-size: 1.4rem;
	padding-left: 1.5em;
	text-decoration: none;
}
.f_footerNav ul li a:hover {
	text-decoration: underline;
}
.f_footerNav ul li a::before {
	position: absolute;
	content: 'chevron_right';
	font-family: "Material Icons";
	top: 0;
	left: 0;
	font-size: 1.4rem;
}
.f_footerInfoWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
}
.f_footerLogoWrap {
	margin-right: 70px;
	text-align: left;
}
.f_footerLogoWrap img {
	width: 250px;
	height: auto;
}
.f_footerLogoWrap .moreBtn {
	padding: 5px 0 0;
	font-size: 1.4rem;
}
.f_footerLogoWrap .moreBtn a {
	padding: .7em 2.1em;
	background-color: rgba(256,256,256,.2);
	border: 1px solid rgba(0,0,0,.5);
}
.f_footerLogoWrap .moreBtn a:after {
	content: none;
}
.f_footerLogoWrap .moreBtn a:hover {
	background-color: rgba(0,0,0,.9);
}
.f_footerAddrWrap {
	text-align: left;
}
.f_footerAddrWrap p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.f_footerAddrWrap p strog {
	font-size: 1.7rem;
}
#f_copyright {
	text-align: center;
	color: #000;
	font-size: 1.2rem;
}



/*------------------------------------

  Top Page

 -------------------------------------*/
/*--- Keyvisual ---*/
#keyvisual {
/*	margin-top: 120px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
#keyvisual .keyMsg {
	position: absolute;
	width: 35%;
	z-index: 2;
}
#keyvisual .keyMsg img {
	width: 100%;
	height: auto;
}
.swiper-container, .swiper-slide {
	width: 100%;
 	height: auto;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-button-next {
	color: #fff;
}
.swiper-pagination-bullet {
	background: #fff !important;
	opacity: .9 !important;
}
.swiper-pagination-bullet-active {
	background: #03A9F4 !important;
}
/*--- top common & Layout ---*/
#topHenreihin,
#topProducer,
#topWork,
#topMovie,
#topNews,
#topBanner {
	padding: 80px 0;
	text-align: center;
}
.topSectionWrap,
.topNewsWrap {
	max-width: 1080px;
	margin: 0 auto;
}
.topSectionWrap h2 {
	position: relative;
	margin: 0 auto 2.5em;
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
}
.topSectionWrap h2:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 80px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #58739e;
	border-radius: 1px;
}
.topSectionWrap p {
	font-size: 1.6rem;
	line-height: 2.0;
}
/*--- topAbout ---*/
#topAbout {
	padding-bottom: 80px;
	background-image: url("/img/furusato/top/about/about_bg.jpg");
	background-size: cover;
	background-position: center center;
}
.topAboutLeft {
	width: 50%;
	float: left;
	text-aligh: right;
}
.topAboutRight {
	width: 50%;
	padding: 1% 0;
	float: right;
}
.topAboutInfoBox {
	width: 540px;
	margin: 80px 0 30px auto;
	padding: 0;
	text-align: left;
}
.topAboutInfoBox h2 {
	margin: 0 auto .8em;
	padding-left: 100px;
	font-weight: bold;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 100px;
	background-image: url("/img/furusato/top/about/about_logo_mambe.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.topAboutInfoBox p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2.0;
}
.topAboutRight img {
	width: 100%;
	height: auto;
}
.topAboutMapTablet,
.topAboutMapSp {
	display: none
}
.topAboutImg {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.topAboutImg img {
	width: 32%;
}
/*--- topTokusanhin ---*/
#topTokusanhin {
	padding: 80px 0 0;
}
#topTokusanhin h2 {
	margin: 0 auto 2em;
	padding-top: 80px;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	background-image: url("/img/furusato/top/tokusanhin/tokusanhin_h2_icon.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#topTokusanhinList {
	background: #eff2f7;	
}
#topTokusanhin ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	list-style: none;
}
#topTokusanhin ul:not(:first-of-type) {
	margin-top: -30px;
}
#topTokusanhin ul:not(:first-of-type)  .topTokusanhinInfo {
	padding-top: 50px;
}
#topTokusanhin ul li {
	box-sizing: border-box;
}
ul.topTokusanhinImgRight {
	flex-flow: row wrap;
}
ul.topTokusanhinImgLeft {
	flex-flow: row-reverse wrap;
}
#topTokusanhin ul li.topTokusanhinInfo {
	text-align: left;
	width: 41%;
}
#topTokusanhin ul li.topTokusanhinImg {
	width: 55%;
/*	overflow: hidden;*/
}
ul.topTokusanhinImgRight li.topTokusanhinInfo {
	padding: 0 0 0 4%;
}
ul.topTokusanhinImgLeft li.topTokusanhinInfo {
	padding: 0 4% 0 0;
}
#topTokusanhin ul li.topTokusanhinImg img {
	width: 100%;
	vertical-align: top;
}
#topTokusanhin h3 {
	margin: 0 auto .9em;
	padding: 24px 0 29px 40px;
	text-align: left;
	line-height: 1.0;
	font-weight: bold;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	background-image: url("/img/furusato/top/tokusanhin/tokusanhin_item_h3_icon.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#topTokusanhin h3 span {
	display: block;
	margin-bottom: .2em;
	line-height: 1.4;
	font-weight: normal;
	font-size: 2.0rem;
}
#topTokusanhin p {
	line-height: 1.8;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
}
/*--- topHenreihin ---*/
#topHenreihin {
	padding-bottom: 60px;
	background-color: #4d4c61;
}
#topHenreihin h2 {
	margin: 0 auto 2em;
	padding-top: 80px;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	background-image: url("/img/furusato/top/henreihin/henreihin_h2_icon.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#topHenreihin .topSectionWrap h2:before {
	content: none;
}
#topHenreihin ul {
	margin: 0;
	padding: 0 1%;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: flex-start;
}
#topHenreihin ul li {
	width: 31.5%;
	margin-bottom: 3%;
	opacity: 0.9;
}
#topHenreihin ul li img {
	width: 100%;
}
#topHenreihin ul li a {
	display: block;
	text-decoration: none;
	color: #4d4c61;
	background: #fff;
	background: rgba(256,256,256,.9);
}
#topHenreihin ul li:hover {
	opacity: 1.0;
	background: rgba(256,256,256,1);
	transition: .3s ease-in-out;
}
.topHenreihinInfo {
	padding: 2.0em 1.5em;
}
.topHenreihinInfo h3 {
	margin: 0 0 .9em;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2;
}
.topHenreihinInfo h3 span {
	display: inline-block;
}
.topHenreihinInfo p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
}
/*--- topBanner ---*/
#topBanner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
}
#topBanner ul li {
	width: 32%;
	margin-bottom: 2%;
	margin-right: 2%;
}
#topBanner ul li:nth-child(3n) {
	margin-right: 0;
}
#topBanner ul li a {
	padding: 5px 5%;
	display: block;
	width: 90%;
	border: 1px solid #ccc;
}
#topBanner ul li a img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#topBanner ul li a:hover {
	border: 1px solid #4d4c61;
}
/*--- topProducer ---*/
#topProducer {
	background-image: url("/img/furusato/top/producer_bg.png");
	background-size: 150px 150px;
	background-repeat: repeat;
}
/*--- topWork ---*/
#topWork {
	background-image: url("/img/furusato/top/work/work_bg.png");
	background-size: cover;
}
#topWork ul {
	margin: 3em 0 2em;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: flex-start;
}
#topWork ul li {
	width: 24%;
}
#topWork ul li img {
	width: 100%;
}
/*--- topMovie ---*/
#topMovie {
	background-image: url("/img/furusato/top/movie_bg.jpg");
	background-size: cover;
	background-position: center bottom;
/*	background-color: #ced0c1;*/
}
#topMovie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: flex-start;
}
#topMovie ul li {
	width: 30%;
	margin-bottom: 3%;
}
#topMovie ul li .youtube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
#topMovie ul li .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--- topNews ---*/
#topNews {
}
#topNews h2 {
	margin: 0 auto 2em;
	padding-top: 80px;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	background-image: url("/img/furusato/top/tokusanhin/tokusanhin_h2_icon.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#topNews ul {
	max-width: 900px;
	margin: -20px auto 50px;
	padding: 0;
	list-style-type: none;
}
#topNews ul li {
	width: 99%;
	display: block;
	position: relative;
	padding: 1.5em .5%;
	border-bottom: 1px solid #ccc;
}
#topNews ul li > span {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
#topNews ul li > span.article_date {
	width: 12em;
	padding-bottom: .2em;
	font-size: 90%;
	color: #666;
}


/*------------------------------------

  Sub Page

 -------------------------------------*/
#main {
	width: 100% !important;
/*	margin: 120px 0 0;*/
	margin: 0;
	padding: 0 0 80px;
	text-align: center;
	background-color: #eff2f7;
	background-image: url("/img/furusato/common/page_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
#main_a {
	margin: 0 !important;
	padding: 0 !important;
}
#main_header {
	padding: 80px;
	margin: 0;
}
#main_header h1 {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 4.2rem;
/*	font-family: 'Noto Serif JP', serif;*/
	color: #2b4060;
	background: none;
}
#main_header h1:before {
	display: none; /* reset */
}
#main_body {
	max-width: 1000px;
	padding: 60px 40px;
	margin: 0 auto;
	background-color: rgba(256,256,256,.5);
	border-radius: 30px;
	text-align: left;
}
#main_body h2 {
	margin: .9em 0;
	padding: 0.9em 1.2em;
	font-size: 2.7rem;
	background-image: url("/img/furusato/common/h2_bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
#main_body h3 {
	margin: .9em 0;
	padding: 1em 1.2em 0.9em 1.2em;
	font-size: 2.2rem;
	background-image: url("/img/furusato/common/h3_bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	border: none;
}
#main_body h4 {
	margin: .9em 0;
	padding: .3em .6em 1em .6em;
	font-size: 2.0rem;
	background-image: url("/img/furusato/common/h4_bg.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	border: none;
}
#main_body p {
	line-height: 2.0;
}
#main_body th {
	text-align: center;
}
.detail_free {
	margin: 0;
}
.detail_free img {
	width: 100%;
	vertical-align: text-bottom;
}

/* page list(news list) */
.info_list {
	padding: 1em .5em;
}
.info_list ul {
	border-top: 1px solid #ccc;
}
.info_list ul li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: none;
	border-bottom: 1px solid #ccc;
}
.info_list ul li:last-child {
	border-bottom: 1px solid #ccc;
}
.info_list ul li a {
	display: block;
	padding: 1.2em 1em 1.2em .3em;
	background: url("/img/sp/arrow_r.png") no-repeat right 10px center;
	background-size: 8px auto;
	text-decoration: none;
}
.site_list1 .info_list ul li:first-child,
.site_list1 .info_list ul li {
	background: none;
}
.site_list_2 .info_list ul li span {
	width: 100%;
}
.info_list.info_list_date ul li > span.article_date {
	padding: 1.2em 1em 1.2em .3em;
	color: #666;
	display: table-cell;
	white-space: nowrap;
}
.info_list.info_list_date ul li > span.article_title {
	display: table-cell;
	width: 800px;
	max-width: 800px;
}


/* contents float */
.f_contentL40,
.f_contentL45,
.f_contentL50,
.f_contentL55 {
/*	margin: 1.5em 0;*/
	margin: .7em 0 1.5em 0;
	float: left;
}
.f_contentR40,
.f_contentR45,
.f_contentR50,
.f_contentR55 {
/*	margin: 1.5em 0;*/
	margin: .7em 0 1.5em 0;
	float: right;
}
.f_contentL40 {	width: 40%; }
.f_contentL45 {	width: 45%; }
.f_contentL50 {	width: 50%; }
.f_contentL55 {	width: 55%; }
.f_contentR40 {	width: 40%; }
.f_contentR45 {	width: 45%; }
.f_contentR50 {	width: 50%; }
.f_contentR55 {	width: 55%; }

/* banner list */
ul.f_bnList2,
ul.f_bnList3 {
	margin: .5em 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
}
ul.f_bnList2 li {
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	background: #fff;
}
ul.f_bnList3 li {
	width: 32%;
	margin-bottom: 2%;
	margin-right: 2%;
	background: #fff;
}
ul.f_bnList2 li:nth-child(2n) {
	margin-right: 0;
}
ul.f_bnList3 li:nth-child(3n) {
	margin-right: 0;
}
ul.f_bnList2 li a,
ul.f_bnList3 li a {
	padding: 5px 5%;
	display: block;
	width: 90%;
	border: 1px solid #ccc;
}
ul.f_bnList2 li a img,
ul.f_bnList3 li a img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
ul.f_bnList2 li a:hover,
ul.f_bnList3 li a:hover {
	border: 1px solid #4d4c61;
}
ul.f_bnList2 li span.external_link_text,
ul.f_bnList3 li span.external_link_text {
	display: none;
}
/* flex image */
ul.f_img2List,
ul.f_img3List {
	margin: 1em 0 1em .5em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
}
ul.f_img2List li {
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	background: #fff;
}
ul.f_img2List li:nth-child(2n) {
	margin-right: 0;
}
ul.f_img3List li {
	width: 32%;
	margin-bottom: 2%;
	margin-right: 2%;
	background: #fff;
}
ul.f_img3List li:nth-child(3n) {
	margin-right: 0;
}

/* f_modal */
.f_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 99999;
}
.f_bigimg {
	position: absolute;
	width: 80%;
	max-width: 800px;
	top: 100px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}
.f_close-btn {
	color: #fff;
	font-size: 40px;
	position: absolute;
	right: 5%;
	top: 0;
}
.f_close-btn a {
	color: #fff;
	text-decoration: none;
}



/*------------------------------------

  Pankuzu

 -------------------------------------*/
#file_path {
	background: none;
}
#pankuzu_wrap {
	padding: .5em 0 .3em 0;
	width: 100%;
	background: rgba(256,256,256,.5);
}
.pankuzu {
	width: 1080px;
	padding: .3em 0;
	margin: 0 auto;
	text-align: left;
}
.pankuzu:first-child {
	background-image: none;
	padding-left: 60px;
	font-size: 1.5rem;
}
#footstep_wrap {
	display: none;
}

/*------------------------------------

  to the top

 -------------------------------------*/
div.tothetopfixed {
	position: fixed;
	width: 64px;
	height: auto;
	right: 20px;
	bottom: 20px;
	z-index: 1500;
}
div.tothetopfixed img {
	width: 64px;
	height: auto;	
}
div.tothetopfixed a {
	display: block;
	margin: 0;
}



/*===============================================

  Tablet (768～1079px)

 ===============================================*/
@media screen and (max-width: 1079px) { 

	/*------------------------------------

	  Layout

	 -------------------------------------*/
	body {
		min-width: 320px;
	}


	/*------------------------------------

	  Header

	 -------------------------------------*/
	#f_header {
		height: 100px;
		border-radius: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

	}
	#f_headerLogo {
		top: 10px;
		left: 20px;
	}

	/*--- Header Sub Navi(PC) ---*/
	#f_headerSubNavPc {
		display: none;
	}


	/*------------------------------------
	
	  Gloval Navi for PC
	
	 -------------------------------------*/
	#f_gNavPc {
		display: none;
	}

	/*------------------------------------
	
	  Gloval Navi for SP
	
	 -------------------------------------*/
	/*--- Gloval Navi Btn (SP) ---*/
	#f_gNavSpBtn {
		display: block;
		position: absolute;
		top: 21px;
		right: 15px;
		padding: 0;
		cursor: pointer;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .2s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 62px;
		height: 58px;
		background-color: #4d4c61;
	}
	.menu-trigger span {
		position: absolute;
		left: 11px;
		width: 40px;
		height: 5px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 26px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 42px;
	}
	#f_gNavSpBtn.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(16px) rotate(-45deg);
		transform: translateY(16px) rotate(-45deg);
	}
	#f_gNavSpBtn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#f_gNavSpBtn.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-16px) rotate(45deg);
		transform: translateY(-16px) rotate(45deg);
	}
	/*--- Gloval Navi (SP) ---*/
	#f_gNavSp {
		display: none;
		width: 100%;
		margin: 0;
		position: absolute;
		top: 100px;
		z-index: 1000;
/*		background-color: #4d4c61;*/
		background-color: rgba(76,75,95,.96);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	}
	#f_gNavSp ul.mainNav {
		margin: 20px 0 30px;	
		padding: 0;
		list-style-type: none;
	}
	#f_gNavSp ul.mainNav > li > a,
	#f_gNavSp ul.mainNav > li > span {
		position: relative;
		display: block;
		padding: 1em 1.5em;
		color: #fff;
/*		font-family: "M PLUS 1p" !important;*/
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
	}
	#f_gNavSp ul.mainNav > li > a:after {
/*		position: absolute;
		content: 'chevron_right';
		font-family: "Material Icons";
		top: 10px;
		right: 2px;
		font-size: 2.5rem;*//* 通常リンクの場合アイコン削除 */
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > span:after {
		position: absolute;
		content: 'expand_more';
		font-family: "Material Icons";
		top: 10px;
		right: 1em;
		font-size: 2.5rem;
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > span.active:after {
		content: 'expand_less';
	}
	#f_gNavSp ul.mainNav > li > a:hover,
	#f_gNavSp ul.mainNav > li > span:hover {
/*		background: rgba(0,0,0,.2);*/
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > ul {
		display: none;
/*		padding: .5em 0;*/
		padding: 0;
		margin: 0;
		border: none;
		list-style-type: none;
		background-color: rgba(0,0,0,.2);
		border-top: 1px solid #4d4c61;
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > ul > li > a {
		position: relative;
		display: block;
		padding: 1.2em 1.5em 1.2em 3.0em;
		color: #fff;
		line-height: 1.5;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
		border-bottom: 1px solid #4d4c61;
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > ul > li > a:hover {
/*		background: rgba(0,0,0,.2);*/
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > ul > li > a:after {
/*		position: absolute;
		content: 'chevron_right';
		font-family: "Material Icons";
		right: .5em;
		top: 10px;
		font-size: 2.5rem;*/
	}


	/*------------------------------------

	  Common

	 -------------------------------------*/
	/*--- more button ---*/
	.moreBtn {
		font-size: 1.6rem;
	}
	.moreBtn a:after {
		right: .9em;
		top: 14px;
		font-size: 1.9rem;
	}



	/*------------------------------------

	  Footer

	 -------------------------------------*/
	.f_footerNavWrap {
		padding: 20px 10px;
	}
	.f_footerInfoWrap {
		padding: 30px 10px 50px;
	}
	.f_footerLogoWrap {
		margin-right: 50px;
	}
	

	/*------------------------------------

	  Top Page

	 -------------------------------------*/
	/*--- Keyvisual ---*/
	#keyvisual {
/*		margin-top: 100px; *//* header size */
	}
	#keyvisual .keyMsg {
		width: 45%;
	}
	/*--- top common & Layout ---*/
	#topProducer,
	#topWork,
	#topMovie,
	#topNews,
	#topBanner {
		padding: 80px 20px;
	}
	.topSectionWrap,
	.topNewsWrap {
		width: 100%;
	}
	.topSectionWrap h2 {
		font-size: 3.0rem;
	}
	.topSectionWrap h2:before {
		bottom: -25px;
		width: 80px;
	}
	/*--- topAbout ---*/
	.topAboutLeft {
		width: 53%;
		margin-left: 2%;
	}
	.topAboutRight {
		width: 45%;
		padding: 5% 0;
	}
	.topAboutInfoBox {
		width: 100%;
		margin-bottom: 10px;
	}
	.topAboutInfoBox h2 {
		font-size: 3.0rem;
		background-size: 70px 81px;
		line-height: 81px;
		padding-left: 85px;
	}
	.topAboutInfoBox p {
		font-size: 1.5rem;
	}
	.topAboutMapPc {
		display: none;
	}
	.topAboutMapTablet {
		display: block;
	}
	.topAboutImgWrap {
		padding: 0 2%;
	}
	.topAboutImg {
		width: 100%;
	}
	/*--- topTokusanhin ---*/
	#topTokusanhin h2 {
		font-size: 3.0rem;
	}
	#topTokusanhin ul:not(:first-of-type) {
		margin-top: 0;
	}
	#topTokusanhin ul:not(:first-of-type) li.topTokusanhinInfo {
		padding-top: 20px;
	}
	#topTokusanhin li.topTokusanhinInfo {
		padding-top: 20px;
	}
	#topTokusanhin h3 {
		padding: 20px 0 25px 40px;
		font-size: 3.0rem;
		background-size: 100px 102px;
	}
	#topTokusanhin h3 span {
		margin-bottom: .2em;
		font-size: 1.7rem;
	}
	#topTokusanhin p {
		font-size: 1.5rem;
	}
	/*--- topHenreihin ---*/
	#topHenreihin h2 {
		font-size: 3.0rem;
	}
	.topHenreihinInfo h3 {
		font-size: 2.2rem;
	}
	.topHenreihinInfo p {
		font-size: 1.5rem;
	}
	/*--- topMovie ---*/
	#topMovie ul li {
		width: 48%;
		margin-bottom: 3%;
	}
	/*--- topNews ---*/
	#topNews {
		padding: 80px 0;
	}
	#topNews ul li {
		width: 98%;
		padding: 1.5em 1%;
	}

	/*------------------------------------

  	Sub Page

 	-------------------------------------*/
	#main {
/*		margin: 100px 0 0;*/
		margin: 0;
		padding: 0 0 80px;
	}


	/*------------------------------------
	
	  to the top
	
	 -------------------------------------*/
	div.tothetopfixed {
		bottom: 10px;
		width: 64px;
	}
	div.tothetopfixed img {
		width: 64px;
	}
	
	
}




/*===============================================

  SP (～767px)

 ===============================================*/
@media screen and (max-width: 767px) {

	#furusato #main_body .detail_free p {
		padding-left: .1em;
	}

	/*------------------------------------

	  Header

	 -------------------------------------*/
	#f_headerWrap {
		position: fixed;
	}
	#f_header {
		height: 60px;
	}
	#f_headerLogo {
		top: 4px;
		left: 10px;
	}
	#f_headerLogo .f_headerLogoPc {
		width: 166px;
		height: auto;
	}

	/*------------------------------------
	
	  Gloval Navi for SP
	
	 -------------------------------------*/
	/*--- Gloval Navi Btn (SP) ---*/
	#f_gNavSpBtn {
		top: 13px;
		right: 15px;
	}
	.menu-trigger {
		width: 38px;
		height: 38px;
	}
	.menu-trigger span {
		left: 7px;
		width: 24px;
		height: 3px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 17px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 25px;
	}
	#f_gNavSpBtn.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	#f_gNavSpBtn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#f_gNavSpBtn.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	/*--- Gloval Navi (SP) ---*/
	#f_gNavSp {
		top: 60px;
	}
	#f_gNavSp ul.mainNav > li.gNavSpSubMenu > span:after {
		right: .5em;
	}
	
	
	
	/*------------------------------------

	  Common

	 -------------------------------------*/
	/*--- more button ---*/
	.more2Btn {
		flex-flow: column wrap;
	}
	.more2Btn .moreBtn {
		width: 100%;
		padding: 0 0 1em 0;
	}

	/*--- image ---*/
	.imgLeft,
	.imgRight {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}


	/*------------------------------------

  	Footer

 	-------------------------------------*/
	#f_footerWrap {
		padding: 0 0 40px;
	}
	.f_footerNavWrap {
		display: none;
	}
	.f_footerInfoWrap {
		padding: 40px 0;
		display: block;
	}
	.f_footerLogoWrap {
		margin-right: 0;
		text-align: center;
	}
	.f_footerLogoWrap img {
		margin: 0 auto;
	}
	.f_footerLogoWrap .moreBtn a {
		max-width: 190px;
		margin: 0 auto;
	}
	.f_footerAddrWrap {
		margin-top: 20px;
		text-align: center;
	}




	/*------------------------------------

	  Top Page

	 -------------------------------------*/
	/*--- Keyvisual ---*/
	#keyvisual {
		margin-top: 60px; /* header size */
	}
	/*--- top common & Layout ---*/
	#topHenreihin,
	#topProducer,
	#topWork,
	#topMovie,
	#topNews,
	#topBanner {
		padding: 50px 10px;
	}
	.topSectionWrap h2 {
		font-size: 2.4rem;
	}
	.topSectionWrap p {
		font-size: 1.5rem;
	}
	/*--- topAbout ---*/
	#topAbout {
		padding: 30px 10px;
	}
	.topAboutLeft {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.topAboutRight {
		display: none;
	}
	.topAboutInfoBox {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.topAboutInfoBox h2 {
		margin: 0 auto .8em;
		font-size: 2.4rem;
		background-size: 60px 69px;
		line-height: 69px;
		padding-left: 72px;
	}
	.topAboutInfoBox p {
		font-size: 1.4rem;
	}
	.topAboutMapSp {
		display: block;
		width: 100%;
	}
	.topAboutImgWrap {
		padding: 0;
	}
	.topAboutImg {
		flex-wrap: wrap;
		justify-content: center;
	}
	.topAboutImg img {
		width: 47%;
		margin: 1.5%;
	}
	/*--- topTokusanhin ---*/
	#topTokusanhin {
		padding: 50px 0 0;
	}
	#topTokusanhin h2 {
		padding-top: 65px;
		font-size: 2.6rem;
		background-size: 80px 50px;
	}
	#topTokusanhin ul {
		flex-flow: column-reverse wrap;
		width: 100%;
	}
	#topTokusanhin ul li.topTokusanhinInfo {
		width: 100%;
		padding: 20px 20px 0 20px;
	}
	#topTokusanhin ul li.topTokusanhinImg {
		width: 100%;
	}
	#topTokusanhin h3 {
		padding: 15px 0 20px 30px;
		font-size: 2.4rem;
		background-size: 80px 82px;
	}
	#topTokusanhin h3 span {
		margin-bottom: .2em;
		font-size: 1.6rem;
	}
	/*--- topHenreihin ---*/
	#topHenreihin {
		padding: 50px 0 30px;
	}
	#topHenreihin h2 {
		padding-top: 65px;
		font-size: 2.6rem;
		background-size: 80px 50px;
	}
	#topHenreihin ul {
		padding: 0 1%;
	}
	#topHenreihin ul li {
		width: 47%;
		opacity: 1.0;
	}
	.topHenreihinInfo {
		padding: 1.5em 1em;
	}
	.topHenreihinInfo h3 {
		font-size: 1.8rem;
	}
	.topHenreihinInfo p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	/*--- topBanner ---*/
	#topBanner ul li {
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	#topBanner ul li:nth-child(3n) {
		margin-right: 2%;
	}
	#topBanner ul li:nth-child(2n) {
		margin-right: 0;
	}
	/*--- topWork ---*/
	#topWork ul li {
		width: 48%;
		margin-bottom: 2%;
	}
	/*--- topMovie ---*/
	#topMovie ul li {
		width: 100%;
	}
	/*--- topNews ---*/
	#topNews h2 {
		padding-top: 65px;
		font-size: 2.6rem;
		background-size: 80px 50px;
	}
	#topNews ul {
		margin: -20px 0 30px;
	}
	#topNews ul li {
		width: 100%;
		padding: 1.5em 0;
	}
	#topNews ul li > span {
		display: block;
	}
	
	/*------------------------------------

	  Sub Page

	 -------------------------------------*/
	#main {
		margin: 60px 0 0 !important;
		padding: 0;
	}
	#main_header {
		padding: 35px 10px;
	}
	#main_header h1 {
		font-size: 2.4rem;
	}
	#main_body {
		width: auto;
		padding: 10px 10px 50px;
		margin: 0;
		border-radius: 0;
	}
	#main_body h2 {
		font-size: 2.2rem;
	}
	#main_body h3 {
		font-size: 1.8rem;
	}
	#main_body h4 {
		font-size: 1.6rem;
	}
	#sp_page_index_link_wrap {
		padding: 20px 10px 0;
		background-color: rgba(256,256,256,.5);
	}
	#sp_page_index_link li a {
		text-align: left;
	}
	/* page list(news-list) */
	.info_list ul li a {
		padding: 1.2em 1em 1.2em .3em;
		background-position: right 10px center;
	}
	.info_list.info_list_date ul li a {
		padding: .2em 1em 1.2em .3em;
		background-position: right 10px top 5px;
	}
	.info_list.info_list_date ul li > span.article_date {
		padding: 1.2em 1em .2em .3em;
		font-size: 90%;
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span.article_title {
		display: block;
		width: auto;
	}
	/* contents float */
	.f_contentL40, .f_contentL45, .f_contentL50, .f_contentL55,
	.f_contentR40, .f_contentR45, .f_contentR50, .f_contentR55 {
		float: none;
		width: 100%;
	}
	/* banner list */
	ul.f_bnList3 li {
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	ul.f_bnList3 li:nth-child(3n) {
		margin-right: 2%;
	}
	ul.f_bnList3 li:nth-child(2n) {
		margin-right: 0;
	}
	/* flex image */
	ul.f_img3List li {
		width: 49%;
	}
	ul.f_img3List li:nth-child(3n) {
		margin-right: 2%;
	}
	ul.f_img3List li:nth-child(2n) {
		margin-right: 0;
	}

	
	/*------------------------------------
	
  	Pankuzu
	
 	-------------------------------------*/
	#pankuzu_wrap {
		width: 96%;
		padding: .5em 2% .3em;
	}
	.pankuzu:first-child {
		font-size: 1.3rem;
		padding-left: 0;
	}
	/*------------------------------------

	  to the top

	 -------------------------------------*/
	div.tothetopfixed {
		width: 50px;
	}
	div.tothetopfixed img {
		width: 50px;
	}

}