/*
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
nav ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #49505a;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #49505a;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
select {
    vertical-align: middle;
}
.clearfix{
  *zoom: 1; }
  .clearfix:after{
    content: "";
    display: table;
    clear: both; }
.right{
  float: right;
}
.left{
  float: left;
}
.flexbetween{
  display: flex;
  justify-content: space-between;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,img,i,ul,li,header,nav,aside,section,
footer {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}
ul,ol,li {
    font-size: 0;
    list-style: none;
}
a {
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
a img {
    border: none;
}
img {
    vertical-align: middle;
    border: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}
iframe {
    width: 100%;
}
.iframe-wrap{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.iframe-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('./font/NotoSansCJKjp-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('./font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('./font/NotoSansCJKjp-Bold.eot')  format('eot');
    font-display: swap;
}
body {
    color: #030831;
    font-family: "Helvetica Neue",-apple-system, BlinkMacSystemFont, 'NotoSansCJKjp', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    font-smoothing: antialiased;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -o-font-smoothing: antialiased;
    -o-text-size-adjust: 100%;
    letter-spacing: .08em;
    line-height: 1.5;
    box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; 
  text-align: left;
}
body.fixed{
  overflow: hidden;
}
#main {
    display: block;
    /* overflow: hidden; */
}
section {
    padding: 90px 0;
    box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; 
}
.main-inner {
    position: relative;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.pc {
    display: block;
}
.tb,.sp {
    display: none!important;
}

@media screen and (max-width: 1282px){
  section{
    padding: 90px 16px;
  }
  .main-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px){
}

@media screen and (max-width: 900px){
  .right{
  float: none;
  }
  .left{
  float: none;
  }
  .pc {
    display: none!important;
  }
  .tb{
  display: block!important;
}
}
@media screen and (max-width: 500px){
  section{
    padding: 60px 16px;
  }
.sp {
    display: block!important;
}
}


/*===============================================
header
===============================================*/
header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 15%;
  z-index: 9000;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
header.sticky{
  height: 80px;
}
header.child-header{
  height: 80px;
}
header .header-bg{
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
  opacity: 0;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
header.sticky .header-bg{
  opacity: 1;
}
header.child-header .header-bg{
  opacity: 1;
}
header h1{
  display: block;
  position: absolute;
  width: 260px;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  margin: auto;
  opacity: 0;
}
header.sticky h1{
  opacity: 1;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition-delay: .3s;
}
header.child-header h1{
opacity: 1;
}

header .bogo-language-switcher li a {
  color: #e6e6e6;
}

header .bogo-language-switcher li a.current{
  color: #0874dc;
}

header .bogo-language-switcher li a:hover {
  opacity: 0.4;
}

header .bogo-language-switcher li a, header .bogo-language-switcher li span, header.sticky .bogo-language-switcher li a, header.sticky .bogo-language-switcher li span, header.child-header .bogo-language-switcher li a, header.child-header .bogo-language-switcher li span {
  display: inline-block;
}


header.sticky .bogo-language-switcher li a.current, header.child-header .bogo-language-switcher li a.current {
  color: #fff;
}

header.sticky .bogo-language-switcher li a, header.sticky .bogo-language-switcher li span, header.child-header .bogo-language-switcher li a, header.child-header .bogo-language-switcher li span {
  color: rgba(255, 255, 255, 0.5);
}

header .bogo-language-switcher li.first::after {
  content: '/';
  color: #030831;
  padding-left: 4px;
}

header .bogo-language-switcher {
  position: absolute;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  top: 50%;
  right: 80px;
  letter-spacing: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  z-index: 1000;
}

header .bogo-language-switcher li {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

header.sticky .bogo-language-switcher li.first::after, header.child-header .bogo-language-switcher li.first::after {
  color: #fff;
}

header .header_btn {
  position: absolute;
  width: 20px;
  height: 18px;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  top: 50%;right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  z-index: 1000;
  }
header .header_btn .menu_trigger {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
       }
header .header_btn .menu_trigger span {
        background-color: #030831;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        display: inline-block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
       -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98); }
    header.sticky .header_btn .menu_trigger span{
      background-color: #fff;
    }
    header.child-header .header_btn .menu_trigger span{
      background-color: #fff;
    }
        header .header_btn .menu_trigger.is_show span{
          background-color: #fff;
        }
        header .header_btn .menu_trigger span:nth-of-type(1) {
          top: 0; }
        header .header_btn .menu_trigger span:nth-of-type(2) {
          top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  left: 0;right: auto;
           }
        header .header_btn .menu_trigger span:nth-of-type(3) {
          bottom: 0;
          left: 0;right: auto;
          width: 70%; }
      header .header_btn .menu_trigger.active span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
        -webkit-transform: translateY(8px) rotate(-45deg);
        -moz-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
        -o-transform: translateY(8px) rotate(-45deg); }
      header .header_btn .menu_trigger.active span:nth-of-type(2) {
        opacity: 0; }
      header .header_btn .menu_trigger.active span:nth-of-type(3) {
        width: 100%;
        transform: translateY(-8px) rotate(45deg);
        -webkit-transform: translateY(-8px) rotate(45deg);
        -moz-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        -o-transform: translateY(-8px) rotate(45deg); }
      header .header_btn .menu_trigger:not(.active):hover span:nth-of-type(2) {
        width: 70%;
        }
      header .header_btn .menu_trigger:not(.active):hover span:nth-of-type(3) {
        width: 40%;
         }

header .menu{
  width: 100%;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
  z-index: 990;
  display: none;
  position: relative;
}  
 header .menu .menu_wrap{
  position: absolute;
  top: 50%;left: 16.6666%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}
 header .menu .menu_wrap .menu-logo{
  width: 260px;
 }
 header .menu .menu_wrap .menu-inner{
  margin: 14.36% 0;
 }
header .menu .menu_wrap .menu-inner li{
  margin-bottom: 50px;
  line-height: 1;
  }
  header .menu .menu_wrap .menu-inner li:last-child{
    margin-bottom: 0;
  }
 header .menu .menu_wrap .menu-inner li a{
  font-size: 64px;
  font-weight: bold;
  color: #fff;
 }
 header .menu .menu_wrap .menu-inner li a span{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
 }
 header .menu .menu_wrap .menu-bottom li{
  display: inline-block;
 }
  header .menu .menu_wrap .menu-bottom li a{
    font-size: 14px;
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: 1;
  }
 header .menu .menu_wrap .menu-bottom li:first-child a{
 padding-left: 0;
 }
 header .menu .menu_wrap .menu-bottom li:last-child a{
 padding-right: 0;
 border-right: none;
 }
 header .menu .menu_wrap .menu-inner li a:hover,header .menu .menu_wrap .menu-bottom li a:hover{
  opacity: .7;
 } 

 header .fv-sns{
  position: absolute;
  top: 50%;left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  opacity: 0;
 }
header.sticky .fv-sns{
  opacity: 1;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition-delay: .3s;
} 
header.child-header .fv-sns{
  opacity: 1;
}
 header .fv-sns ul li{
  display: inline-block;
  margin-right: 40px;
 } 
 header .fv-sns ul li a:hover{
  opacity: .7;
 }


@media screen and (max-width: 1282px){
  header .header_btn{
    right: 16px;
  }
  header .fv-sns{
    left: 16px;
  }
  header .menu .menu_wrap{
    left: 16px;
  }
}
@media screen and (max-width: 900px){
header{
    height: 80px;
  }
}

@media screen and (max-width: 500px){
  header{
    height: 60px;
  }
  header h1{
    width: 200px;
    right: auto;
    left: 16px;
    top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  }
  header .fv-sns{
    display: none;
  }
  header.sticky,header.child-header{
  height: 60px;
}
header .menu .menu_wrap .menu-logo{
  width: 220px;
}
header .menu .menu_wrap .menu-inner li a {
    font-size: 24px;
}
header .menu .menu_wrap .menu-inner li a span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
header .menu .menu_wrap .menu-inner li {
    margin-bottom: 25px;
}
header .menu .menu_wrap .menu-bottom li a {
    font-size: 12px;
    padding: 0px 15px;
}
header .menu .menu_wrap .sp-sns{
  margin-top: 30px;
}
header .menu .menu_wrap .sp-sns li{
  display: inline-block;
  margin-right: 25px;
}
header .menu .menu_wrap .menu-inner {
    margin: 20% 0;
}
}
@media screen and (max-width: 330px){
  header .menu .menu_wrap .menu-logo{
  width: 190px;
}
header h1{
  width: 190px;
}
header .menu .menu_wrap .menu-bottom li a {
    font-size: 10px;
    padding: 0px 10px;
}
header .menu .menu_wrap .menu-inner li a {
    font-size: 20px;
}
header .menu .menu_wrap .menu-inner li a span {
    font-size: 12px;
    margin-left: 5px;
}
}

/*===============================================
#first-view
===============================================*/
#first-view{
  padding: 0;
  width: 100%;
  position: relative;
}
#first-view .fv-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 30.55555%;
  height: 100%;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
}
#first-view .fvlogo{
  width: 260px;
  position: absolute;
  top: 47px;left: 40px;
  z-index: 15;
}

