@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* スライドショー */
#top_photo_wrap {
	overflow: hidden;
	line-height: 1;
	margin-bottom: 20px;
}
#top_photo {
	width: 1080px;
	height: 586px;
	margin: 0px auto;
	position: relative;
}
#top_photo_list {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
	width: 3240px;
}
#top_photo_list .photo {
	width: 1080px;
	height: 586px;
	overflow: hidden;
	position: relative;
}
#top_photo_list .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#top_photo_list .photo span.photo_caption {
	display: none;
	background: rgba(0, 0, 0, 0.90);
	color: #fff;
	font-size: 1.4rem;
	line-height: 2rem;
	max-width: 400px;
	padding: 5px 20px 5px 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
#top_photo_list .photo.slick-current span.photo_caption {
	display: inline-block;
}
#top_photo_list .photo.slick-current span.photo_caption::after {
	content: '';
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.90)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
	width: 120px;
	height: 100%;
	position: absolute;
	right: -120px;
	bottom: 0px;
	z-index: 0;
}
#top_photo_list .photo span.photo_caption:empty {
	display: none;
}
#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}

#mp_control_box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	width: calc(100% - 540px);
}
#mp_control_box button[id^="mp_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 28px;
	height: 28px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #38160a;
	background-color: #38160a;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	color: #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
}
#mp_control_box button#mp_control_prev {
	background-image: url(/img/top/icon_top_photo_pre.png);
	right: 82px;
}
#mp_control_box button#mp_control_next {
	background-image: url(/img/top/icon_top_photo_next.png);
	right: 10px;
}
#mp_control_box button#mp_control_pause {
	background-image: url(/img/top/icon_top_photo_pause.png);
	right: 46px;
}
#mp_control_box button#mp_control_play {
	display: none;
	background-image: url(/img/top/icon_top_photo_paly.png);
	right: 46px;
}

#mp_control_box ul.slick-dots {
	position: absolute;
	right: 125px;
	bottom: 15px;
	max-width: 420px;
	text-align: right;
}

/* スライドナビゲーションボタン */
ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 6px;
	padding: 2px;
}
ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #f5f5f5;
	background-color: #fff;
	color: #333;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}
ul.slick-dots li.slick-active button {
	background: #38160a;
	color: #fff;
	border-width: 3px;
}

/* メイン */
#mymainback {
	width: auto;
	margin: 0px;
	padding: 0px;
}

h2.ttl {
	margin: 0px;
	padding: 20px 0px 60px;
	text-align: center;
}
h2.ttl img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.box_shadow {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
a:hover .box_shadow,
a.box_shadow:hover {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}

.top_content_3 a img,
ul#top_banner_5_list a img,
ul#top_banner_6_list a img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	outline: 3px solid transparent;
	outline-offset: -3px;
}
.top_content_3 a:hover img,
.top_content_3 a:focus img,
ul#top_banner_5_list a:hover img,
ul#top_banner_5_list a:focus img,
ul#top_banner_6_list a:hover img,
ul#top_banner_6_list a:focus img {
	opacity: 1;
	outline: 3px solid #fc6e29;
	outline-offset: -3px;
}

/* 重要なお知らせ */
.top_content_1 {
	width: 1080px;
	margin: 0px auto;
	padding: 20px 0px;
}

#top_important {
	background: #fae5e5;
	margin: 0px 0px 20px;
	padding: 40px 50px 50px;
}

#top_important_ttl {
	text-align: center;
	margin: 0px 0px 25px;
}
#top_important_ttl h2 {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	background: url(/img/top/icon_top_emer.png) no-repeat left center;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.5;
}

#top_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_important ul li {
	width: 100%;
	display: table;
	margin: 0px 0px 20px;
}
#top_important ul li:last-child {
	margin-bottom: 0px;
}
#top_important ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important ul li > span.article_date {
	width: 10em;
}

