@charset "UTF-8";

/* =======================
	kv
======================= */
/* pc */
@media screen and (min-width: 769px){
  .kv{
    background-color: #D1F300;
    border-bottom: 4px solid #000;
    margin-bottom: 76px;
  }
  .kv-inr{
    padding-top: 38px;
    position: relative;
    padding-bottom: 108px;
  }
  .kv__slide{
    min-height: 298px;
  }
  .kv__slide-card-outer{
    margin: 0 10px;
  }
  .kv__slide-card{
    max-width: 712px;
    border-radius: 6px;
    border: 4px solid #000;
    background: #FFF;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
  .kv__slide-card::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/icon_link_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 11px;
    position: absolute;
    bottom: 16px;
    right: 12px;
  }
  .kv__slide-card[target="_blank"]::after{
    background-image: url("/otona/howtoev/_share/img/icon_blank_black.svg");
    width: 19px;
    height: 17px;
  }
  .kv__slide-card-pic{
    display: block;
    width: 374px;
    height: 250px;
    margin-right: 20px;
    min-width: 374px;
    object-fit: cover;
  }
  .kv__slide-card-main-head{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kv__slide-card-main-head-tag{
    width: auto;
    height: 23px;
    display: block;
  }
  .kv__slide-card-main-head-day{
    display: block;
    color: #8E8E8E;
    font-size: 12px;
  }
  .kv__slide-card-main-txt{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.7619;
    letter-spacing: -1.05px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .kv__illust{
    width: 1316px;
    height: 266px;
    position: absolute;
    left: calc(50% - 36px);
    bottom: -4px;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .kv__slide .slick-dots{
    bottom: -93px;
    z-index: 1;
  }
  .kv__slide .slick-dots li{
    width: 34px;
    height: 14px;
    margin: 0 2px;
  }
  .kv__slide .slick-dots li button::before{
    background-color: #D1D1D1;
    opacity: 1;
    content: "";
  }
  .kv__slide .slick-dots li.slick-active button::before{
    background-color: #39E82C;
  }
  .kv__slide .slick-dots li button::before{
    width: 34px;
    height: 14px;
  }
  .kv__slide .slide-arrow{
    position: absolute;
    bottom: -94px;
    z-index: 2;
    cursor: pointer;
  }
  .kv__slide .prev-arrow{
    left: calc(50% - 90px);
  }
  .kv__slide .next-arrow{
    right: calc(50% - 90px);
  }
}

/* sp */
@media screen and (max-width: 768px){
  .kv{
    background-color: #D1F300;
    border-bottom: 3px solid #000;
    margin-bottom: 57px;
  }
  .kv-inr{
    padding-top: 16px;
    position: relative;
    padding-bottom: 82px;
  }
  .kv__slide{
    min-height: 436px;
  }
  .kv__slide-card-outer{
    margin: 0 8px;
  }
  .kv__slide-card{
    max-width: 303px;
    border-radius: 6px;
    border: 3px solid #000;
    background: #FFF;
    padding: 21px;
    position: relative;
    display: block;
  }
  .kv__slide-card::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/icon_link_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 12px;
    position: absolute;
    bottom: 18px;
    right: 10px;
  }
  .kv__slide-card[target="_blank"]::after{
    background-image: url("/otona/howtoev/_share/img/icon_blank_black.svg");
    width: 19px;
    height: 17px;
  }
  .kv__slide-card-pic{
    display: block;
    width: 255px;
    height: 197px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .kv__slide-card-main-head{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kv__slide-card-main-head-tag{
    width: auto;
    height: 23px;
    display: block;
  }
  .kv__slide-card-main-head-day{
    display: block;
    color: #8E8E8E;
    font-size: 12px;
  }
  .kv__slide-card-main-txt{
    font-weight: 700;
    line-height: 1.625;
    min-height: 138px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .kv__illust{
    width: 768px;
    height: 104px;
    position: absolute;
    left: calc(50% + 4px);
    bottom: 23px;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .kv__slide.slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .kv__slide .slick-dots{
    bottom: -49px;
    left: 7px;
    z-index: 1;
  }
  .kv__slide .slick-dots li{
    width: 24px;
    height: 14px;
    margin: 0 2px;
  }
  .kv__slide .slick-dots li button::before{
    background-color: #D1D1D1;
    opacity: 1;
    content: "";
  }
  .kv__slide .slick-dots li.slick-active button::before{
    background-color: #39E82C;
  }
  .kv__slide .slick-dots li button::before{
    width: 24px;
    height: 14px;
  }
  .kv__slide .slide-arrow{
    display: none !important;
  }
}




/* =======================
	sec
======================= */
/* pc */
@media screen and (min-width: 769px){
  .sec{
    margin-bottom: 58px;
  }
  .sec-inr{
    position: relative;
  }
  .sec-inr::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    position: absolute;
    top: -36px;
    right: -48px;
    z-index: -1;
  }
  .sec--news .sec-inr::before{
    background-image: url("/otona/howtoev/_asset/img/bg_news.svg");
    width: 445px;
  }
  .sec--ranking .sec-inr::before{
    background-image: url("/otona/howtoev/_asset/img/bg_ranking.svg");
    width: 697px;
  }
  .sec--category .sec-inr::before{
    background-image: url("/otona/howtoev/_asset/img/bg_category.svg");
    width: 826px;
    top: 0;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .sec{
    margin-bottom: 38px;
  }
  .sec-inr{
    position: relative;
  }
  .sec-inr::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 77px;
    position: absolute;
    top: 0;
    right: -9px;
    z-index: -1;
  }
  .sec--news .sec-inr::before{
    background-image: url("/otona/howtoev/_asset/img/bg_news.svg");
    width: 205px;
  }
  .sec--ranking .sec-inr::before{
    background-image: url("/otona/howtoev/_asset/img/bg_ranking.svg");
    width: 322px;
  }
  .sec--category .sec-inr::before{
    background-image: url("/otona/howtoev/_asset/img/bg_category.svg");
    width: 381px;
    top: 48px;
  }
}




/* =======================
	intro
======================= */
/* pc */
@media screen and (min-width: 769px){
  .intro{
    margin-bottom: 20px;
  }
  .intro--mb{
    margin-bottom: 58px;
  }
  .intro-inr{
    max-width: 1036px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 6px 6px 46px 6px;
    background-color: #F8F8F4;
  }
  .intro__ttl{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
  .intro__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .intro__wrap-bnr{
    width: calc(50% - 10px);
  }
  .intro__wrap-txt{
    width: calc(50% - 10px);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.32px;
  }
  .intro__wrap-link{
    display: block;
    width: calc(50% - 10px);
    padding: 16px 0;
    border-radius: 6px;
    border: 3px solid #000;
    background-color: #39E82C;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
  }
  .intro__wrap-link::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/icon_link_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 64px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }
}

/* tab */
@media screen and (max-width: 1036px) and (min-width: 769px){
  .intro{
    padding: 0 10px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .intro{
    padding: 0 20px;
    margin-bottom: 18px;
  }
  .intro--mb{
    margin-bottom: 73px;
  }
  .intro-inr{
    padding: 30px 16px;
    border-radius: 6px 6px 46px 6px;
    background-color: #F8F8F4;
  }
  .intro__ttl{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .intro__wrap-bnr:not(:last-of-type){
    margin-bottom: 10px;
  }
  .intro__wrap-txt{
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
  }
  .intro__wrap-link{
    display: block;
    padding: 16px 0;
    border-radius: 6px;
    border: 3px solid #000;
    background-color: #39E82C;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
  }
  .intro__wrap-link::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/icon_link_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}

/* small sp */
@media screen and (max-width: 374px){
  .intro__wrap-link::after{
    width: 32px;
    height: 7px;
    right: 8px;
  }
}




/* =======================
	cate
======================= */
/* pc */
@media screen and (min-width: 769px){
  .cate{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cate__box{
    width: calc((100% - 60px)/4);
    border-radius: 6px;
    border: 3px solid #000;
    padding: 0 27px;
    position: relative;
    min-height: 264px;
    background-color: #fff;
  }
  .cate__box::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/icon_link_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 11px;
    position: absolute;
    bottom: 17px;
    right: 13px;
  }
  .cate__box-head{
    position: relative;
    padding: 19px 0 14px;
    margin-bottom: 10px;
  }
  .cate__box-head::before{
    content: "";
    width: calc(100% + 38px);
    height: 100%;
    border-radius: 0px 0px 46px 0px;
    position: absolute;
    left: -27px;
    top: 0;
    z-index: 0;
  }
  .cate__box-head--news::before{
    background-color: #7EAAEB;
  }
  .cate__box-head--voice::before{
    background-color: #F98804;
  }
  .cate__box-head--lifehack::before{
    background-color: #00C2DD;
  }
  .cate__box-head--advice::before{
    background-color: #10C38E;
  }
  .cate__box-head-tag{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding-left: 10px;
    position: relative;
  }
  .cate__box-head-tag::before{
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cate__box-head-ttl{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.4px;
    position: relative;
  }
  .cate__box-body-txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}

/* tab */
@media screen and (max-width: 1036px) and (min-width: 769px){
  .cate{
    flex-wrap: wrap;
  }
  .cate__box{
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    min-height: 200px;
  }
}

/* sp */
@media screen and (max-width: 768px){
  .cate__box{
    border-radius: 6px;
    border: 3px solid #000;
    padding: 0 26px 21px;
    position: relative;
    background-color: #fff;
    display: block;
  }
  .cate__box:not(:last-of-type){
    margin-bottom: 20px;
  }
  .cate__box::after{
    content: "";
    background-image: url("/otona/howtoev/_share/img/icon_link_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 11px;
    position: absolute;
    bottom: 17px;
    right: 14px;
  }
  .cate__box-head{
    position: relative;
    padding: 15px 0 12px;
    margin-bottom: 8px;
  }
  .cate__box-head::before{
    content: "";
    width: calc(100% + 2px);
    height: 100%;
    border-radius: 0px 0px 46px 0px;
    position: absolute;
    left: -26px;
    top: 0;
    z-index: 0;
  }
  .cate__box-head--news::before{
    background-color: #7EAAEB;
  }
  .cate__box-head--voice::before{
    background-color: #F98804;
  }
  .cate__box-head--lifehack::before{
    background-color: #00C2DD;
  }
  .cate__box-head--advice::before{
    background-color: #10C38E;
  }
  .cate__box-head-tag{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding-left: 10px;
    position: relative;
  }
  .cate__box-head-tag::before{
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cate__box-head-ttl{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    position: relative;
  }
  .cate__box-body-txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}




/* =======================
	floating
======================= */
/* pc */
@media screen and (min-width: 769px){
  .floating{
    position: fixed;
    width: 110px;
    height: 180px;
    right: 0;
    bottom: 100px;
  }
  .floating__link{
    display: block;
  }
  .floating__link-img{
    display: block;
  }
}

/* sp */
@media screen and (max-width: 768px){

}
