@charset "utf-8";

/*----------------------------------------
	works_detail
----------------------------------------*/

.works_name h3{
    font-size: 1.8rem;
    z-index: 1;
    padding: 5px;
    color: #fff;
    background-color: var(--base-color);
    letter-spacing: 0.3em;
    text-align: center;
    line-height: 2.3em;
}
.worksitem_area h2 {
    font-family: "AMETTHA", sans-serif;
    font-size: 5rem;
    text-shadow: 3px 3px 12px #f6eeee, -3px 3px 12px #f6eeee,
    3px -3px 12px #f6eeee, -3px -3px 10px #f6eeee;
    z-index: 1;
}

.works_contents{
    width: 75%;
    font-size: 1.6rem;
    text-align: left;
    margin: 40px auto 0 auto;
}

.works_contents dt{
    position: relative;
    padding:0.5em 1.2em;
    color:var(--base-color);
}
.works_contents dt::before,
.works_contents dt::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #fec88a;
    content: '';
}
.works_contents dt::before {
    top: calc(50% - 3px);
    left: 0;
}

.works_contents dt::after {
    top: calc(50% + 3px);
    left: 5px;
}
.works_contents dd{
    margin-bottom: 20px;
}
.works_contents dd:last-of-type{
    margin-bottom: 40px;
}
.worksitem_area{
    text-align: center;
    padding-bottom: 40px;
}


@media (width>700px) {

    .works_name{
    font-size: 2rem;
    }

    .fireshot01{
    width: 50%;
    }
    .fireshot02{
        width: 40%;
    }
    .fireshot03{
        width: 35%;
    }
}

@media (width>1200px) {
    .works_index {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    background-color: var(--base-color);
}
    .works_name{
        font-size: 2.3rem;
        font-weight: 500;
}
}
