@charset "UTF-8";

/* 2024 add style
--------------------------------------------------------- */
.top-hero {
    margin-bottom: 132px;
    img {
        width: 100%;
        height: auto;
        @media screen and (max-width: 767px) {
            height: 320px;
            /* height: clamp(100px, 320 / 375 * 100vw, 640px); */
            object-fit: cover;
            object-position: center;
        }
    }
    /* カルーセルのスタイル調整 */
    --f-carousel-dot-opacity: 1;
    --f-carousel-dot-hover-opacity: 0.7;
    --f-carousel-dot-width: 10px;
    --f-carousel-dot-height: 10px;
    --f-carousel-dot-color: white;
    .f-carousel {
        --f-progress-color: var(--color-link);
    }
    .f-carousel__dots {
        bottom: -45px;
    }
    .f-carousel__dots li.is-current {
        --f-carousel-dot-color: var(--color-link-dark);
    }
    .f-carousel__dot {
        border: 1px solid var(--color-link-dark);
    }
    .f-progress {
        top: auto;
        bottom: 0;
    }
}
.top-hero__item {
    position: relative;
}
.top-hero__text {
    position: absolute;
    top: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 68px 0;
    color: var(--color-link-dark);
    text-align: center;
    @media screen and (max-width: 767px) {
        padding: 34px 20px;
    }
}
.top-hero__title {
    width: fit-content;
    margin: 0 auto;
    font-size: clamp(10px, 64 / 1366 * 100vw, 64px);
    font-weight: bold;
    line-height: 1.3;
    @media screen and (max-width: 767px) {
        font-size: 28px;
        font-size: clamp(10px, 28 / 390 * 100vw, 36px);
        line-height: 1.4;
    }
    span {
        padding: 2px 20px;
        background: white;
        @media screen and (max-width: 767px) {
            padding-inline: 5px;
        }
    }
}
.top-hero__lead {
    width: fit-content;
    margin: 13px auto 0;
    padding: 2px 20px;
    background: white;
    font-size: clamp(10px, 32 / 1366 * 100vw, 32px);
    font-weight: bold;
    @media screen and (max-width: 767px) {
        padding-inline: 5px;
        font-size: 14px;
        font-size: clamp(8px, 14 / 390 * 100vw, 18px);
        line-height: 1.4;
    }
}
.top-hero__btn {
    margin: 30px auto 0;
    @media screen and (max-width: 767px) {
        margin-top: clamp(10px, 30 / 390 * 100vw, 60px);
    }
    a {
        padding: 13px 20px;
        color: var(--color-link-dark);
        background: white;
        border-radius: 50px;
        transition: background 0.3s, color .3s;
        font-size: 17px;
        font-weight: 500;
        @media screen and (max-width: 767px) {
            padding: 10px 20px;
            font-size: clamp(8px, 14 / 390 * 100vw, 18px);
        }
        &:active {
            color: var(--color-link-dark);
        }
        &:hover {
            text-decoration: none;
            background: var(--color-link);
            color: white;
        }
    }
}

.top-title {
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    @media screen and (max-width: 767px) {
        font-size: 26px;
        font-weight: 400;
    }
}

