@charset "utf-8";

body {
    background-color: #e2e2e7;
}

/* loading */
.loading {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
}
.load-img {
    display: block;
    width: 146px;
    margin: 0 auto 100px;
}
.loading-bg {
    height: 100%;
    width: 100%;
    background-color: #e2e2e7;
    transform: translateY(0);
    animation: slideUp 1s ease-out forwards;
    animation-delay: 3s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.slide-in {
    overflow: hidden;
    display: inline-block;
}
.leftAnime {
    opacity: 0;
}
@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.slide-in_inner {
    font-size: 36px;
    display: inline-block;
    color: #161616;
    font-family: mittwoch, serif;
    font-weight: bold;
}

.mv__main__imgtext,
.mv__top__imgtext,
.mv__bottom__imgtext,
.header__menubutton-sp {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}

/* ヘッダー */

header {
    margin: 0 auto;
}

.header__logo {
    width: 80px;
    z-index: 9998;
}

.header__logo a {
    display: block;
}

.header__logo img {
    max-width: 100%;
    vertical-align: bottom;
}

.header__wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 32px;
    padding-left: 2.3%;
    padding-right: 2.3%;
    position: fixed;
    width: 100%;
    z-index: 9990;
}

.header__nav {
    text-align: end;
}

.header__nav ul {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: column;
}

.header__nav li {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
}

