@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	main_slide
---------------------------------------------------------------------*/
.main_slide {
    /*margin-top: 5px;*/
}
.slide-arrow {
  display: none !important;
  z-index: 1;
  width: 50px !important;
}
.slick-slide img { width: 100%; }
.slick-list figure {
	margin: 0;
}
.slick-dots {
  display: none !important;
}
  .prev-arrow { left: 20px; }
  .next-arrow { right: 20px; }
/*ipad*/
@media screen and (min-width:768px){
  .slide-arrow {
    display: block !important;
    position: absolute;
    top: 43%;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  background-color: #bbb;
  border: 1px solid #bbb;
  transition: all .3s ease;
  opacity: 1;
  text-indent: -99999px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: .8;
}
.slick-dots li.slick-active button {
  background: #fff;
}

 @-webkit-keyframes slideIn {
   from {
   -webkit-filter: blur(15px);
   filter: blur(15px);
  }
   to {
   -webkit-filter: blur(0);
   filter: blur(0);
  }
}
 @keyframes slideIn {
   from {
   -webkit-filter: blur(15px);
   filter: blur(15px);
  }
   to {
   -webkit-filter: blur(0);
   filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
   from {
   -webkit-filter: blur(0);
   filter: blur(0);
  }
   to {
   -webkit-filter: blur(15px);
   filter: blur(15px);
  }
}
@keyframes slideOut {
   from {
   -webkit-filter: blur(0);
   filter: blur(0);
  }
   to {
   -webkit-filter: blur(15px);
   filter: blur(15px);
  }
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
.top_ttl_01 {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.top_ttl_02 {
  text-align: center;
  margin-bottom: 15px;
}

/* ----- top_item -----*/
.top_item {
  margin-bottom: 40px;
}
.top_item .top_ttl_01 {
  padding-top: 30px;
  background: url("/image/common/icon_product.png") no-repeat center top;
  background-size: auto 27px;
  margin: 20px 0 10px 0;
}
.top_item .top_ttl_02 { color: #3161B6; }

/* top_navi_01 */
.top_navi_01 {
  width: 100%;
  table-layout: fixed;
  /*border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;*/
  padding: 0 15px 0 15px;
}
.top_navi_01 li {
  margin: 0 0 15px 0;
}
.top_navi_01 li + li {
  /*border-left: 1px solid #bbb;*/
}
.top_navi_01 a {
  color: #000;
  text-decoration: none;
  display: block;
  border: 1px solid #bbbbbb;
}
.top_navi_01 .thumb {
  overflow: hidden;
  border-bottom: 1px solid #bbb;
}
.top_navi_01 .thumb img { width: 100%; }
/*.top_navi_01:hover img { filter: grayscale(0.8); }*/
.top_navi_01 a:hover .thumb img {
  transform: scale(1.05);
  opacity: 1;
  filter: grayscale(0);
}
.top_navi_01 p {
  font-size: 2rem;
  text-align: center;
  background: url(/image/common/icon_arrow_01.png) no-repeat right 15px bottom 19px;
  padding: 13px;
  transition: .3s;
}
.top_navi_01 a:hover p {
  background-color: #dce4f3;
}

/*ipad*/
@media screen and (min-width:768px){
  .top_navi_01 {
    display: table;
    padding: 0 0 0 0;
  }
  .top_navi_01 li {
    display: table-cell;
  }
  .top_navi_01 li + li {
    border-left: none;
  }
  .top_navi_01 li a{
    border-right: none;
  }
}


/* top_navi_02 */
.top_navi_02 {
  padding: 40px 15px;
  background: url("/image/top/bg_01.jpg") no-repeat top center;
  background-size: cover;
}
.top_navi_02 ul {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.top_navi_02 li {
  font-size: 1.8rem;
  vertical-align: top;
  margin: 0 auto 15px auto;
  /*width: 24.58%;*/
}
.top_navi_02 a {
  color: #000;
  text-decoration: none;
  display: table;
  border: 1px solid #bbb;
}
.top_navi_02 .thumb {
  overflow: hidden;
  display: table-cell;
  width: 30%;
}
.top_navi_02 .thumb img {
  width: 100%;
}
.top_navi_02 p {
  background: #F8F7F1;
  position: relative;
  padding: 11px 15px;
  display: table-cell;
  vertical-align: middle;
}
.top_navi_02 a:hover p {
  background-color: #dce4f3;
}
.top_navi_02 p::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 42%;
  border-right: 2px solid #315FB7;
  border-bottom: 2px solid #315FB7;
  transform: rotate(-45deg);
}
.top_navi_02 .eoria_bnr{
  margin: 30px 0 0 0;
}
.top_navi_02 .eoria_bnr a{
  border: none;
  margin: 0 auto;
}

@media screen and (min-width:630px){
  .top_navi_02 .eoria_bnr a{
    max-width: 580px;
  }
}

/*ipad*/
@media screen and (min-width:768px){
  .top_navi_02 {
    padding: 40px 20px;
  }
  .top_navi_02 a {
    display: block;
  }
  .top_navi_02 .thumb {
    border-bottom: 1px solid #bbb;
    display: block;
    width: auto;
  }
  .top_navi_02 p {
    display: block;
  }
  .top_navi_02 li {
    display: inline-block;
  }
  .top_navi_02 li{
    margin: 0 1.5% 1.5% 0;
    width: 32.3%;    
  }
  .top_navi_02 li:nth-child(3n){
    margin-right: 0 !important;
  }
  .top_navi_02 li.list_eoria{
    margin: 0 1.5% 1.5% 0;
    width: 32.3%;    
  }
  .top_navi_02 li:last-child{
    margin: 0 0 0 0;
  }
}

/*----- top_topics -----*/
.top_topics {
  margin-bottom: 70px;
}
.top_topics .top_ttl_01 {
  padding-top: 30px;
  background: url("/image/common/icon_topics.png") no-repeat center top;
  background-size: auto 27px;
  margin: -20px 0 10px 0;
}
.top_topics .top_ttl_02 { color: #008C8C; }
.top_topics .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
}
.list_topics {
  margin-bottom: 20px;
}
/*ipad*/
@media screen and (max-width:767px){
  .top_topics {
    margin-bottom: 30px;
  }
}

/*----- top_navi_03 -----*/
.top_navi_03 {
  padding: 30px 20px;
  background: #DBF0E1;
  margin-bottom: 40px;
}
.top_navi_03 ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.top_navi_03 li {
  font-size: 1.6rem;
  vertical-align: top;
  /*width: 49.58%;
  margin: 0 0.83% 10px 0;*/
  margin: 0 0 15px 0;
}
.top_navi_03 li:nth-child(2n) { margin-right: 0; }

/*----- top_navi_04 -----*/
.top_navi_04 {
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
  box-sizing: content-box;
}
.top_navi_04 li {
  font-size: 2rem;
 /* display: inline-block;*/
  vertical-align: top;
  text-align: center;
  /*width: 27.3%;
  margin: 0 4% 0 0;*/
  margin-bottom: 30px;
}
.top_navi_04 li:nth-child(3n){ margin-right: 0; margin-bottom: 0; }
.top_navi_04 a {
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 0;
  text-align: left;
}
.top_navi_04 a img{
  display: inline-block;
  width: 30%;
}
.top_navi_04 a p{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  width: 70%;
  padding-left: 15px;
}
.top_navi_04 a::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: -12px;
  border-radius: 50%;
  transition: .3s;
}
.top_navi_04 .c_01 a::after { background-color: #40A4C5; }
.top_navi_04 .c_02 a::after { background-color: #6587C9; }
.top_navi_04 .c_03 a::after { background-color: #FFBC7A; }
.top_navi_04 a:hover { color: #000; }
.top_navi_04 a:hover::after {
  box-shadow: 0 4px 5px rgba(0,0,0,.3);
}
.top_navi_04 a:hover img {
  opacity: 1;
  transform: scale(0.95);
}
.top_navi_04 p {
    font-weight: bold;
}

/*ipad*/
@media screen and (min-width:768px){
  .top_navi_04{
    text-align: center;
  }
  .top_navi_04 li {
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 27.3%;
    margin: 0 4% 0 0;
  }
  .top_navi_04 a {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0;
    position: relative;
  }
  .top_navi_04 a img{
    display: block;
    width: auto;
    margin: 0 0 0 0;
  }
  .top_navi_04 a p{
    vertical-align: top;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
  }
}

/*----- top_70th -----*/
.top_70th {
  padding: 30px 20px;
  background: url("/image/top/bg_03.jpg") no-repeat 0 0;
  background-size: cover;
}
.top_70th .pagebody_inner{
  text-align: center;
}
.top_70th .thumb {
  margin: 0 auto 30px auto;
  text-align: center;
  width: 80%;
}
.top_70th .movie {
  width: 100%;
}
.top_70th .movie iframe {
  width: 100%;
  max-height: 200px;
}

/*ipad*/
@media screen and (min-width:768px) and (max-width:1024px){
  .top_70th {
    padding: 45px 30px;
  }
  .top_70th .movie iframe {
    max-height: 300px;
  }
}
/*ipad pro*/
@media screen and (min-width:1024px){
  .top_70th {
    padding: 45px 2.9%;
  }
  .top_70th .thumb{
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .top_70th .movie {
    display: inline-block;
    width: 56%;
    margin-left: 3.2%;
  }
  .top_70th .movie iframe {
    max-height: 100%;
    height: 420px;
  }
}
