@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/



/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア　#35362d
/////////////////////////////////////////////////*/


/*-------Header---------*/

.l-header {
    background:#fff;
}


.l-extra {
    display:none;
}

.siteTitle__sub {
    color:#191919;
}

.menuNavi__link {
    color:#daa900;
}

.u-txtShdw {
    text-shadow:none;
}


/*-------content.css---------*/

.content {
    margin: 0;
}


/*-------カテゴリー部分---------*/

.categoryBox.categoryBox-gray {
    background: #fff;
}


/*/////////////////////////////////////////////////
Loading screen
/////////////////////////////////////////////////*/



/********************
image rotate
********************/

.load_wrap{
    position:relative;
    top: 0; right: 0; left: 0; bottom: 0;
    margin:auto;
    width:100%;
    height:100%;
}

.loader {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0; right: 0; left: 0; bottom: 0;
  margin: auto;
  z-index:10000;
}

.logo_anim{
    position: relative;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    overflow: hidden;
}

.logo_ring{
  -webkit-animation-name: ringspin;
  -o-animation-name: ringspin;
  animation-name: ringspin;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-delay: 1s;
}

.logo_ring, .logo_rest{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loaded .loader{
  -webkit-animation: none;
  animation: none;
  display:none;
}


@-webkit-keyframes ringspin {

    10% {
        -webkit-transform: rotateY(-30deg);
        -moz-transform: rotateY(-30deg);
        -ms-transform: rotateY(-30deg);
        -o-transform: rotateY(-30deg);
        transform: rotateY(-30deg)
    }

    100%,
    40% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes ringspin {

    10% {
        -webkit-transform: rotateY(-30deg);
        -moz-transform: rotateY(-30deg);
        -ms-transform: rotateY(-30deg);
        -o-transform: rotateY(-30deg);
        transform: rotateY(-30deg)
    }

    100%,
    40% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

/********************
loading animation
********************/
@-webkit-keyframes loadingAnim_text{
    0%{
        opacity: 1;
        color: #fff;
    }

    100%{
        opacity: .5;
        color: #fff;
    }
}
@keyframes loadingAnim_text{
    0%{
        opacity: 1;
        color: #fff;
    }

    100%{
        opacity: .5;
        color: #fff;
    }
}

/********************
settings
********************/
::-moz-selection{
    background-color: rgba(0,105,255,.3);
}
::selection{
    background-color: rgba(0,105,255,.3);
}



/*/////////////////////////////////////////////////
Loading screen
/////////////////////////////////////////////////*/


.loadingAnim{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loadingAnim_line{
    z-index: 100;
    width: 1px;
    height: 1px;
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .6s;
    opacity:0;
}


.loaded{
    overflow:initial !important;
    position:static;
    height:auto;
    width:auto;
}

.loaded .loadingAnim_line{
    overflow: hidden;
    height: 0;
}
.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before{
    -webkit-animation: none;
    animation: none;
}
.loaded .loadingAnim_line:before{
    content: '';
}

.loadingAnim:before,
.loadingAnim:after{
    line-height: 1;
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
    content: ' ';
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .3s;
    background-color: #DCA900;

}
.loadingAnim:before{
    top: 0;
}
.loadingAnim:after{
    bottom: 0;
}

.loaded .loadingAnim:before{
    height: 0;
    -webkit-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    transform: translateY(-1%);
}
.loaded .loadingAnim:after{
    height: 0;
    -webkit-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
}


/*/////////////////////////////////////////////////
header
/////////////////////////////////////////////////*/


/*----------header start-------------------*/

header {
    position:relative;
    height:60px;
    background-color:#fff;
}

#top .container{
    display:block;
    height:60px;
    width: 100%;
    max-width:100%;
    margin: 0 auto;
    position: relative;
    z-index:11;
}



.nav_logo {
    font-size: 6.5rem;
    background: url(/outline/run_journey_logo.svg) no-repeat;
    background-size:100%;
    background-position:center;
    text-indent: -9999px;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:40px;
    width: 150px;
    height: 60px;
}

.nav_logo a {
    display: block;
    height: 100%;
}

.nav_symb_smh{
   display:none;
}

/*----------header end-------------------*/


/*----------nav-------------------*/



nav {
    height: 50px;
}

nav li {
    float: left;
    display: inline;
}



.list_container{
  display: flex;
  align-items: stretch;
  background-color:#191919;
}


.list_container li{
  width: 280px;
  /*--border-right:1px solid #fff;--*/
  text-align: center;
  line-height:50px;
  text-align:middle;
}

.sph_only_menu{
     display:initial;
}



.list_container li:last-child{
    border:none;
}

.list_container li a{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    -webkit-transition: .3s all;   
    -moz-transition: .3s all;   
    -ms-transition: .3s all;   
    -o-transition: .3s all;   
    transition: .3s all;  
}


.list_container li a:hover{
    background-color:#DCA900;

}

#nav_main{
    z-index:999;
    position: absolute;
    top:60px;
    width:100%;
}

#nav_main.minustop{
    top:-60px;
}

#nav_main.fixed{
    width:100%;
    margin-top: 0;
    top: 0;
    position: fixed;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}


