@charset "UTF-8";
/* =======================================

	topPage

========================================== */

/********** あそびじゅつってなあに？ふわふわ **********/
.asobiMainImg {
    display: block;
    width: 540px;
    height: auto;
    padding: 10px;}
@media screen and (max-width:959px) {/*960px以下*/
.asobiMainImg {
    width: 100%;
    height: auto;
    padding: 10px;}
}
@media screen and (max-width:959px) {/*960px以下*/
.asobiMainImg img {
    display: block;
    width: 60%;
    height: auto;
    padding: 10px;
    margin: 0 auto;}    
}
@media screen and (max-width:799px) {/*800px以下*/
.asobiMainImg img {
    display: block;
    width: 65%;}    
}
@media screen and (max-width:699px) {/*700px以下*/
.asobiMainImg img {
    display: block;
    width: 75%;}    
}
@media screen and (max-width:599px) {/*600px以下*/
.asobiMainImg img {
    display: block;
    width: 85%;}    
}
@media screen and (max-width:399px) {/*400px以下*/
.asobiMainImg img {
    display: block;
    width: 90%;}    
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.8s;
  width: 90%;
}
.keyframe1{
  animation-name: anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, -10px);
  }
}

#contentsArea #mainImgArea h3,
.newsArea .LinknewsList {
text-indent:-9999px;
font-size:1px;
line-height:1px;}

/* =======================================
	
========================================== */
body.top {
	background:url(../images/top/top_bg01_sea.gif)!important;}

body.top #wrapper{
	background:url(../images/top/top_bg01_sea.gif)!important;}
	
body.top #contentsArea {
	display:block;
	width:100%;
	height:auto;}
@media screen and (max-width:959px) {/*960px以下*/
body.top #contentsArea {
	width:100%;
	height:auto;} 
}

#mainImgArea {
	display:block;
	width:100%;
	height:auto;
	margin:35px 0 30px 30px;}
@media screen and (max-width:959px) {/*960px以下*/
#mainImgArea {
    margin:0 0 0 10px;}
}
#contentsArea #mainImgArea .newsArea {
	margin:0 0 10px 0;}

#contentsArea #mainImgArea h3 {
	display:block;
	width:253px;
	height:45px;
	background:url(../images/top/top_news_title.png) no-repeat top;}

.newsArea .newsContents {
	display:block;
	width:253px;
	height:auto;
	background:url(../images/top/top_news_bg.png) repeat-y bottom;
	padding:0 0 15px 0;
	margin:0 20px 0 0;
	float:left;}
	
.newsArea .newsContents ul {
	display:block;
	padding:0 15px 10px 15px;}
	
.newsArea .newsContents li {
	background:url(../images/top/top_news_line.gif) repeat-x left top;
	padding:10px 0 7px 0;}
	
.newsArea .newsContents .TopNewsDate {
	color:#ff6598;}
	
.newsArea .newsContents .LinknewsList {
	background:url(../images/top/top_news_btn.gif) no-repeat;
	margin:0 20px 0 0;
	float:right;}
	
.newsArea .newsContents .LinknewsList a {
	display:block;
	width:95px;
	height:17px;}

.TopNewsTag {
    font-family: "M PLUS Rounded 1c";
    font-size: 10px; font-size:1.0rem;
    letter-spacing: 1px;
    color: #fff;
    background: #ff6598;
    border-radius: 10px;
    padding: 1px 5px 1px 7px;
    margin: 0 5px 0 0;}

/* ---------------------------------------
	レスポンシブ 2021〜
------------------------------------------ */

@media screen and (max-width:599px) {
.Imglecture {
    display: block;
    width: 40%;
    height: auto;
    padding: 0;}
.ImgCatIcon {
    display: block;
    width: 33%;
    height: auto;
    padding: 0;}
.ImgCat2Icon {
    display: block;
    width: 35%;
    height: auto;
    padding: 0 0 0 20px;}
.ImgMe {
    display: block;
    width: 23%;
    height: auto;}

.ImgMe img,
.ImgCatIcon img,
.ImgCat2Icon img,
.Imglecture img {
    width: 100%;
    height: auto;}
}

/********** News **********/
.newsAreaSP {
    width:960px;
    height: auto;
    padding: 0 0 80px 0;
    margin:0 auto;}
@media screen and (max-width:959px) {/*960px以下*/
.newsAreaSP {
    width:100%;
    padding: 0;} 
}

/********** News slider **********/
.slider2 {
    display:block;
    width: 960px;
    height: auto;
    margin: 0 auto;}

@media screen and (max-width:959px) {/*960px以下*/
.slider2 {
    width: 100%;} 
}
@media screen and (max-width:959px) {/*960px以下*/
.newsContentsSP {
    width: 90%;
    height: auto;
    margin: 0 auto 10px auto;}
}

.newsContentsSP li {
    display: block;
    width: auto;
    height: 70px;
    font-size:14px; font-size:1.4rem;
    color:#fff;
    background: rgba(255,255,255,0.15);
    border-radius: 5px;
    padding:10px;
    margin: 5px;
    float: left;}
@media screen and (max-width:959px) {/*960px以下*/
.newsContentsSP li {
    display: block;
    width: auto;
    height: 85px;
    font-size:14px; font-size:1.4rem;}  
}
@media screen and (max-width:599px) {/*600px以下*/
.newsContentsSP li {
    display: block;
    width: auto;
    height: 70px;
    font-size:14px; font-size:1.4rem;}  
}
@media screen and (max-width:399px) {/*400px以下*/
.newsContentsSP li {
    height: 85px;}  
}
.newsContentsSP a {
    font-size: 14px; font-size:1.4rem;
    text-decoration: none;
    color:#fff;}

.TopNewsTagSP {
    font-family: "M PLUS Rounded 1c";
    font-size: 12px; font-size:1.2rem;
    background: #ff6598;
    border-radius: 10px;
    padding: 2px 7px 1px 7px;}

.TopNewsDateSP {
    font-family: "M PLUS Rounded 1c";
    font-size: 14px; font-size:1.4rem;
    font-weight: bold;
    padding: 0 0 0 10px;}

.TopNewsTxt {
    display:block;
    padding: 10px 0 10px 0;}

@media screen and (max-width:959px) {/*960px以下*/
.TopNewsTitleSP {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;}

.TopNewsTitleSP img {
    width: 85px;
    height: auto;
    margin: 0 auto;}
    
.LinknewsListSP {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 50px 0;}

.LinknewsListSP a {
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;}
}
/* ---------------------------------------
	clear
------------------------------------------ */
#contentsArea #mainImgArea:after,
.newsArea .newsContents:after,
.newsArea .newsContents .LinknewsList:after,
.newsContentsSP:after,
.newsContentsSP li:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}