/*fv-title*/
#first-view .fv-title{
  position: absolute;
  z-index: 15;
  top: 29%;left: 13.88888%;
  margin: auto;
}
#first-view .fv-title h2{
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
#first-view .fv-title h3{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

/*fv-slider*/
#first-view .fv-slider{
  position: absolute;
  width: 77.77777%;
  height: 85%;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#first-view .fv-slider ul,#first-view .fv-slider ul li{
  width: 100%;height: 100%;
}
#first-view .fv-slider ul li{
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;left: 0;
}
#first-view .fv-slider ul li.viewed{
  opacity: 1;
}





#first-view .fv-slider .fv-thumb{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#first-view .fv-slider .fv-thumb .thumb-mask{
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
}
#first-view .fv-slider .fv-thumb .thumb-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  z-index: 1;
}
#first-view .fv-slider ul li.viewed .fv-thumb .thumb-img{
  transform: scale(1.1);
  -webkit-transition:6s linear;
  transition: 6s linear;
}
#first-view .fv-slider .fv-article-title{
  width: 480px;
  position: absolute;
  left: -8.125%;
  bottom: 10.4428%;
  z-index: 3;
}
#first-view .fv-slider .fv-article-title a,#first-view .fv-slider .fv-thumb a{
  pointer-events: auto;
}
#first-view .fv-slider ul li:hover > .fv-article-title a{
  opacity: .7;
}
#first-view .fv-slider .fv-article-title .cat{
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  transform: translateX(-20px);
}
#first-view .fv-slider .fv-article-title .title{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  transform: translateX(-20px);
}
#first-view .fv-slider .fv-article-title .day{
  position: absolute;
  font-size: 12px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  left: -30px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 1.4s ease;
  transition: 1.4s ease;
  transform: translateX(-20px);
  height: 78px;
}
#first-view .fv-slider ul li.viewed .fv-article-title .cat,#first-view .fv-slider ul li.viewed .fv-article-title .title{
  opacity: 1;
  transform: translateX(0);
}
#first-view .fv-slider ul li.viewed .fv-article-title .day{
  opacity: .5;
  transform: translateX(0);
}

/*fv-slider-num*/
#first-view .fv-slider-num{
  position: absolute;
  z-index: 15;
  top: 29%;right: 60px;
  margin: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#first-view .fv-slider-num ul li{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 30px 0;
  position: relative;
  font-weight: 500;
  line-height: 1;
  opacity: .6;
}
#first-view .fv-slider-num ul li.viewed{
  opacity: 1;
}
#first-view .fv-slider-num ul li:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background-color: #fff;
  top: 0;right: -20px;
}
#first-view .fv-slider-num ul li.viewed:before{
  height: 100%;
  -webkit-transition:6s linear;
  transition: 6s linear;
}

/*fv-sns*/
#first-view .fv-sns{
  position: absolute;
  z-index: 15;left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
#first-view .fv-sns ul li{
  margin: 40px 0;
  line-height: 1;
}
#first-view .fv-sns ul li a:hover{
  opacity: .7;
}

@media screen and (max-width: 1282px){
#first-view .fvlogo{
  left: 16px;
}
#first-view .fv-slider-num {
    right: 36px;
}
#first-view .fv-sns{
  left: 16px;
}
}

@media screen and (max-width: 900px){
  #first-view .fvlogo{
    top: 30px;
  }
  #first-view .fv-bg{
    width: 40%;
  }
  #first-view .fv-slider {
    width: 80%;
    height: 85%;
}
}

@media screen and (max-width: 500px){
#first-view .fv-slider {
    width: calc(100% - 46px);
    height: calc(100% - 60px);
}
#first-view .fvlogo{
  width: 220px;
  top: 23px;
}
#first-view .fv-bg {
    width: 70%;
}
#first-view .fv-slider .fv-article-title .title{
  font-size: 16px;
}
#first-view .fv-slider .fv-article-title .cat {
    font-size: 12px;
    margin-bottom: 15px;
}
#first-view .fv-slider .fv-article-title {
    width: 100%;
    left: -16px;
    bottom: 50px;
}
#first-view .fv-slider .fv-article-title .day{
  font-size: 10px;
  left: -18px;
  height: 70px;
}
#first-view .fv-title h2 {
    font-size: 46px;
    margin-bottom: 15px;
}
#first-view .fv-title h3 {
    font-size: 14px;
    line-height: 1.8;
}
#first-view .fv-title {
    left: 60px;
    top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}
#first-view .fv-slider-num{
  top: 80px;
}
#first-view .fv-slider-num ul li {
    font-size: 10px;
    padding: 16px 0;
}
#first-view .fv-slider-num ul li:before{
  right: -10px;
}
#first-view .fv-slider-num {
    right: 26px;
}
}

