@charset "utf-8";@charset "UTF-8";

#header, 
.keyword-box, 
.crumbsList, 
.footer, 
#header .header__nav, 
#header .header__inner, 
#header .header__nav--bottom {
    display: none;
}

.container {
    display: flex;
}

.sidebar {
    width: 50%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.sidebar-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-img {
    width: auto;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.title-number {
    width: 20%;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.rogo-images {
    width: 40%;
    margin: 30% auto 0;
    text-align: center;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    color: #7c819f;
    font-size: 40px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: auto;
}

.title-item {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}

.style-label {
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}

.text01 {
    margin: 0 auto;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}

.credit {
    margin-top: 20px;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
}

.credit01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.btn01 {
    display: inline-block;
    padding: 2px 20px;
    background: #000 !important;
    color: #fff !important;
    font-size: 10px;
    text-decoration: none !important;
}

/* --- 右側スクロールエリア --- */
.content {
    width: 50%;
    margin-left: 50%;
    padding: 60px 0;
}

.style-unit {
    max-width: 600px;
    margin: 0 auto 120px;
    padding: 0 20px;
}

.style-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.style-images img {
    height: auto;
    margin-bottom: 20px;
}

.img-small {
    width: 90% !important;
    margin: 0 auto 20px;
}

/* ===============================================
  Tablet (1024px以下)
=============================================== */
@media screen and (max-width: 1024px) {
    .title {
        font-size: 32px;
        margin-left: -120px;
        margin-top: -80px;
    }

    .title-item {
        font-size: 18px;
        margin-top: 20px;
    }

    .content {
        padding: 40px 0;
    }

    .style-unit {
        margin-bottom: 80px;
    }
}

/* ===============================================
  Smartphone (430px以下)
=============================================== */
@media screen and (max-width: 430px) {
    .container {
        display: block;
    }

    .sidebar {
        position: relative;
        width: 95%;
        height: auto;
        left: auto;
    }

    .sidebar-inner {
        height: auto;
    }

    .title {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 5% 0 0 5%;
        padding-top: 5%;
        font-size: 45px;
        line-height: 42px;
        text-align: left;
    }

    .title-item {
        margin-top: 20px;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }

    .main-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .title-number {
        width: 30%;
    }

    .content {
        width: 100%;
        margin-left: 0;
        padding-top: 30%;
    }

    .style-unit {
        margin-bottom: 15%;
    }

.text01 {
font-size: 13px;
}

.credit {
font-size: 13px;
}

}

/* ===============================================
  Small Smartphone (320px以下)
=============================================== */
@media screen and (max-width: 320px) {
    .title {
        margin: 5% 6%;
        font-size: 32px;
        line-height: 1.1;
    }

    .title-item {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.5;
    }
}