@charset "UTF-8";

/* main visual and catch copy */
#catchcopy_section>h1 {
    font-size: 1.625rem;
    padding-left: 1.625rem;
}

/* body copy */
#bodycopy_section {
    width: 80%;
    margin: 10px auto 50px;
    padding: 10px 15px;
    font-size: 0.875rem;
    border-radius: 10px;
}

#bodycopy_section>p {
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    min-width: auto;
}

#bodycopy_section>h1 {
    margin-top: 30px;
    font-size: 1rem;
}

/* intro */
#intro_section {
    padding: 30px 10px;
}

#intro_section>h1 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 20px 10px 40px;
}

#intro_section>p {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin: 15px 10px;
    width: auto;
    text-align: left;
}

/* offerbox */
#offerbox_section {
    width: auto;
}

#offerbox_section>div.artwork>a>img {
    width: 200px;
}

#offerbox_section p {
    font-size: 0.875rem;
}

#offerbox_section h2 {
    font-size: 1.25rem;
}

/* ikugyo */
#ikugyo_section {
    width: auto;
}

#ikugyo_section>div.artwork>a>img {
    width: 200px;
}

#ikugyo_section p {
    font-size: 0.875rem;
}

#ikugyo_section h2 {
    font-size: 1.25rem;
}

/* contents menu */
#contents_menu_section>div>a>div {
    width: 100%;
    max-width: none;
}

#contents_menu_section>div>a>div>h1 {
    font-size: 2rem;
}

#contents_menu_section>div>a>div>p {
    font-size: 1rem;
    line-height: 1.5rem;
}