@charset "utf-8";
/* CSS Document */

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.6;
}
a {
  color: #052674;
  text-decoration: none;
}
.l_flex {
  display: flex;
  justify-content: space-between;
}
.l_section{
  margin-top: 50px;
}
.wrapper {
    margin: 20px auto 0;
    overflow: hidden;
    text-align: left;
    width: 980px;
}

.container {
    float: right;
    width: 730px;
}
.m_contents {
  width: 730px;
}

/*動くwave */
.m_wave{
  position: relative;
  width: 730px;
  height: 85px;
}
canvas{
  position: absolute;
  top: 0px;
  left:0;
  width: 100%;
  z-index: -1
}
/*動くwave end*/
.m_whatsNew{
  margin-bottom: 50px;
}

/*whats new*/
.m_whatsNew_ttl{
  font-size: 2.7rem;
  font-family: Bahnschrift;
  font-weight: 400;
  font-stretch: semi-condensed;
}
.m_whatsNew_ttl_sub {
  padding-left: 15px;
  font-size: 1.375rem;
  font-weight: 1000;
}
.m_whatsNew_contents{
  padding: 10px 18px 35px;
  background-color: #EDE8D1;
  border-bottom: 5px solid #D3B42F;
}
.m_whatsNew_item {
  width: 200px;
  margin: 0 10px
}
.m_whatsNew_boxItem_wrap {
  height: 80px;
  display: table;
  width: 100%;
}
.m_whatsNew_itemTtl {
  font-size: 1rem;
  font-weight: bold;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m_whatsNew_itemDescription {
  font-size: 0.875rem;
  line-height: 1.75em;
}

/* 歳時記記事内のリスト表示 */
.hrArticleTtl {
  border-left: 10px solid crimson;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
}

.borderBox.scrollBox {
  border: 7px solid #dddddb;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 20px
}

.scrollBox {
  max-height: 200px;
  overflow: auto;
}

.hrArticleList {}

.hrArticleList li {}

.borderBox .hrArticleList li::before {
  content: "";
  background: none;
  width: 0;
  margin: 0;
}

.hrArticleList li + li { margin-top: 10px; }

.borderBox li + li { margin-top: 5px; }

.borderBox li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.materialNewsCont .backLink {
  margin-bottom: 30px;
  overflow: hidden;
}

.materialNewsCont .backLink > a {
  background-color: crimson;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: right;
  min-width: 275px;
  padding: 5px 10px;
  text-align: center;
  transition: .3s;
  font-size: 15px;
  line-height: 1;
}

.materialNewsCont .backLink > a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*by genre*/
.m_genreTtl{
  font-size: 2.7rem;
  font-family: Bahnschrift;
  font-weight: 400;
  font-stretch: semi-condensed;
}
.m_genreTtl_sub {
  padding-left: 15px;
  font-size: 1.375rem;
  font-weight: 1000;
}
.m_genreWrap{
  margin-top: 30px;
}
.m_genreBox{
  width: 340px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
/*『』*/
.m_genreBox::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-top: 3px solid ;
  border-left: 3px solid ;
}
.m_genreBox::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}

/*『』end*/

.m_genreBox:nth-of-type(n + 2) {
  margin-top: 50px;
}
.m_genreBox_heading {
  margin: 5px auto 15px;
  border-radius: 45px;
  padding: 10px;
  display: flex;
}
.m_genreBox_icon{
  width: 50px;
  height: 50px;
}
.m_genreBox_headingText{
  display: flex;
  flex-direction: column;  
  padding: 0px 5px;
}
.m_genreBox_headingTtl {
  color: #fff;
  font-size: 1.25rem;
}
.m_genreBox_headingTtl-sub {
  color: #fff;
  font-size: 0.875rem;
}
.m_genreBox_pickUp{
	display: flex;
	align-items: center;
}
.m_genreBox_pickUp_box {
  color: #fff;
  font-size: 14px;
  padding: 7px 5px;
  font-family: "Century Gothic";
  font-weight: bold;
  height: 43px;
  box-sizing: border-box;
  line-height: 1;
}
.m_genreBox_pickUp_text {
  font-weight: bold;
  text-align: left;
  padding: 0 10px 0 15px;
  line-height: 1.5rem;
  font-size: 16px;
}
.m_genreBox_pickUp_textTarget{
  color: #333333;
}
.m_genreBox_pickUp_textTarget:hover{
  opacity: 0.6;
  text-decoration: none;
  color: #333333;
}
.m_genreBox_pickUp_text_bg {
  background: linear-gradient(transparent 50%, #FCEE21 100%)
}
.m_genreBox_toggleList {
  margin-top: 15px;
  background-color: #fff;
  line-height: 1.5;
  overflow: hidden;
  box-sizing: border-box;
  padding: 18px 10px 10px 10px;
}
.m_genreBox_toggleList_item {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_genreBox_toggleList_itemTarget {
  color: #000;
  font-size :14px;
}
.m_genreBox_toggleList_itemTarget::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display:inline-block;
  background-color:#CA4548;
  margin-right: 5px;
}
.m_genreBox_toggleList_btn {
  position: relative;
  display: block;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #CA4548;
  outline: 0;
  font-weight: bold;
}
.m_genreBox_toggleList_btn::after{
  content: "more";
}
.m_genreBox_toggleList_btn:before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px ;
  border-right: solid 1px ;
  transform: rotate(135deg);
  transition: .5s;
  -erbkit-transition: .5s;
  right: -10px;
  top: 4px;
}

