/*スクロールヒント関連*/
.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after{
	    display:none;
}
.top-business--contents{
	position: relative;
}
.sc-hint-wrap{
    width: 1230px;
    pointer-events: none;
}
.structure-scroll__img .sc-hint-wrap{
    height: 583px;
    margin-top: -583px;
}
.top-solution__scroll .sc-hint-wrap{
    height: 630px;
    margin-top: -630px;
}
.structure-scroll__img .scroll-hint-icon{
	opacity: 1;
	left: 30% !important;
}
.top-solution__scroll .scroll-hint-icon{
	opacity: 1;
	left: 40% !important;
}

.scroll-hint-icon {
    margin: auto;
}
.scroll-hint-icon-white:after,
.scroll-hint-icon::after {
    opacity: 1!important;
}
.scroll-hint-shadow-wrap{
	pointer-events: none;
}


/* movie */
.top-movie {
    overflow: hidden;
    position: relative;
}

.top-video {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover;
    display: block;
}

/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    left: 2.8%;
    bottom: 159px;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: .12rem;
}

/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -159px;
    content: "";
    height: 142px;
    left: -2px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/* スクロールスライド */

.top-s-slide01,
.top-s-slide02 {
    color: #fff;
    font-size: .21rem;
}
.top-s-slide01 {
    padding: 213px 20px 150px;
	position: relative;
}
/*
.top-s-slide01__back::before{
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/top-slide-back01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}*/
.top-s-slide01__back{
    background-image: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0);
}
.top-s-slide01__back_in{
    position: fixed;
    background-image: url(../images/top/top-slide-back01.jpg);
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right bottom;
    z-index: -1;
}
.top-s-slide02 {
    padding: 87px 20px 25px;
    position: relative;
    z-index: 1;
}
.top-s-slide02__back{
    background-image: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0);
}

.top-s-slide02__back_in{
    position: fixed;
    background-image: url(../images/top/top-slide-back02.jpg);
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right bottom;
    z-index: -1;
}