.header__nav ul li a {
    position: relative;
}
/*ホバーエフェクト*/
.header__nav ul li a::after {
    /*アンダーラインのスタイル*/
    position: absolute;
    content: "";
    display: block;
    height: 0.5px;
    background-color: #161616;
    bottom: -1px;
    left: 0;
    /*幅を0に設定*/
    width: 0;
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header__nav ul li a:hover::after {
    /*幅を100%に設定*/
    width: 100%;
}

/* メインビジュアル */

.main {
    margin: 0 auto;
    box-sizing: border-box;
}

.mv {
    margin: 0 auto;
    padding-bottom: 98px;
    box-sizing: border-box;
}

.mv__inner {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -10px;
    padding-top: 193px;
    padding-bottom: 118px;
}

.mv__top__imgtext {
    width: 100%;
}
.mv__top__imgtext img {
    height: 36px;
    max-width: none;
}

.mv__main__imgtext {
    width: 100%;
    padding-top: 30px;
}

.mv__main__imgtext img {
    width: 100%;
}

.mv__bottom__imgtext {
    width: 100%;
}
.mv__bottom__imgtext img {
    height: 72px;
    max-width: none;
}

/* 縦区切り線 */

.mv__contents-vl {
    content: "";
    /*線の形状*/
    width: 1px;
    height: 200px;
    background: #161616;
    margin: 0 auto;
}

/* works */

.works {
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 98px;
}

.works__heading {
    margin: 0 auto;
}

.works_maintitle {
    display: flex;
}

.works_top-hr {
    width: 70%;
    border-top: 1px solid #161616;
}

.works__title {
    margin: 0 auto;
    width: 100%;
    margin-top: -20px;
}

.works__title img {
    width: 100%;
    max-width: none;
    margin-bottom: -35px;
    left: 0;
}

.works_subtitle {
    display: flex;
}
.works_end-hr {
    width: 10%;
    border-bottom: 1px solid #161616;
}
.works__sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.works__contents {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0, 32px, 0px, 32px;
    margin-bottom: 170px;
}

.works__contents {
    width: 100%;
}
.works__contents-hr {
    width: 100%;
    border-top: 1px solid #161616;
    margin-top: 160px;
}
.works__contents-circle {
    display: flex;
    justify-content: flex-end;
    margin-top: -50px;
}

.circle {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    border: #161616 solid 0.5px;
}
.works__contents .works__imgtext {
    width: 100%;
    margin-top: -150px;
}

.works__contents .works__imgtext img {
    height: 94px;
}

.works__inner {
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
}

.works__portfolio {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}

.works__block {
    width: 246px;
    height: 177px;
    position: relative;
    align-self: flex-end;
}

.works__block h4 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.works__block p {
    font-weight: bold;
    font-size: 12px;
}
.works__button {
    width: 180px;
    height: 56px;
    /* width: 70%;
    height: 30%; */
    border-bottom: 1px solid #161616;
    border-right: 1px solid#161616;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.works__button a {
    width: 100%;
}

.works__button-text {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.works__button:hover {
    opacity: 0.5;
}

/* 矢印 */
.works__button::after {
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #161616;
    border-right: 0;
    top: 24px;
    right: 20px;
}

.works__button:hover:after {
    opacity: 0.5;
}

.works__img {
    margin-bottom: -20px;
}
.works__img img {
    width: 100%;
    right: 0;
}

.works__salon {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 208px;
    flex-direction: row-reverse;
}

.works__designcafe {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 208px;
}

.works__workers {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 208px;
    flex-direction: row-reverse;
}

.works__humberger {
    margin: 0 auto;
    max-width: 1080px;
    padding-top: 50px;
}

.works__imgarea {
    display: flex;
    gap: 91px;
    padding-bottom: 16px;
}

.wworks__img-first {
    width: 100%;
}

.works__img-first img {
    width: 100%;
}

.works__imgarea p {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-top: 16px;
}

.works__trrrrip {
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 50px;
    max-width: 1080px;
}

.works__trrrrip .works__block,
.works__flower .works__block,
.works__piza .works__block,
.works__dental .works__block {
    margin-bottom: -20px;
}

.works__trrrrip img {
    width: 100%;
}

.works__flower {
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
    gap: 50px;
    max-width: 1080px;
    margin-bottom: 20px;
}

.works__piza {
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
    gap: 50px;
    max-width: 1080px;
    margin-bottom: 20px;
}

.works__dental {
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 50px;
    max-width: 1080px;
    padding-top: 100px;
}

.works__contents-vl {
    padding-top: 98px;
}

.works__contents-vl .vl {
    content: "";
    /*線の形状*/
    width: 1px;
    height: 100px;
    background: #161616;
    margin: 0 auto;
}

/* about */

.about {
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 96px;
}

.about__heading {
    margin: 0 auto;
}

.about_maintitle {
    display: flex;
}

.about_top-hr {
    width: 100%;
    border-top: 1px solid #161616;
}

.about__title {
    margin: 0 auto;
    margin-top: -30px;
}

.about__title img {
    width: 100%;

    margin-bottom: -35px;
    right: 0;
}

.about_subtitle {
    display: flex;
    justify-content: flex-end;
}
.about_end-hr {
    width: 10%;
    border-bottom: 1px solid #161616;
}
.about__sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.about___inner {
    max-width: 1080px;
    margin: 0 auto;
}

.about__contents {
    display: flex;
    max-width: 1080px;
    justify-content: space-around;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 160px;
    padding-right: 2.3%;
    padding-left: 2.3%;
}

.about__block {
    align-self: center;
}

.about__text-en {
    font-size: 30px;
    line-height: 1.75;
}

.about__text-ja {
    font-size: 16px;
    padding-top: 10px;
    line-height: 0.75;
}

.about__subtext {
    font-size: 16px;
    text-align: center;
    padding-top: 124px;
}

.about__button {
    width: 370px;
    height: 370px;
    /* margin-left: 113px; */
}

.about__btnlink {
    color: #161616;
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    opacity: 10;
    width: 343px;
    height: 343px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(178, 178, 178, 0.3);
    transition: 0.3s;
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
}

.about__btnlink::before {
    content: "";
    top: -20px;
    left: -20px;
    width: 342px;
    height: 342px;
    border: 1px solid #161616;
    position: absolute;
    transition: 0.2s;
}

.about__btnlink:hover::before {
    top: 0;
    left: 0;
}

.about__btnlink:hover {
    color: #e2e2e7;
    background-color: #000;
}

.about__btnlink::after {
    content: "";
    width: 200px;
    height: 15px;
    border-bottom: solid 1px;
    border-right: solid 2px;
    transform: skew(60deg);
    position: absolute;
    bottom: 80px;
    left: 125px;
}

.about__area {
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 96px;
    display: flex;
    justify-content: center;
}

.about__area-hr {
    width: 860px;
    border-bottom: 1px solid #161616;
}

.about__vl {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}

.about__vl .vl {
    height: 100px;
    border-left: 1px solid #161616;
}

/* contact */

.contact {
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 87px;
}

.contact__heading {
    margin: 0 auto;
}

.contact_maintitle {
    display: flex;
}

.contact_top-hr {
    width: 100%;
    border-top: 1px solid #161616;
}

.contact__title {
    margin: 0 auto;
    /* width: 200%; */
    margin-top: -20px;
}

.contact__title img {
    width: 100%;
    margin-bottom: -35px;
}

.contact_subtitle {
    display: flex;
}
.contact_end-hr {
    width: 10%;
    border-bottom: 1px solid #161616;
}
.contact__sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.contact__inner {
    margin: 0 auto;
    padding-top: 160px;
    max-width: 900px;
}

.contact__text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 116px;
}

.contact__text br {
    display: none;
}

.contact__text p {
    text-align: center;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
}

.contact__text-ja {
    padding-top: 16px;
    line-height: 2.13;
}

.contact__form {
    margin: 0 auto;
    max-width: 600px;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
}

.contact___form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.contact___form-label {
    margin-bottom: 16px;
}

.contact___form-required {
    margin-left: 5px;
}

.contact___form-input {
    height: 34px;
    padding: 10px;
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0.8;
}

.contact___form-input:focus {
    outline: 1px solid #000;
}

textarea.contact___form-input {
    height: 160px;
    align-items: start;

    resize: vertical;
}

.contact___form-submit {
    text-align: center;
}

.contact___form-submit button {
    background-color: #161616;
    color: #e2e2e7;
    border: none;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 56px;
    cursor: pointer;
}

.contact___form-submit button:hover {
    opacity: 0.9;
}

.contact___form-submit button::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    border-top: 0.5px solid #e2e2e7;
    border-right: 0.5px solid #e2e2e7;
    transform: rotate(45deg);
    left: 250px;
}

