@charset "UTF-8";

/* ===========================
main
============================*/
/* article__header */
.spImg {
    width: 100%;
    margin-top: 20px;
}

/* 画像FadeInアニメ */
.mainVisual__outer {
    overflow: hidden;
}

.mainVisual img {
    /* img要素に以下のアニメーションプロパティが適用されます: */
    animation: zoom-in 5s linear 0s 1 normal both;
    /*
      - zoom-in: 適用するアニメーションの名前。
      - 10s: アニメーションの持続時間は10秒。
      - linear: アニメーションは一定の速度で進行します。
      - 0s: アニメーションが開始するまでの遅延時間はなし。
      - 1: アニメーションは1回再生されます。
      - normal: アニメーションは正方向に再生されます。
      - both: アニメーションのプロパティがアニメーション中および終了後も適用されます。
    */
  }

/* sectionAbout */
.topic {
    text-align: center;
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
    margin-top: 70px;
}

.topic__summary {
    width: 78.9%;
    margin: 50px auto 0;
}

.topic__summary p {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
}

.summary__txt--02,
.summary__txt--03 {
    margin-top: 24px;
}

.topic__summary small {
    color: var(--primary-blackLow);
    font-size: 1.5rem;
    letter-spacing: 0.9px;
}

.note {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 3.4px;
    margin-top: 80px;
}

.note__txt {
    width: 90.6%;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    letter-spacing: 0.96px;
    margin: 20px auto 0;
}

.link__list {
    border-radius: 1px;
    margin-top: 60px;
    margin-bottom: 140px;
}

.link__item {
    display: flex;
    width: 78.9%;
    max-width: 300px;
    min-width: 250px;
    height: 410px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background-color: var(--primary-beigeSchool);
    margin: 60px auto 0;
}

.link__item:hover {
    background-color: rgba(212, 206, 186, 0.70);
}

.link__item--02 {
    margin-top: 30px;
}

.link__logo {
    width: 50px;
    height: 81px;
    aspect-ratio: 25/41;
    display: block;
    margin: 0 auto;
}

/* a リンク選択範囲拡大 */
.link__outer a {
    position:relative;
}
    
.link__outer a::before {
    content: "";
    position: absolute;
    top: -83px;
    left: -75px;
    right: -75px;
    bottom: -83px
}
    
.link__outer--school a::before {
    content: "";
    position: absolute;
    top: -83px;
    left: -66px;
    right: -66px;
    bottom: -83px;
}

.link__outer h3 {
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 6.4px;
    margin-top: 60px;
}

.link__outer p {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    letter-spacing: 1.02px;
    padding-top: 30px;
}


/* sectionAbout pc*/
@media screen and (min-width:1025px) {
    .pcImg {
        width: 100%;
        /* height: 563px; */
        max-width: 1850px;
        margin: 0 auto;
    }

    .topic {
        font-size: 3.2rem;
        letter-spacing: 6.4px;
        margin-top: 80px;
    }

    .topic__summary {
        width: 64%;
        margin: 80px auto 0;
    }
      
    .note {
        font-size: 2rem;
        letter-spacing: 4px;
        margin-top: 220px;
    }
    
    .note__txt {
        width: 395px;
        font-size: 1.7rem;
        letter-spacing: 1.02px;
        margin: 26px auto 0;
    }
    
    .link__list {
        margin-top: 114px;
        margin-bottom: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 85px;
    }
    
    .link__item {
        width: 420px;
        height: 580px;
        margin:0;
        max-width: none;
    }
    
    .link__item--02 {
        margin-top:0;
    }
    
    .link__logo {
        aspect-ratio: 50/81;
    }
    
    .link__outer--salon a::before {
        top: -147px;
        left: -135px;
        right: -135px;
        bottom: -150px;
    }

    .link__outer--school a::before {
        top: -147px;
        left: -127px;
        right: -127px;
        bottom: -150px;
    }

    .link__outer h3 {
        margin-top: 100px;
    }
}
/* pc 1025px */

/* sectionAbout tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .tbImg {
            width: 100%;
            height: 373px;
            margin-top: 20px;
        }

        .topic {
            margin-top: 96px;
        }
        
        .topic__summary {
            width: 77.5%;
        }
        
        .note {
            margin-top: 140px;
        }
        
        .note__txt {
            width: 378px;
        }
        
        .link__list {
            margin-top: 60px;
            margin-bottom: 140px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 46px;
        }

        .link__item {
            margin: 0;
        }
        
        .link__item--02 {
            margin-top: 0;
        }
}
/* tb 768px-1024px */

/* else カスタムブレイクポイント */
@media (max-width: 350px) {
    .topic {
    font-size: 2rem;
    letter-spacing: 3.4px;
    font-family: Marcellus;
    }

    .note {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .note__txt {
        width: 79.4%
    }
}
