@charset "utf-8";

body	{
	margin: 0;
	background-color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* navi------------------------------------------------------ */
 
/* header */
#top-head {
	position: absolute;
    top: 0px;
    width: 100%;
	height: 70px;
    margin: 0px auto 0;
    padding: 24px 0 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    width: 1000px;
    margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.logo_header {
	width: 180px;
	height: 46px;
}
#global-nav {
	margin: 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#global-nav ul {
    list-style: none;
    bottom: 0;
    font-size: 16px;
}
#global-nav ul li {
	float: left;
	padding: 0 20px;
}
#global-nav ul li:last-child {
	padding: 0 0 0 20px;
}
#global-nav ul li a:hover {
	color: #aaa;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 10px 0 10px;
	height: 66px;
    background: #000;
    background: rgba(0,0,0,.6);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	color: #f50074;
	box-sizing: border-box;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #f50074;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 0;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 0 0;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

/* mv-------------------------------------------------------- */
#header {
	position: relative;

	margin: 0 auto;
	max-width: 1920px;
	height: 1080px;
	background-color: #fff;
	background: url(../images/mv.jpg) no-repeat top center;
}
#header h1 {
	position: absolute;
	background: url(../images/logo.png) no-repeat top center;
	top: 100px;
	left: -50%;
	right: -50%;
	width: 700px;
	height: 690px;
	margin: 0px auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	z-index: 100;
}
.bg_guest {
	position: absolute;
	background: url("../images/bg_guest.png") no-repeat top center;
	top: 656px;
	left: -50%;
	right: -50%;
	width: 1200px;
	height: 390px;
	margin: 0 auto;
	mix-blend-mode: color-dodge;
	z-index: 1;
}
.ttl_guest {
	position: absolute;
	background: url("../images/ttl_guest.png") no-repeat top center;
	top: 800px;
	left: -50%;
	right: -50%;
	width: 840px;
	height: 150px;
	margin: 0 auto;
	z-index: 2;
}
/* ---------------------------------------------------------- */



/* overview-------------------------------------------------- */
#overview {
	width: 100%;
	margin: 0;
	padding: 100px 0;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#overview .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov_area {
	margin: 0 0 60px;
}
.ttl_ov {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #00a0e9;
}