/* 防災等リンク */
#top_important_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#top_important_link ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 15px);
	margin: 0px 20px 0px 0px;
}
#top_important_link ul li:nth-child(4n),
#top_important_link ul li:last-child {
	margin-right: 0px;
}
#top_important_link ul li:nth-child(n+5) {
	margin-top: 20px;
}
#top_important_link ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	border: 1px solid #f3d5d5;
	background: #fae5e5;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.6rem;
	text-decoration: none;
	text-align: center;
	padding: 4px 10px;
}
#top_important_link ul li a > span {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
	text-decoration: none;
	padding: 10px 0px 10px 50px;
}
#top_important_link ul li a:hover > span,
#top_important_link ul li a:hover > span {
	text-decoration: underline;
}

#top_important_link ul li:nth-child(1) a > span {
	background-image: url(/img/top/icon_top_emer_list1.png);
	padding-left: 60px;
}

#top_important_link ul li:nth-child(2) a > span {
	background-image: url(/img/top/icon_top_emer_list2.png);
}

#top_important_link ul li:nth-child(3) a {
	border-color: #b8d4eb;
	background: #cce0f0;
	font-size: 1.8rem;
}
/*
#top_important_link ul li:nth-child(3) a > span {
	background-image: url(/img/top/icon_top_emer_list3.png);
}
*/
#top_important_link ul li:nth-child(3) a {
	border-color: #b8d4eb;
	background: #cce0f0;
	font-size: 1.8rem;
}
#top_important_link ul li:nth-child(3) a > span {
	background-image: url(/img/top/icon_top_emer_list5.png);
}
#top_important_link ul li:last-child a {
	border-color: #b8d4eb;
	background: #cce0f0;
	font-size: 1.8rem;
}
#top_important_link ul li:last-child a > span {
	background-image: url(/img/top/icon_top_emer_list4.png);
}

/* 検索 */
.top_content_2 {
	background: url(/img/common/left_wh_bg.png) no-repeat left calc(50% - 545px) top 30px, url(/img/common/right_wh_bg.png) no-repeat left calc(50% + 480px) top 0px #fef5e5;
}

/* えひめを知りたい */
.top_content_3 {
	width: 1080px;
	margin: 0px auto;
	padding: 80px 0px 100px;
}

.top_content_3 .wrap2 {
	margin-top: 80px;
}
.top_content_3 .wrap1 ul,
.top_content_3 .wrap2 ul {
	margin: 0px 15px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.top_content_3 .wrap1 ul li,
.top_content_3 .wrap2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0px 20px 0px;
}
.top_content_3 .wrap1 ul li:nth-child(n+4),
.top_content_3 .wrap2 ul li:nth-child(n+4) {
	margin-top: 40px;
}
.top_content_3 .wrap1 ul li a,
.top_content_3 .wrap2 ul li a {
	display: block;
}
.top_content_3 .wrap1 ul li img,
.top_content_3 .wrap2 ul li img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
}

/* 注目情報 */
.top_content_4 {
	background: #f4f9fd;
	padding: 80px 0px 100px;
}
.top_content_4 h2.ttl {
	width: 1080px;
	margin: 0px auto;
}

/* トピックス */
.topic_wrap {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}

#lettering {
	margin: 0px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.lettering_box {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0px 20px 20px;
}
.lettering_box .lettering_box_img div {
	display: block;
	height: 225px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.lettering_box .lettering_box_img div:empty {
	background: url(/img/common/noimage.png) no-repeat center center #80b0d8;
	background-size: contain;
}
.lettering_box .lettering_box_img div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}
.lettering_box .lettering_box_text {
	margin-top: 20px;
}
.lettering_box .lettering_box_text .article_date {
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
}

.topic_wrap .link_box {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: center;
}
.topic_wrap .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px;
}
.topic_wrap .link_box a {
	display: inline-block;
	background: #fff;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 15px 20px;
	min-width: 255px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.topic_wrap .link_box a:hover,
.topic_wrap .link_box a:focus {
	text-decoration: underline;
}

#topic_control_box {
	width: 1080px;
	margin: 20px auto 40px;
	text-align: right;
	position: static;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 45px;
}
#topic_control_box #topic_control_navigation {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#topic_control_box ul.slick-dots li.slick-active button {
	background: #80b0d8;
	color: #000;
}