@media screen and (max-width: 330px){
  #first-view .fvlogo{
    width: 190px;
  }
  #first-view .fv-title h2 {
    font-size: 36px;
}
#first-view .fv-title h3 {
    font-size: 10px;
}
}

/*===============================================
heading
===============================================*/
/*heading-1*/

.heading-1{
  position: relative;
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 20px;
  line-height: 1;
}
.heading-1:after{
  content: "";
  position: absolute;
  height: 32px;
  width: 1px;
  background-color: #030831;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: auto;
  bottom: 0;
}
.heading-1 h2{
  font-weight: bold;
  font-size: 32px;
}
.heading-1 p{
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}
/*heading-2*/

.heading-2{
  line-height: 1;
  margin-bottom: 50px;
  margin-left: 110px;
}
.heading-2 h2{
  font-size: 80px;
  font-weight: bold;
}
.heading-2 h2 span{
  font-size: 16px;
  margin-left: 10px;
}

@media screen and (max-width: 1100px){
  .heading-2 {
    margin-left: 0;
}
}
@media screen and (max-width: 900px){
.heading-2 h2{
  font-size: 56px;
}
.heading-2 h2 span{
  font-size: 14px;
}
}

@media screen and (max-width: 500px){
  .heading-1{
    padding-bottom: 35px;
  }
  .heading-1:after{
    height: 20px;
  }
.heading-1 h2{
  font-size: 24px;
}
.heading-1 p{
  font-size: 12px;
  margin-top: 15px;
}
.heading-2{
  margin-bottom: 40px;
}
.heading-2 h2{
  font-size: 24px;
}
.heading-2 h2 span {
    font-size: 12px;
    display: block;
    margin-top: 15px;
    margin-left: 0;
}
}


/*===============================================
#top-cat
===============================================*/
#top-cat ul{
  display: flex;
  justify-content: space-between;
  letter-spacing: -1px;
}
#top-cat ul li{
  width: 33.33333333333%;
  vertical-align: top;
}
#top-cat ul li .topcat-wrap{
  width: 100%;
  padding-top: 58%;
  position: relative;
}
#top-cat ul li .topcat-wrap .topcat-thumb{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;left: 0;
  z-index: 1;
  -webkit-transition: .8s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .8s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    letter-spacing: .08em;
}
#top-cat ul li .topcat-wrap .topcat-thumb:before{
  position: absolute;
  content: "";
  top: 40px;
  background-color: #fff;
  width: 52px;
  height: 1px;
  left: 0;
  z-index: 5;
}
#top-cat ul li .topcat-wrap .topcat-thumb:after{
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  z-index: 5;
  font-size: 14px;
}
#top-cat ul li:first-child .topcat-wrap .topcat-thumb:after{
  content: "01";
}
#top-cat ul li:nth-child(2) .topcat-wrap .topcat-thumb:after{
  content: "02";
}
#top-cat ul li:nth-child(3) .topcat-wrap .topcat-thumb:after{
  content: "03";
}
#top-cat ul li:last-child .topcat-wrap .topcat-thumb:after{
  content: "04";
}
#top-cat ul li .topcat-wrap .topcat-thumb .mask{
  width: 100%;height: 100%;
  position: absolute;
  top: 0;left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
  z-index: 3;
  -webkit-transition: .8s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .8s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
#top-cat ul li .topcat-wrap .topcat-thumb .mask-back{
  width: 100%;height: 100%;
  position: absolute;
  top: 0;left: 0;
  background-color: rgb(0,0,0,.5);
  z-index: 2;
}
#top-cat ul li .topcat-wrap .topcat-content{
  position: absolute;
  left: 50%;top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  margin: auto;
  line-height: 1;
  z-index: 4;
  text-align: center;
  color: #fff;
  width: 100%;
}
#top-cat ul li .topcat-wrap .topcat-content:after{
  content: "";
  width: 19px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/arrow-down.svg);
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: auto;
  z-index: 5;
  position: absolute;
  opacity: 0;
  -webkit-transition: .8s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .8s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
#top-cat ul li .topcat-wrap .topcat-content h3{
  font-weight: bold;
  font-size: 28px;
  letter-spacing: .08em;
}
#top-cat ul li .topcat-wrap .topcat-content p{
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: .08em;
}
#top-cat ul li a:hover > .topcat-wrap .topcat-thumb{
  transform: scale(.92);
}
#top-cat ul li a:hover > .topcat-wrap .topcat-thumb .mask{
  opacity: 0;
}
#top-cat ul li a:hover >  .topcat-wrap .topcat-content:after{
  opacity: 1;
  bottom: -40px;
}

@media screen and (max-width: 1282px){
  #top-cat{
    padding-left: 0;padding-right: 0;
  }
}
@media screen and (max-width: 900px){
  #top-cat ul li .topcat-wrap{
  padding-top: 100%;
}
}
@media screen and (max-width: 500px){
  #top-cat ul{
  display: initial;
  font-size: 0;
}
#top-cat ul li .topcat-wrap{
  padding-top: 43%;
}
#top-cat ul li{
  width: calc(100% - 32px);
  display: block;
  margin: 0 auto 10px;
}
#top-cat ul li:last-child{
  margin-bottom: 0;
}
#top-cat ul li .topcat-wrap .topcat-content p {
    font-size: 12px;
    margin-top: 15px;
}
#top-cat ul li .topcat-wrap .topcat-content h3 {
    font-size: 24px;
}
#top-cat ul li .topcat-wrap .topcat-thumb:before {
    top: 20px;
    width: 30px;
}
#top-cat ul li .topcat-wrap .topcat-thumb:after {
   top: 13px;
    left: 40px;
    font-size: 10px;
}
}

/*===============================================
===============================================
top-articles
===============================================
===============================================*/

#top-healthcare{
  padding-top: 70px;
}
#top-infrastructure,#top-agriculture,#top-infrastructure{
  padding-top: 50px;
}
#top-others{
  padding-bottom: 120px;
}

@media screen and (max-width: 1330px){
  #top-infrastructure,#top-agriculture,#top-infrastructure{
  padding-top: 70px;
}
}
@media screen and (max-width: 500px){
#top-healthcare,#top-infrastructure,#top-agriculture,#top-others{
  padding-top: 60px;
}
#top-others{
  padding-bottom: 60px;
}
}

/*===============================================
articles
common
===============================================*/