/*/////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////
footer 
/////////////////////////////////////////////////*/

.running_ppl_section{
    background:url(/outline/runningppl.svg)no-repeat;
    background-position:center 10px;
    height:74px;
    max-width:960px;
    margin:0 auto;

}


#footer_wrap {
    margin: 0 auto;
    width: auto;
    height: 80px;
    background: #fff;
}


#footer{
    background:#191919;
    width:auto;
    font-size:1.4rem;
    padding:90px 0 0 0;
    position:relative;

}


/********** 内側 **********/
.footer-inner{
    width:auto;
    display:flex;
    align-items: flex-end;
    justify-content:center;
    color:#fff;
    text-align:center;
    padding-bottom:90px;
}

.footer_menu{
  text-align:center;
  margin-top:90px;

}

.footer_menu > .underline {
    padding-bottom:20px;
}

.footer_menu > .underline ~ .underline {
    padding-bottom:0px;
}


.underline li{
  display:inline;
}


.underline li:after{
    content: '|';
    padding: 0 1.4em;
    color:#7d7d7d;
}

.underline li a{
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    display:inline-block;
    position:relative;
  
}

.underline li a:after{
    content: '';
    text-align:left;
    width: 0px;
    height: 1px;
    display:block;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.underline li a:hover::after{
    width:100%;
    background:#fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.one-four {
    width:30%;
}

.one-four ul li{
    margin:0 0 10px 0;
}

.one-four ul li a{
    color:#fff;
    display:inline-block;
    
}

.small-line_footer{
    content: "";
    border-bottom: 1px solid #7d7d7d;
    width: 960px;
    margin:0 auto;
    text-align:center;
    display:inline-block;
    position:absolute;
    bottom:620px;
    left:0;
    right:0;
    z-index:0;
}

.footer_cont_section{
    position: relative;
    max-width:960px;
    margin:0 auto;
}

.app_head{
  position: relative;
  left:150px;
}

.app_body{
    position: absolute;
    bottom: 20px;
    left: 400px;
}
.app_body h3{
    font-weight:400;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing:2px;
    line-height: 1em;
    padding-top:20px;

}

.app_body .app_p{
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2;
    display: block;
    padding-top: 30px;
}


.app_body img{
    padding-top: 20px;
}

.seven_bill_title{
    font-size: 6.5rem;
    background: url(/outline/sevenbil_title.svg) no-repeat;
    text-indent: -9999px;
    width: 392px;
    height: 67px;
    display: block;
}

.kobe_kigyou_title{
    font-size: 2.5rem;
    color:#fff;
    display: block;
}

.kobe_kigyou_title br{
    display:none;
}

.arrow_wrap{
  position:relative;
  max-width:960px;
  margin:0 auto;
}

.arrow_slick_left{
    background: url(/outline/arrow-left.png) no-repeat;
    position:absolute;
    bottom:170px;
    left:50px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.5;
    transition: background .5s, opacity .5s;
}

.arrow_slick_right{
    background: url(/outline/arrow-right.png) no-repeat;
    position:absolute;
    bottom:170px;
    right:50px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.5;
    transition: background .5s, opacity .5s;
}

.footer-conts {
    width:100%;
    margin-bottom:50px;
}

.footer-conts ul li{
    margin:0 0 10px 0;
}

.footer-conts ul li a{
    color:#fff;
    display:inline-block;
    
}

ul.social_icons {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.social_icons li {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 3rem;
}

.contentarea ul.social_icons li {
  margin-right: 15px;
}

ul.social_icons li:before {
  display: none;
}

ul.social_icons li:last-child {
  margin-right: 0 !important;
}

ul.social_icons li a {
  display: block;
  letter-spacing: normal;
}

ul.social_icons a,
ul.social_icons span {
  transition:color 300ms;
  -webkit-transition:color 300ms;
}

ul.social_icons a:hover .fa-twitter {
  color: #1aa9e1;
}

ul.social_icons a:hover .fa-facebook {
  color: #3b5a9a;
}

ul.social_icons a:hover .fa-instagram {
  color: #a700c0;
}

ul.social_icons a:hover .fa-youtube {
  color: #ff0000;
}


div.link_LINE{
    display:inline-block;
}

div.link_LINE a{
    display:block;
    width:100px;
    height:26.84px;
}

div.link_LINE a:hover .st0{
  fill:#3bae49;
  -webkit-transition: .3s all;   
  -moz-transition: .3s all;   
  -ms-transition: .3s all;   
  -o-transition: .3s all;   
  transition: .3s all;  
}

.footer-end-border{
  content:"";
  width:960px;
  border-top:1px solid #7d7d7d;
  position:absolute;
  right:0;
  left:0;
  margin:auto;
}

#footer-end{
    width:100%;
    margin-top:90px;
    padding-bottom:30px;
}


.footerinfo{
  font-size:1.2rem;
    text-align:center;
    color:#7d7d7d;

}

@media screen and (max-width:1024px){


    /*----header section------*/

header{
        background-color:#191919;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:60px;
        z-index:16;
        display:initial;
}


#top .container{
    width:100%;
        height:100%;
        padding:0;
        position:relative;
}

.nav_logo {
    font-size: 20px;
    background: url(/outline/run_journey_logo_wht.svg) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    margin: auto;
    position: absolute;
    left: 3%;
    bottom: 0;
    top: 0;
    float: left;
    width: 160px;
    height: 33px;
}


.nav_logo a {
    display: block;
    height: 100%;
}


.nav_symb_smh{
   display:initial;
   text-align: center;
   width: 100%;
   position:absolute;
}

.smh_symbol_adj{
    margin-top:192px;
}

nav li {
    float: none;
    display: list-item;
}


.nav_symb_smh h2{
    display: inline-block;
    position: relative;
    left: 0;
    width: 160px;
    height: 160px;
    margin: 70px 0 75px 0;
    margin: auto;
    font-size: 1px;
    color: #fff;
    background: url(/outline/rj_symbol_wht.svg) no-repeat;
    background-size: 60%;
    background-position: center;
    text-indent: -9999px;
}

.nav_symb_smh h2 a{
  display:block;
  height:160px;
}



#nav_main {
    width: 30%;
    height: 100%;
    padding-top: 30px;
    margin-top:0px;
    background-color:#191919;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(100%);
    transition: all .5s;
    overflow: auto;
}


