/* メインカラー#383e4b

サブカラー#c55567

サブカラー#2d2830
 */
/* index */
.top_illust {
    text-align: right;
    position: absolute;
    top: 5%;
    height: auto;
}

.top_illust img {
    margin-right: 0;
    width: 100%;
    height: auto;
}
.top_window {
    position: absolute;
    width: 30%;
    max-width: 400px;
    top: 30%;
    left: 30%;
    cursor: pointer;
}
.policy {
    font-size: clamp(15px, 3vw, 70px);
    border: #c55567 3px solid;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 30%;
}
.content {
    margin-top: 1100px;
}
/* illust */
.decoration_img {
    display: none;
}

.illust_content {
    width: 90%;
    margin: 10% auto;
}
.modal-style2 {
    display: none;
    background: white;
    width: 90%;
    height: 90vh;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1001;
    margin-right: 5%;
    overflow: auto;
}

.modal-style2 img {
    width: 60%;
    margin: 2% auto 0 auto;
}




/* profile */
.profile_decoration_img {
    display: none;
}

.illust_content {
    width: 90%;
    margin: 10% auto;
}

/* photo */
.decoration_img_photo {
    display: none;
}

/* ハンバーガー */
.hamburger {
    position: absolute;
    right: 8%;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
}

.hamburger__line {
    position: absolute;
    width: 40px;
    height: 3px;
    right: 0;
    background-color: #c55567;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 1px;
}

.hamburger__line--2 {
    top: 18px;
}

.hamburger__line--3 {
    top: 36px;
}

.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
}

.sp-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #383e4b;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
}

.open .sp-nav {
    right: 0;
}


.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}
.triploglist_hamburger {
    width: 60%;
}


.select_menu {
    font-size: clamp(10px, 3.5vw, 20px);
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0;
}

.select_menu ul {
    border: none;
    background-color: #383e4b;
    border-radius: 10px;
    width: fit-content;
    margin: 20px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.select_menu ul li {
    list-style-type: none;
    margin: 5px;

}

.select_menu ul li a:hover {
    background-color: #f7c114;
    text-decoration: none;
    color: #2d2830;
    border-radius: 5px;
    transition: 0.2s;
}
/* ハンバーガー */
