@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold

font-family: "Commissioner";
Medium=500,Bold=700

*/
.btn{
  clear: both;
  position: relative;
  margin:60px auto 0;
  border-radius: 45px;
  background: rgb(143,166,206);
background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
  width: 512px;
  height: 90px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 512px;
  font-size:24px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background: rgb(239,137,156);
background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
}
/* keyveiw */
#keyview{
  position: relative;
  width: 100%;
  height: auto;
}
#key_area{
  position: relative;
  margin:365px 0 0;
  background-color: #FFF;
  width: 100%;
  height: 100px;
}
#key_area::before{
  content: "";
  position: absolute;
  top:-127px;
  left:0;
  background: url(../images/bg_circle_u.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#key_area h2{
  position: relative;
  margin: 0 0 0 130px;
  color: #5553C0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
#key_area h2::before{
  content: "";
  position: absolute;
  top:50%;
  left:-100px;
  transform:translateY(-50%);
  -webkit- transform:translateY(-50%);
  background-color: #5553C0;
  width: 80px;
  height: 1px;
}
#key_area p{
  position: absolute;
  bottom:140px;
  left:30px;
  color:#CCC;
  font-family: "Commissioner";
  font-size:160px;
  line-height: 160px;
  font-weight: 700;
  z-index: 20;
}
/*Blog List*/
#cont_blog{
  position: relative;
  padding:0 0 100px;
  background-color: #FFF;
  width: 100%;
  overflow: auto;
}
#categorys{
  margin:30px auto 0;
  width: 1200px;
}
#categorys h3{
  color: #5553C0;
  font-size:18px;
  line-height: 1em;
  font-weight: 700;
}
#categorys ul{
  display: flex;
  margin: 25px 0 0;
}
#categorys ul li{
  margin:0 30px 0 0;
  color:#BFAC52;
  font-size:16px;
  line-height: 1.5em;
  font-weight: 700;
}
#categorys ul li a{
  color:#BFAC52;
  font-size:16px;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration:none;
}
#categorys ul li a:hover{
  color: #52516A;
}
#categorys ul li.now a{
  color:#52516A;
  font-size:16px;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration:none;
}
#categorys ul li.now a:hover{
  text-decoration: underline;
}
#bloglist{
  display: flex;
  flex-wrap: wrap;
  margin:60px auto 0;
  width: 1260px;
}
.blog_item{
  margin: 0 30px;
  padding:0 0 60px;
  width: 360px;
}
.blog_photo{
  width: 360px;
  height: auto;
}
.blog_photo a{
  display: block;
}
.blog_photo a img{
  width: 100%;
  height: auto;
}
.blog_photo a:hover img{
  opacity: 0.7;
}
.blog_data{
  position: relative;
  width: 100%;
  height: 222px;
}
.category{
  margin:0;
  color:#BFAC52;
  font-size:16px;
  line-height: 1.5em;
  font-weight: 700;
}
.blog_item h3{
  margin:10px 0 0;
  color:#5553C0;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
}
.blog_item h3 a{
  margin:10px 0 0;
  color:#5553C0;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}
.blog_item h3 a:hover{
  text-decoration: underline;
}
.btn_blog{
  position: absolute;
  bottom:0;
  left:0;
  background-color: #5553C0;
  border:2px solid #5553C0;
  width: 124px;
  height: 44px;
}
.btn_blog:hover{
  background-color: #FFF;
}
.btn_blog a{
  display: block;
  color:#FFF;
  font-size:16px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.btn_blog:hover a{
  color: #5553C0;
}
#pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:60px auto 0;
}
#pagenation a{
  display: block;
  margin:0 10px;
  border:1px solid #707070;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation span{
  display: block;
  margin:0 10px;
  background-color:#CAC9EB;
  border:1px solid #707070;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation a:hover{
  border:1px solid #5553C0;
  background-color: #5553C0;
  color:#FFF;
}
#pagenation .prev,
#pagenation .next{
  display: block;
  margin:0 10px;
  border:1px solid #5553C0;
  border-radius: 30px;
  background-color: #5553C0;
  width: 60px;
  height: 60px;
  color:#FFF;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px){
  .btn{
    clear: both;
    position: relative;
    margin:30px 10px 0;
    border-radius: 22.5px;
    background: rgb(143,166,206);
  background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
    width: calc(100% - 20px);
    height: 45px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:16px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background: rgb(239,137,156);
  background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
  }
  /* keyveiw */
  #keyview{
    position: relative;
    width: 100%;
    height: auto;
  }
  #key_area{
    position: relative;
    margin:182.5px 0 0;
    background-color: #FFF;
    width: 100%;
    height: 50px;
  }
  #key_area::before{
    content: "";
    position: absolute;
    top:-62.5px;
    left:0;
    background: url(../images/bg_circle_u.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #key_area h2{
    position: relative;
    margin: 0 0 0 65px;
    color: #5553C0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
  }
  #key_area h2::before{
    content: "";
    position: absolute;
    top:50%;
    left:-50px;
    transform:translateY(-50%);
    -webkit- transform:translateY(-50%);
    background-color: #5553C0;
    width: 40px;
    height: 1px;
  }
  #key_area p{
    position: absolute;
    bottom:60px;
    left:15px;
    color:#CCC;
    font-family: "Commissioner";
    font-size:54px;
    line-height: 68px;
    font-weight: 700;
    z-index: 20;
  }