ul.article-common{
  letter-spacing: -1px;
}
ul.article-common li a{
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}
ul.article-common li h3{
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  color: #030831;
  letter-spacing: .08em;
}
ul.article-common li .thumb{
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}
ul.article-common li .thumb:before{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #030831;
}
ul.article-common li .thumb .thumb-bg-wrap{
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  overflow: hidden;
}
ul.article-common li .thumb .thumb-bg-wrap .thumb-bg{
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: all 5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
ul.article-common li .thumb .cat{
  position: absolute;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: bold;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
bottom: 40px;
left: -20px;
padding: 0 15px;
}
ul.article-common li .thumb .day{
  position: absolute;
  font-size: 13px;
  letter-spacing: .08em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  left: -20px;
  line-height: 1;
  background-color: #fff;
  padding-bottom: 5px;
  color: #030831;
}
ul.article-common li .tags{
  margin-top: 8px;
}
ul.article-common li .tags a{
  font-size: 12px;
  font-weight: bold;
  color: #cdced6;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: .08em;
}
ul.article-common li .tags a:before{
  content: "#";
}
ul.article-common li .tags a:hover{
  color: #0c21c3;
}
ul.article-common li a.article-link:hover >  .thumb .thumb-bg-wrap .thumb-bg{
  transform: scale(1.25);
}

@media screen and (max-width: 500px){
  ul.article-common li .thumb .cat{
    font-size: 12px;
  }
  ul.article-common li .thumb .day{
    font-size: 10px;
  }
  ul.article-common li .tags a{
    font-size: 12px;
  }
}

/*top-articles*/
.top-articles{
  width: 1060px;
  overflow: hidden;
}
.top-articles ul.article-common{
  text-align: left;
}
.top-articles ul.article-common li{
  width: 340px;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.top-articles ul.article-common li .thumb{
  padding-top: 100%;
}
.top-articles ul.article-common li a:hover >  .thumb .thumb-bg-wrap .thumb-bg{
  transform: scale(1.25);
}

@media screen and (max-width: 1330px){
  .top-articles{
  width: calc(100% - 30px);
}
}

@media screen and (max-width: 900px){
  .top-articles ul.article-common li{
    width: 300px;
  }
}

@media screen and (max-width: 500px){
  .top-articles ul.article-common li{
    width: calc(100vw - 62px);
  }
}


/*archive-main*/

.archive-main ul.article-common li{
  width: 47%;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.archive-main ul.article-common li:nth-child(2n + 1){
  margin:0 3% 40px 0;
}
.archive-main ul.article-common li:nth-child(2n + 2){
  margin:0 0 40px 3%;
}
.archive-main ul.article-common li .thumb .cat{
filter: drop-shadow(0 9px 18px rgba(0,0,0,0.4));
}

@media screen and (max-width: 500px){
.archive-main ul.article-common li{
  width: 100%;
}
.archive-main ul.article-common li:nth-child(2n + 1),.archive-main ul.article-common li:nth-child(2n + 2){
  margin: 0 0 40px 0;
}
}


/*single-related*/
#single-related{
  background-color: #f5f5f7;
}
#single-related ul.article-common{
  text-align: center;
}
#single-related ul.article-common li{
  width:30.3333333%;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#single-related ul.article-common li:nth-child(3n + 1){
  margin:0 3% 0 0;
}
#single-related ul.article-common li:nth-child(3n + 2){
  margin:0 1.5% 0 1.5%;
}
#single-related ul.article-common li:nth-child(3n + 3){
  margin:0 0 0 3%;
}
#single-related ul.article-common li .thumb .cat{
filter: drop-shadow(0 9px 18px rgba(0,0,0,0.4));
}
#single-related ul.article-common li .thumb .day{
  background-color: #f5f5f7;
}

@media screen and (max-width: 900px){
  #single-related ul.article-common li{
  width:100%;
}
#single-related ul.article-common li:nth-child(3n + 1),#single-related ul.article-common li:nth-child(3n + 2),#single-related ul.article-common li:nth-child(3n + 3){
  margin:0 0 40px 0;
}
#single-related ul.article-common li:last-child{
  margin-bottom: 0;
}
}


/*===============================================
view-all
===============================================*/
.top-articles-wrap{
  position: relative;
}
.view-all{
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}
.view-all .title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.view-all .num{
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.view-all .num span{
  font-size: 10px;
  margin-left: 5px;
}
.view-all .num:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  bottom: 0;
  background-color: #030831;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: auto;
}
.view-all a{
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  width: 124px;
  color: #030831;
  background-color: #f2f2f2;
  position: relative;
}
.view-all a .btn-bg{
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
opacity: 0;
-webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
.view-all a:hover > .btn-bg{
 opacity: 1;
}
#top-healthcare .view-all,#top-infrastructure .view-all{
right: 0;
}
#top-agriculture .view-all{
left: 0;
}

@media screen and (max-width: 1330px){
  #top-healthcare .view-all,#top-infrastructure .view-all,#top-agriculture .view-all, #top-others .view-all{
transform: none;
    top: -220px;
    right: 40px;
    left: auto;
}
.top-articles{
  float: left;
}
}
@media screen and (max-width: 900px){
  .view-all .title {
    font-size: 12px;
    margin-bottom: 10px;
}
.view-all .num {
    font-size: 32px;
    padding-bottom: 35px;
    margin-bottom: 15px;
}
.view-all .num:before {
    height: 20px;
}
.view-all .num span {
    font-size: 12px;
}
#top-healthcare .view-all, #top-infrastructure .view-all, #top-agriculture .view-all, #top-others .view-all {
    transform: none;
    top: -198px;
    right: 30px;
    left: auto;
}
}
@media screen and (max-width: 500px){
#top-healthcare .view-all, #top-infrastructure .view-all, #top-agriculture .view-all, #top-others .view-all{
  top: -150px;
}
.view-all .title {
    font-size: 10px;
    margin-bottom: 8px;
}
.view-all .num {
    font-size: 28px;
    padding-bottom: 23px;
    margin-bottom: 10px;
}
.view-all .num:before {
    height: 15px;
}
.view-all a {
    font-size: 12px;
    line-height: 35px;
    width: 120px;
}
}
@media screen and (max-width: 330px){
  .view-all a {
    line-height: 30px;
    width: 100px;
}
#top-healthcare .view-all, #top-infrastructure .view-all, #top-agriculture .view-all, #top-others .view-all {
    top: -133px;
}
}

/*===============================================
top-recommend
===============================================*/

#top-recommend{
  background-color: #f2f2f2;
}
#top-recommend .recommend-slider-wrap{
  position: relative;
}
#top-recommend .recommend-slider-wrap .slider-arrow button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;height: 40px;
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  margin: auto;
  z-index: 10;
  opacity: 0;
  transform: scale(.8);
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.4));
}
#top-recommend .recommend-slider-wrap .slider-arrow button.viewed{
  opacity: 1;
  transform: scale(1);
}
#top-recommend .recommend-slider-wrap .slider-arrow button.slick-prev{
  background-image: url(images/arrow-prev.svg);
  left: 40px;
}
#top-recommend .recommend-slider-wrap .slider-arrow button.slick-next{
  background-image: url(images/arrow-next.svg);
  right: 40px;
}
#top-recommend .recommend-slider-wrap .slider-arrow button:hover{
  transform: scale(1.2);
}
#top-recommend ul.recommend-slick li{
  width: 520px;
  display: inline-block;
  margin-right: 40px;
}
#top-recommend ul.recommend-slick li a{
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}
#top-recommend ul.recommend-slick li .thumb-bg-wrap{
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
#top-recommend ul.recommend-slick li .thumb-bg-wrap .thumb-bg{
  position: absolute;
  width: 100%;height: 100%;
  top: 0;left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: 5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