#topic_control_box button[id^="topic_control_"] {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-radius: 100%;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
}
#topic_control_box button#topic_control_prev {
	background-image: url(/img/top/icon_lettering_pre.png);
	top: 147px;
	left: 0px;
}
#topic_control_box button#topic_control_next {
	background-image: url(/img/top/icon_lettering_next.png);
	top: 147px;
	right: 0;
}
#topic_control_box button#topic_control_pause {
	background-image: url(/img/top/icon_lettering_pause.png);
	position: static;
}
#topic_control_box button#topic_control_play {
	display: none;
	background-image: url(/img/top/icon_lettering_play.png);
	position: static;
}

/* 新着情報 */
.top_content_5 {
	width: 1080px;
	margin: 0px auto;
	padding: 80px 0px 100px;
}

#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 2px solid #f08300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
#top_tab_title ul li {
	display: inline-block;
	vertical-align: bottom;
	width: 340px;
	margin: 0px 30px 10px 0px;
}
#top_tab_title ul li:nth-child(3n) {
	margin-right: 0px;
}
#top_tab_title ul li button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e9e3e3;
	background: #f5f5f5;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 21px 10px 20px;
}
#top_tab_title ul li.tab_on button {
	width: 340px;
	background: #fff;
	border: 2px solid #f08300;
	border-bottom: 0;
	padding-bottom: 29px;
	position: relative;
	bottom: -12px;
	padding-top: 23px;
}
#top_tab_title ul li:not(.tab_on) button:hover,
#top_tab_title ul li:not(.tab_on) button:focus {
	text-decoration: underline;
}

.top_tab_detail_box p.no_data {
	margin: 0px;
	padding: 40px 50px;
}

.top_tab_detail_list ul {
	margin: 0px;
	padding: 50px 50px 20px;
	list-style: none;
}
.top_tab_detail_list ul li {
	width: 100%;
	display: table;
	margin: 0px 0px 20px;
}
.top_tab_detail_list ul li:last-child {
	margin-bottom: 0px;
}
.top_tab_detail_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.top_tab_detail_list ul li > span.article_date {
	position: relative;
	color: #707070;
	width: 9em;
	padding-right: 60px;
	font-weight: bold;
}
.top_tab_detail_list ul li > span.article_date img.icon_new {
	left: auto;
	right: 17px;
}

