
{
    display: flex;
    justify-content: center;
    align-items: center
}

.contents_write_1 {
    position: relative
}

@media screen and (max-width: 767px) {
    .contents_write_1 {
        padding-top:11vw;
    }
}

.contents_write_1 h1 {
    font-size: 30px!important;
    font-weight: 600!important;
    letter-spacing: 0.08em!important;
    line-height: 1.4!important;
    text-align: center!important;
	margin-bottom: 5px!important;
    opacity: 0;
	color: #535657;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    -webkit-transition: all 1s ease;
    -webkit-transition-delay: 1s;
    transition: all 1s ease 1s
}

.contents_write_1 h1 span {
    font-size: 45px
}

@media screen and (max-width: 767px) {
    .contents_write_1 h1 {
        width:100%;
        font-size: 7.5vw;
        text-align: center;
        margin-bottom: 12vw
    }

    .contents_write_1 h1 span {
        font-size: 7vw
    }
}

.contents_write_1 p {
    font-family: YakuHanJP,Jost,Roboto,"Koburina Gothic W6 JIS2004","Koburina Gothic W3 JIS2004",FP-KoburinaGoStdN-W6,FP-KoburinaGoStdN-W3,YuGothic,"Yu Gothic Medium","Yu Gothic","Noto Sans Japanese","Source Sans Pro","Hiragino Kaku Gothic Pro","Meiryo","sans-serif";
    font-size: 16px!important;
    font-weight: 600!important;
    letter-spacing: 0.05em!important;
    line-height: 2.2!important;
    text-align: left!important;
    margin-top: 25px!important;
    margin-bottom: 25px!important;
    text-align: center!important;
    opacity: 0;
    position: relative;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: all 1s ease 1.5s;
    -o-transition: all 1s ease 1.5s;
    -webkit-transition: all 1s ease;
    -webkit-transition-delay: 1.5s;
    transition: all 1s ease 1.5s
}

@media screen and (min-width: 767px) {
    .en .contents_write_1 p {
        font-weight:400;
        letter-spacing: 0.02em
    }
}

@media screen and (max-width: 1080px) {
    .contents_write_1 p {
        font-size:14px;
        min-height: 14px
    }
}

@media screen and (max-width: 767px) {
    .contents_write_1 p {
        font-size:3.25vw;
        font-weight: 500;
        letter-spacing: normal;
        min-height: 3.35vw;
        margin-top: 4vw;
        margin-bottom: 4vw
    }

    .en .contents_write_1 p {
        font-weight: 400
    }
}

.load .contents_write_1 h1,.load .contents_write_1 p {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
