/*import bace.css*/
@import url("top/top_base.css");
/*import id.css*/
@import url("top/top_topics.css?20190913");
@import url("top/top_newitem.css?20190801");
@import url("top/top_awardItem.css?20191129");
@import url("top/top_masterpieces.css?20190801");
@import url("top/top_series.css?20190801");
@import url("top/top_counter.css?20190801");
@import url("top/top_lesson.css?20190801");
@import url("top/top_about.css?20190801");
/*@import url("top/top_category.css");*/

/*  /shoplist  */
@media screen and (min-width:641px) {
	#shoplist {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#shoplist.c-topSection .wrapper {
		width: 84vw;
		margin: 13.5vw auto 0;
	}
	
	#shoplist.c-topSection .wrapper a{
		width: 84vw;
		display: block;
	}
}

/* bnr_lab */

#bnr_lab {
  /*  opacity: 0;*/
  -webkit-transition: 1.0s opacity ease-out;
  -o-transition: 1.0s opacity ease-out;
  transition: 1.0s opacity ease-out;
}

#bnr_lab.-on {
  opacity: 1;
}

@media screen and (min-width:641px) {
	#bnr_lab {
		margin-top: 50px;
	}
	#bnr_lab .m-bnr_labWrap {
		display: block;
		width: 544px;
		margin: 0 auto;
	}
	#bnr_lab .m-bnr_labWrap .m-bnr_labLink {
		display: block;
		width: 544px;
	}
	#bnr_lab .m-bnr_labWrap .m-bnr_labLink img {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	#bnr_lab .c-bnr-section .m-bnr_labWrap {
		width: 92vw;
		margin: 8vw auto;
	}
}



/* top_content */
#top_content {
  width: auto;
  min-width: 1280px;
	margin-top: 50px;
}

#top_content #top_extraordinary {
  width: 690px;
  background-color: #fff;
  border: 1px solid #bbbec2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto 50px;
  padding: 30px;
  font-size: 14px;
}

#top_content #top_extraordinary a{
  text-decoration: underline;
}

#top_content #top_extraordinary a:hover{
  text-decoration: none;
}

#top_content #topNews {
  width: 940px;
  margin: 0 auto;
}

main #topNews * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width:640px) {
  #top_content {
    min-width: inherit;
    margin-top: 0;
  }

  #top_content #top_extraordinary {
    width: 92%;
    padding: 3.5vw 4vw;
    line-height: 1.6;
    margin: 8vw 4vw;
  }

  #top_content #top_extraordinary a{
    text-decoration: underline;
  }

  #top_content #top_extraordinary a:hover{
    text-decoration: none;
  }

  #top_content #topNews,
  ul.news {
    width: 100%;
  }
}

/* ticker */
#fixed_banner.m-fixedBnrSection {
  border: solid 1px #df0000;
  background: #fff2f2;
  overflow: hidden;
}


.m-fixedBnr-Wrap {
  position: relative;
  height: 62px;
}

#fixed_banner.m-fixedBnrSection a.btn_scroll {
  width: 100%;
  height: 62px;
  padding: 13px 10px;
  background: #fff2f2;
}


#fixed_banner.m-fixedBnrSection a.btn_scroll,
#fixed_banner.m-fixedBnrSection a.btn_scroll:hover {
  text-decoration: none;
  background-color: transparent;
}

.m-fixedBnr-ttl,
.m-fixedBnr-txt {
  display: block;
}

#fixed_banner.m-fixedBnrSection a.btn_scroll:hover .m-fixedBnr-ttl,
#fixed_banner.m-fixedBnrSection a.btn_scroll:hover .m-fixedBnr-txt {
  text-decoration: none;
}

.m-fixedBnr-ttl {}

.m-fixedBnr-txt {
  margin-top: 10px;
}


#fixed_banner a.btn_scroll .m-fixedBnr-ttl > img,
#fixed_banner a.btn_scroll .m-fixedBnr-txt > img {
  width: auto;
  height: 14px;
}

#fixed_banner a.btn_scroll:hover img {
  opacity: 1;
}

#fixed_banner.m-fixedBnrSection .btn_close {
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  background: url(/images/top/btn_bnrClose.png) no-repeat center;
  background-size: 20px 20px;
  padding: 4px;
  z-index: 10;
}

.btn_close > img {
  display: none;
}

#fixed_banner.m-fixedBnrSection {
  width: 300px;
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-out;
  -o-transition: 0.4s opacity ease-out;
  transition: 0.4s opacity ease-out;
}

#fixed_banner.m-fixedBnrSection.-show {
  opacity: 1;
}

@media screen and (max-width:640px) {
  #fixed_banner.m-fixedBnrSection {
    width: 100%;
  }

  .sp_go_top {
    bottom: 60px;
  }

  .m-fixedBnr-ttl,
  .m-fixedBnr-txt {
    text-align: left;
  }

  #fixed_banner a.btn_scroll .m-fixedBnr-ttl > img,
  #fixed_banner a.btn_scroll .m-fixedBnr-txt > img {
    margin-right: 0;
    margin-left: 0;
  }
}