@charset "utf-8";

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.title {
    width: 80%;
    max-width: 850px;
    margin: auto;
}

.title h2 {
    font-size: 40px;
    color: #F3AF7F;
    line-height: 2.2;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    margin-left: 5%;
}

.title span {
    font-size: 15px;
    margin-left: 10px;
}

.title p {
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 0.1em;
    margin-left: 5%;
}

.message {
    padding: 80px 0;
}

.message,
.thirdarea {
    background-image: url(../img/about/mc_noisemint1200bk.jpg);
    background-size: contain;
}

.namiback{
    display: block;           /* ブロック要素として扱う */
  width: 100%;              /* 横幅いっぱいに */
  height: auto;             /* 高さは自動調整 */
  max-width: none;
  object-fit: cover;  
}

.secondarea .contents {
    margin-left: 50%;
    width: 700px;
    margin-bottom: 50px;
}


.secondarea h2 {
    margin-top: 50px;
    font-size: 24px;
}


.thirdarea .titile .contents {
    width: 80%;
    max-width: 850px;
    margin-left: auto;
}

.thirdarea .contents {
    margin-left: -10%;
    padding: 50px 0 100px;
}

.secondarea,
.thirdarea {
    position: relative;
}

.felet {
    position: absolute;
    width: 50%;
    top: -10%;
    left: -5%;
}

.hedgehogbout {
    width: 50%;
    position: absolute;
    top: -60%;
    right: -3%;
}

.usagi {
    width: 15%;
    position: absolute;
    top: 75%;
    right: 20%;
}

.thirdarea .copy {
    font-size: 24px;
    color: #F3AF7F;
    line-height: 2.2;
    letter-spacing: 0.2em;
}

/* ① 下から上にフェードイン */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 遅延アニメーション用クラス */
.delay-1 {
    transition-delay: 0.2s;
}

html {
    scroll-behavior: smooth;
}