.pagetop {
    padding-bottom: 73px;
}

.pagetop a {
    width: 100%;
}

.pagetop__arrows {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    position: absolute;
    right: 47px;
    display: block;
    border: 1px solid #161616;
}

.pagetop__arrows::before {
    position: relative;
    content: "";
    left: 16px;
    bottom: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #161616;
    border-left: 1px solid #161616;
    transform: rotate(45deg);
    position: relative;
}

/* footer */
.footer {
    background: #161616;
    color: #e2e2e7;
    width: 100%;
    margin: 0 auto;

    padding-top: 108px;
    padding-bottom: 65px;
}

.footer__copyright {
    font-size: 12px;
    color: #e2e2e7;
    text-align: center;
}

/* sp版 */

.header__menubutton-sp,
.header__nav-sp {
    display: none;
}

.sp-br {
    display: none;
}

/* 1080 */

@media screen and (max-width: 1080px) {
    .works__contents {
        width: 90%;
    }
    .circle {
        width: 190px;
        height: 190px;
    }

    .works__contents .works__imgtext {
        margin-top: -130px;
    }

    .works__contents .works__imgtext img {
        height: 80px;
    }

    .works__block h4 {
        font-size: 21px;
    }

    .about__button {
        width: 320px;
        height: 320px;

        margin: 0 auto;
    }
    .about__btnlink {
        width: 320px;
        height: 320px;
    }
    .about__btnlink::before {
        width: 320px;
        height: 320px;
    }
    .about__btnlink::after {
        width: 180px;
    }
    .about__text-en {
        font-size: 27px;
    }

    .about__area-hr {
        width: 700px;
    }
}

/* 900 */

@media screen and (max-width: 900px) {
    .works__block h4 {
        font-size: 22px;
    }

    .works__portfolio,
    .works__designcafe,
    .works__salon,
    .works__workers {
        flex-direction: column-reverse;
        row-gap: 40px;
    }

    .works__salon .works__block,
    .works__workers .works__block {
        align-self: flex-start;
    }

    .works__imgarea {
        flex-direction: column;
        gap: 50px;
    }

    .works__title {
        margin-top: -15px;
    }

    .works__title img {
        margin-bottom: -20px;
    }
    .works_top-hr {
        width: 70%;
    }

    .circle {
        width: 170px;
        height: 170px;
    }
    .works__contents .works__imgtext {
        margin-top: -110px;
    }

    .works__contents .works__imgtext img {
        height: 70px;
    }

    .works__contents {
        margin-bottom: 100px;
    }

    .works__imgarea p {
        text-align: left;
    }
    .works__img-first img {
        width: 90%;
    }

    .works__img-second {
        width: 90%;
    }

    .about__title {
        margin-top: -15px;
    }

    .about__title img {
        margin-bottom: -20px;
    }

    .about__button {
        width: 370px;
        height: 370px;

        margin: 0 auto;
    }
    .about__btnlink {
        width: 370px;
        height: 370px;
    }
    .about__btnlink::before {
        width: 370px;
        height: 370px;
    }
    .about__btnlink::after {
        width: 230px;
    }

    .about__contents {
        flex-direction: column;
    }
    .about__block {
        align-self: flex-start;
        padding-bottom: 50px;
    }

    .about__block p {
        text-align: left;
    }

    .about__button {
        align-self: flex-end;
    }

    .about__text-en {
        font-size: 30px;
        line-height: 1.28;
    }

    .about__text-ja {
        font-size: 16px;

        padding-top: 16px;
        line-height: 1.75;
    }

    .about__subtext {
        /* font-size: 12px; */
        line-height: 1.75;
        padding-top: 32px;
    }

    .contact__title {
        margin: 0 auto;
        /* width: 200%; */
        margin-top: -15px;
    }

    .contact__title img {
        width: 100%;
        margin-bottom: -20px;
    }
}

