@charset "UTF-8";
/* ===========================
--- Top Marquee
============================ */
#marquee {
  position: absolute;
  display: block;
  height: 55px;
  bottom: 10px;
  left: 390px;
  right: 50px;
  padding: 12px 50px 12px 170px;
}

#marquee_title {
  position: absolute;
  display: block;
  height: 30px;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 0.875rem;
  color: #FFF;
  line-height: 30px;
  top: 12px;
  left: 20px;
  width: 150px;
  text-align: center;
}

@media (max-width: 1200px) {
  #marquee {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 760px) {
  #marquee {
    left: 5px;
    right: 5px;
    bottom: 10px;
    padding: 12px 20px 12px 120px;
  }

  #marquee_title {
    left: 5px;
    width: 120px;
    font-size: 0.75rem;
  }
}
/* ===========================
--- Top News
============================ */
#top_news {
  position: relative;
  width: 90%;
  padding: 20px 0;
  overflow: hidden;
  margin: 30px auto 30px auto;
}

#top_news_itiran {
  position: relative;
  display: block;
  padding: 15px 5px;
  height: 350px;
  overflow: hidden;
}

#top_news_itiran_inner {
  display: block;
  height: auto;
  padding: 15px;
}

.news_waku {
  position: relative;
}

.news_waku_inner {
  position: relative;
  width: 100%;
}
.news_waku_inner a:link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 4px 0;
}
.news_waku_inner a:visited {
  color: #000;
  text-decoration: none;
}
.news_waku_inner a:hover {
  color: #000;
  text-decoration: none;
}
.news_waku_inner a:active {
  color: #000;
  text-decoration: none;
}

.news_waku_inner:hover {
  background-image: url("../item2/link_b.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}

.news_date {
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: left;
  font-size: 0.75rem;
  line-height: 26px;
}

.catgory_name {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #8f66bc;
  padding: 0 10px;
  border: 1px solid #8f66bc;
  border-radius: 3px;
  line-height: 20px;
}

.news_title {
  display: inline-block;
  margin-left: 18px;
  word-break: break-all;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 26px;
}

@media (max-width: 460px) {
  .news_title {
    font-size: 0.8125rem;
  }

  .news_text {
    padding: 0 5px 0 95px;
  }
}
#news_h2 {
  text-align: center;
  margin-top: 8px;
}
#news_h2 h2 {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #000;
}

#news_next {
  display: block;
  margin: 30px 0;
  padding: 0 20px;
  text-align: right;
  height: 30px;
}
#news_next a {
  display: inline-block;
  font-size: 0.875rem;
  color: #8f66bc;
  padding: 8px 16px;
  border: 1px solid #8f66bc;
  background: #FFF;
}
#news_next a:link {
  color: #8f66bc;
  text-decoration: none;
}
#news_next a:visited {
  color: #8f66bc;
  text-decoration: none;
}
#news_next a:hover {
  color: #fff;
  text-decoration: none;
  background: #8f66bc;
}
#news_next a:active {
  color: #8f66bc;
  text-decoration: none;
}

/* ===========================
--- Top Parallax
============================ */
#parallax {
  display: relative;
  display: block;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
}

#parallax_inner {
  height: 300px;
  background-image: url("../item2/parallax.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ===========================
--- Top PickUP
============================ */
#pickup_h2 {
  text-align: center;
  margin: 15px auto;
  background: #000;
  width: 180px;
  height: 45px;
  background: url("../item2/pickup_title.png");
}
#pickup_h2 h2 {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #FFF;
  line-height: 45px;
  padding: 0;
  margin: 0;
}

#top_pickup_box {
  position: relative;
  display: block;
  padding: 15px 10px 15px 15px;
  width: 100%;
  background: #ebebeb;
  overflow: hidden;
}

.top_pickup_itiran {
  display: inline-block;
  width: 32%;
  background: #8f66bc;
  border: 1px solid #8f66bc;
  text-align: center;
  margin-bottom: 8px;
}
.top_pickup_itiran a {
  display: block;
  font-size: 0.875rem;
  padding: 10px 5px;
  color: #FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.top_pickup_itiran:hover {
  background: #FFF;
  border: 1px solid #8f66bc;
}

.top_pickup_itiran:hover > a {
  color: #8f66bc;
}

@media (max-width: 992px) {
  .top_pickup_itiran {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .top_pickup_itiran {
    width: 99%;
  }
}
/* ===========================
--- Top Manabi
============================ */
#top_manabi {
  display: block;
  padding: 50px 0;
  background-image: url("../item2/manabi_back.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.top_manabi_title,
.top_manabi_inner {
  display: block;
  width: 100%;
  padding: 15px;
}

.top_manabi_box {
  display: block;
  text-align: center;
  height: 200px;
  width: 100%;
  line-height: 200px;
  background: #FFF;
}
.top_manabi_box p {
  display: inline-block;
  font-size: 1.625rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  padding: 0;
  margin: 0;
  color: #8f66bc;
  vertical-align: middle;
}
.top_manabi_box span {
  display: inline-block;
  font-size: 3.75rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  vertical-align: middle;
  margin-top: -20px;
}

.top_manabi_box_1,
.top_manabi_box_2,
.top_manabi_box_3 {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-top: solid 1px #596456;
  border-bottom: solid 1px #596456;
  text-shadow: 0 0 12px #7b7a35;
}

.top_manabi_box_1:after,
.top_manabi_box_2:after,
.top_manabi_box_3:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top_manabi_box_1:after {
  background: url(../item2/manabi_1.jpg) no-repeat center center;
}

.top_manabi_box_2:after {
  background: url(../item2/manabi_2.jpg) no-repeat center center;
}

.top_manabi_box_3:after {
  background: url(../item2/manabi_3.jpg) no-repeat center center;
}

.top_manabi_box_1:hover:after,
.top_manabi_box_2:hover:after,
.top_manabi_box_3:hover:after {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.top_manabi_box_1 .inner {
  z-index: 1;
  position: relative;
}