#top-recommend ul.recommend-slick li .title-block{
  position: relative;
  margin: 40px auto 0;
  width: calc(100% - 80px);
  color: #030831;
}
#top-recommend ul.recommend-slick li .title-block p,#top-recommend ul li .title-block h3{
  display: table-cell;
  vertical-align: top;
}
#top-recommend ul.recommend-slick li .title-block p{
  font-size: 12px;
  width: 110px;
}
#top-recommend ul.recommend-slick li .title-block h3{
  font-size: 16px;
  font-weight: bold;
}
#top-recommend ul.recommend-slick li .title-block .cat{
  position: absolute;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
top: -54px;
left: 0;
filter: drop-shadow(0 9px 18px rgba(0,0,0,0.4));
padding: 0 15px;
width: auto;
}

#top-recommend ul.recommend-slick li a:hover >  .thumb-bg-wrap .thumb-bg{
  transform: scale(1.25);
}

@media screen and (max-width: 1282px){
  #top-recommend{
    padding-right: 0;padding-left: 0;
  }
  #top-recommend .recommend-slider-wrap .slider-arrow button.slick-prev{
  left: 16px;
}
#top-recommend .recommend-slider-wrap .slider-arrow button.slick-next{
  right: 16px;
}
}
@media screen and (max-width: 1100px){
#top-recommend .recommend-slider-wrap .slider-arrow button{
  opacity: 1;
  transform: scale(1);
}
}

@media screen and (max-width: 520px){
#top-recommend ul.recommend-slick li{
  width: calc(100vw - 32px);
  margin-right: 20px;
}
#top-recommend .recommend-slider-wrap .slider-arrow button{
  top: 30%;
}
#top-recommend .recommend-slider-wrap .slider-arrow button.slick-prev{
  left: 10px;
}
#top-recommend .recommend-slider-wrap .slider-arrow button.slick-next{
  right: 10px;
}
#top-recommend ul.recommend-slick li .title-block p{
  font-size: 10px;
  width: 80px;
}
#top-recommend ul.recommend-slick li .title-block{
  margin: 30px auto 0;
  width: 100%;
}
#top-recommend ul.recommend-slick li .title-block .cat{
  line-height: 28px;
  font-size: 12px;
top: -46px;
left: 0;
padding: 0 15px;
}

}

/*===============================================
area-scroll
===============================================*/

#area-scroll{
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(20px,-50%);
  -webkit-transform: translate(20px,-50%);
  -moz-transform: translate(20px,-50%);
  -ms-transform: translate(20px,-50%);
  -o-transform: translate(20px,-50%);
  margin: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
#area-scroll.viewed{
  opacity: 1;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
}
#area-scroll ul li{
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #cccccc;
  margin-bottom:60px;
  line-height: 1;
  position: relative;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
#area-scroll ul li.current{
  color: #030831;
}
#area-scroll ul li:not(:last-child):after{
  position: absolute;
  width: 1px;
  height: 32px;
  content: "";
  background-color: #cccccc;
  left: 40%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  margin: auto;
  bottom: -46px;
}
#area-scroll ul li:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 1330px){
  #area-scroll{
    right:16px;
  }
}

@media screen and (max-width: 330px){
#area-scroll ul li:not(:last-child):after {
    height: 15px;
    bottom: -23px;
}
#area-scroll ul li{
  margin-bottom: 30px;
}
}
/*===============================================
keywords
===============================================*/
#keywords{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
}
#keywords .heading-1{
  color: #fff;
  text-align: left;
}
#keywords .heading-1:after{
  display: none;
}
#keywords .keywords-list{
  width: 820px;
}
#keywords .keywords-list ul{
  text-align: left;
  letter-spacing: -1px;
}
#keywords .keywords-list ul li{
  display: inline-block;
  margin: 0 10px 10px 0;
}
#keywords .keywords-list ul li a{
  color: #0c21c3;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  padding: 0 20px;
  letter-spacing: .08em;
}
#keywords .keywords-list ul li a:hover{
  opacity: .7;
}

@media screen and (max-width: 1100px){
  #keywords .keywords-list{
    width: 100%;
  }
}

@media screen and (max-width: 500px){
  #keywords .keywords-list ul li a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
}
}

/*===============================================
bottom-link
===============================================*/
.bottom-link{
  padding: 40px 0;
}
.bottom-link .link-inner{
  width: 1040px;
  margin: 0 auto;
}
.bottom-link a{
  width: 480px;
}
.bottom-link a:hover{
  opacity: .7;
}

@media screen and (max-width: 1100px){
  .bottom-link{
    padding-right: 16px;
    padding-left: 16px;
  }
  .bottom-link .link-inner{
    width: 100%;
  }
  .bottom-link a{
  width: 49%;
}
}
@media screen and (max-width: 900px){
  .bottom-link a.right{
    float: right;
  }
  .bottom-link a.left{
    float: left;
  }
}
@media screen and (max-width: 500px){
.bottom-link a.right,.bottom-link a.left{
    float: none;
  }
  .bottom-link a{
  width: 100%;
}
.bottom-link a:first-of-type{
  margin-bottom: 15px;
}
}

/*===============================================
footer
===============================================*/

footer{
  background-color: #020625;
  padding: 100px 0 30px;
}
footer .footer-toparea{
  padding-bottom: 90px;
}
footer .footer-toparea img{
  width: 320px;
}
footer .footer-toparea h3{
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 70px;
}
footer .footer-toparea .footer-links{
  line-height: 1;
}
footer .footer-toparea .footer-links:nth-of-type(2){
  margin-top: 30px;
}
footer .footer-toparea .footer-links h4,footer .footer-toparea .footer-links ul{
  display: table-cell;
  vertical-align: top;
}
footer .footer-toparea .footer-links ul li{
  display: inline-block;
  margin-left:45px;
}
footer .footer-toparea .footer-links ul li a{
  font-size: 12px;
  color: #fff;
  opacity: .4;
}
footer .footer-toparea .footer-links h4{
  font-size: 12px;
  font-weight: bold;
  width: 125px;
  color: #fff;
  border-right: 1px solid #676a7c;
}
footer .footer-toparea .footer-links ul li a:hover{
  opacity: 1;
}
footer .footer-bottomarea{
  padding-top: 30px;
  width: calc(100% - 80px);
  margin: 0 auto;
  line-height: 1;
  border-top: 1px solid #676a7c;
}
footer .footer-bottomarea p.el{
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #676a7c;
}
footer .footer-bottomarea p.el:last-of-type{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-bottomarea p.el a{
  font-size: 12px;
  color: #fff;
  opacity: .4;
}
footer .footer-bottomarea p.el a:hover{
  opacity: 1;
}
footer .footer-bottomarea p.cr{
  font-size: 12px;
  color: #fff;
  opacity: .4;
}

@media screen and (max-width: 1282px){
  footer{
  padding: 100px 16px 30px;
}
}

@media screen and (max-width: 1100px){
  #keywords .heading-1,#keywords .keywords-list{
    float: none;
  }
  footer .footer-bottomarea{
  width:100%;
}
}
@media screen and (max-width: 900px){
footer .footer-bottomarea p.cr{
  font-size: 10px;
  margin-top: 40px;
}
}
@media screen and (max-width: 500px){
  footer{
  padding: 60px 16px 20px;
}
footer .footer-toparea img{
  width: 200px;
}
footer .footer-toparea h3{
  font-size: 10px;
  margin: 15px 0 40px;
}
footer .footer-toparea .footer-links ul li{
  margin-left:20px;
}
footer .footer-toparea .footer-links ul li a{
  font-size: 11px;
}
footer .footer-toparea .footer-links h4{
  font-size: 11px;
  width: 90px;
}
footer .footer-toparea {
    padding-bottom: 40px;
}
footer .footer-bottomarea{
  padding-top: 20px;
}
footer .footer-bottomarea p.el{
  padding-right: 10px;
  margin-right: 10px;
}
footer .footer-bottomarea p.el a{
  font-size: 11px;
}
footer .footer-bottomarea p.cr{
  line-height: 1.4;
}
}