.top_tab_detail_box .link_box {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: center;
}
.top_tab_detail_box .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px;
}
.top_tab_detail_box .link_box a {
	display: inline-block;
	border: 1px solid #f08300;
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 15px 20px;
	min-width: 255px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.top_tab_detail_box .link_box a:hover,
.top_tab_detail_box .link_box a:focus {
	background: #fef5e5;
	text-decoration: underline;
}

/* 地方局 */
.top_content_6 {
	background: #f2f2f2;
}
.top_content_6_desc {
	width: 1080px;
	margin: 0px auto;
	padding: 80px 0px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.top_content_6_desc .wrap1,
.top_content_6_desc .wrap2 {
	width: 480px;
}

.top_content_6_desc .wrap2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_content_6_desc .wrap2 ul li {
	margin-bottom: 20px;
}
.top_content_6_desc .wrap2 ul li:last-child {
	margin-bottom: 0px;
}
.top_content_6_desc .wrap2 ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 100px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	font-size: 2rem;
	line-height: 3px;
	text-decoration: none;
	padding: 20px;
	padding-left: 250px;
	text-align: center;
}
.top_content_6_desc .wrap2 ul li:nth-child(1) a {
	background-image: url(/img/top/content_6_wrap2_img1.png);
}
.top_content_6_desc .wrap2 ul li:nth-child(2) a {
	background-image: url(/img/top/content_6_wrap2_img2.png);
}
.top_content_6_desc .wrap2 ul li:nth-child(3) a {
	background-image: url(/img/top/content_6_wrap2_img3.png);
}
.top_content_6_desc .wrap2 ul li:nth-child(4) a {
	background-image: url(/img/top/content_6_wrap2_img4.png);
}
.top_content_6_desc .wrap2 ul li a:hover,
.top_content_6_desc .wrap2 ul li a:focus {
	text-decoration: underline;
}

.top_content_6_desc .wrap1 ul {
	margin: 0px ;
	padding: 0px;
	list-style: none;
	height: 460px;
	background: url(/img/top/top_content_6_bg_map.png) no-repeat center center #fff;
	position: relative;
}
.top_content_6_desc .wrap1 ul li.show::before {
	content: '';
	position: absolute;
}
.top_content_6_desc .wrap1 ul li a {
	display: block;
	position: absolute;
}
.top_content_6_desc .wrap1 ul li a::before {
	content: '';
	position: absolute;
}
.top_content_6_desc .wrap1 ul li a::after {
	display: block;
	background: #fff;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 2px;
	text-align: center;
	border: 1px solid #333;
	width: 90px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
}

.top_content_6_desc .wrap1 ul li:nth-child(1) a,
.top_content_6_desc .wrap1 ul li:nth-child(1).show::before {
	width: 139px;
	height: 120px;
	left: calc(50% - 9px);
	top: 21px;
	z-index: 3;
}
.top_content_6_desc .wrap1 ul li:nth-child(1).show::before {
	background: url(/img/top/map_parts_1.png) no-repeat center;
}
.top_content_6_desc .wrap1 ul li:nth-child(1) a::before {
	background: url(/img/top/map_dir_1.png) no-repeat center;
	width: 49px;
	height: 17px;
	left: 42px;
	top: 60px;
}
.top_content_6_desc .wrap1 ul li:nth-child(1) a::after {
	content: '今治支局';
	left: 78px;
	bottom: 43px;
}

.top_content_6_desc .wrap1 ul li:nth-child(2) a,
.top_content_6_desc .wrap1 ul li:nth-child(2).show::before {
	width: 187px;
	height: 87px;
	left: calc(50% + 27px);
	top: 100px;
	z-index: 2;
}
.top_content_6_desc .wrap1 ul li:nth-child(2).show::before {
	background: url(/img/top/map_parts_2.png) no-repeat center;
}
.top_content_6_desc .wrap1 ul li:nth-child(2) a::before {
	background: url(/img/top/map_dir_2.png) no-repeat center;
	width: 54px;
	height: 32px;
	top: 32px;
	right: 68px;
}
.top_content_6_desc .wrap1 ul li:nth-child(2) a::after {
	content: '東予地方局';
	left: 90px;
	top: 54px;
}

.top_content_6_desc .wrap1 ul li:nth-child(3) a,
.top_content_6_desc .wrap1 ul li:nth-child(3).show::before {
	width: 174px;
	height: 185px;
	left: calc(50% - 95px);
	top: 86px;
	z-index: 1;
}
.top_content_6_desc .wrap1 ul li:nth-child(3).show::before {
	background: url(/img/top/map_parts_3.png) no-repeat center;
}
.top_content_6_desc .wrap1 ul li:nth-child(3) a::before {
	background: url(/img/top/map_dir_3.png) no-repeat center;
	width: 71px;
	height: 31px;
	left: 12px;
	top: 40px;
	transform: rotate(180deg);
}
.top_content_6_desc .wrap1 ul li:nth-child(3) a::after {
	content: '中予地方局';
	left: -40px;
	top: 18px;
}

.top_content_6_desc .wrap1 ul li:nth-child(4) a,
.top_content_6_desc .wrap1 ul li:nth-child(4).show::before {
	width: 235px;
	height: 108px;
	left: calc(50% - 214px);
	top: calc(50% + -19px);
	z-index: 3;
}
.top_content_6_desc .wrap1 ul li:nth-child(4).show::before {
	background: url(/img/top/map_parts_4.png) no-repeat center;
}
.top_content_6_desc .wrap1 ul li:nth-child(4) a::before {
	background: url(/img/top/map_dir_4.png) no-repeat center;
	width: 62px;
	height: 23px;
	top: 45px;
	left: 50px;
}
.top_content_6_desc .wrap1 ul li:nth-child(4) a::after {
	content: '八幡浜支局';
	left: 0px;
	top: 20px;
}

.top_content_6_desc .wrap1 ul li:nth-child(5) a,
.top_content_6_desc .wrap1 ul li:nth-child(5).show::before {
	width: 164px;
	height: 147px;
	left: calc(50% - 152px);
	bottom: 20px;
	z-index: 2;
}
.top_content_6_desc .wrap1 ul li:nth-child(5).show::before {
	background: url(/img/top/map_parts_5.png) no-repeat center;
}
.top_content_6_desc .wrap1 ul li:nth-child(5) a::before {
	background: url(/img/top/map_dir_5.png) no-repeat center;
	width: 70px;
	height: 32px;
	top: 40px;
	left: 75px;
}
.top_content_6_desc .wrap1 ul li:nth-child(5) a::after {
	content: '南予地方局';
	top: 55px;
	left: 140px;
}

/* おすすめ情報 */
.top_content_7 {
	width: 1080px;
	margin: 0px auto;
	padding: 80px 0px 100px;
}

.top_content_7 .warp1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 40px;
}
.top_content_7 .warp1 .nav1,
.top_content_7 .warp1 .nav2,
.top_content_7 .warp1 .nav3 {
	padding: 40px;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(60% - 20px);
	text-align: center;
}
.top_content_7 .warp1 .nav3 {
	width: 100%;
	padding-top: 20px;
}
.top_content_7 .warp1 .nav1 {
	width: calc(40% - 20px);
}
.top_content_7 .warp1 .nav1 h3,
.top_content_7 .warp1 .nav2 h3,
.top_content_7 .warp1 .nav3 h3 {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px 0px 25px;
	padding: 15px 0px 15px 55px;
}
.top_content_7 .warp1 .nav1 h3 {
	background-image: url(/img/top/top_content_7_icon1.png);
}
.top_content_7 .warp1 .nav2 h3 {
	padding-left: 65px;
	background-image: url(/img/top/top_content_7_icon2.png);
}
.top_content_7 .warp1 .nav3 h3 {
	padding-left: 100px;
	padding-top: 35px;
	background-size: 75px;
	background-image: url(/img/top/top_content_7_icon3.png);
}