.top-pickup-wrap,
.top-main-wrap {
    padding-inline: 38px;
    @media screen and (max-width: 767px) {
        padding-inline: 0;
    }
}
.top-topics-wrap {
    margin-bottom: 110px;
    @media screen and (max-width: 767px) {
        padding-inline: 15px;
    }
}
.top-topics {
    max-width: 1000px;
    margin: 0 auto 50px;
}
.top-topics__item {
    display: flex;
    gap: 0 20px;
    margin-bottom: 30px;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 10px 0;
    }
    dt {
        display: flex;
        width: 13em;
        color: var(--color-link-dark);
        @media screen and (max-width: 767px) {
            width: auto;
        }
    }
    dd {
        flex: 1;
        margin: 0;
        a {
            text-decoration: underline;
            color: var(--color-text-light);
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.top-topics__new {
    display: inline-block;
    width: 40px;
    height: 22px;
    line-height: 22px;
    margin-left: auto;
    background: #d82c07;
    font-size: 11px;
    color: #fff;
    text-align: center;
    @media screen and (max-width: 767px) {
        margin-left: 15px;
    }
}

.top-topics-btn {
    text-align: center;
    margin: 0 auto;
    a {
        padding: 13px 30px;
        color: white;
        background: var(--color-link-dark);
        border-radius: 50px;
        transition: background 0.3s;
        &:hover {
            text-decoration: none;
            background: var(--color-link);
        }
    }
}

.top-media {
    display: flex;
    gap: 30px 18px;
    margin-top: 110px;
    @media screen and (max-width: 767px) {
        flex-direction: column;
    }
}
.top-media__item {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    color: white;
    background-color: var(--color-link-dark);
    transition: background-color 0.3s;
    &:link,
    &:visited {
        color: white;
    }
    &:hover {
        text-decoration: none;
        color: white;
        background-color: var(--color-link);
        img {
            opacity: .7;
        }
    }
}
.top-media__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    text-align: center;
    line-height: 1.4;
}
.top-media__title {
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
}
.top-media__lead {
    margin: 3px auto 0;
    padding: 0;
    font-size: 14px;
}
.top-media__image {
    margin: auto 0 0;
    background: white;
    img {
        width: 100%;
        height: auto;
        transition: opacity 0.3s;
    }
}



/* ↓ old style */
/* main_visual
--------------------------------------------------------- */
/*-- main_visual img--*/
#wrap #wrap__Inner .main_visual .js_slider .site__Inner{
    padding: 0;
}
#wrap #wrap__Inner .main_visual .js_slider li img{
    width: 100%;
}


/* common
--------------------------------------------------------- */
.top #wrap #wrap__Inner{
    padding-top: 0;
}

.top #main__Content{
    margin-bottom: 0;
}

/*-- top_h1--*/
.top_h1{
    font-size: 350%;
    font-weight: normal;
    text-align: center;
    color: #000;
    margin: 0;
    padding:100px 0 85px;
}

/*-- slick js custom--*/
/*dots*/
#wrap .js_slider .slick-dots{
    bottom: 20px;
}
/*arrow*/
#wrap .js_slider .slick-next,
#wrap .js_slider .slick-prev{
    left: 15px;
}
#wrap .js_slider .slick-next{
    right: 15px;
    left: auto;
}

/*  About Kubota Engine
--------------------------------------------------------- */
.top .top_about{
    background: #fff;
}
.top .top_about .site__Inner .top_h1{
    padding-bottom: 50px;
}

.top .top_about .site__Inner{
    background: url("../img/bg_about.jpg") center top;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 80px;
}

/*media*/
.top .top_about .media .media_in{
    border: 1px solid #dedede;
    background: #fff;
}
.top .top_about .media .media_Img img{
    width: 100%;
}
.top .top_about .media .heading_Link {
    font-size: 112.5%;
}
.top .top_about .media .media_Body{
    padding:10px 20px 20px;
}
.top .top_about .media .media_Body .heading_Link--isSmall{
    margin-bottom: 0;
}


/*  Search
--------------------------------------------------------- */
.top .top_search{
    background: url("../img/bg_search.png") center;
}
.top .top_search .site__Inner{
    margin-top: 0;
    padding-bottom: 125px;
}

.top .top_search .site__Inner .top_h1{
    padding:70px 0 45px;
    color: #fff;
}

/* media */
.top .top_search .site__Inner .grid{
    max-width: 1000px;
    margin: 0 auto;
}

.top .top_search .site__Inner .media {
    text-align: center;
    position: relative;
}

.top .top_search .site__Inner .media a{
}
.top .top_search .site__Inner .media a:hover{
    opacity: 0.6;
    transition: 0.5s;
    -o-transition: 0.5s; /* opera */
    -moz-transition: 0.5s; /* firefox */
    -webkit-transition: 0.5s; /* chrome, safari */
    -ms-transition: 0.5s; /* ie */
    text-decoration: none;
}