@media screen and (max-width: 400px){
footer .footer-toparea .footer-links h4 {
    font-size: 10px;
    width: 80px;
}
footer .footer-toparea .footer-links ul li {
    margin-left: 13px;
}
}

@media screen and (max-width: 330px){
footer .footer-toparea .footer-links ul li {
    margin-left: 20px;
    display: block;
    margin-bottom: 15px;
}
footer .footer-toparea .footer-links ul li:last-child{
  margin-bottom: 0;
}
footer .footer-bottomarea p.el {
    padding-right: 0;
    margin-right: 0;
    display: block;
    border: none;
    margin-bottom: 15px;
}
}


/*==============================================================================================
child
==============================================================================================*/

#child-fv{
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  margin-top: 80px;
}
#child-fv .fv-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;left: 0;
  background-color: rgba(0,0,0,0.4);
}
#child-fv .child-fv-content{
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 50%;left: 11%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}
#child-fv .child-fv-content h3{
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#child-fv .child-fv-content h2{
  line-height: 1;
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}
#child-fv .child-fv-content h2.tag-title{
  font-size: 48px;
  margin-bottom: 0;
}
#child-fv .child-fv-content h2 span{
  font-size: 16px;
  margin-left: 10px;
}
#child-fv .child-fv-content p{
  font-size: 13px;
}
#child-fv .child-fv-num{
  width: 200px;height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */position: absolute;
  z-index: 10;
  color: #fff;
  top: 50%;right: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.4));
  text-align: center;
  line-height: 1;
}
#child-fv .child-fv-num .num-inner{
  position: absolute;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  margin: auto;
  width: 100%;
}
#child-fv .child-fv-num p{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
#child-fv .child-fv-num p:after{
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255,255,255,.5);
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: auto;
}
#child-fv .child-fv-num h3{
  font-size: 48px;
  font-weight: bold;
}
#child-fv .child-fv-num h3 span{
  font-size: 12px;
  margin-left: 5px;
}


@media screen and (max-width: 1282px){
  #child-fv .child-fv-content{
    left: 16px;
  }
  #child-fv .child-fv-num{
    right: 10%;
  }
  #child-fv .child-fv-content h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 900px){
  #child-fv .child-fv-content{
    width: 55%;
  }
  #child-fv .child-fv-content h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
#child-fv .child-fv-content h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
#child-fv .child-fv-content h2.tag-title{
  font-size: 46px;
}
#child-fv .child-fv-content h2 span {
    font-size: 13px;
    margin-left: 5px;
}
#child-fv .child-fv-content p br{
  display: none;
}
#child-fv .child-fv-num {
    right: 7%;
}
}
@media screen and (max-width: 500px){
  #child-fv{
    margin-top: 60px;
  }
  #child-fv .child-fv-content {
    width: calc(100% - 32px);
}
  #child-fv .child-fv-num {
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 150px;
    height: 150px;
}
#child-fv .child-fv-num p {
    font-size: 10px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
#child-fv .child-fv-num p:after{
  height: 15px;
  bottom: -7px;
}
#child-fv .child-fv-num h3 {
    font-size: 26px;
}
#child-fv .child-fv-content h3,#child-fv .child-fv-content h2 span{
  font-size: 13px;
}
#child-fv .child-fv-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
#child-fv .child-fv-content h2.tag-title{
  font-size: 30px;
}
#child-fv .child-fv-content p {
    font-size: 13px;
}
#child-fv .child-fv-content{
  top: 35%;
}
}

/*===============================================
breadcrumb
===============================================*/
#breadcrumb{
  background-color: #f2f2f2;
  line-height: 1;
  padding: 5px 40px;
  display: flex;
}
#breadcrumb.single-breadcrumb{
  margin-top: 80px;
}
#breadcrumb .breadcrumb-inner{
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  padding: 10px 0;
}
#breadcrumb p a{
  font-size: 10px;
  font-weight: bold;
  color: #cdced6;
  padding:5px 20px 5px 10px;
  position: relative;
  text-decoration: none;
}
#breadcrumb p:first-of-type a{
  padding-left: 0;
}
#breadcrumb p:last-of-type a{
  padding-right: 0;
}
#breadcrumb p:not(:last-of-type) a:after{
  position: absolute;
  content: '>';
  display: block;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  color: #cdced6;
}
#breadcrumb p.here a{
  font-size: 10px;
  color: #030831;
}
#breadcrumb p a:hover{
  color: #0c21c3;
}

@media screen and (max-width: 1282px){
#breadcrumb{
  padding: 5px 16px;
}
}
@media screen and (max-width: 500px){
#breadcrumb.single-breadcrumb{
  margin-top: 60px;
}
#breadcrumb .breadcrumb-inner{
  padding: 5px 0;
}
}

/*===============================================
article-archive
===============================================*/
#article-archive .archive-main{
  width: 68%;
}
#article-archive .sidebar{
  width: 25%;
}
@media screen and (max-width: 1100px){
#article-archive .sidebar{
  width: 28%;
}
#article-archive .archive-main{
  width: 67%;
}
}
@media screen and (max-width: 900px){
  #article-archive .archive-main{
  width: 100%;
}
#article-archive .sidebar{
  width: 100%;
  margin-top: 90px;
}
}
@media screen and (max-width: 500px){
#article-archive .sidebar{
  margin-top: 60px;
}
}