#nav_main.fixed {
    width:30%;
    transform: translate(100%);
    transition: all .5s;
}

#nav_main.open {
  transform: translateZ(0);
}

#nav_main.fixed.open {
  transform: translateZ(0);
}

#nav_main li {
  text-align: center;
  padding: 30px 0;
}



.list_container li a:hover{
    background-color:initial;
    color:#DCA900;

}




.list_container{
  display: block;
  align-items: initial;
}


.list_container li{
  width: 100%;
  border-right:none;
  text-align: center;
  line-height:0px;
  text-align:middle;
}


.sph_only_menu{
     display:list-item;
}



.list_container li:last-child{
    /*border: none !important; */
}

.list_container li a{
    color: #fff;
    font-size: 1.4rem;
    display: block;
}


.top-navi {
    display:none;
}

.top-navi{
        background-color:#35362d;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:9999;
        display:initial;
    }

    .fixed-width-res{
        width:100%;
        height:100%;
        padding:0;
        position:relative;
    }


#main.open {
  transform: translateX(-220px);
       -webkit-transition: .5s all;   
    -moz-transition: .5s all;   
    -ms-transition: .5s all;   
    -o-transition: .5s all;   
    transition: .5s all; 
}



/*-----ハンバーガーメニュー横スライド---*/

    .menu-trigger {
        float:right;
        margin-right:10px;
  display: inline-block;
  width: 28px;
  height: 24px;
  cursor: pointer;
  position:absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right:15px;
  z-index: 100;
transform: translateX(0);
  transition: transform .5s;
}
/*--.menu-trigger.active {
  transform: translateX(-210px);
}--*/
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}


