@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header {
  width: 100%;
  height: 206px;
  background-image: url("../img/main_bg.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-bottom: solid 5px #782810;
  box-sizing: border-box;
}

header .inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

header .inner .title {
  position: absolute;
  bottom: 0px;
  left: 20px;
  line-height: 0;
}

.line_wrap {
  max-width: 800px;
  margin: 0 auto;
}

.line_wrap .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line_wrap .filterset {
  text-align: left;
  position: relative;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  height: 44px;
  width: 260px;
  z-index: 2;
}

.line_wrap .filterset .filterset-tit {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: block;
  padding: 4px 0 0 12px;
}

.line_wrap .filterset .filterset-tit::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #9d1515 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.line_wrap .filterset ul.filter-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 32px;
  width: 100%;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.line_wrap .filterset ul.filter-list li {
  text-align: left;
}

.line_wrap .filterset ul.filter-list li a {
  width: 100%;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 10px;
}

.line_wrap .filterset ul.filter-list li a:hover {
  background-color: #ccc;
}

.line_wrap .filterset:hover ul.filter-list {
  top: 42px;
  visibility: visible;
  opacity: 1;
}

.line_wrap .filterset ul.filter-list.active {
  top: 42px;
  visibility: visible;
  opacity: 1;
}

.line_wrap .btn-top {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  height: 44px;
  width: 180px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-align: left;
  background-color: #f3f3f3;
  margin-left: 40px;
}

.line_wrap .btn-top::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #9d1515;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

#btn {
  overflow: hidden;
  margin-bottom: 40px;
}

.alpha {
  display: inline-block\9;
  zoom: 1;
  line-height: 1;
}

.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.active {
  background-color: #e6e6e6;
}

.select-btn {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  width: 200px;
}

.select-btn li {
  float: left;
  margin: 10px;
  cursor: pointer;
}

.select-btn:last-child {
  margin-left: 20px;
}

body {
  background: #ffffff;
  color: #414141;
  font: 400 17px/2em 'Source Sans Pro', sans-serif;
}

.select-btn-wrap {
  display: flex;
  margin-left: 276px;
}

.select-box {
  cursor: pointer;
  position: relative;
  max-width: 20em;
  margin: 5em auto;
  width: 100%;
}

.select, .label {
  color: #414141;
  display: block;
  font: 400 17px/2em 'Source Sans Pro', sans-serif;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}

.label {
  position: relative;
  background: #ececec;
  padding: 5px 30px 5px 0;
  cursor: pointer;
}

.open .label::after {
  content: "▲";
}

.label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
}

footer {
  background-color: #593c14;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

footer .copyright {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

footer a {
  position: absolute;
  top: 21px;
  width: 250px;
  left: 50%;
  margin-left: -460px;
}

footer a:hover, a.to_top_btn:hover {
  opacity: .7;
}

.search li {
  list-style: none;
}

.search #grid {
  max-width: 810px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search #grid::after {
  content: "";
  display: block;
  width: 30%;
}

.search #grid .mix {
  opacity: 0;
  display: none;
  width: 240px;
  background-color: #e9e1cf;
  overflow: hidden;
  margin: 0 4px 30px;
  padding: 0 0 15px;
  border-radius: 5px;
  /*
    &.subject1{
	    background-color: $red1;
	    border: 3px solid $red1;
	    .subject{
		    background-color: $red2;
		  }
    }
    
    &.subject2{
	    background-color: $yellow1;
	    border: 3px solid $yellow1;
	    .subject{
		    background-color: $yellow2;
		  }
    }
    
    &.subject3{
	    background-color: $blue1;
	    border: 3px solid $blue1;
	    .subject{
		    background-color: $blue2;
		  }
    }
    
    a{
	    text-decoration: none;
    }
    
    .thumb{
	    border-radius: 4px;
	    overflow: hidden;
	    position: relative;
	    .theme-tag{
		    position: absolute;
		    top: 10px;
		    left: 10px;
		    border: 1px solid #444444;
		    font-size: 13px;
		    padding: 4px 8px;
		    font-weight: bold;
		    color: #fff;
	    }
    }
    
    .subject{
	    color: #fff;
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    padding: 5px 10px;
    }
    
    .tit{
	    color: #fff;
	    font-size: 19px;
	    font-weight: bold;
	    text-align: center;
	    padding: 20px 10px;
    }
    
    &.anime .theme-tag{
	    color: #000;
	    background-color: $yellow1;
    }
    
    &.slide .theme-tag{
	    background-color: $blue1;
    }
    
    &.commentary .theme-tag{
	    background-color: $green;
    }
    
    &.game .theme-tag{
	    background-color: $orange;
    }
    */
}