/*===============================================
wp-pagenavi
===============================================*/
.wp-pagenavi{
  text-align: center;
  margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span{
    display: inline-block;
    color: #030831;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    line-height: 40px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.wp-pagenavi a{
cursor: pointer;
}
.wp-pagenavi a:hover{
  color: #fff;
  transform: scale(1.2);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
}
.wp-pagenavi span.current{
  color: #fff!important;
  transform: scale(1.2);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width: 500px){
  .wp-pagenavi{
  margin-top: 20px;
}
}

/*===============================================
sidebar
===============================================*/
/*sidebar*/
.sidebar .heading-1 h2{
  font-size: 24px;
}
.sidebar .heading-1 p{
  font-size: 10px;
}
.sidebar .side-block{
  padding: 50px 0;
  border-bottom: 1px solid #ebebef; 
}
.sidebar .side-block:first-of-type{
  padding-top: 0;
}
.sidebar .side-block:last-of-type{
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 500px){
  .sidebar .heading-1 p{
  font-size: 12px;
}
}

.side-block .bottom-link {
  padding: 0;
}
.side-block .bottom-link a {
  width: 100%;
  margin-bottom: 8px;
}
.side-block .bottom-link a:last-child {
  margin-bottom: 0;
}


/*side-recommend*/

.sidebar .side-recommend .recommend-article:not(:last-of-type){
  margin-bottom: 20px;
}
.sidebar .side-recommend .recommend-article .thumb,.sidebar .side-recommend .recommend-article .content{
  display: table-cell;
  vertical-align: top;
}
.sidebar .side-recommend .recommend-article .thumb{
  width: 100px;
  position: relative;
}
.sidebar .side-recommend .recommend-article .thumb .thumb-bg-wrap{
  position: relative;
  width: 100%;
  padding-top: 71%;
  overflow: hidden;
}
.sidebar .side-recommend .recommend-article .thumb .thumb-bg-wrap .thumb-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    transition: 5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
.sidebar .side-recommend .recommend-article .content{
  padding-left: 15px;
}
.sidebar .side-recommend .recommend-article .content .cat{
line-height: 18px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
padding: 0 5px;
filter: drop-shadow(0 4px 8px rgba(0,0,0,.2));
position: relative;
bottom: 5px;
}
.sidebar .side-recommend .recommend-article .content h3{
  font-size: 12px;
  font-weight: bold;
  color: #030831;
  z-index: 5;
}
.sidebar .side-recommend .recommend-article a:hover > .thumb .thumb-bg-wrap .thumb-bg{
  transform: scale(1.25);
}


@media screen and (max-width: 900px){
  .sidebar .side-recommend .recommend-article .thumb {
    width: 160px;
}
}
@media screen and (max-width: 500px){
  .sidebar .side-recommend .recommend-article .thumb {
    width: 100px;
}
}


/*side-category*/

.sidebar .side-category ul li .cat-wrap{
  width: 100%;
  padding-top: 43%;
  position: relative;
}
.sidebar .side-category ul li .cat-wrap .cat-thumb{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;left: 0;
  z-index: 1;
  -webkit-transition: 1.2s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: 1.2s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
.sidebar .side-category ul li .cat-wrap .cat-thumb .mask{
  width: 100%;height: 100%;
  position: absolute;
  top: 0;left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
  z-index: 3;
  -webkit-transition: 1.2s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: 1.2s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
.sidebar .side-category ul li .cat-wrap .cat-thumb .mask-back{
  width: 100%;height: 100%;
  position: absolute;
  top: 0;left: 0;
  background-color: rgb(0,0,0,.5);
  z-index: 2;
}
.sidebar .side-category ul li .cat-wrap .cat-content{
  position: absolute;
  left: 50%;top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  margin: auto;
  line-height: 1;
  z-index: 4;
  text-align: left;
  color: #fff;
  width: 100%;
  padding-left: 30px;
}
.sidebar .side-category ul li .cat-wrap .cat-content h3{
  font-weight: bold;
  font-size: 20px;
}
.sidebar .side-category ul li .cat-wrap .cat-content p{
  font-size: 10px;
  margin-top: 10px;
}
.sidebar .side-category ul li a:hover > .cat-wrap .cat-thumb{
  transform: scale(.92);
}
.sidebar .side-category ul li a:hover > .cat-wrap .cat-thumb .mask{
  opacity: 0;
}
.sidebar .side-category ul li.here a .cat-wrap .cat-thumb{
  transform: scale(.92);
}
.sidebar .side-category ul li.here a .cat-wrap .cat-thumb .mask{
  opacity: 0;
}

@media screen and (max-width: 900px){
  .sidebar .side-category ul{
    letter-spacing: -1px;
    font-size: 0;
  }
  .sidebar .side-category ul li{
    width: 50%;
    display: inline-block;
  }
  .sidebar .side-category ul li .cat-wrap .cat-content h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .08em;
}
.sidebar .side-category ul li .cat-wrap .cat-content p {
    font-size: 12px;
    margin-top: 15px;
    letter-spacing: .08em;
}
}

@media screen and (max-width: 500px){
.sidebar .side-category ul li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
}

/*side-sns*/
.sidebar .side-sns ul{
  display: flex;
  justify-content: space-between;
}
.sidebar .side-sns ul li{
  display: inline-block;
  width: 18%;
  position: relative;
}
.sidebar .side-sns ul li .circle-bg{
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
}
.sidebar .side-sns ul li .circle-bg-bg{
  position: absolute;
  top:0;left: 0;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
  z-index: -1;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  opacity: 0;
}
.sidebar .side-sns ul li svg{
  position: absolute;
  display: block;
  left: 50%;top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  margin: auto;
 -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    fill: #030831;
}
.sidebar .side-sns ul li a:hover > svg{
  fill: #fff;
}
.sidebar .side-sns ul li a:hover > .circle-bg{
  opacity: 0;
}
.sidebar .side-sns ul li a:hover > .circle-bg-bg{
  opacity: 1;
}


/*===============================================
article
===============================================*/
/*title-area*/
#article .title-area{
  margin-bottom: 60px;
}
#article .title-area p.day{
  font-size: 13px;
  line-height: 1;
  margin-bottom: 12px;
}
#article .title-area p.day:last-child {
  margin-bottom: 0;
}#article .title-area p.day svg {
  width: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}
#article .title-area h2{
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 20px;
}
#article .title-area .tags a{
  font-size: 12px;
  font-weight: bold;
  color: #cdced6;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: .08em;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}
#article .title-area .tags a:before{
  content: "#";
}
#article .title-area .tags a:hover{
  color: #0c21c3;
}
#article .title-area ul.sns{
  margin-top: 40px;
  text-align: left;
}
#article .title-area ul.sns li{
  display: inline-block;
  margin-right: 12px;
  width: 96px;height: 24px;
  position: relative;
}
#article .title-area ul.sns li .square-bg{
  position: absolute;
  width: 100%;height: 100%;
  background-color: #f5f5f7;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    top: 0;left: 0;
}
#article .title-area ul.sns .square-bg-bg{
  position: absolute;
  top:0;left: 0;
  width: 100%;height: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c21c3+0,0874dc+100 */
