/* ================================ */
/* mv */
#top-mv{
    background: url(../images/top/mv.png);
    background-size: 120%;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 122px;
    height: 83.7rem;
}
#top-mv h1{
    font-size: 4rem;
    line-height: calc(60/40);
    text-align: center;
    color: #fff;
    /* text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25); */
}
#top-mv h1 .h1-1{
    font-size: 4.4rem;
    color: var(--main-color-green);
}
#top-mv h1 .h1-2{
    background: var(--main-color-gradatio);
    border-radius: 8px;
    padding: 0 2rem;
}
.top-mv-container .fc-y{
    color: var(--main-color-yellow);
}
.top-mv-container{
    padding: 39rem 0;
}
/* ================================ */
/* feature */
#top-feature-container {
    border-radius: 0px 122px 0px 0px;
    color: #fff;
    padding: 11rem 0;
    margin: 22rem auto 0;
    /*for temp*/
}

.top-feature {
    width: 120rem;
    margin: 0 auto;
}

.top-feature .fz-24 {
    font-size: 2.4rem;
    font-weight: 700;
}

.top-feature .fz-32 {
    font-size: 3.2rem;
    line-height: 3;
    font-weight: 700;
}

.top-feature .fc-y {
    color: var(--main-color-yellow);
}

/* f-content */
.top-feature-content-txt {
    width: 64rem;
}