/* 767 */

@media screen and (max-width: 767px) {
    .works__title {
        margin-top: -10px;
    }

    .works__title img {
        margin-bottom: -10px;
    }

    .circle {
        width: 150px;
        height: 150px;
    }
    .works__contents .works__imgtext {
        margin-top: -90px;
    }

    .works__contents .works__imgtext img {
        height: 60px;
    }

    .works__portfolio,
    .works__humberger,
    .works__piza {
        padding-top: 50px;
    }
    .works__designcafe,
    .works__salon,
    .works__workers {
        padding-top: 100px;
    }

    .works__trrrrip {
        flex-direction: column-reverse;
        row-gap: 40px;
        margin: 0 auto;
        padding-top: 98px;
        align-items: flex-end;
    }
    .works__flower {
        flex-direction: column;
        row-gap: 40px;
        align-items: flex-start;
    }
    .works__flower .works__block {
        align-self: flex-start;
    }

    .about__contents {
        flex-direction: column;
    }

    .about__block {
        align-self: flex-start;
        padding-bottom: 50px;
    }

    .about__block p {
        text-align: left;
    }

    .about__button {
        align-self: center;
    }

    .about__area-hr {
        width: 500px;
    }

    .pagetop__arrows {
        height: 40px;
        width: 40px;

        right: 10px;
    }

    .pagetop__arrows::before {
        left: 12px;
        bottom: -16px;

        width: 15px;
        height: 15px;
    }
}

/* 650 */

@media screen and (max-width: 650px) {
    .header__menubutton-sp {
        margin: 0 auto;
    }

    .works__contents-circle {
        margin-top: -30px;
    }

    .circle {
        width: 110px;
        height: 110px;
    }
    .works__contents .works__imgtext {
        margin-top: -70px;
    }

    .works__contents .works__imgtext img {
        height: 55px;
    }

    .works__portfolio,
    .works__humberger,
    .works__piza {
        padding-top: 0px;
    }

    .works__piza {
        flex-direction: column;
        row-gap: 40px;
        align-items: flex-start;
    }

    .works__piza .works__block {
        align-self: flex-start;
    }

    .works__dental {
        flex-direction: column-reverse;
        row-gap: 40px;
        margin: 0 auto;
        padding-top: 98px;
        align-items: flex-end;
    }

    .about__area-hr {
        width: 300px;
    }

    .about__text-en {
        font-size: 25px;
    }

    .contact__form {
        max-width: 400px;
    }

    .contact___form-submit button::after {
        left: 150px;
    }
}

/* 520 */

@media screen and (max-width: 520px) {
    /* mv */

    .slide-in_inner {
        font-size: 30px;
    }

    .circle {
        width: 90px;
        height: 90px;
    }
    .works__contents .works__imgtext {
        margin-top: -50px;
    }

    .works__contents .works__imgtext img {
        height: 40px;
    }

    .sp-br {
        display: inline;
    }

    .about__button {
        width: 350px;
        height: 350px;

        margin: 0 auto;
    }
    .about__btnlink {
        width: 350px;
        height: 350px;
    }
    .about__btnlink::before {
        width: 350px;
        height: 350px;
    }
    .about__btnlink::after {
        width: 210px;
    }

    .works__img-second img {
        width: 70%;
    }

    .works__flower img,
    .works__trrrrip img {
        width: 80%;
    }

    .works__trrrrip img {
        margin-left: 85px;
    }

    .contact__title {
        margin-top: -10px;
    }
}