.section-top{
    text-align:center;
    width:100%;


}


  /*----footer section------*/

.footer_menu > .underline {
    display:none;
}

.footer_menu > .underline ~ .underline {
    display:initial;
}

.small-line_footer{
    width: 100%;
    bottom:590px;

}


.underline li:before{
    content: '|';
    padding: 0 1.4em;
    color:#7d7d7d;
}


 .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.footer-end-border{
  width:100%;
}

}

@media screen and (max-width:834px){

  /*----footer section-------*/

.one-four {
    width:50%;
    margin-top:20px;
}

.one-four ul li a{
    color:#fff;
    display:inline-block;
    
}

.footer-sns li{
    display:inline-block;
    width:initial;
    float:none;
    padding:0;
    padding-right:10px;
}



.running_ppl_section{
    background:url(/outline/runningppl-ipad.svg)no-repeat;
    height:44px;
}

.small-line_footer{
    display:none;

}

.footer_menu{
  text-align:center;
  margin-top:90px;

}

.footer_cont_section{
    position: initial;
    max-width:100%;
}

.app_head{
  position: initial;
  text-align:center;
  margin-bottom:70px;
}

.app_head img{
  margin:0 auto;

}

.app_body{
  position:initial;
}

.app_body h3{
    font-weight:400;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing:2px;
    line-height: 1em;
    padding-top:20px;
    text-align:center;

}

.app_body .app_p{
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8;
    display: block;
    padding-top: 30px;
    text-align:center;
}


.app_body img{
    padding-top: 20px;
    margin:0 auto;
}

.seven_bill_title{
    margin:0 auto;
}

.kobe_kigyou_title{
    font-size: 2.5rem;
    color:#fff;
    display: block;
    text-align:center;
}

.underline_ex a{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    display:inline-block;
    position:relative;
    width:135px;
    height:40px;
    padding-top:20px;
  
}


.underline_ex:after{

}

.underline_ex a:after{
    content: '';
    text-align:left;
    width: 0px;
    height: 1px;
    display:block;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.underline_ex a:hover::after{
    width:100%;
    background:#fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.arrow_wrap{
  position:relative;
  max-width:960px;
  margin:0 auto;
}

.arrow_slick_left{
    position:absolute;
    bottom:370px;
    left:50px;
}

.arrow_slick_right{
    position:absolute;
    bottom:370px;
    right:50px;
}

.footer-conts {
    width:100%;
  }
}

@media screen and (max-width:414px){


  /*-----header-----------------------------------*/


  #nav_main {
    width: 70%;
}

#nav_main {
    padding-top: 24px;
}

