@charset "utf-8";

@media screen and (max-width: 768px) {
body	{
	margin: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* navi------------------------------------------------------ */
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;

        margin-top: 0;
		padding: 0 0 10px;
    }
	.logo_header {
		margin: 10px 0 0 20px;
		width: 140px;
		height: 36px;
	}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: fixed;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -720px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 60px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 40px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 0 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 40px 0;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);

    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(720px);
        -webkit-transform: translateY(720px);
        transform: translateY(720px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	position: relative;
	background: url(../images/mv.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 90%;
	height: 0;
	margin: 0 auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#header h1 {
	position: absolute;
	background: url(../images/logo.png) no-repeat top center;
	top: 10%;
	left: -50%;
	right: -50%;
	width: 60%;
	background-size: contain;
	height: auto;
	padding-bottom: 60%;
	margin: 0 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;
	background-size: cover;
	padding-bottom: 36%;
	top: 64%;
	left: -50%;
	right: -50%;
	width: 100%;
	height: 0;
	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;
	background-size: cover;
	padding-bottom: 13%;
	top: 78%;
	left: -50%;
	right: -50%;
	width: 80%;
	height: 0;
	margin: 0 auto;
	z-index: 2;
}
/* ---------------------------------------------------------- */

/* overview-------------------------------------------------- */
#overview {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#overview .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov_area {
	margin: 0 0 30px;
}
.ttl_ov {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 34px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #00a0e9;
}
.ov_area {
	width: 100%;
	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: 30%;
	padding: 0 0 0 50px;
	font-size: 14px;
	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: 70%;
	padding: 0 30px 0 0;
	font-size: 14px;
	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: 12px;
	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: 60px 0 100px;
	background: #0ba29a;
	background: url(../images/bg_art.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#art .inner {
	width: 90%;
	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: 34px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #b845de;
}
.art_area {
	width: 100%;
	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: 23%;
	margin: 0 2.3% 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.0;
	font-size: 14px;
	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: 12px;
	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 40px;
	line-height: 1.0;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #b845de;
}
.kaikin {
	width: 100%;
	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: 24px;
	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: 14px;
	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: 18px;
	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: 60px 0 100px;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#info .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_info_area {
	margin: 0 0 40px;
}
.ttl_info {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 34px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #05c2ae;
}
.info_area {
	width: 100%;
	margin: 0;
}
.info_area ul {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.info_area ul li:first-child {
	width: 100%;
	margin: 0 0 30px;
}
.info_area ul li:last-child {
	width: 100%;
}
.ttl_sub_info {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 20px;
	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: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #05c2ae;
	text-align: center;
}
.info_sub_area {
	width: 100%;
	height: 286px;
	background: rgba(25,25,25,0.8);
	border-top: 6px solid #05c2ae;
	box-sizing: border-box;
	overflow: auto;
}
.info_sub_area dl {
	width: 100%;
	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: 30%;
	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: 70%;
	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{
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #05c2ae;
}
.tw_sub_area {
	width: 100%;
	height: 286px;
	background: rgba(25,25,25,0.8);
	border-top: 6px solid #05c2ae;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* intro----------------------------------------------------- */
#intro {
	width: 100%;
	margin: 0;
	padding: 60px 0 80px;
	background: #0ba29a;
	background: url(../images/bg_intro.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#intro .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_intro_area {
	margin: 0 0 30px;
}
.ttl_intro {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 34px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #a9a9a9;
}
.catch {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 1.0;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.txt_intro {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	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;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0;
	background: #111;
}
.copy {
	font-size: 12px;
	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: 90%;
	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: 34px;
	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: 16px;
	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: 100%;
	margin: 0 auto 10px;
}
.txt_video {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	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 20px 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: 60px 0 80px;
	background: #0ba29a;
	background: url(../images/bg_goods.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#goods .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_goods_area {
	margin: 0 0 40px;
}
.ttl_goods {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.goods_area {
	width: 100%;
	margin: 0;
	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: 48%;
	margin: 0;
	padding: 0 0 0;
	background: #fff;
	border: 4px 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: 100%;
	margin: 0 auto;
}
.name_goods {
	margin: 0 0 6px;
	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: #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: 40px 0 60px;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#guide .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.guide_area {
	width: 100%;
	margin: 0;
	padding: 40px 30px 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: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center!important;
	color: #fff;
}
/* ---------------------------------------------------------- */
	
.yt_area {
  position: relative;
  width: 100%;	
  padding-top: 56.25%;
}
.yt_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie_area {
  width: 100%;	
}
.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: 48%;	
	margin: 0 4% 20px 0;
}
.movie_area ul li:nth-child(2n) {
  width: 48%;	
	margin: 0 0 20px 0;
}
/* news------------------------------------------------------ */
#news {
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0 100px;
	background: #0ba29a;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
}
#news .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_news_area {
	margin: 0 0 30px;
}
.ttl_news {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #05c2ae;
}
.news_area {
	width: 100%;
	margin: 0;
}

.news_sub_area {
	width: 100%;
	margin: 0 auto 30px;
	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: 20px 30px;
	line-height: 1.4;
	font-size: 18px;
	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: 20px 30px;
	box-sizing: border-box;
}
.txt_news_area p {
	margin: 0 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;
}
.txt_news_area span{
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #aaa;
}
.txt_news_area img {
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 20px 0;
}
/* ---------------------------------------------------------- */
	
}