.m_genreBox_toggleList_btn.js_genreBox_onclick::after{
  content: "close";
}
.m_genreBox_toggleList_btn.js_genreBox_onclick::before{
  transform: rotate(315deg);
  top: 7px;
}
/*red*/
.m_genreBox-red{
  background-color: #FFEEEF;
}
.m_genreBox-red::before,.m_genreBox-red::after,
.m_genreBox-red .m_genreBox_toggleList_btn,
.m_genreBox-red .m_genre_toggleList_btn:before{
  color: #CA4548;
}
.m_genreBox-red .m_genreBox_heading,
.m_genreBox-red .m_genreBox_pickUp_box{
  background-color: #CA4548;
}
/*green*/
.m_genreBox-green {
  background-color: #F0FFE6;
}
.m_genreBox-green::before,.m_genreBox-green::after,
.m_genreBox-green .m_genreBox_toggleList_btn,
.m_genreBox-green .m_genre_toggleList_btn:before{
  color:#81C661;
}
.m_genreBox-green .m_genreBox_heading,
.m_genreBox-green .m_genreBox_pickUp_box,
.m_genreBox-green .m_genreBox_toggleList_itemTarget::before{  
  background-color: #81C661;
}
/*orange*/
.m_genreBox-orange {
  background-color: #FFF1DE;
}
.m_genreBox-orange::before,.m_genreBox-orange::after,
.m_genreBox-orange .m_genreBox_toggleList_btn,
.m_genreBox-orange .m_genre_toggleList_btn:before{
  color:#E8A838;
}
.m_genreBox-orange .m_genreBox_heading,
.m_genreBox-orange .m_genreBox_pickUp_box,
.m_genreBox-orange .m_genreBox_toggleList_itemTarget::before{
  background-color: #E8A838;
}
/*blue*/
.m_genreBox-blue{
  background-color: #E9F9FF;
  margin-top: 50px;
}
.m_genreBox-blue::before,.m_genreBox-blue::after,
.m_genreBox-blue .m_genreBox_toggleList_btn,
.m_genreBox-blue .m_genre_toggleList_btn:before{
  color: #71B7E2;
}
.m_genreBox-blue .m_genreBox_heading,
.m_genreBox-blue .m_genreBox_pickUp_box,
.m_genreBox-blue .m_genreBox_toggleList_itemTarget::before {
  background-color: #71B7E2;
}
/*purple*/
.m_genreBox-purple{
  background-color: #F7EEFF;
  height: 320px;
}
.m_genreBox-purple::before,.m_genreBox-purple::after,
.m_genreBox-purple .m_genreBox_toggleList_btn,
.m_genreBox-purple .m_genre_toggleList_btn:before{
  color:#A06AC6;
}
.m_genreBox-purple .m_genreBox_heading,
.m_genreBox-purple .m_genreBox_pickUp_box,
.m_genreBox-purple .m_genreBox_toggleList_itemTarget::before{
  background-color: #A06AC6;
}
/*pink*/
.m_genreBox-pink{
  background-color: #FFEEF7;
}
.m_genreBox-pink::before,.m_genreBox-pink::after,
.m_genreBox-pink .m_genreBox_toggleList_btn,
.m_genreBox-pink .m_genre_toggleList_btn:before{
  color:#ED6BA0;
}
.m_genreBox-pink .m_genreBox_heading,
.m_genreBox-pink .m_genreBox_pickUp_box,
.m_genreBox-pink .m_genreBox_toggleList_itemTarget::before{
  background-color: #ED6BA0;
}

/*column*/
.m_columnList_ttl{
  font-size: 2.7rem;
  font-family: Bahnschrift;
  font-weight: 400;
  font-stretch: semi-condensed;
  margin-bottom: 35px;
}
.m_columnList_ttl_sub {
  padding-left: 15px;
  font-size: 1.375rem;
  font-weight: 1000;
}