#nav_main li {
  padding: 24px 0;
  /*--border-bottom: 1px solid hsla(0,0%,100%,.2);--*/
}


  /*-----footer------------------------------------*/

  #footer{
    background:#191919;
    width:auto;
    font-size:1.4rem;
    padding:30px 0 0 0;

}
.running_ppl_section {
    background: url(/outline/runningppl-iphone.svg)no-repeat;
    background-size: 150%;
    background-position: center 39px;
    height: 80px;
    max-width: 960px;
    margin: 0 auto;
}

div.link6{
    display:inline-block;
    background-image:url(/outline/toparrow.png);
    background-size:120px 44px;
}

div.link6 a{
    display:block;
    width:120px;
    height:44px;
    background-image:url(/outline/toparrow.png);
    background-size:120px 44px;
    text-indent:-9999px;
}

div.link6 a:hover{
    background-image:url(/outline/toparrow-d.png);
    background-size:120px 44px;
}

#pagetop{
    text-align:center;
    padding-top:36px;

}


.one-four {
    width:100%;
    margin-top:40px;
}

.footer_cont_section{
    margin-bottom:90px;
}

.arrow_wrap{
  overflow:hidden;
}

#sns_adjust{
    margin-top:20px;
    margin-bottom:20px;
}

.seven_bill_title{
    font-size: 6.5rem;
    background: url(/outline/sevenbil_title.svg) no-repeat;
    background-size:80%;
    text-indent: -9999px;
    width: 392px;
    height: 67px;
    display: block;
}

.kobe_kigyou_title br{
    display:initial;
}

.one-four ul li a{
    color:#fff;
    display:inline-block;
    
}

.app_body{
  width:80%;
  margin:0 auto;
  text-align:center;
}

.app_head{
  margin-bottom:40px;
}

.app_body .app_p br{
    display:none;
}

.app_body h3{
    font-size: 1.6rem;

}


.app_body .app_p{
    font-size: 1.4rem;
}

.arrow_slick_left, .arrow_slick_right{
    display:none;
}

.footer_menu{
  margin-top:0px;

}

.footer-sns li{
    display:inline-block;
    width:initial;
    float:none;
    padding:0;
    padding-right:10px;
}


.one-four ul li{
    font-size:100%;
}

ul.social_icons a,
ul.social_icons i {
  font-size:2.5rem;
}


.footer-inner {
    padding: 20px 0 90px 0;
    display:block;
}

.underline li{
  display:inline-block;
}

.underline li:first-child{
  margin-bottom:40px;
}

}

@media screen and (max-width:375px){

  
.running_ppl_section {
    background: url(/outline/runningppl-iphone.svg)no-repeat;
    background-size: 150%;
    background-position: center 42px;
    height: 80px;
    max-width: 960px;
    margin: 0 auto;
}

}


/*/////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////
slick.css
/////////////////////////////////////////////////*/

.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/*/////////////////////////////////////////////////*/












.searchNavi {
  padding: 10px 0;
}
.globalNavi {
  padding: 0;
}

.globalNavi__list .menu-item {
  padding: 0;
  height: auto;
  margin-bottom: 0;
  border-left: 0;
}

.globalNavi__list .page_item a,
.globalNavi__list .menu-item a{
  display: block;
  padding: 23px 18px;
  font-weight: normal;
  transition: .2s;
  color: #fff; 
}

.globalNavi__list .current-menu-item,
.globalNavi__list .current-menu-item a:hover,
.globalNavi__list .menu-item a:hover {
  background: #f0b200;
  display: block;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 767px){

  .globalNavi::-webkit-scrollbar {
    height: 2px;
  }
  .globalNavi::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
  }
  .globalNavi::-webkit-scrollbar-thumb {
    background: #f0b200;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  }

}




/*PCグローバルメニュー固定*/
.l-extra{
 position: fixed;
top: 70px;
 z-index: 1000;
 width: 100%;
}

.l-header{
 position: fixed;
 z-index: 1000;
 top: 0;
 width: 100%;
 }

.l-main {
    padding: 90px 2.5% 60px 0;
}

.l-sidebar {
    padding: 90px 0 60px 2.5%;
}
 
.key {
    width: 100%;
    padding-top: 100px;
}