background: #0c21c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0c21c3 0%, #0874dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0c21c3 0%,#0874dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0c21c3 0%,#0874dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c21c3', endColorstr='#0874dc',GradientType=1 ); /* IE6-9 */
  z-index: -1;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  opacity: 0;
}
#article .title-area ul.sns li svg{
  position: absolute;
  display: block;
  left: 50%;top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  margin: auto;
  -webkit-transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
  transition: .5s cubic-bezier(0.11, 0.5, 0.08, 0.98);
    fill: #030831;
}
#article .title-area ul.sns li a:hover > svg{
  fill: #fff;
}
#article .title-area ul.sns li a:hover > .square-bg{
  opacity: 0;
}
#article .title-area ul.sns li a:hover > .square-bg-bg{
  opacity: 1;
}

/*description-area*/
#article .description-area p{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
#article .description-area .article-thumb{
  width: 100%;
  padding-top: 62.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 60px 0;
}
#article .description-area .toc h3,#article .description-area .toc #toc{
  display: table-cell;
  vertical-align: top;
}
#article .description-area .toc{
  background-color: #f5f5f7;
  padding: 50px;
}
#article .description-area .toc h3{
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 60px;
}
#article .description-area .toc h3 span{
  width: 35px;
  display: block;
  position: relative;
}
#article .description-area .toc h3 span:after{
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #cdced6;
  right: -40px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}
#article .description-area .toc li:not(:last-child) {
  margin-bottom: 20px;
}
#article .description-area .toc li a{
  font-size: 13px;
  color: #030831;
  padding-left: 15px;
  position: relative;
}
#article .description-area .toc li a:hover{
  color: #0c21c3;
}
#article .description-area .toc li.lv_h3 {
  padding-left: 20px;
}
#article .description-area .toc li.lv_h4 {
  padding-left: 40px;
}
#article .description-area .toc li.lv_h5 {
  padding-left: 60px;
}
#article .description-area .toc li.lv_h6 {
  padding-left: 80px;
}
#article .description-area .toc li.lv_h2 a{
  font-weight: bold;
  text-decoration: underline;
}
#article .description-area .toc li a:before{
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: "・";
  font-weight: bold;
}
#article .description-area .toc li.lv_h1 a:before,#article .description-area .toc li.lv_h2 a:before{
  display: none;
}

/*article-area*/
#article .article-area{
  margin-top: 90px;
}
#article .article-area h2{
  font-size: 24px;
  font-weight: bold;
  margin: 80px 0 40px;
}
#article .article-area h3{
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0 30px;
  padding-left: 15px;
  border-left: 2px solid #0c21c3;
}
#article .article-area h4{
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0 30px;
  color: #0c21c3;
}
#article .article-area p, #article .article-area div{
  font-size: 16px;
  margin: 16px 0;
  line-height: 1.8;
  text-align: justify;
}
#article .article-area img{
  max-width: 100%;
  width: auto;
  margin: 30px auto;
  display: block;
}
#article .article-area figure img{
  margin: 0;
}
#article .article-area a{
  display: inline;
  text-decoration: underline;
  font-weight: bold;
  color: #0c21c3;
}
#article .article-area a:hover{
  opacity: .7;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 500px){
  #article .title-area {
    margin-bottom: 50px;
}
  #article .title-area h2 {
    font-size: 20px;
    margin: 21px 0 10px;
}
#article .title-area p.day {
    font-size: 12px;
}
#article .title-area .tags a {
  font-size: 12px;
}
#article .title-area ul.sns {
    margin-top: 30px;
    letter-spacing: -1px;
}
#article .title-area ul.sns li {
    margin-right: 2%;
    width: 18%;
    height: 30px;
}
#article .description-area p{
  font-size: 13px;
}
#article .description-area .article-thumb {
    margin: 30px 0;
}
#article .description-area .toc {
    padding: 30px 16px;
}
#article .description-area .toc h3 {
    font-size: 13px;
    padding-right: 30px;
}
#article .description-area .toc h3 span:after {
    right: -26px;
  }
  #article .description-area .toc li a {
    font-size: 12px;
  }
    #article .article-area {
    margin-top: 60px;
}
#article .article-area h2 {
    font-size: 18px;
    margin: 60px 0 30px;
}
#article .article-area p, #article .article-area div {
    font-size: 13px;
    /*margin: 20px 0;*/
}
#article .article-area h3 {
    font-size: 16px;
    margin: 60px 0 30px;
}
#article .article-area h4 {
    font-size: 16px;
    margin: 60px 0 30px;
}
}


/*===============================================
animation
===============================================*/
.fade {
    opacity: 0;
    transition: all 0.8s 0.4s ease;
    -webkit-transition: all 0.8s 0.4s ease;
    -moz-transition: all 0.8s 0.4s ease;
    -ms-transition: all 0.8s 0.4s ease;
    -o-transition: all 0.8s 0.4s ease;
}
.fade.is_show {
    opacity: 1;
}
.fadeInUp {
    transform: translate3d(0, 16px, 0);
    -webkit-transform: translate3d(0, 16px, 0);
    -moz-transform: translate3d(0, 16px, 0);
    -ms-transform: translate3d(0, 16px, 0);
    -o-transform: translate3d(0, 16px, 0);
}
.fadeInUp.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.fadeInDown {
    transform: translate3d(0, -16px, 0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
    -ms-transform: translate3d(0, -16px, 0);
    -o-transform: translate3d(0, -16px, 0);
}
.fadeInDown.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.fadeInLeft {
    transform: translate3d(-16px, 0, 0);
    -webkit-transform: translate3d(-16px, 0, 0);
    -moz-transform: translate3d(-16px, 0, 0);
    -ms-transform: translate3d(-16px, 0, 0);
    -o-transform: translate3d(-16px, 0, 0);
}
.fadeInLeft.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.fadeInRight {
    transform: translate3d(16px, 0, 0);
    -webkit-transform: translate3d(16px, 0, 0);
    -moz-transform: translate3d(16px, 0, 0);
    -ms-transform: translate3d(16px, 0, 0);
    -o-transform: translate3d(16px, 0, 0);
}
.fadeInRight.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.fadeInZoom {
   transform: scale(.9);
  -webkit-transform:scale(.9);
  -moz-transform:scale(.9);
  -ms-transform:scale(.9);
  -o-transform:scale(.9);
   }
  .fadeInZoom.is_show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);}

/*記事ページのコンテンツ幅を狭くする*/
#article-archive .main-inner{
  width: 1100px;
}
@media screen and (max-width: 1132px){
  #article-archive .main-inner{
  width: 100%;
}
}

/*バナー画像のhoverアクション*/
.article_banner a:hover {
  opacity: 0.4;
}

.main-inner .left, .main-inner .right {
  float: none;
}

.main-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.side-sticky {
  position: sticky;
  top: 80px;
}

/*# sourceMappingURL=style