.ttl_ov_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #00a0e9;
}
.ov_area {
	width: 1000px;
	margin: 0 auto;
	background: rgba(25,25,25,0.8);
	border-top: 6px solid #00a0e9;
}
.ov_area ul {
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #333;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 240px;
	padding: 0 0 0 50px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 760px;
	padding: 0 30px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li:last-child span{
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #999;
}
.ov_area ul li a{
	color: #00a0e9;
}
/* ---------------------------------------------------------- */

/* art------------------------------------------------------- */
#art {
	width: 100%;
	margin: 0;
	padding: 100px 0 200px;
	background: #0ba29a;
	background: url(../images/bg_art.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#art .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_art_area {
	margin: 0 0 60px;
}
.ttl_art {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #b845de;
}
.ttl_art_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #b845de;
}
.art_area {
	width: 1000px;
	margin: 0 auto 40px;
}
.art_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.art_area ul li {
	width: 240px;
	margin: 0 13px 50px 0;
	padding: 2px 2px 12px;
	background: #1e0128;
	box-sizing: border-box;
}
.art_area ul li:nth-child(4n) {
	margin: 0 0 50px 0;
}
.art_area ul li a:hover{
	opacity: 0.5;
}
.art_img img{
	width: 100%;
	margin: 0 0 10px;
}
.art_name {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #b845de;
}
.art_txt {
	margin: 0;
	padding: 0 10px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.cs {
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #b845de;
}
.andmore {
	margin: 0 0 80px;
	line-height: 1.0;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #b845de;
}
.kaikin {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
.ttl_musician_area {
	margin: 0 0 30px;
}
.ttl_musician {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 30px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #b845de;
}
.ttl_musician_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #b845de;
}
.txt_musician {
	margin: 0 0 60px;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #b845de;
}
/* ---------------------------------------------------------- */

/* info------------------------------------------------------ */
#info {
	width: 100%;
	margin: 0;
	padding: 100px 0 200px;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#info .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_info_area {
	margin: 0 0 50px;
}
.ttl_info {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #05c2ae;
}
.ttl_info_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #05c2ae;
}
.info_area {
	width: 1000px;
	margin: 0;
}
.info_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.info_area ul li:first-child {
	width: 560px;
}
.info_area ul li:last-child {
	width: 400px;
}
.ttl_sub_info {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #05c2ae;
	text-align: center;
}
.ttl_sub_tw {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #05c2ae;
	text-align: center;
}
.info_sub_area {
	width: 560px;
	height: 286px;
	background: rgba(25,25,25,0.8);
	border-top: 6px solid #05c2ae;
	box-sizing: border-box;
	overflow: auto;
	overflow-x: hidden;
}
.info_sub_area dl {
	width: 560px;
	margin: 0;
	padding: 16px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #333;
}
.info_sub_area dl:last-child {
	border-bottom: none;
}
.info_sub_area dl dt:first-child {
	width: 140px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.info_sub_area dl dt:last-child {
	width: 420px;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.info_sub_area dl dt:last-child a{
	width: 420px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #05c2ae;
}
.tw_sub_area {
	width: 400px;
	height: 286px;
	background: rgba(25,25,25,0.8);
	border-top: 6px solid #05c2ae;
	box-sizing: border-box;
}
.twitter-widget-wrapper iframe { width: 740px !important; }
/* ---------------------------------------------------------- */

/* intro----------------------------------------------------- */
#intro {
	width: 100%;
	margin: 0;
	padding: 100px 0 140px;
	background: #0ba29a;
	background: url(../images/bg_intro.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#intro .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_intro_area {
	margin: 0 0 60px;
}
.ttl_intro {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #a9a9a9;
}
.ttl_intro_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #a9a9a9;
}
.catch {
	margin: 0 auto 30px;
	padding: 0;
	width: 978px;
	line-height: 1.0;
	font-size: 26px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.txt_intro {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	line-height: 2.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	background: #111;
}
.copy {
	font-size: 14px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */

/* video----------------------------------------------------- */
#video {
	width: 100%;
	margin: 0;
	padding: 60px 0 60px;
	background: #000;
	box-sizing: border-box;
}
#video .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_video_area {
	margin: 0 0 40px;
}
.ttl_video {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #535353;
}
.ttl_video_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #535353;
}
.video_area {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.img_video {
	width: 300px;
	margin: 0 auto 10px;
}
.txt_video {
	width: 300px;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* slider---------------------------------------------------- */
#slider_area {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.slider{
    margin: 0 auto;
    width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.slider img{ 
    height: auto;
    width: 100%;
}
.slider li{
	margin: 0 50px 0 0;
}
.slider li:last-child{
	margin: 0 0 0 0;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/* ---------------------------------------------------------- */

/* goods----------------------------------------------------- */
#goods {
	width: 100%;
	margin: 0;
	padding: 100px 0 200px;
	background: #0ba29a;
	background: url(../images/bg_goods.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#goods .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_goods_area {
	margin: 0 0 60px;
}
.ttl_goods {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.ttl_goods_sub {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.goods_area {
	width: 580px;
	margin: 0 auto 30px;
	padding: 0;
	background: rgba(0,0,0,0.6)
}
.goods_area ul {
	width: 100%;
	margin: 0;
	padding: 10px 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.goods_area ul li{
	width: 49%;
	margin: 0;
	padding: 0 0 0;
	background: #fff;
	border: 6px solid #ccc;
	box-sizing: border-box;
}
.goods_area ul li a{
	margin: 0;
	padding: 0 0 10px;
	display: block;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
}
.goods_area ul li a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.img_goods {
	width: 260px;
	margin: 0 auto;
}
.name_goods {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.txt_goods {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #000;
}
/* ---------------------------------------------------------- */

/* guide----------------------------------------------------- */
#guide {
	width: 100%;
	margin: 0;
	padding: 100px 0;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#guide .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.guide_area {
	width: 100%;
	margin: 0;
	padding: 40px 40px 40px;
	background: rgba(0,0,0,0.6);
	box-sizing: border-box;
	line-height: 2.0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.guide_area p{
	width: 100%;
	margin: 0;
	padding: 0px 0 0;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center!important;
	color: #fff;
}
/* ---------------------------------------------------------- */

.yt_area {
	width: 480px;
	margin: 0 auto 40px;
}

.movie_area {
	width: 1000px;
}
.movie_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.movie_area ul li {
	width: 480px;
	margin: 0 40px 30px 0;
}
.movie_area ul li:nth-child(2n) {
	width: 480px;
	margin: 0 0px 30px 0;
}
/* news------------------------------------------------------ */
#news {
	width: 100%;
	margin: 100px 0 0;
	padding: 60px 0 200px;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#news .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_news_area {
	margin: 0 0 50px;
}
.ttl_news {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 48px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #05c2ae;
}
.news_area {
	width: 1000px;
	margin: 0;
}

.news_sub_area {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
	height: auto;
	background: rgba(25,25,25,0.8);
	border-top: 6px solid #05c2ae;
	box-sizing: border-box;
}
.ttl_news_sub {
	margin: 0 0 10px;
	padding: 30px 40px;
	line-height: 1.4;
	font-size: 22px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}
.txt_news_area {
	margin: 0 0 10px;
	padding: 30px 40px;
	box-sizing: border-box;
}
.txt_news_area p {
	margin: 0 0 20px;
	line-height: 1.8;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.txt_news_area span{
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #aaa;
}
.txt_news_area img {
	width: 600px;
	height: auto;
	margin: 0 0;
	padding: 30px 0;
}
/* ---------------------------------------------------------- */