.top_content_7 .warp1 span > a {
	display: inline-block;
	border: 1px solid #333;
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 15px 20px;
	min-width: 240px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	margin-top: 30px;
}
.top_content_7 .warp1 span > a:hover,
.top_content_7 .warp1 span > a:focus {
	background: #f6f6f6;
	text-decoration: underline;
}
.top_content_7 .warp1 .nav3 #nav3_column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 40px;
}
#nav3_column .yt {
	width: calc((100% - 80px) / 3);
}
.yt:has(.himetele:empty):has(.himetele_caption:empty) {
	display: none;
}

/* 広報 */
ul#top_banner_4_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul#top_banner_4_list li {
	width: 240px;
	margin: 0px auto;
}
ul#top_banner_4_list li:nth-child(n+2) {
	display: none !important;
}
ul#top_banner_4_list li a {
	display: block;
}
ul#top_banner_4_list li img {
	width: 100%;
	height: auto;
	display: block;
}

/* 動画 */
.yt .himetele iframe {
	border: none;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
}
.yt .himetele_caption {
	font-size: 1.5rem;
	text-align: left;
	margin: 10px 0px 0px;
}
/* おすすめバナー */
ul#top_banner_5_list {
	margin: 80px 36px 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#top_banner_5_list li {
	display: inline-block;
	vertical-align: top;
	width: 222px;
	margin: 0px 15px 0px;
}
ul#top_banner_5_list li:nth-child(n+5) {
	margin-top: 30px;
}
ul#top_banner_5_list a {
	display: block;
}
ul#top_banner_5_list img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
}

/* ピックアップ */
.top_content_8 {
	background: url(/img/common/left_wh_bg.png) no-repeat left calc(50% - 545px) top 30px, url(/img/common/right_wh_bg.png) no-repeat left calc(50% + 480px) top 0px #fef5e5;
	padding: 80px 0px 0px;
}
.top_content_8 h2.ttl {
	width: 1080px;
	margin: 0px auto;
}

.top_banner_6 {
	width: 1080px;
	margin: 0px auto;
	padding: 0px 0px 80px;
	position: relative;
}
#top_banner_6_list {
	margin: 0px 30px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_banner_6_list li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0px 20px 20px;
}
#top_banner_6_list li a {
	display: block;
}
#top_banner_6_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
}