.top-feature-content-txt p {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.top-feature-content-img {
    width: 49.3rem;
    position: relative;
    margin: -17rem 0 0 auto;
}

.top-feature-content-img img {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

.top-feature-content-img::before {
    content: "";
    background: var(--main-color-yellow);
    display: block;
    position: absolute;
    width: 49.3rem;
    height: 48.4rem;
    border-radius: 8px;
    right: 3rem;
    top: 3rem;
}

/* f-reason */
.top-feature-reason {
    margin: 13.7rem auto 0;
    justify-content: space-between;
}

.top-feature-reason-inner {
    position: relative;
}

.top-feature-reason .l-1,
.top-feature-reason .l-2 {
    width: 19.6rem;
}

.top-feature-reason .l-1::before,
.top-feature-reason .l-2::before {
    width: 18.7rem;
    height: 18.7rem;
}

.top-feature-reason .l-3::before {
    width: 61.2rem;
    height: 18.8rem;
    background: url(../images/top/border-line-long.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.top-feature-reason .l-3 {
    width: 62.1rem;
}

.top-feature-reason-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url(../images/top/border-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.top-feature-reason-numb {
    font-size: 3.2rem;
    font-weight: 700;
    margin: -6rem 0 0;
}

.top-feature-reason .l-1 .t-1,
.top-feature-reason .l-2 .t-1 {
    margin: 3rem 0 0;
}

.top-feature-reason .l-3 .t-1 {
    margin: 1rem 0 0;
}

.top-feature-reason .plus {
    margin: 3rem 0 0;
}

.top-feature-reason .t-1 {
    font-size: 1.6rem;
    position: relative;
    text-align: center;
}

.top-feature-reason .t-1 span {
    position: relative;
    z-index: 1;
}

.top-feature-reason .t-2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.top-feature-reason .t-1::before {
    display: block;
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: var(--main-color-green);
    height: 1.2rem;
    width: 54%;
    z-index: 1;
}

/* ================================ */
/* reason */
.top-reason {
    width: 120rem;
    margin: 11rem auto;
}

.top-reason .main-ttl {
    text-align: center;
    color: var(--main-color-green);
}

/* r-content */
.top-reason-content h4 {
    margin: 0 0 0 3.5rem;
    color: var(--main-color-green);
}

.top-reason-content .main-txt {
    line-height: calc(25/16);
    margin: 0 0 0 3.5rem;
}

.top-reason-content {
    justify-content: space-between;
    width: 120rem;
    margin: 4.5rem auto;
}

.top-reason-content li {
    width: 28rem;
    height: 35rem;
    background: #FFFFFF;
    box-shadow: -9px 9px 18px rgba(216, 216, 216, 0.2), 9px -9px 18px rgba(216, 216, 216, 0.2), -9px -9px 18px rgba(255, 255, 255, 0.9), 9px 9px 23px rgba(216, 216, 216, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(216, 216, 216, 0.5);
    border-radius: 20px;
}

.top-reason-content li a {
    width: 100%;
    display: block;
    height: 100%;
}

.top-reason-content img {
    width: 8rem;
    margin: 6.4rem 0 6rem 3.2rem;
}

/* ================================ */
/* works */
#top-works-container {
    border-radius: 122px 0 0 0;
    padding: 11rem 0;
}

.top-works {
    width: 120rem;
    margin: 0 auto;
}

.top-works .main-ttl {
    color: #fff;
    text-align: center;
}

.top-works-content {
    margin: 0 0 4.5rem 0;
}

.top-works-content-img {
    margin: 8rem 0 3.5rem;
}

.top-works-content-img img {
    width: 50%;
}
.top-works-content-img img:first-child {
    filter: grayscale(0.5);
}
.top-works-content-case {
    width: 17rem;
    margin: 2rem 0 0;
}

.top-works-content-case p {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
}

.top-works-content-case .btn-y {
    margin-top: 0.5rem;
}

.top-works-content-info .main-txt {
    color: #fff;
    line-height: calc(30/16);
    margin: 3rem 0 0 2.8rem;
}

.triangle,
.triangle::before,
.triangle::after {
    width: 1rem;
    height: 1rem;
    background: #fff;
}

.triangle::before,
.triangle::after {
    content: "";
    position: absolute;
}

.triangle {
    margin: 6rem auto 0;
    position: relative;
    border-top-left-radius: 30%;
    transform: rotate(0deg) skewY(30deg) scaleX(.86666);
}

.triangle::before {
    border-top-right-radius: 30%;
    transform: skewX(-45deg) translateX(50%);
}

.triangle::after {
    border-bottom-left-radius: 30%;
    transform: skewY(-45deg) translateY(50%);
}
.top-works-content-review{
    align-items: center;
}
.top-works-content-review-profile {
    width: 10.7rem;
}

.top-works-content-review-profile p {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1rem;
}

.top-works-content-review .balloon {
    position: relative;
    display: block;
    background: #fff;
    padding: 2.5rem 4.5rem;
    width: 49rem;
    border-radius: 8px;
    margin: 0 0 0 4rem;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.top-works-content-review .balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

.top-works .btn-m p {
    color: #fff;
}

/* ================================ */
/* model */
.top-model {
    width: 120rem;
    margin: 11rem auto;
}

.top-model-content .i-1 {
    width: 59.4rem;
}

.top-model-content-inner {
    margin: 0 0 0 auto;
    width: 45%;
}

.top-model-content-inner .main-ttl {
    margin: 10rem 0 6rem;
    color: var(--main-color-green);
}

.top-model-content-inner .i-2 {
    width: 26.2rem;
    margin: 0 0 11rem;
    display: inherit;
}

.top-model-img {
    justify-content: space-between;
}

.top-model-img-block {
    width: 59.4rem;
    margin: 1rem 0 0;
    /* filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.25)); */
}
.top-model-img-block img:first-child{
    filter: grayscale(.8);
}
.top-model-img-block img {
    width: 50%;
}
.top-model-link-sp { display: none; }

/* ================================ */
/* event */
.top-event-list .main-ttl {
    text-align: center;
    color: var(--main-color-green);
}
.top-event-list {
	padding-top: 80px;
	margin-bottom: 100px;
}
.top-event-list ul {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 80px 60px;
}
.top-event-list ul li {
	position: relative;
   padding: 20px 20px 40px;
	background: #FFFFFF;
	box-shadow: -9px 9px 18px rgba(216, 216, 216, 0.2), 9px -9px 18px rgba(216, 216, 216, 0.2), -9px -9px 18px rgba(255, 255, 255, 0.9), 9px 9px 23px rgba(216, 216, 216, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(216, 216, 216, 0.5);
	border-radius: 20px;
}
.top-event-item-thumbnauil { border-radius: 10px; }
.top-event-item-title {
	display: block;
	margin: 12px 0 12px;
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	color: #0D7040;
}
.top-event-item-date {
	 margin-bottom: 12px;
    padding: 4px;
    font-family: 'LINE Seed JP';
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    background: var(--main-color-green);
    letter-spacing: 1px;
    color: var(--main-color-yellow);
    word-break: break-all;
}
.top-event-item-except + p {
	font-family: 'LINE Seed JP';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	word-break: break-all;
}
.top-event-item-link {
	position: absolute;
	bottom: -24px;
	left: calc(50% - 79px);
	display: grid;
	place-items: center;
	width: 138px;
	height: 48px;
	background: #0D7040;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0992414);
	border-radius: 24px;
	font-family: 'LINE Seed JP';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.top-event-list .btn-m {
	margin-top: 60px;
}


/* ================================ */
/* ================================ */
/* for sp */

@media only screen and (max-width: 830px) {
/* 	.top-event-list ul {
		padding-top: 10px;
		display: flex;
		grid-template-columns: auto;
		overflow-x: scroll;
	}
	.top-event-list ul::-webkit-scrollbar {
		-webkit-appearance: none;
		height: 4px;
	}
	.top-event-list ul::-webkit-scrollbar-thumb {
		border-radius: 1px;
		background-color: rgba(0,0,0,.1);
	}
	.top-event-list ul li {
		min-width: 100%;
		width: 100%;
		margin-right: 32px;
		margin-bottom: 30px;
	} */
	.top-event-list ul { grid-template-columns: repeat(1, minmax(0, 1fr)); }
	.top-event-item-except + p { display: none; }
}
@media only screen and (max-width: 750px) {
    #top-mv{
        height: 90rem;
        background-size: 233%;
        background-position-x: -50rem;
    }
    #top-mv h1 .h1-1{
        font-size: 3.4rem;
    }
    .top-feature{
        width: 67.5rem;
    }
    .top-feature .fz-24{
        font-size: 3.2rem;
    }
    .top-feature .fz-32{
        font-size: 4rem;
    }
    .top-feature-content{
        flex-direction: column-reverse;
    }
    .top-feature-content-txt p{
        font-size: 2.4rem;
        line-height: 1.75;
    }
    .top-feature-content-img{
        width: 67.5rem;
        margin: -24rem auto 8rem;
    }
    .top-feature-content-img::before{
        width: 100%;
        height: 100%;
        right: 2rem;
        top: 2rem;
    }
    .top-feature-reason .l-1,
    .top-feature-reason .l-2 {
        width: 20.6rem;
    }
    .top-feature-reason .l-1::before,
    .top-feature-reason .l-2::before {
        width: 20.7rem;
        height: 20.7rem;
    }
    .top-feature-reason .l-3::before{
        width: 67.5rem;
        height: 20.8rem;
    }
    .top-feature-reason .l-3{
        width: 67.5rem;
        margin: 13rem auto 0;
    }
    .top-feature-reason-numb{
        font-size: 3.6rem;
        margin: -7.5rem 0 0;
    }
    .top-feature-reason .l-3 .t-1{
        margin: 0;
    }
    .top-feature-reason .t-1{
        font-size: 2.4rem;
    }
    .top-feature-reason .t-2{
        font-size: 3.2rem;
    }
    .top-feature-reason .t-1::before{
        width: 72%;
    }
    .top-reason{
        width: 67.5rem;
    }
    .top-reason-content{
        width: 67.5rem;
    }
    .top-reason-content li{
        width: 32.5rem;
        height: 41rem;
        margin-bottom: 2.5rem;
        padding: 0 3rem;
    }
    .top-reason-content h4{
        margin: 0;
    }
    .top-reason-content .main-txt{
        margin: 0;
    }
    .top-reason-content img{
        width: 10rem;
        margin: 7.4rem 0 3rem 0;
    }
    .top-works{
        width: 67.5rem;
    }
    .top-works-content-img img{
        width: 100%;
    }
    .top-works-content-case{
        width: 67.5rem;
    }
    .top-works-content-case .btn-y{
        margin-left: auto;
    }
    .top-works-content-case p{
        font-size: 5rem;
    }
    .top-works-content-info .main-txt{
        margin: 5rem auto;
    }
    .triangle{
        display: none;
    }
    .top-works-content-review{
        align-items: center;
    }
    .top-works-content-review-profile{
        width: 16rem;
        text-align: center;
    }
    .top-works-content-review .balloon{
        width: 46rem;
        margin: 0 0 0 5rem;
    }
    .top-model{
        width: 67.5rem;
		  margin-top: 4rem;
    }
    .top-model-content .i-1{
        width: 100%;
   		  margin-bottom: 4rem;
    }
    .top-model-content-inner{
        margin: 0;
        width: 100%;
    }
    .top-model-content-inner .main-ttl{
        margin: 6rem 0;
    }
    .top-model-content-inner .i-2{
        width: 37.2rem;
        margin: 0 0 5rem;
    }
    .top-model-img{
        margin-top: 4rem;
    }
    .top-model-img-block{
        width: 100%;
    }
	.top-model-link-pc { display: none; }
	.top-model-link-sp { display: block; }
	.top-model-content-wrapper {
		order: 2;
	}

}