.flexCont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.columnMenu_img {
    margin-bottom: 30px;
    width: 220px;
}
.columnMenu_img a {
    display: block;
    transition: .3s;
}
.columnMenu_img a:hover{
    opacity: .6;
}
img {
    border: none;
}
.columnMenu_img-last {
    padding: 0;
    margin: 0;
    visibility: hidden;
}
.columnMenu_img-last p {
    line-height: 0;
}

/* js */
.js_genreBox_hide_text{
  display: none;
}
.js_genreBox_onClick::after {
  content: "close";
}
.js_genreBox_onClick:before {
  top: 7px;
  transform: rotate(315deg);
}

.m_genreBox-red .js_genre_onClick::after {
  color: #CA4548;
}
.m_genreBox-blue .js_genre_onClick::after {
  color: #71B7E2;
}
.m_genreBox-green .js_genre_onClick::after {
  color: #81C661;
}
.m_genreBox-purple .js_genre_onClick::after {
  color: #A06AC6;
}
.m_genreBox-orange .js_genre_onClick::after {
  color: #E8A838;
}
.m_genreBox-pink .js_genre_onClick::after {
  color: #ED6BA0;
}

/*左ナビ*/
.barStyle {
    background-color: #eaeaea;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 8px 10px;
    line-height:1;
}
.sourceAccessRank {
    margin-bottom: 30px
}

.sourceAccessRank>li {
    counter-increment: ranking;
    font-size: 13px;
    position: relative
}

.sourceAccessRank>li+li {
    margin-top: 10px
}

.sourceAccessRank>li>a {
    color: #3e3a39;
    display: block;
    line-height: 1.3;
    padding: 8px 0 5px 20px;
    text-decoration: none;
    transition: .3s
}

.sourceAccessRank>li>a:hover {
    opacity: .6
}

.sourceAccessRank>li>a::before {
    content: counter(ranking);
    display: inline-block;
    font-size: 23px;
    font-weight: 500;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: text-bottom
}

.sourceNewArticle {
    margin-bottom: 30px
}

.sourceNewArticle>li {
    border-bottom: 1px dashed #9e9e9e;
    padding-bottom: 10px
}

.sourceNewArticle>li+li {
    margin-top: 10px
}

.sourceNewArticle>li>a {
    color: #3e3a39;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    transition: .3s
}

.sourceNewArticle>li>a:hover {
    opacity: .6
}

@media (max-width: 768px){
  .wrapper { width: 100%; }

  .container {
    float: none;
    width: 100%;
  }
  .l_flex{
    justify-content: space-around;
  }
  .m_contents{
    width:auto;
  }
  .m_headerTtl_img{
    width: 100%;
    height: auto;
  }
  .m_genreBox {
    width: 42vw;
  }
  .m_genreBox_headingTtl{
  font-size: 0.9rem;
  }
  .m_genreBox_pickUp_text{
  font-size: 14px;
  }
  .columnMenu_img {
    margin: 30px; 
  }
  .columnMenu_img a{
    margin: auto;
  }
  .flexCont {
    justify-content: center;
  }
}

@media (max-width: 599px){
  img{
    height: auto;
  } 
  .l_section{
    margin-top: 30px;
  }
  .l_flex{
      display:block
  }
  .m_contents{
      width: auto;
      margin: 0px;
  }    
  .m_whatsNew_ttl{
      font-size: 2rem;
      margin-top: 0px;
  }
  .m_whatsNew_ttl_sub{
      font-size: 0.8rem;
  }
  .m_wave {
      width: auto;
      height: 70px;
  }
  .m_whatsNew{
    margin-bottom: 20px;
  }
  .m_whatsNew_contents {
      padding-top: 0px;
  }
  .m_whatsNew_item{
      width: 200px;
      margin: 20px auto;
      padding: 20px 0px 0;
  }
  .m_genre {
      margin-bottom: 20px;
  }
  .m_genreTtl{
    font-size: 2rem;
  }
  .m_genreTtl_sub{
    font-size: 0.8rem;
  }
  .m_genreBox {
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
  }
  .m_genreBox:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .m_genreBox_headingText {
    padding: 0px 5px; 
  }
  .m_genreBox_heading img{
      width: 50px;
      height: 50px;
  }
  .m_genreBox_headingTtl{
  font-size: 1.25rem;
  }
  .m_genreBox_pickUp_text{
  font-size: 16px;
  }
  .m_genreBox_pickUp.flex{
      display: flex;
  }
  .m_columnList_ttl {
    font-size: 2.0rem;  
  }
  .m_columnList_ttl_sub {
    font-size: 0.8rem;
  }
  .columnMenu_img { margin: 0 auto 30px; }
}