#pr_control_box {
	width: 1080px;
	margin: 20px auto 40px;
	text-align: right;
	position: static;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 45px;
}
#pr_control_box #pr_control_navigation {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#pr_control_box ul.slick-dots li.slick-active button {
	background: #f5a100;
	color: #333;
}
#pr_control_box button[id^="pr_control_"] {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-radius: 100%;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
}
#pr_control_box button#pr_control_prev {
	background-image: url(/img/top/icon_top_banner_6_pre.png);
	top: 121px;
	left: 0px;
}
#pr_control_box button#pr_control_next {
	background-image: url(/img/top/icon_top_banner_6_next.png);
	top: 121px;
	right: 0;
}
#pr_control_box button#pr_control_pause {
	background-image: url(/img/top/icon_top_banner_6_pause.png);
	position: static;
}
#pr_control_box button#pr_control_play {
	display: none;
	background-image: url(/img/top/icon_top_banner_6_play.png);
	position: static;
}

/* 広告 */
.fixed_floating_banner #footer {
	padding-bottom: 110px;
}

.top_content_9 {}
.top_content_9.fixed .top_banner_7 {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background: #f7f7f9;
	width: 100%;
}

.top_banner_7 .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.top_banner_7 .ttl {
	width: 209px;
	padding: 28px 0 0;
}
.top_banner_7 .ttl h2 {
	color: #666;
	margin: 0;
	font-size: 1.8rem;
	font-weight: normal;
}
.top_banner_7 .ttl a {
	text-decoration: none;
	background: url(/img/top/icon_arw.png)no-repeat left center;
	padding: 2px 0 0px 17px;
	font-size: 1.5rem;
	margin: 7px 0 0 20px;
	display: inline-block;
	line-height: 1;
}

#top_banner_7_list {
	width: calc(100% - 210px);
	margin: 0px;
}
#top_banner_7_list li {
	width: 150px;
	margin: 15px 30px 15px 0px;
}
#top_banner_7_list li:nth-child(5n) {
	margin-right: 0;
}

#top_content_9_close {
	display: none;
}
.top_content_9.fixed #top_content_9_close {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 100%;
	background: url(/img/top/icon_top_content_9_close.png) no-repeat center;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: -4px;
	right: -24px;
	z-index: 1;
}

/* フッタ */
#footer {
	background: none;
	padding-top: 0px;
}

/* 能登半島支援 */
.wrap_floating_banner {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}
.fixed_floating_banner .wrap_floating_banner {
	bottom: 120px;
}

.wrap_floating_banner .notohantoushien a {
	display: inline-block;
	background: #fff;
	border: 8px solid #f9bcbc;
	color: #333;
	font-size: 1.8rem;
	line-height: 2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-decoration: none;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.wrap_floating_banner .notohantoushien a:hover {
	text-decoration: underline;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}

@-moz-document url-prefix(){
	.wrap_floating_banner .notohantoushien a {
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		width: 2rem;
	}
}

#bnr_floating_banner_close {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #555;
	background-size: 8px 8px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 1;
}

/* AIチャットボット */
.fixed_floating_banner .wrap_ai_chatbot {
	bottom: 120px;
}