/*--------------------------検索バー---------------------------------*/

@media only screen and (max-width: 767px){
.searchNavi {
    padding: 15px 0;
}

}

/*--------------------------固定メニュー---------------------------------*/
/*SPグローバルメニュー固定*/
@media only screen and (max-width: 767px){
.l-extra{
 position: fixed;
 top: 50px;
 z-index: 1000;
 width: 100%;
}

.l-header{
 position: fixed;
     top: 0;
 z-index: 1000;
 width: 100%;
 }
 }


 /*カテゴリー説明部分高さ調整*/
.categoryDescription{
margin-top:99px;    
}
@media only screen and (max-width: 767px){
.categoryDescription{
margin-top:50px;    
}
}
/*各記事タイトル高さ調整*/
/*--.singleTitle{
margin-top: 100px;
}--*/

/*--@media only screen and (max-width: 767px){
.singleTitle{
margin-top:50px;    
}
}--*/

.siteTitle__sub {
    font-size: 0.4rem;
    font-weight: 100;
}

@media only screen and (max-width: 767px){
.l-main {
    padding: 30px 10px 40px 10px;
}

.l-main.top_page_smhadj_margintop{
  padding: 90px 10px 40px 10px;
}

}

@media only screen and (max-width: 767px){
.l-sidebar {
    padding: 0 10px 40px 10px;
}
}

/*---side barエフェクト削除---*/

.imgListWidget__borderBox:before,
.imgListWidget__borderBox:after,
.imgListWidget__borderBox > span:before,
.imgListWidget__borderBox > span:after {
    display:none;
}


/*--------------------------フッター部分---------------------------------*/

.pagetop__link:active::before {
    background:none;
}


/*--------------------------各記事ページ---------------------------------*/

/*--.singleTitle {
    display: none;
}--*/

.dateList.dateList-singleTitle {
    padding: 10px 12px;
}

.breadcrumb {
    margin-top:50px;
}

.breadcrumb.breadcrumb_single_edit {
    margin-top:0px;
}

.breadcrumb__item {
    /*--breadcrumbのネガティブマージンのためクリックできない対策-----*/
    z-index: 1;
}

@media only screen and (max-width: 1024px){

.breadcrumb {
    margin-top:60px;
}

/*--------------------------アイキャッチ部分、タイトル部分---------------------------------*/

.singleTitle {
    padding-top:90px;
}

}

/*--------------------------アイキャッチ部分、タイトル部分---------------------------------*/

.singleTitle {
    background-image:none !important;
    padding-top:80px;
}

.singleTitle::before{
  display:none;
}

.eyecatch.eyecatch-singleTitle {
    display:none;
}

.singleTitle__heading {
    float: left;
    width: 100%;
    padding: 0 2.5% 0 0;
}

.heading.heading-singleTitle {
    font-size: 3rem;
    line-height: 1.5;
    color: #191919;
}


@media only screen and (max-width: 414px){

.breadcrumb.breadcrumb_single_edit {
    margin-top:20px;
}

}


/*--------------------------カテゴリー（アーカイブタイトル）---------------------------------*/


@media only screen and (max-width: 767px){

.archiveTitle {
    position: relative;
    margin-bottom: 40px;
    margin-top: 55px;
}

}


.menuNavi__link.menuNavi__link-current.icon-close::before {content:"\e90e"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-menu::before {content:"\e90f"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-instagram::before {content:"\e90d"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-hatebu::before {content:"\e90c"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-quotation::before {content:"\e909"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-line::before {content:"\e90a"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-pocket::before {content:"\e90b"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-calendar::before {content:"\e900"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-facebook::before {content:"\e901"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-folder::before {content:"\e902"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-google::before {content:"\e903"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-home::before {content:"\e904"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-rss::before {content:"\e905"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-search::before {content:"\e906"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-tag::before {content:"\e907"; color: #fff;}
.menuNavi__link.menuNavi__link-current.icon-twitter::before {content:"\e908"; color: #fff;}