@media screen and (max-width: 500px) {
    .slide-in_inner {
        font-size: 25px;
    }

    .header__wrapper {
        margin: 0 auto;
        padding-top: 20px;
    }
    .header__nav {
        display: none;
    }

    .header__nav-sp img {
        width: 70px;
        position: absolute;
        left: 15px;
        top: 20px;
    }

    /* ハンバーガーメニュー */
    .header__menubutton-sp {
        margin: 0 auto;
        position: fixed;
        display: block;
        /* width: 50px;
        height: 50px; */

        /* position: absolute; */
        top: 40px;
        right: 10px;
        cursor: pointer;
        z-index: 9999;
        box-sizing: border-box;
    }

    .header__menubutton-sp span:nth-of-type(2) {
        content: "";
        top: 20px;
    }

    .header__menubutton-sp span:nth-of-type(1) {
        position: absolute;
        content: "";
    }

    .header__menubutton-sp span:nth-of-type(3) {
        position: absolute;
        content: "";
    }

    .open span:nth-of-type(2) {
        opacity: 0;
    }

    .open span:nth-of-type(1) {
        width: 30px;
        height: 1px;
        background-color: #ffffff;
        transition: 0.5s;
        transform: rotate(45deg);
        top: 10px;
        right: 0px;
        opacity: 1;
    }

    .open span:nth-of-type(3) {
        width: 30px;
        height: 1px;
        background-color: #fff;

        transition: 0.5s;
        transform: rotate(-45deg);
        top: 10px;
        right: 0;

        opacity: 1;
    }

    .header__nav-sp {
        position: fixed;
        width: 100%;
        height: 100dvh;
        background: rgb(0, 0, 0, 1);
        z-index: 9997;
        backdrop-filter: blur(15px);
    }

    .header__nav-sp ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .header__nav-sp li {
        color: #fff;
        font-size: 21px;
        font-family: mittwoch, serif;
        font-weight: 300;
    }
    .header__logo {
        width: 70px;
    }
}

@media screen and (max-width: 490px) {
    .works__trrrrip img {
        margin-left: 70px;
    }
}

@media screen and (max-width: 450px) {
    .contact__form {
        max-width: 370px;
    }

    .contact___form-submit button::after {
        left: 130px;
    }

    .works__trrrrip img {
        margin-left: 50px;
    }

    .about__button {
        width: 320px;
        height: 320px;

        margin: 0 auto;
    }
    .about__btnlink {
        width: 320px;
        height: 320px;
    }
    .about__btnlink::before {
        width: 320px;
        height: 320px;
    }
    .about__btnlink::after {
        width: 180px;
        height: 12px;
    }

    .works__trrrrip img {
        margin-left: 70px;
    }
}

/* 375 */

@media screen and (max-width: 375px) {
    .slide-in_inner {
        font-size: 25px;
    }

    /* mv */

    .mv__inner {
        padding-top: 160px;
    }

    .mv__bottom__imgtext {
        height: 72%;
    }

    .circle {
        width: 70px;
        height: 70px;
    }
    .works__contents .works__imgtext {
        margin-top: -30px;
    }

    .works__contents .works__imgtext img {
        height: 30px;
    }

    .works__contents-hr {
        margin-top: 128px;
    }

    .works__trrrrip img {
        width: 90%;
        margin-left: 30px;
    }

    .works__trrrrip img {
        display: flex;
        align-items: flex-end;
    }

    .works__contents {
        margin-bottom: 0px;
    }

    .works__portfolio,
    .works__humberger,
    .works__piza {
        padding-top: 50px;
    }

    .about__contents {
        padding-top: 128px;
    }

    .about__text-ja {
        font-size: 16px;

        padding-top: 16px;
        line-height: 1.75;
    }

    .about__subtext {
        font-size: 12px;
        line-height: 1.75;
        padding-top: 32px;
    }

    .about__button {
        width: 250px;
        height: 250px;

        margin: 0 auto;
    }
    .about__btnlink {
        width: 250px;
        height: 250px;
        font-size: 25px;
    }
    .about__btnlink::before {
        width: 250px;
        height: 250px;

        top: -15px;
        left: -15px;
    }
    .about__btnlink::after {
        width: 110px;
        height: 12px;
    }

    .about__area-hr {
        width: 200px;
    }

    .contact__title img {
        margin-bottom: -15px;
    }

    .contact__text br {
        display: inline;
    }

    .contact__inner {
        padding-top: 128px;
    }

    .contact__form {
        max-width: 300px;
    }

    .contact___form-submit button::after {
        left: 100px;
    }

    .slide-in_inner {
        font-size: 20px;
    }
}

@media screen and (max-width: 300px) {
    .about__button {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .about__btnlink {
        width: 200px;
        height: 200px;
        font-size: 20px;
    }
    .about__btnlink::before {
        width: 200px;
        height: 200px;
        top: -10px;
        left: -10px;
    }
    .about__btnlink::after {
        width: 90px;
        height: 12px;
    }

    .works__block {
        align-self: inherit;
    }

    .works__trrrrip,
    .works__dental {
        align-items: inherit;
    }
}