/* タブレット */
@media screen and (max-width : 1079px) {

	/* 並び順 */
	#container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	#container > * {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#container > #top_photo_wrap {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	#container > #footstep_wrap,
	#container > #mymainback,
	#container > #footer {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	/* ヘッダ */
	ul.header_link_list li.hl_search.header_search_btn > a {
		min-width: 100px;
	}

	/* スライドショー */
	#top_photo {
		width: auto;
		height: auto;
		margin: 0px;
	}
	#top_photo_list {
		width: auto;
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	#top_photo_list .photo {
		width: auto;
		height: auto;
	}

	#mp_control_box {
		width: 100%;
	}

	/* 重要なお知らせ */
	.top_content_1 {
		width: auto;
		margin: 0px 20px;
	}

	#top_important {
		padding: 30px 40px 40px;
	}
	#top_important ul li {
		display: block;
		width: auto;
	}
	#top_important ul li > span {
		display: block;
	}
	#top_important ul li > span.article_date {
		width: auto;
	}

	/* 防災等リンク */
	#top_important_link ul {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	#top_important_link ul li,
	#top_important_link ul li:nth-child(4n),
	#top_important_link ul li:nth-child(n+5) {
		width: calc(50% - 10px);
		margin: 0px 20px 0px 0px;
	}
	#top_important_link ul li:nth-child(2n) {
		margin-right: 0px;
	}
	#top_important_link ul li:nth-child(n+3) {
		margin-top: 20px;
	}
	#top_important_link ul li a {
		min-height: 82px;
	}

	/* 検索 */
	.top_content_2 {
		background-position: left -190px top 30px, right -30px top 0px;
	}

	/* えひめを知りたい */
	.top_content_3 {
		width: auto;
		margin: 0px 20px;
	}

	.top_content_3 .wrap1 ul,
	.top_content_3 .wrap2 ul {
		max-width: 680px;
		margin: 0px auto;
	}
	.top_content_3 .wrap1 ul li,
	.top_content_3 .wrap2 ul li,
	.top_content_3 .wrap1 ul li:nth-child(n+4),
	.top_content_3 .wrap2 ul li:nth-child(n+4) {
		width: calc(50% - 40px);
		margin: 0px 20px 0px;
	}
	.top_content_3 .wrap1 ul li:nth-child(n+3),
	.top_content_3 .wrap2 ul li:nth-child(n+3) {
		margin-top: 40px;
	}

	/* 注目情報 */
	.top_content_4 h2.ttl {
		width: auto;
		margin: 0px 40px;
	}

	/* トピックス */
	.topic_wrap {
		width: calc(100% - 40px);
		max-width: 680px;
		margin: 0px auto;
	}

	#lettering {
		margin: 0px;
	}

	#topic_control_box {
		width: auto;
		margin: 20px 0px;
		padding: 0px;
	}
	#topic_control_box button#topic_control_prev {
		left: -20px;
	}
	#topic_control_box button#topic_control_next {
		right: -20px;
	}

	/* 新着情報 */
	.top_content_5 {
		width: auto;
		margin: 0px 20px;
	}

	#top_tab_title ul li,
	#top_tab_title ul li.tab_on {
		width: calc(33.33333% - 20px);
		margin: 0px 10px 10px;
	}
	#top_tab_title ul li button,
	#top_tab_title ul li.tab_on button {
		width: 100%;
	}

	.top_tab_detail_box p.no_data {
		padding: 30px 40px;
	}

	.top_tab_detail_list ul {
		padding: 40px 40px 20px;
	}
	.top_tab_detail_list ul li {
		display: block;
		width: auto;
	}
	.top_tab_detail_list ul li > span,
	.top_tab_detail_list ul li > span.article_date {
		display: block;
	}
	.top_tab_detail_list ul li > span.article_date img.icon_new {
		right: 10px;
	}
	.top_tab_detail_box .link_box > span {
		width: calc(30% - 20px);
	}
	.top_tab_detail_box .link_box a {
		display: block;
		min-width: auto;
	}

	/* 地方局 */
	.top_content_6_desc {
		display: block;
		width: auto;
		margin: 0px 20px;
	}
	.top_content_6_desc .wrap1,
	.top_content_6_desc .wrap2 {
		margin: 0px auto;
	}
	.top_content_6_desc .wrap2 {
		margin-top: 40px;
	}

	/* おすすめ情報 */
	.top_content_7 {
		width: auto;
		margin: 0px 20px;
	}
	.top_content_7 .warp1,
	.top_content_7 .warp1 .nav3 #nav3_column {
		display: block;
	}
	.top_content_7 .warp1 .nav1 {
		width: auto;
	}
	.top_content_7 .warp1 .nav2,
	.top_content_7 .warp1 .nav3 {
		width: auto;
		margin-top: 40px;
	}
	.top_content_7 .warp1 .nav2 .yt,
	.top_content_7 .warp1 .nav3 .yt {
		max-width: 560px;
		margin: 0px auto;
	}
	#nav3_column .yt {
		width: auto;
		margin-bottom: 40px;
	}
	#nav3_column .yt:last-child {
		margin-bottom: 10px;
	}

	/* おすすめバナー */
	ul#top_banner_5_list {
		max-width: 756px;
		margin: 80px auto 0px;
	}
	ul#top_banner_5_list li,
	ul#top_banner_5_list li:nth-child(n+5) {
		width: calc(33.33333% - 30px);
		margin: 0px 15px 0px;
	}
	ul#top_banner_5_list li:nth-child(n+4) {
		margin-top: 30px;
	}

	/* ピックアップ */
	.top_content_8 h2.ttl {
		width: auto;
		margin: 0px 20px;
	}

	.top_banner_6 {
		width: calc(100% - 40px);
		max-width: 680px;
		margin: 0px auto 60px;
		padding: 0px;
	}

	#top_banner_6_list {
		margin: 0px;
	}
	#top_banner_6_list li {
		width: calc(50% - 40px);
	}

	#pr_control_box {
		width: auto;
		margin: 20px 0px;
		padding: 0px;
	}
	#pr_control_box button#pr_control_prev {
		left: -20px;
		top: calc(50% - 48px);
	}
	#pr_control_box button#pr_control_next {
		right: -20px;
		top: calc(50% - 48px);
	}

	/* 広告 */
	.fixed_floating_banner #footer {
		padding-bottom: 0px;
	}

	.top_content_9.fixed .top_banner_7 {
		position: static !important;
	}
	.top_content_9.fixed #top_content_9_close {
		display: none !important;
	}

	.top_banner_7 .wrap {
		display: block;
		width: auto;
		margin: 0px 100px;
		padding-bottom: 40px;
	}
	.top_banner_7 .ttl {
		width: auto;
	}
	#top_banner_7_list {
		width: auto;
		max-width: 660px;
		margin: 0px auto;
	}
	#top_banner_7_list li,
	#top_banner_7_list li:nth-child(5n) {
		width: calc(25% - 15px);
		margin: 20px 20px 0px 0px;
	}
	#top_banner_7_list li:nth-child(4n) {
		margin-right: 0;
	}

	/* 能登半島支援 */
	.wrap_floating_banner,
	.fixed_floating_banner .wrap_floating_banner {
		bottom: 10px;
	}

	/* AIチャットボット */
	.wrap_ai_chatbot,
	.fixed_floating_banner .wrap_ai_chatbot {
		bottom: 10px;
	}

}
/* タブレット ここまで */