/*  network
--------------------------------------------------------- */
.top .top_network{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url("../cmn/img/footer/bg_foot.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/*ipad bug*/
.ipad .top .top_network{
    -webkit-background-attachment: inherit;
    background-attachment: inherit;
    background-position: center;
}


.top .top_network .top_network_in{

    padding: 100px 0;
}

.top .top_network .top_network_wrap{
    background: #fff;
}

.top .top_network .site__Inner{
    background: url("../img/bg_network.jpg") center top;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 45px;
}

.top .top_network .site__Inner .top_h1{
    padding:120px 0 25px;
    line-height: 1.1;
}

.top .top_network .site__Inner .heading_Link--isSmall{
    margin-top: 20px;
}
.top .top_network .site__Inner .heading_Link--isSmall a{
    color: #00a8a9;
}

.top .top_network .site__Inner .heading_Link--isSmall a:hover{
    color: #333;
}


/*  Topics
--------------------------------------------------------- */
.top .top_topics{
    background: #f6f6f6;
    padding:90px 0;
}
.top .top_topics .site__Inner{
    margin-top: 0;
    max-width: 1000px;
}

/*topics*/
.top .top_topics .site__Inner .top_h1{
    padding: 0 0 20px;
}

.top .top_topics .topics_list li{
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    font-size: 100%;
    /*position: relative;*/
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
}

.top .top_topics .topics_list li div{
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
}

.top .top_topics .topics_list li div .topics_list_day{
    /*position: absolute;
    top: 15px;
    left: 3px;*/
    display: block;
    flex: 115px;
}

.top .top_topics .topics_list li div .topic_list_new{
    margin-left: 5px;
    width: 40px;
    background: #d82c07;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 22px;
    line-height: 22px;
    margin-top: 2px;
    display: inline-block;
    flex: 40px;
}

.top .top_topics .topics_list li .topics_list_ttl {
    /*margin-left: 120px;*/
    margin-left: 5px;
    display: inline;
    flex: 1;
}

.top .top_topics .topics_list li .topics_list_ttl a{
    color: #00a9aa;
}

/*more*/
.top .top_topics .topics_list_more{
    margin-top: 15px;
    padding-left: 3px;
}
.top .top_topics .topics_list_more a{
    color: #00a8a9;
    font-size: 	100%;
}
.top .top_topics .topics_list_more a:after{
    background-image: url("../cmn/img/icon/icon_arrow_cookie.png");
    width: 14px;
    height: 14px;
}

.top .top_topics .topics_box{
  width: 100%;
}


#inline_content{
  margin-top: 100px;
  margin-bottom: 70px;
  width: 650px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: relative;
}
#inline_content ul{
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  margin: 0 auto;
}
#inline_content ul li{
  width: 270px;
}
#inline_content ul li a{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#inline_content ul li a img{
  width: 100%;
}
#inline_content ul li a span{
  display: block;
}

#movieList{
  margin-top: 50px;
}
#movieList ul li{
  text-align: center;
}
#movieList ul li a{
  cursor: pointer;
  display: block;
}

#movieList .moremovie{
  margin: 20px auto 0;
  width: 150px;
  border: 1px solid #00A8A9;
}
#movieList .moremovie a{
  display: block;
  text-align: center;
  color: #00A8A9;
}
#movieList ul li a{
  max-width: 320px;
  margin: 0 auto;
}
#movieList ul li a img{
  width: 100%;
  max-width: 320px;
}


/*-- pc --*/
@media print, screen and (min-width: 768px) {
    .sitemap #wrap__Inner{
        max-width: 1600px;
    }
    #inline_content{
      margin-top: 100px;
      margin-bottom: 70px;
      width: 650px;
      height: 350px;
      margin: 0 auto;
      display: flex;
      display: -ms-flex;
      display: -ms-flexbox;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    /*** マウスオーバーエフェクト ***/
    #movieList ul {
      min-height: 280px;
    }
    #movieList ul .slick-list {
      min-height: inherit;
      padding-top: 45px;
    }
    #movieList li a img {
      max-width: auto;
      max-width: initial;
      position: relative;
      -moz-transition: -moz-transform 0.2s linear;
      -webkit-transition: -webkit-transform 0.2s linear;
      -o-transition: -o-transform 0.2s linear;
      -ms-transition: -ms-transform 0.2s linear;
      transition: transform 0.2s linear;
      width: auto;
    }
    #movieList li a:hover img {
      box-shadow:0 0 30px 10px #000;
      opacity:1;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }
}
/*-- //pc --*/