.search #grid .mix .block {
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 1;
}

.search #grid .mix .block .pic {
  margin-bottom: 0px;
  line-height: 0;
  font-size: 0px;
}

.search #grid .mix .block .name_wrap {
  position: relative;
  height: 25px;
}

.search #grid .mix .block .name {
  padding: 6px 6px 5px;
  top: 0px;
  left: 0px;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  width: 100%;
}

.search #grid .mix .block .name.theme1 {
  background-color: #9d1516;
}

.search #grid .mix .block .name.theme2 {
  background-color: #e7b314;
}

.search #grid .mix .block .name.theme3 {
  background-color: #ec6d69;
}

.search #grid .mix .block .name.theme4 {
  background-color: #4b98b1;
}

.search #grid .mix .block .name.theme5 {
  background-color: #9a389e;
}

.search #grid .mix .block .name.theme7 {
  background-color: #769016;
}

.search #grid .mix .block .windows.ie .tag {
  padding-top: 4px;
}

.search #grid .mix .block .tag {
  position: relative;
  height: 25px;
  width: 95px;
  background-color: #e55125;
  border-radius: 4px;
  margin: 10px 0 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0 !important;
}

.search #grid .mix .block .tag.theme1 {
  background-color: #9d1516;
}

.search #grid .mix .block .tag.theme2 {
  background-color: #e7b314;
}

.search #grid .mix .block .tag.theme3 {
  background-color: #ec6d69;
}

.search #grid .mix .block .tag.theme4 {
  background-color: #4b98b1;
}

.search #grid .mix .block .tag.theme5 {
  background-color: #9a389e;
}

.search #grid .mix .block .tag.theme7 {
  background-color: #769016;
}

.search #grid .mix .block .tag.story {
  background-color: #e55125;
}

.search #grid .mix .block .tag.learning {
  background-color: #4fa2c3;
}

.search #grid .mix .block .tag.commentary {
  background-color: #ffcd2e;
  color: #222;
}

.search #grid .mix .block .tag.game {
  background-color: #44ac1c;
}

.search #grid .mix .block p {
  margin: 0 15px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.search #grid .mix .block p.sub {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 15px 0;
}

.search #grid .mix .pdf {
  margin: 15px 15px 0;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.search #grid .mix .pdf:hover {
  text-decoration: underline;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  overflow-x: hidden;
}

@media screen and (max-width: 599px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1020px) {
  body {
    width: 1020px;
  }
}

@media screen and (min-width: 1021px) {
  body {
    width: 100%;
  }
}

.windows.ie #grid .mix .block .tag {
  padding-top: 5px;
}

.windows.ie .contents .list_wrap .list .block .tag {
  padding-top: 5px;
}

.windows.ie #grid .mix .block .name {
  padding-top: 11px;
}

.windows.ie #grid .mix .block .name_wrap {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .pctb-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.bg {
  background-image: url("../img/bg.jpg");
  padding: 30px 20px 40px;
}

.read {
  width: 925px;
  margin: 0 auto 40px;
}

