.buffer {
    height: 70px;
    width: 100%;
}
.arrow-scroll {
    left: -43px;
}
/*---top----*/
.mv {
    position: relative;
    padding: 0 20px;
    margin-top: 70px;
}
.mv .mv-wrap {
    position: relative;
}
.mv .mv-wrap figure {
    position: relative;
    overflow: hidden;
}
.mv .mv-wrap figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 140%;
    background-color: #B8012E;
    transform: rotate(45deg) translate(-43%, 24%);
    opacity: 0.8;
}
.mv .mv-wrap h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-20%, -50%);
    color: #fff;
    font-family: 'URW DIN', sans-serif;
    font-size: 10rem;
    font-style: italic;
    letter-spacing: 5px;
}
.mv::before {
    content: '';
    position: absolute;
    bottom: -115px;
    left: 0;
    background-color: #E8E8E8;
    width: 100%;
    height: 120%;
    transform-origin: right bottom;
    transform: translateX(-18%) rotate(45deg);
    -ms-transform: translateX(-15%) rotate(45deg);
    z-index: -1;
}
.mv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.mv .mv-wrap .mv__content {
    max-width: 1120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 39%);
    color: #fff;
    line-height: 2;
}
.mv .mv-wrap .mv__content p {
    line-height: 3;
}
.mv .mv__content .text-black {
    color: #000;
    display: block;
}
.mv .arrow-scroll::before {
    background: linear-gradient(180deg, white 50%, #b8012e 50%);
}
/*---about----*/
.content {
    position: relative;
    z-index: 0;
}
.content .about-us {
    position: relative;
    z-index: 0;
    margin-top: 150px;
    display: flex;
    justify-content: flex-end;
    /*align-items: center;*/
    padding-right: 20px;
    align-items: flex-start;
}
.content .about-us .about-us__info::after {
    content: '';
    background: url(../images/top-page/img_logo.png);
    position: absolute;
    background-size: cover;
    width: 392px;
    height: 381px;
    right: -62px;
    top: 43px;
}
.content .about-us__img-logo {
    position: relative;
    z-index: 0;
    overflow: visible;
    margin-top: 100px;
    width: 100%;
}
.about-us__info__img-info {
    position: absolute;
    top: 60%;
    z-index: 2;
    right: 19%;
    width: 40%;
}
.figure-wrap {
    width: 100%;
}
.content .about-us__info {
    background: linear-gradient(135deg, #b8012e 50%, #ce0033 50%);
    color: #fff;
    position: relative;
    z-index: 0;
    max-width: calc(50% - 250px);
    width: 100%;
    padding: 50px 0 46%;
}
.content .about-us__info h2 {
    color: #fff;
    -webkit-text-fill-color: #B8012E;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-family: 'URW DIN', sans-serif;
    font-size: 7rem;
    font-style: italic;
    transform-origin: left bottom;
    transform: rotate(90deg) translate(-40px, -10px);
    letter-spacing: 3px;
    width: max-content;
    display: table;
}
.content .about-us__info figure.about-us__info__logo-company {
    float: right;
    transform: translateY(-40px);
    -ms-transform: translate(25%, -40px);
}
.content .about-us__info figure.about-us__info__logo-company img {
    width: auto;
}
.content .about-us__info figure.about-us__info__img-info {
    margin-top: 70px;
    transform: translate(-30%, 91%);
}
.content .about-us__info a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    padding: 40px 80px 40px 25px;
    display: block;
    top: 300px;
    position: relative;
}
.content .about-us__info a span {
    position: relative;
    z-index: 0;
    width: 80px;
    height: 35px;
    transition: all 0.5s ease;
    display: block;
    transform: translateX(100%);
}
.content .about-us__info a span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 1px;
    transition: all 0.5s ease;
}
.content .about-us__info a span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 10px;
    height: 1px;
    transition: all 0.5s ease;
    transform-origin: right center;
    transform: rotate(25deg);
}
.content .about-us__info a:hover span {
    transform: translateX(120%);
}
.content .business {
    padding-left: 20px;
}
.content .business__img {
    position: relative;
    z-index: 0;
    float: right;
    overflow: visible;
    width: 66%;
}
.content .business__img .company-name {
    font-family: 'URW DIN', sans-serif;
    font-size: 16rem;
    color: #414141;
    font-style: italic;
    letter-spacing: 3px;
    transform: translate(-35%, 50%);
}
.content .business__info {
    max-width: calc(50% + 300px);
    width: 100%;
    background: linear-gradient(45deg, #ce0133 60%, #b8012e 60%);
    padding: 50px 100px 0 0;
    transform: translateY(-150px);
}
.content .business__info h2 {
    color: #fff;
    -webkit-text-fill-color: #B8012E;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-family: 'URW DIN', sans-serif;
    font-size: 7rem;
    font-style: italic;
    text-align: right;
    letter-spacing: 3px;
}
.content .business__info a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    padding-left: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-flow: column;
}
.content .business__info a span, .news .news__content .news__title a span {
    position: relative;
    z-index: 0;
    width: 80px;
    height: 35px;
    transition: all 0.5s ease;
    display: block;
    transform: translateX(50%);
}
.content .business__info a span::before, .news .news__content .news__title a span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 1px;
    transition: all 0.5s ease;
}
.content .business__info a span::after, .news .news__content .news__title a span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 10px;
    height: 1px;
    transition: all 0.5s ease;
    transform-origin: right center;
    transform: rotate(25deg);
}
.content .business__info a:hover span{
    transform: translateX(70%);
}
.content .business__info p {
    font-family: 'URW DIN', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 150px;
}
.content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -215px;
    left: 0;
    width: 50%;
    height: 60vw;
    background-color: #F5F5F5;
    transform-origin: top right;
    transform: translate(-20%, 100px) rotate(-45deg);
}
.content::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 18px;
    width: calc(100% - 200px);
    height: 550px;
    background-color: #F5F5F5;
    transform-origin: left bottom;
    transform: translate(-15.5%, 30%) rotate(45deg);
    -ms-transform: translate(-29%, 30%) rotate(45deg);
}
.content__decorate {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #F5F5F5;
    width: 50%;
    height: 520px;
    transform-origin: right bottom;
    transform: translate(10%, 65%) rotate(-45deg);
    -ms-transform: translate(10%, 40%) rotate(-45deg);
}
.news{
    position: relative;
    z-index: 0;
}
.news::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #E8E8E8;
    width: 50%;
    height: 700px;
    transform-origin: top right;
    transform: translateY(-200px) rotate(-45deg);
}
.news .news__content{
    max-width: calc(100% - 520px);
    width: 100%;
    margin-bottom: 200px;
}
.news .news__content .news__title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.news .news__content .news__title h2{
    font-family: 'URW DIN', sans-serif;
    font-style: italic;
    font-size: 4.1rem;
    color: #000;
}
.news .news__content .news__title h2 span{
    font-family: "Noto Serif JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.9rem;
}
.news .news__content .news__title a{
    color: #B8012E;
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news .news__content .news__title a span{
    margin-left: 10px;
    height: 25px;
    transform: translateX(0);
}
.news .news__content .news__title a:hover span{
    transform: translateX(15%);
}
.news .news__content .news__title a span::before, .news .news__content .news__title a span:after{
    background-color: #B8012E;
}
.news .news__content .news__list dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.news .news__content .news__list dl dt{
    margin-right: 30px;
    font-family: 'YuGothic', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #525252;
}
.news .news__content .news__list dl dd a{
    font-weight: 500;
    font-size: 1.6rem;
    color: #302D2C;
    text-decoration: none;
}
.news .news__content .news__list dl dd a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .mv .mv-wrap h2 {
        top: 0;
        left: 0;
        transform: translate(50px, 150%);
        width: 100%;
        font-size: 5rem;
    }
	.mv .mv-wrap .mv__content {
		padding-left: 30px;
		top: 160px;
		bottom: auto;
		transform: translate(-50%, 0);
		z-index: 10;
	}
    .content .about-us {
        display: block;
        padding: 0 20px;
    }
    .content .about-us__info h2 {
        transform: none;
        font-size: 3rem;
        padding-left: 0px;
    }
    .content .about-us__info__logo-company {
        transform: translate(30%, -25px) !important;
    }
    .content .about-us__info {
        padding: 30px 20px 0;
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .figure-wrap {
        display: flex;
        align-items: baseline;
    }
    .about-us__info__img-info {
        position: relative;
        top: 0;
        z-index: 2;
        right: 0;
    }
    .about-us__info__img-info {
        width: 52.8%;
    }
    .content .about-us__img-logo {
        width: 47.5%;
        margin-top: 0;
    }
    .content .about-us__info a {
        font-size: 1.4rem;
        padding: 10px 20px 20px 0px;
        top: 0px;
    }
    .content .about-us .about-us__info::after {
        width: 179px;
        height: 152px;
        right: -62px;
        top: 15px;
    }
    .content .business {
        margin-bottom: 50px;
    }
    .content .business__img {
        float: none;
        width: 100%;
    }
    .content .business__img .company-name {
        font-size: 4rem;
        transform: translate(0%, 50%);
    }
    .content .business__info {
        background: linear-gradient(45deg, #ce0133 40%, #b8012e 40%);
        padding: 30px 20px 0;
        transform: translateY(-40px);
        max-width: 100%;
    }
    .content .business__info p {
        transform: unset;
        text-align: left;
        padding-top: 0;
    }
    .content .business__info h2 {
        font-size: 3rem;
        text-align: left;
        letter-spacing: 3px;
    }
    .content .business__info a {
        font-size: 1.4rem;
        padding: 10px 20px 20px 0px;
        display: block;
    }
    .content__decorate{
        display: none;
    }
    .news::before{
        transform: translateY(50px) rotate(-45deg);
    }
    .news .container{
        padding: 0 20px;
    }
    .news .news__content{
        max-width: 100%;
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 1023px) {
	.arrow-scroll {
		display: inline-block;
		left: 15px;
		bottom: 80px;
	}

	.mv::before {
        width: 120%;
        height: 100%;
        bottom: 50%;
        transform: translate(-27%, -10%) rotate(45deg);
    }
    .mv .mv-wrap h2 {
		transform: translate(10px, 20%);
		font-size: 7rem;
    }
	.mv .mv-wrap .mv__content {
		top: 307px;
	}
	.mv .mv-wrap figure {
		height: 420px;
		width: 100%;
		background-image: url("../images/top-page/img_mv.webp");
		background-size: cover;
		background-position: top right;
	}
    .mv .mv-wrap figure::before {
        transform: rotate(45deg) translate(-95%, 5%);
    }
    .mv .mv-wrap .mv__content p {
        line-height: 2;
    }
    .mv .mv-wrap {
        z-index: 1;
		padding-bottom: 120px;
    }
    .content__decorate{
        display: block;
        height: 400px;
        transform: translate(-138%, 109%) rotate(-45deg);
    }
    .news::before{
        width: 100%;
        transform: translateY(130px) rotate(-45deg);
    }
    .news .news__content .news__title{
        flex-flow: column nowrap;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .news .news__content .news__title a{
        max-width: 155px;
        width: 100%;
        margin-right: 0;
        margin-left: auto;
    }
    .news .news__content .news__list dl dt{
        margin-right: 15px;
    }
}
@media screen and (max-width: 540px) {
    .mv .mv-wrap figure {
        background-image: url("../images/top-page/img_mv_sp.jpg");
        background-size: cover;
        background-position: center;
    }
}
@media screen and (max-width: 320px){
    .content__decorate {
        height: 470px;
        transform: translate(-147%, 70%) rotate(-45deg);
    }
}