/* =======================================================
アニメーション
======================================================= */
#container {
	overflow: hidden;
}

.top_content_8 {
	position: relative;
}
.top_content_8 button.btn_animation_stop {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 28px;
	height: 28px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #38160a;
	background: url(/img/top/icon_top_photo_paly.png) no-repeat center center #38160a;
	background-size: contain;
	color: #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: -20px;
	z-index: 1;
}
.top_content_8.animation button.btn_animation_stop {
	background-image: url(/img/top/icon_top_photo_pause.png);
}

.top_content_8 .wrap {
	background: url(/img/common/footer_bg.png) repeat-x left calc(50% + 10px) bottom 0px;
	background-size: auto 50px;
	padding-bottom: 50px;
	position: relative;
	-webkit-transition: background-position 0.5s;
	-o-transition: background-position 0.5s;
	transition: background-position 0.5s;
}
.top_content_8 .wrap::before {
	content: '';
	display: block;
	width: 48px;
	height: 30px;
	background: url(/img/common/footer_bg_bicycle.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: calc(50% - 540px);
	bottom: -40px;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.top_content_8.animation .wrap {
	background-position: left bottom;
	-webkit-animation-name: animation-bg;
	        animation-name: animation-bg;
	-webkit-animation-duration: 180s;
	        animation-duration: 180s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}
@-webkit-keyframes animation-bg {
	0% {
		background-position: 0% bottom;
	}
	100% {
		background-position: 100% bottom;
	}
}

.top_content_8.animation .wrap::before {
	left: 0px;
	-webkit-animation-name: animation-bicycle;
	        animation-name: animation-bicycle;
	-webkit-animation-duration: 60s;
	        animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}
@-webkit-keyframes animation-bicycle {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@media screen and (max-width : 1079px) {

	.top_content_8 .wrap::before {
		left: 10px;
	}
	.top_content_8.animation .wrap::before {
		left: 0px;
	}

	.top_content_8.animation .wrap {

		-webkit-animation-duration: 30s;
		        animation-duration: 30s;
	}
	.top_content_8.animation .wrap::before {
		-webkit-animation-duration: 40s;
		        animation-duration: 40s;
	}

}

/* =======================================================
アニメーション ここまで
======================================================= */