/*-- smartPhone --*/
@media screen and (max-width: 767px) {

    /* common
    --------------------------------------------------------- */

    /*-- top_h1--*/
    .top_h1{
        font-size: 150%;
        padding:80px 0 40px;
    }


    /*-- slick js custom--*/
    /*dots*/
    #wrap #wrap__Inner .main_visual .js_slider .slick-dots{
        bottom: -25px;
    }
    /*arrow*/
    #wrap #wrap__Inner .main_visual .js_slider .slick-arrow,
    #wrap #wrap__Inner .main_visual .js_slider .slick-prev{
        left: -50px;
    }



    /*  Search
    --------------------------------------------------------- */
    .top .top_search{
    }
    .top .top_search .site__Inner{
        padding-bottom: 55px;
    }

    .top .top_search .site__Inner .top_h1{
        padding:40px 0 25px;
    }

    /* media */
    .top .top_search .site__Inner .grid{
        max-width: 200px;
    }

    .top .top_search .site__Inner .media {
    }

    .top .top_search .site__Inner .media a img{
        width: 100%;
    }
    .top .top_search .site__Inner .media a:hover{
        opacity: 1;
    }


    /*  network
    --------------------------------------------------------- */
    .top .top_network{
        background: url("../cmn/img/footer/bg_foot.jpg") center no-repeat;
        background-size:cover;
    }

    .top .top_network .top_network_in{
        padding: 40px 0;
    }

    .top .top_network .top_network_wrap{
    }

    .top .top_network .site__Inner{
        padding-bottom: 25px;
    }

    .top .top_network .site__Inner .top_h1{
        padding:50px 0 0px;
        line-height: 1.1;
    }

    .top .top_network .site__Inner .heading_Link--isSmall{
        margin-top: 10px;
    }
    .top .top_network .site__Inner .heading_Link--isSmall a{
    }

    .top .top_network .site__Inner .heading_Link--isSmall a:hover{
    }


    /*  Topics
    --------------------------------------------------------- */
    .top .top_topics{
        padding:50px 0;
    }
    .top .top_topics .site__Inner{
        margin-top: 0;
        max-width: 1000px;
    }

    /*topics*/
    .top .top_topics .site__Inner .top_h1{
        padding: 0 0 15px;
    }

    .top .top_topics .topics_list li{
      flex-direction: column;
      -webkit-flex-direction: column
      -ms-flex-direction: column
    }

    .top .top_topics .topics_list li div .topics_list_day{
      flex: 0 0 115px;
      -ms-flex: 0 0 115px;
    }

    .top .top_topics .topics_list li div .topic_list_new{
      flex: 0 0 40px;
      -ms-flex: 0 0 40px;
    }

    .top .top_topics .topics_list li .topics_list_ttl {
      flex: 2 0 auto;
      -ms-flex: 2 0 auto;
    }

    .top .top_topics .topics_list li .topics_list_ttl a{
    }



    /*   Sitemap
    --------------------------------------------------------- */
    .sitemap #main__Content{
        padding: 0 15px;

    }

    #inline_content{
      margin-top: 50px;
      margin-bottom: 30px;
      width: 100%;
      height: 50vh;
    }
    #inline_content ul{
      display: block;
      width: auto;
    }
    #inline_content ul li{
      width: auto;
      margin-bottom: 30px;
    }
    #inline_content ul li a{
      display: block;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
    }
    #inline_content ul li a img{
      width: 100%;
    }
    #inline_content ul li a span{
      display: block;
    }


}
/*-- //smartPhone --*/

video {
  display: block;
  max-height: 540px;
}