/*Blog List*/
  #cont_blog{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
    overflow: auto;
  }
  #categorys{
    margin:15px 10px 0;
    width: calc(100% - 20px);
  }
  #categorys h3{
    color: #5553C0;
    font-size:16px;
    line-height: 1em;
    font-weight: 700;
  }
  #categorys ul{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  #categorys ul li{
    margin:0 15px 10px 0;
    color:#BFAC52;
    font-size:14px;
    line-height: 1.5em;
    font-weight: 700;
  }
  #categorys ul li a{
    color:#BFAC52;
    font-size:14px;
    line-height: 1.5em;
    font-weight: 700;
    text-decoration:none;
  }
  #categorys ul li a:hover{
    color: #52516A;
  }
  #categorys ul li.now a{
    color:#52516A;
    font-size:14px;
    line-height: 1.5em;
    font-weight: 700;
    text-decoration:none;
  }
  #categorys ul li.now a:hover{
    text-decoration: underline;
  }
  #bloglist{
    display: block;
    flex-wrap:nowrap;
    margin:30px 10px 0;
    width: calc(100% - 20px);
  }
  .blog_item{
    margin: 0px;
    padding:0 0 60px;
    width: 100%;
  }
  .blog_photo{
    width: 100%;
    height: auto;
  }
  .blog_photo a{
    display: block;
  }
  .blog_photo a img{
    width: 100%;
    height: auto;
  }
  .blog_photo a:hover img{
    opacity: 0.7;
  }
  .blog_data{
    position: relative;
    width: 100%;
    height: auto;
  }
  .category{
    margin:0;
    color:#BFAC52;
    font-size:16px;
    line-height: 1.5em;
    font-weight: 700;
  }
  .blog_item h3{
    margin:10px 0 0;
    color:#5553C0;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .blog_item h3 a{
    margin:10px 0 0;
    color:#5553C0;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
  }
  .blog_item h3 a:hover{
    text-decoration: underline;
  }
  .btn_blog{
    position:static;
    bottom:0;
    left:0;
    margin:30px 0 0;
    background-color: #5553C0;
    border:2px solid #5553C0;
    width: 124px;
    height: 44px;
  }
  .btn_blog:hover{
    background-color: #FFF;
  }
  .btn_blog a{
    display: block;
    color:#FFF;
    font-size:16px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
  }
  .btn_blog:hover a{
    color: #5553C0;
  }
  #pagenation{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px auto 0;
  }
  #pagenation a,
  #pagenation span{
    display: block;
    margin:0 5px;
    border:1px solid #707070;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    font-size:16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation a:hover{
    border:1px solid #5553C0;
    background-color: #5553C0;
  }
  #pagenation .prev,
  #pagenation .next{
    display: block;
    margin:0 10px;
    border:1px solid #5553C0;
    border-radius: 15px;
    background-color: #5553C0;
    width: 30px;
    height: 30px;
    color:#FFF;
    font-size:10px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 767px) and (orientation:landscape){

}