@charset "utf-8";
.about__first,
.about__second {
    padding: 0 var(--contentPadding);
}

.common__topic {
    margin: 100px auto 0;
    font-size: 2rem;
    text-align: center;
    position: relative;
}

.common__topic::after {
    content: '';
    background: url(../image/common/border.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 380%;
    width: 100px;
    transform: translate(-50%, -50%) rotate(90deg);
}

.about__topic--about {
    margin-top: 200px;
    text-align: center;
    font-size: 1.6rem;
    color: var(--primary-exlightbrown);
}

.about__title1 {
    margin-top: 85px;
    color: var(--primary-darkbrown);
    font-size: 2rem;
    padding-left: 40px;
    position: relative;
}

.about__title1:before {
    content: '01';
    font-family: "Shippori Mincho";
    color: rgba(199, 178, 153, 0.30);
    font-size: 6rem;
    position: absolute;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
}

.about__title2 {
    margin-top: 64px;
    color: var(--primary-darkbrown);
    font-size: 2rem;
    padding-left: 40px;
    position: relative;
}

.about__title2:before {
    content: '02';
    font-family: "Shippori Mincho";
    color: rgba(199, 178, 153, 0.30);
    font-size: 6rem;
    position: absolute;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
}

.aboutTitle__span {
    display: inline-block;
    color: var(--primary-lightbrown);
    font-family: "EB Garamond";
    font-size: 1.3rem;
    margin-left: 16px;
}

.about__item {
    margin-top: 64px;
}

.aboutImg {
    width: 100%;
    max-width: 312px;
    height: 242px;
    position: absolute;
    transform: translateY(-70px);
    right: 0;
}

.pcBr {
    display: none;
}

.article--about .about__txt {
    margin-top: 30px;
}

.article--about .about__img {
    transform: translateY(-71px);
    right: 20px;
}

.about__slider {
    width: 100%;
    margin: 240px auto 0; /* 中央配置 */
}

.slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; /* 画像の縦横比を崩さずフィット */
}

.slick-prev, .slick-next {
    z-index: 10;
}

.about__border {
    background-image: url(../image/common/border.svg);
    background-repeat: no-repeat;
    height: 2px;
    display: block;
    margin: 60px auto;
    width: 200px;
}

.about__item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 229px;
    height: 146px;
}

.common__group {
    margin-top: 50px;
}

.common__wrapper {
    padding: 0 var(--contentPadding);
}

.common__deco {
    color: var(--primary-lightbrown);
    text-align: center;
    font-family: "EB Garamond";
    font-size: 1.3rem;
}

.common__item {
    color: var(--primary-darkbrown);
    font-family: "Shippori Mincho";
    font-size: 2rem;
    text-align: center;
}

.common__access,
.common__instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    max-width: 350px;
    height: 72px;
    margin: 30px auto 0;
    padding: 0 16px;
    border: 1px solid var(--primary-darkbrown);
    border-radius: 20px 0 0 0;
    text-decoration: none;
    color: var(--primary-darkbrown);
    transition: background-color 0.5s, color 0.5s, opacity 0.5s;
}

.common__access img,
.common__instagram img {
    transition: 0.5s;
}

.common__access:hover,
.common__instagram:hover {
    background-color: var(--primary-lightbrown);
    color: var(--primary-white);
    opacity: 0.7;
}

.common__access:hover img,
.common__instagram:hover img {
    filter: brightness(0) invert(1);
}

.common__access img,
.common__instagram img {
    width: 16px;
    height: 16px;
}

.common__access img {
    width: 16px;
    height: 16px;
}

.common__access p a {
    width: 350px;
}

.common__instagram img {
    width: 16px;
    height: 16px;
}

.common__instagram p a {
    width: 350px;
}

@media screen and (min-width: 1080px) {
    .about__first,
    .about__second {
    padding: 0 20px;
    }

    .header--about {
        max-width: 1140px;
        margin: 30px auto 0;
    }

    .spBr {
        display: none;
    }

    .header__logo--about {
        margin: 0;
    }

    .about__border {
        padding: 0;
    }

    .common__topic {
        font-size: 2.4rem;
        width: 162px;
        height: 92px;
        line-height: 9rem;
    }

    .common__topic::after {
        left: 50%;
        width: 100%;
        top: 235%;
    }

    .about__topic--about {
        margin-top: 260px;
    }

    .about__wrapper {
        margin: 0 auto;
        max-width: 1140px;
        position: relative;
    }

    .about__title1 {
        margin-top: 150px;
        font-size: 2.4rem;
        padding-left: 66px;
    }

    .about__title1:before {
        font-size: 9.6rem;
        transform: translateY(-44%);
    }

    .about__title2 {
        margin-top: 150px;
        font-size: 2.4rem;
        padding-left: 66px;
    }

    .about__title2:before {
        font-size: 9.6rem;
        transform: translateY(-44%);
    }

    .aboutTitle__span {
        font-size: 1.6rem;
        margin-left: 30px;
    }

    .about__item {
        margin-top: 100px;
    }

    .pcBr {
        display: block;
    }

    .article--about .about__txt:first-of-type {
        margin-top: 100px;
    }

    .article--about .about__txt {
        margin-top: 60px;
    }

    .aboutImg {
        width: 100%;
        max-width: 680px;
        height: 528px;
        position: absolute;
        transform: translateY(-100%);
        right: 0;
    }

    .about__slider {
        width: 100%;
        margin: 200px auto 0; /* 中央配置 */
    }

    .slider__item {
        width: 437px;
        /* 画像の幅を固定 */
        height: 307px;
    }

    .about__second {
        margin: 0 auto;
        max-width: 1140px;
    }

    .about__group--second {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }

    .about__border {
        display: block;
        margin: 10px 0 0 0;
        width: 110px;
    }

    .about__border:last-of-type {
        margin: 0 0 10px 0;
    }

    .about__item {
        margin-top: 0;
    }

    .about__item--logo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .about__item:last-of-type {
        max-width: 760px;
        margin-top: 0;
    }

    .about__item img {
        display: block;
        margin: 0;
        width: 100%;
        max-width: 290px;
        height: auto;
    }

    .about__second .about__txt:first-of-type:first-of-type {
        margin-top: 0;
    }

    .about__txt--second {
        margin-top: 0;
    }

    .common__group {
        margin-top: 120px;
    }

    .common__deco {
        font-size: 1.6rem;
    }

    .common__item {
        font-size: 2.4rem;
    }

    .common__wrapper {
        padding: 0 var(--contentPaddingPc);
        display: flex;
        gap: 0 10px;
        justify-content: center;
    }

    .common__access,
    .common__instagram {
        max-width: none;
        width: 563px;
        margin: 70px 0 0 0;
        height: 115px;
    }

    .common__access img {
        width: 20px;
        height: 20px;
    }

    .common__access p a {
        width: 350px;
    }

    .common__instagram img {
        width: 20px;
        height: 20px;
    }

    .footer {
        margin-top: 120px;
    }
}