.top-s-slide01__container {
    width: 1115px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-s-slide02__container {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-s-slide01__p1 {
    line-height: 3;
    margin-bottom: 45px;
    font-size: .21rem;
}

.top-s-slide01__p2 {
    font-size: .36rem;
}

.top-s-slide01__p1 span {
    font-size: .48rem;
    line-height: 2;
	font-weight: bold;
}

.top-s-slide01__p2 span {
    font-size: .60rem;
	font-weight: bold;
}

.top-s-slide02__p1 {
    line-height: 3.15;
    margin-bottom: 33px;
    width: 92%;
    margin-left: auto;
}


.top-s-slide02__p2 {
    font-size: 1.12rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 35px;
    color: #adb2b3;
}


/* 黒いリストの部分 */
.top-attempt--container li {}


.top-attempt--container {
    background-color: #1A1A1A;
    padding: 81px 0 48px;
}

.top-attempt--container ul {
    width: 833px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.top-attempt--container li {
    color: #fff;
    font-size: .23rem;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 31px;
    line-height: 1.8;
    letter-spacing: 0.013rem;
}

  .top-attempt--container li {
    opacity: 0;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  }
  
  .top-attempt--container li:nth-of-type(1){
    transform: translate(0, 40px);
    transition-delay: 0.45s;
  }
  
  .top-attempt--container li:nth-of-type(2) {
    transform: translate(0, 30px);
    transition-delay: 0.65s;
  }

  .top-attempt--container li:nth-of-type(3) {
    transform: translate(0, 30px);
    transition-delay: 0.85s;
  }
  
  .top-attempt--container.-visible li {
    opacity: 1;
    transform: translate(0, 0);
  }
/* 黒い幕の動き ここまで */


.top-attempt--container li span {
    color: #fdd841;
    font-size: .16rem;
    margin-right: 6px;
}

.top-attempt--container li .top-attempt--emphasis {
    font-weight: bold;
    font-size: .28rem;
    position: relative;
    background-image: repeating-linear-gradient(-45deg,
            rgba(128, 128, 128, 0.56) 0, rgba(128, 128, 128, 0.56) 2px,
            transparent 2px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left 25px;
    background-size: 100% 50%;
}


/* お知らせ */

.top-news {
    margin-bottom: 123px;
    padding-top: 100px;
	background-color: #fff;
}

.top-news__list {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list_empty {
    width: 360px;
    max-width: 30%;
}

.top-news__item {
    width: 360px;
    max-width: 30%;
    margin-bottom: 10px;
    text-decoration: none;
}

.news_list_img_box {
    margin-bottom: 35px;
    border-radius: 10px;
    aspect-ratio: 3 / 2;
    width: 100%;
    overflow: hidden;
}

.news_list_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.item-date-flex {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.item-tag {
    font-size: .12rem;
    margin-right: 18px;
    color: #0B40AF;
    border-radius: 3px;
    border: 1px solid #0B40AF;
    padding: 2px 6px;
}

.top-news__item time {
    font-size: .14rem;
    color: #0B40AF;
    font-weight: 400;
}

.top-news__item>p {
    font-size: .16rem;
    line-height: 1.8;
    color: #000;
}

.top-news__list--link {
    font-size: .14rem;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    display: flex;
    width: fit-content;
    position: relative;
    border-bottom: 2px dotted #000000;
    padding: 0 55px 12px 25px;
}

.top-news__list--link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 12px;
    right: 25px;
    margin: auto;
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50vh;
}

.top-news__list--link::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 30px;
    top: 0px;
    bottom: 12px;
    margin: auto;
    transform: rotate(45deg);
}



.news-btn {
    color: #0B40AF;
    font-size: .16rem;
    text-align: center;
    text-decoration: none;
    width: 183px;
    display: block;
    text-align: center;
    border-bottom: dotted 3px #0B40AF;
    padding-bottom: 12px;
    margin: 0 auto;
}

.news-btn img {
    width: 15px;
    margin-left: 8px;
}

/* BUSINESS STRUCTURE */
.top-business{
	background-color: #fff;
}
.top-common--title-business{
	margin-bottom: 35px;
}
.top-business-structure {
    margin-bottom: 14px;
}

.top-business--contents {
    /* padding: 0 20px; */
}


.top-business__headline {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.top-business__headline p {
    font-size: .21rem;
	font-weight: bold;
}

.top-business__headline h3 {
    font-size: .36rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.top-business__headline h3 span {
    font-size: .72rem;
	font-weight: bold;
}

.top-business__lead {
    font-size: .16rem;
    width: 1166px;
    max-width: 100%;
    margin: 0 auto 55px;
    padding: 0 20px;
}

.structure-img {
    width: 1232px;
    max-width: 100%;
    margin: 0 auto;
}

.scroll-hint-icon-wrap{
	display: none;
}
.structure-scroll__img {
    width: 1270px;
    max-width: 100%;
    margin: 0 auto 102px;
    padding: 0 20px;
}


/* リスト */
.top-business__box {
    width: 1060px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-business__list {
    width: 47%;
    margin-bottom: 75px;
}

.top-business__list img {
    border-radius: 5px;
}


.top-business__subheading {
    font-size: .21rem;
    color: #0b40af;
    margin-bottom: 7px;
	font-weight: bold;
}

.top-business__text {
    font-size: .16rem;
    line-height: 1.6;
}

.top-business__list--img {
    margin-bottom: 18px;
}

.top-business {
    margin-bottom: 87px;
}


/* 商品事例 */
.top-product-examples__contents {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-business__lead-ex{
	margin-bottom: 70px;
}
.top-product-examples__item {
    width: 46.5%;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 29px 40px;
    margin-bottom: 57px;
    display: flex;
    flex-direction: column;
}

.top-product__mokuji {
    font-size: .21rem;
    color: #0B40AF;
    text-align: center;
    margin-bottom: 20px;
	font-weight: bold;
}

.top-product__text {
    font-size: .16rem;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.top-product__img {
    margin-bottom: 15px;
    flex-grow: 1;
}

.top-product-link a {
    color: #0B40AF;
    font-size: .16rem;
    text-align: center;
    text-decoration: none;
    width: 183px;
    display: block;
    text-align: center;
    border-bottom: dotted 3px #0B40AF;
    padding-bottom: 12px;
}

.youtube-btn img {
    width: 35px;
    vertical-align: top;
    margin-left: 8px;
}

.detail-btn img {
    width: 15px;
    margin-left: 20px;
}

.top-product-link {
    display: flex;
    justify-content: space-between;
}

.engineered-products .top-product-link,
.other-products .top-product-link {
    justify-content: center;
}


/*LINK*/
.top-link {
    margin-bottom: 124px;
	background-color: #fff;
}

.miyamae-link__box {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto;
}

.miyamae-link__box a {
    width: 30.7%;
}


.top-link .top-common--title {
    margin-bottom: 92px;
}

/* ソリューション例 */
.top-solution__scroll {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.top-solution__scroll__img {
    width: 100%;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 44px 42px 17px;
}

.top-solution-example {
    margin-bottom: 90px;
}


@media screen and (min-width:801px) and (max-width:1000px) {}

@media screen and (max-width:800px) {
	.top-video {
		transition:100s;
		height: calc(100dvh - 65px);
	}

    /* スクロールアニメーション */
    .scroll {
        bottom: 19%;
    }
	


    .top-business__headline {
        margin: 0 auto 40px;
        padding: 0 29px;
    }

    .top-business__headline h3 span {
        font-size: .60rem;
    }

    .top-business__headline h3 {
        font-size: .30rem;
        margin-bottom: 3px;
    }

    .top-business__headline {
        flex-direction: column;
    }

    .top-business__lead {
        font-size: .15rem;
        padding: 0 28px;
        line-height: 1.8;
        margin: 0 auto 40px;
    }


    /* 黒い部分 */

    .top-s-slide01 {
        padding: 51px 20px 50px;
    }

    .top-s-slide01__back_in{
        background-image: url(../images/top/sp-top-slide-back01.jpg);
    }

    .top-s-slide01__p1 {
        line-height: 3.1;
        margin-bottom: 65px;
        font-size: .18rem;
    }

    .top-s-slide01__p1 span {
        font-size: .41rem;
        line-height: 2;
    }

    .top-s-slide01__p2 {
        font-size: .30rem;
        line-height: 1.7;
    }

    .top-s-slide01__p2 span {
        font-size: .48rem;
        line-height: 1.3;
		letter-spacing: 0;
    }
	
	.top-s-slide01__p2_empty{
		display: inline-block;
		width: 15px;
	}

    .top-s-slide02 {
        padding: 55px 20px 245px;
        background-position: bottom;
		letter-spacing: 0;
    }

    .top-s-slide02__back_in{
        background-image: url(../images/top/sp-top-slide-back02.jpg);
    }

    .top-s-slide02__p1 {
        line-height: 2.65;
        margin-bottom: 40px;
        width: 100%;
        margin-left: auto;
        font-size: .18rem;
    }

    .top-s-slide02__p2 {
        font-size: .74rem;
        font-weight: bold;
        line-height: 1.34;
        padding: 0 0 0 11px;
    }

    .top-s-slide02__p2 small {
        letter-spacing: -0.6em;
    }


    .top-attempt--container {
        padding: 67px 0 20px;
    }

    .top-attempt--container li span {
        font-size: .12rem;
    }

    .top-attempt--container li {
        font-size: .18rem;
        line-height: 1.95;
    }

    .top-attempt--container li .top-attempt--emphasis {
        font-size: .25rem;
        line-height: 1;
    }

    .top-attempt--emphasis::before {
        display: none;
    }

    .top-attempt--container li span {
        margin-right: 3px;
    }

    /* お知らせ */
    .top-news {
        margin-bottom: 123px;
        padding-top: 82px;
    }

    .top-news__item {
        width: 84%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 47px;
    }

    .top-news__item:last-of-type {
        margin-bottom: 0;
    }

    .news_list_img_box {
        margin-bottom: 30px;
    }

    .top-news__item>p {
        font-size: .15rem;
    }

    .top-news__list {
        margin: 0 auto 50px;
    }
	
	.news-btn{
		margin: 60px auto 0;
	}

	.top-common--title-business h2{
		bottom: 46%;
	}
    /* 事業構造 */
    .top-business-structure {
        margin-bottom: 23px;
    }

    .structure-scroll__img {
        padding: 0;
        overflow-x: scroll;
        margin: 0 auto 80px;
        overflow: auto;
    }

    .structure-scroll__img img {
        width: 1230px;

    }



    .top-business__box {
        padding: 0 30px;
    }

    .top-business__list {
        width: 100%;
        margin-bottom: 65px;
    }

    .top-business__text {
        font-size: .15rem;
        line-height: 1.75;
        letter-spacing: 0;
    }

    .top-business__list--img {
        margin-bottom: 14px;
    }
	.scroll-hint-icon-wrap{
		display: block;
	}

    /* ソリューション例 */

    .top-solution__scroll {
        width: 100%;
        padding: 10px 0;
        overflow-x: scroll;
    }

    .top-solution__scroll__img {
        width: 1230px;
        padding: 33px 42px 5px;
    }

    .top-solution-example {
        margin-bottom: 40px;
    }


    /* 商品事例 */

    .top-product-examples__contents {
        padding: 0 13px;
    }

    .top-product__text {
        font-size: .15rem;
        line-height: 1.8;
        margin-bottom: 35px;
    }

    .top-product-examples__item {
        width: 100%;
        border-radius: 10px;
        padding: 34px 17px 29px;
        margin-bottom: 48px;
    }

    .top-product__img {
        margin-bottom: 38px;
    }
	
	.top-product__img-drone {
        margin-bottom: 20px;
    }
	.top-product__img-golf {
        margin-bottom: 15px;
    }
	.top-business {
		margin-bottom: 57px;
	}

    .top-product-link {
        flex-direction: column;
    }

    .top-product-link a {
        margin: 0 auto 20px;
    }

    .top-product-link a:last-of-type {
        margin-bottom: 0;
    }



    .golf-related .top-product__text {
        margin-bottom: 0;
    }

    .other-products .top-product__text {
        margin-bottom: 60px;
    }

    .other-products .top-product__img {
        margin-bottom: 70px;
    }


    /* リンクコーナー */
    .miyamae-link__box {
        flex-direction: column;
        padding: 0 30px;
    }

    .top-link .top-common--title {
        margin-bottom: 61px;
    }

    .miyamae-link__box a {
        width: 100%;
        margin-bottom: 25px;
    }

    .top-link {
        margin-bottom: 82px;
    }

}

@media screen and (max-width:375px) {
	.top-s-slide01__p1 span{
		font-size: 10vw;
	}
	.top-s-slide01__p2 span{
		font-size: 12vw;
	}
	.top-s-slide02__p2{
		font-size: 19vw;
	}
}