.read p {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.read p strong {
  font-weight: 700;
}

.read p attention {
  margin-left: 1em;
  text-indent: -1em;
}

.read a {
  font-weight: normal;
  text-shadow: none;
  text-decoration: none;
}

.read a:hover {
  text-decoration: underline;
}

.contents {
  width: 925px;
  margin: 0 auto;
}


.contents a:hover {
  opacity: 0.7;
}

.contents .tabs {
  line-height: 0;
  padding: 0 13px;
  display: flex;
  justify-content: space-around;
}

.contents .tabs span, .contents .tabs a {
  font-size: 0;
  line-height: 0;
}

.contents .thema_wrap {
  background-color: #FFF;
  border: solid 5px #e55125;
  border-radius: 10px;
  padding: 30px 0;
}

.contents .search_wrap {
  background-color: #FFF;
  border: solid 5px #4fa2c3;
  border-radius: 10px;
  padding: 30px 0;
}

.contents .thema {
  position: relative;
  width: 840px;
  margin: 0 auto 30px;
}

.contents .thema .btn_play {
  position: absolute;
  top: 19px;
  right: 10px;
}

.contents .thema .btn_open {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.contents .list_wrap {
  display: none;
  position: relative;
  width: 840px;
  margin: 18px auto 40px;
  padding: 10px 30px 30px;
  background-color: #e9e1cf;
  border-radius: 5px;
}

.contents .list_wrap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e9e1cf;
}

.contents .list_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.contents .list_wrap .list::after {
  content: "";
  display: block;
  width: 30%;
}

.contents .list_wrap .list .block {
  display: block;
  margin-top: 25px;
  width: 240px;
  line-height: 0;
}

.contents .list_wrap .list .block a {
  display: block;
  text-decoration: none;
}

.contents .list_wrap .list .block a.pdf {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1;
}

.contents .list_wrap .list .block a.pdf:hover {
  text-decoration: underline;
}

.contents .list_wrap .list .block .pic {
  margin-bottom: 10px;
  width: 240px;
}

.contents .list_wrap .list .block .tag {
  position: relative;
  height: 25px;
  width: 95px;
  line-height: 25px;
  box-sizing: border-box;
  background-color: #e55125;
  border-radius: 4px;
  padding: 0px 6px 0px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents .list_wrap .list .block .tag.theme1 {
  background-color: #9d1516;
}

.contents .list_wrap .list .block .tag.theme2 {
  background-color: #e7b314;
}

.contents .list_wrap .list .block .tag.theme3 {
  background-color: #ec6d69;
}

.contents .list_wrap .list .block .tag.theme4 {
  background-color: #4b98b1;
}

.contents .list_wrap .list .block .tag.theme5 {
  background-color: #9a389e;
}

.contents .list_wrap .list .block .tag.theme7 {
  background-color: #769016;
}

.contents .list_wrap .list .block .tag.story {
  background-color: #e55125;
}

.contents .list_wrap .list .block .tag.learning {
  background-color: #4fa2c3;
}

.contents .list_wrap .list .block .tag.commentary {
  background-color: #ffcd2e;
  color: #222;
}

.contents .list_wrap .list .block .tag.game {
  background-color: #44ac1c;
}

.contents .list_wrap .list .block p {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.contents .list_wrap .list .block p.sub {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0px 0;
}

.contents .list_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.contents .list_wrap .btn_wrap a {
  width: 238px;
  margin: 20px 10px 0;
}

.contents .list_wrap .btn_wrap a img {
  display: block;
}

.contents .list_wrap .btn_close {
  text-align: center;
}

.news {
  width: 925px;
  margin:40px auto 0 ;
}

.news dl {
    margin-bottom: 0;
    line-height: 1.4;
  }


.news dl dt {
    color: #FFFFFF;
    padding: 10px 20px 8px;
    font-size: 15px;
    background: #ae9151;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    line-height: 1.6;
  }

.news dl dd {
    padding: 10px 20px;
    font-size: 15px;
    background: #FFFFFF;
    border: solid 5px #ae9151;
    border-top: none;
    font-weight: 500;
    border-radius: 0px 0px 10px 10px;
    line-height: 1.6;
  }


.news dl dd p {
    text-align : center;
    margin: 30px auto;
    position: relative;
}

.news dl dd p a {
    background-color: #ae9151;
    border-radius: 100px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    width: 300px;
    height: 50px;
    display: inline-block;
    line-height: 1.4em;
    text-decoration: none;
    font-weight: 500;
}

.news dl dd p a::after {
    content: "";
    display: block;
    background: url(../img/win.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 36%;
  }

.news dl dd p a:hover {
    background-color: #5f2e25;
}

.news dl dd p a:hover::after {
    content: "";
    display: block;
    background: url(../img/win_over.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }


/*# sourceMappingURL=style.css.map */


/* guide */

.howtouse_guide {
  width: 925px;
  margin: 0 auto 40px;
}

.howtouse_guide_accordion_title {
  cursor: pointer;
}

.howtouse_guide_accordion_title:hover {
  opacity: 0.8;
}

.howtouse_guide_accordion_title img {
  width: 100%;
  max-width: 100%;
}

.howtouse_guide_contents {
  position: relative;
  margin: 30px 0 0;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.howtouse_guide_contents:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -32px;
  width: 0;
  height: 0;
  margin: 0 0 0 -16px;
  border-width: 16px 16px 16px 16px;
  border-style: solid solid solid solid;
  border-color: transparent transparent #fff transparent;
}

.howtouse_guide_title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border: 1px solid #000;
  border-top: 4px solid #000;
}

.howtouse_guide_inner {
  padding: 20px;
}

.howtouse_guide_inner p {
  margin: 0 0 10px;
}

.howtouse_guide_title_sub {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.howtouse_guide_title_sub:first-child {
  margin: 0 0 10px;
}

.howtouse_guide strong {
  font-weight: bold;
}

.howtouse_guide_annot li {
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}

.howtouse_guide_btn_close {
  display: block;
  width: 133px;
  margin: 10px auto 0;
}

.sp {
  display: none;
}