@charset "utf-8";
/* CSS Document */

/*共通タイトル*/

#beauty_dept h2.text_plus_img {
    text-align: center;
}

#beauty_dept h2.text_plus_img .sub_text {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0.75em 0;
}

#beauty_dept h2.text_plus_img .img_text {
    display: block;
    height: 44px;
}

#beauty_dept h2.text_plus_img .img_text img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 480px) {
    #beauty_dept h2.text_plus_img .sub_text {
        font-size: 1.6rem;
    }

    #beauty_dept h2.text_plus_img .img_text {
        height: 7vw;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
美容科
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#beauty_dept .content_wrap_inner {
    max-width: 1000px;
    padding: 0 1.6rem;
    margin: 0 auto;
}

#beauty_dept .content_wrap_inner > h1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 6rem 0 8rem;
}

#beauty_dept .content_wrap_inner > h1 span {
    margin: 0 2rem;
}

#beauty_dept .content_wrap_inner > h2 {
    width: 428px;
    margin: 5rem auto;
}

#beauty_dept .content_wrap_inner p.main_copy {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8rem;
}

@media screen and (max-width: 480px) {
    #beauty_dept .content_wrap_inner > h1 {
        flex-direction: column;
        align-items: center;
        margin: 4rem 0;
    }

    #beauty_dept .content_wrap_inner > h1 span {
        margin: 1rem;
    }

    #beauty_dept .content_wrap_inner > h1 span.title_01 {
        width: 50%;
    }

    #beauty_dept .content_wrap_inner > h1 span.title_02 {
        width: 60%;
    }

    #beauty_dept .content_wrap_inner > h2 {
        width: 90%;
        margin: 4rem auto;
    }

    #beauty_dept .content_wrap_inner p.main_copy {
        font-size: 1.8rem;
        line-height: 1.75;
        letter-spacing: 0.1em;
        text-align: center;
        font-weight: bold;
        margin-bottom: 3rem;
    }
}

#beauty_dept .content_wrap_inner .bautye_button_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li {
    margin: 0 6rem;
    width: 268px;
    height: 268px;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a {
    display: block;
    padding: 4px;
    height: 100%;
    text-decoration: none;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a .inner {
    display: block;
    height: 100%;
    background: #fff;
    position: relative;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a .inner .button_text {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 1em 0;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a .inner .button_img {
    position: absolute;
    right: 0;
    left: 0;
    top: 3rem;
    margin: auto;
}

/*button_01*/

#beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_01 {
    background: rgb(251, 201, 55);
    background: linear-gradient(90deg, rgba(251, 201, 55, 1) 0%, rgba(39, 183, 186, 1) 100%);
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_01 .inner .button_text {
    background-color: #27b7ba;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_01 .inner .button_img {
    width: 202px;
}

/*button_02*/

#beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_02 {
    background: rgb(251, 201, 55);
    background: linear-gradient(90deg, rgba(251, 201, 55, 1) 0%, rgba(235, 109, 142, 1) 100%);
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_02 .inner .button_text {
    background-color: #f9b900;
}

#beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_02 .inner .button_img {
    width: 195px;
}

@media screen and (max-width: 480px) {
    #beauty_dept .content_wrap_inner .bautye_button_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4rem;
    }

    #beauty_dept .content_wrap_inner .bautye_button_wrap li {
        margin: 0;
        width: 43vw;
        height: 43vw;
    }

    #beauty_dept .content_wrap_inner .bautye_button_wrap li a {
        padding: 3px;
    }

    #beauty_dept .content_wrap_inner .bautye_button_wrap li a .inner .button_text {
        color: #fff;
        font-weight: bold;
        letter-spacing: 0;
        font-size: 1.1rem;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 1em 0;
    }

    #beauty_dept .content_wrap_inner .bautye_button_wrap li a .inner .button_img {
        position: absolute;
        right: 0;
        left: 0;
        top: 2rem;
        margin: auto;
    }

    /*button_01*/
    #beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_01 .inner .button_img {
        width: 75.37%;
    }

    /*button_02*/
    #beauty_dept .content_wrap_inner .bautye_button_wrap li a.button_02 .inner .button_img {
        width: 72.76%;
    }
}

#beauty_dept .class_wrap {
    position: relative;
    margin-bottom: 6rem;
}

#beauty_dept .class_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #8dcfd1;
    left: -4px;
    top: 0;
}

@media screen and (max-width: 480px) {
    #beauty_dept .class_wrap::before {
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
}

/*メインイメージ*/

#beauty_dept .class_wrap .main_img_wrap {
    position: relative;
    margin-bottom: 2rem;
}

/* #beauty_dept .class_wrap .main_img_wrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 118px;
    height: 57px;
    background-image: url(../img/icon_new.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: -2rem;
    right: -2rem;
} */

#beauty_dept .class_wrap .main_img_wrap h3 {
    position: absolute;
    top: 3rem;
    left: 3rem;
}

#beauty_dept .class_wrap .main_img_wrap .copy {
    position: absolute;
    left: 3rem;
    background-color: #27b7ba;
    top: 80%;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.5em;
    width: 50%;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
    /* #beauty_dept .class_wrap .main_img_wrap::after {
        content: '';
        display: block;
        position: absolute;
        width: 5.9rem;
        height: 2.85rem;
        background-image: url(../img/icon_new.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        top: -1rem;
        right: -1rem;
    } */

    #beauty_dept .class_wrap .main_img_wrap h3 {
        position: absolute;
        top: auto;
        bottom: 4.5rem;
        left: 1rem;
        width: 70%;
    }

    #beauty_dept .class_wrap .main_img_wrap .copy {
        left: auto;
        right: 0;
        top: auto;
        bottom: 1rem;
        width: auto;
        display: inline-block;
        font-size: 1.1rem;
    }
}

/*セクションのコピー*/

#beauty_dept .class_wrap .section_copy_wrap {
    width: 810px;
    margin: 0 auto 8rem;
    font-size: 1.4rem;
    line-height: 1.75;
}

#beauty_dept .class_wrap .section_copy_wrap h4 {
    font-size: 1.25em;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 480px) {
    #beauty_dept .class_wrap .section_copy_wrap {
        width: 100%;
        padding-left: 2rem;
        box-sizing: border-box;
        margin: 0 auto 4rem;
        font-size: 1.2rem;
    }

    #beauty_dept .class_wrap .section_copy_wrap h4 {
        font-size: 1.25em;
        letter-spacing: 0.2em;
    }
}

/*写真付き一覧*/

#beauty_dept .photo_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 810px;
    margin: auto;
    list-style: none;
}

#beauty_dept .photo_list_wrap .item {
    width: 357px;
    margin-bottom: 6rem;
}

#beauty_dept .photo_list_wrap .item h3 {
    position: relative;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 0.75em;
    padding-bottom: 0.1em;
}

#beauty_dept .photo_list_wrap .item h3 span.sub_text {
    display: block;
    font-size: 0.7em;
    margin-bottom: 0.75em;
}

#beauty_dept .photo_list_wrap .item h3::after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 100%;
    bottom: 0;
    background-color: #8dcfd1;
    z-index: -1;
}

#beauty_dept .photo_list_wrap .item .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#beauty_dept .photo_list_wrap .item .inner .img_01 {
    width: 100%;
    margin-bottom: 1rem;
}

#beauty_dept .photo_list_wrap .item .inner .img_02 {
    margin-right: 1rem;
}

#beauty_dept .photo_list_wrap .item .inner .copy {
    font-size: 1.4rem;
    line-height: 1.75;
    width: calc(100% - 99px - 1rem);
}

/*大きいサイズ*/

#beauty_dept .photo_list_wrap .item.lage {
    width: 100%;
}

#beauty_dept .photo_list_wrap .item.lage .img_01 {
    width: 403px;
}

#beauty_dept .photo_list_wrap .item.lage .img_02 {
    width: 385px;
    margin-right: 0;
}

#beauty_dept .photo_list_wrap .item.lage .inner .copy {
    width: 100%;
}

@media screen and (max-width: 480px) {
    #beauty_dept .photo_list_wrap {
        flex-direction: column;
        width: 100%;
        padding-left: 2rem;
        box-sizing: border-box;
    }

    #beauty_dept .photo_list_wrap .item {
        width: 100%;
        margin-bottom: 4rem;
    }

    #beauty_dept .photo_list_wrap .item h3 {
        font-size: 1.8rem;
    }

    #beauty_dept .photo_list_wrap .item h3::after {
        height: 6px;
    }

    #beauty_dept .photo_list_wrap .item .inner .copy {
        font-size: 1.2rem;
    }

    #beauty_dept .photo_list_wrap .item.lage {
        width: 100%;
    }

    #beauty_dept .photo_list_wrap .item.lage .img_01 {
        width: 100%;
    }

    #beauty_dept .photo_list_wrap .item.lage .img_02 {
        width: auto;
    }

    #beauty_dept .photo_list_wrap .item.lage .inner .copy {
        width: calc(100% - 99px - 1rem);
    }
}

/* ビューティーアートクラス */

#beauty_dept #beautyart_wrap.class_wrap::before {
    background-color: #f9b900;
}

#beauty_dept #beautyart_wrap.class_wrap .main_img_wrap h3 {
    width: 438px;
}

#beauty_dept #beautyart_wrap.class_wrap .main_img_wrap .copy {
    background-color: #f9b900;
}

#beauty_dept #beautyart_wrap .photo_list_wrap .item h3::after {
    background-color: #f9b900;
}

/*大きいサイズ*/

#beauty_dept #beautyart_wrap .photo_list_wrap .item.lage .img_01 {
    width: 49%;
}

#beauty_dept #beautyart_wrap .photo_list_wrap .item.lage .img_02 {
    width: 49%;
}

@media screen and (max-width: 480px) {
    #beauty_dept #beautyart_wrap.class_wrap .main_img_wrap h3 {
        width: 60%;
    }

    #beauty_dept #beautyart_wrap.class_wrap .main_img_wrap .copy {
        left: 0;
        right: auto;
        text-align: left;
    }

    /*大きいサイズ*/
    #beauty_dept #beautyart_wrap .photo_list_wrap .item.lage .img_01 {
        width: 100%;
    }

    #beauty_dept #beautyart_wrap .photo_list_wrap .item.lage .img_02 {
        width: auto;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
選べる選択授業
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#beauty_dept .sentaku {
    border-top: 1px solid #000;
    padding-top: 6rem;
    margin: 12rem 0 6rem;
}

#beauty_dept .sentaku h2 {
    margin-bottom: 3rem;
}

#beauty_dept .sentaku .main_img {
    width: 736px;
    margin: 0 auto 4rem;
}

#beauty_dept .sentaku .course_icon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 736px;
    margin: 0 auto 4rem;
}

#beauty_dept .sentaku .course_icon_list::after {
    content: "";
    display: block;
    width: 32%;
    order: 6;
}

#beauty_dept .sentaku .course_icon_list li {
    width: 32%;
    margin-bottom: 0.8rem;
}

#beauty_dept .sentaku .course_icon_list li a {
    text-decoration: none;
}

@media screen and (min-width: 481px) {
    #beauty_dept .sentaku .course_icon_list li.course-01 {
        order: 1;
    }

    #beauty_dept .sentaku .course_icon_list li.course-02 {
        order: 3;
    }

    #beauty_dept .sentaku .course_icon_list li.course-03 {
        order: 2;
    }

    #beauty_dept .sentaku .course_icon_list li.course-04 {
        order: 4;
    }

    #beauty_dept .sentaku .course_icon_list li.course-05 {
        order: 5;
    }
}

@media screen and (max-width: 480px) {
    #beauty_dept .sentaku .course_icon_list li.course-01 {
        order: 1;
    }

    #beauty_dept .sentaku .course_icon_list li.course-02 {
        order: 3;
    }

    #beauty_dept .sentaku .course_icon_list li.course-03 {
        order: 2;
    }

    #beauty_dept .sentaku .course_icon_list li.course-04 {
        order: 4;
    }

    #beauty_dept .sentaku .course_icon_list li.course-05 {
        order: 5;
    }
}

#beauty_dept .sentaku .course_icon_list li span {
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #000;
    font-size: 1.8rem;
    padding: 0.5em 0;
    border-radius: 0.5em;
}

/* プレスタイリスト */
#beauty_dept .sentaku .course_icon_list li span.color-01 {
    background-color: #27b7ba;
}

/* マツエク */
#beauty_dept .sentaku .course_icon_list li span.color-02 {
    background-color: #f6ab00;
}

/* 着付け */
#beauty_dept .sentaku .course_icon_list li span.color-03 {
    background-color: #481c87;
}

/* エステ */
#beauty_dept .sentaku .course_icon_list li span.color-04 {
    background-color: #6bbc6e;
}

/* ネイル */
#beauty_dept .sentaku .course_icon_list li span.color-05 {
    background-color: #e60039;
}

#beauty_dept .sentaku p.copy {
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 8rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
    #beauty_dept .sentaku {
        padding-top: 3rem;
        margin: 6rem 0 4rem;
    }

    #beauty_dept .sentaku h2 {
        margin-bottom: 3rem;
    }

    #beauty_dept .sentaku .main_img {
        width: 100%;
        margin: 0 auto 3rem;
    }

    #beauty_dept .sentaku .course_icon_list {
        width: 100%;
        margin: 0 auto 3rem;
    }

    #beauty_dept .sentaku .course_icon_list li {
        width: 48%;
        margin-bottom: 0.6rem;
    }

    #beauty_dept .sentaku .course_icon_list li span {
        font-size: 1.2rem;
        padding: 0.7em 0;
    }

    #beauty_dept .sentaku p.copy {
        font-size: 1.6rem;
        margin-bottom: 6rem;
    }
}

#beauty_dept .sentaku .course_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 9rem;
}

#beauty_dept .sentaku .course_list .item {
    width: 44%;
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    position: relative;
}

#beauty_dept .sentaku .course_list li#course-01 {
    order: 1;
}

#beauty_dept .sentaku .course_list li#course-02 {
    order: 3;
}

#beauty_dept .sentaku .course_list li#course-03 {
    order: 2;
}

#beauty_dept .sentaku .course_list li#course-04 {
    order: 4;
}

#beauty_dept .sentaku .course_list li#course-05 {
    order: 5;
    border-bottom: none;
}

#beauty_dept .sentaku .course_list .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    top: 0.5rem;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#beauty_dept .sentaku .course_list .item:nth-child(1)::before {
    background-image: url(../img/beauty_dept/title_head_course-01_2023@2x.png);
}

#beauty_dept .sentaku .course_list .item:nth-child(2)::before {
    background-image: url(../img/beauty_dept/title_head_course-02_2023@2x.png);
}

#beauty_dept .sentaku .course_list .item:nth-child(3)::before {
    background-image: url(../img/beauty_dept/title_head_course-03_2023@2x.png);
}

#beauty_dept .sentaku .course_list .item:nth-child(4)::before {
    background-image: url(../img/beauty_dept/title_head_course-04_2023@2x.png);
}

#beauty_dept .sentaku .course_list .item:nth-child(5)::before {
    background-image: url(../img/beauty_dept/title_head_course-05_2023@2x.png);
}

/* #beauty_dept .sentaku .course_list .item:nth-child(6)::before {
    background-image: url(../img/beauty_dept/title_head_course-06@2x.png);
} */

#beauty_dept .sentaku .course_list .item.icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.8rem;
    height: 5.8rem;
    background-image: url(../../assets/img/icon_only_asuka.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: -1rem;
}

#beauty_dept .sentaku .course_list .item h3 {
    padding-left: 5rem;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 2rem;
}

#beauty_dept .sentaku .course_list .item h3 span {
    display: block;
    font-size: 0.6em;
    font-weight: bold;
}

#beauty_dept .sentaku .course_list .item p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
    #beauty_dept .sentaku .course_list {
        flex-direction: column;
        width: 100%;
        margin: 0 auto 4rem;
    }

    #beauty_dept .sentaku .course_list .item {
        width: 100%;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    #beauty_dept .sentaku .course_list .item::before {
        top: 0.3rem;
    }

    #beauty_dept .sentaku .course_list .item h3 {
        padding-left: 4.6rem;
        font-size: 1.8rem;
    }

    #beauty_dept .sentaku .course_list .item p {
        font-size: 1.2rem;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
共通授業
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#beauty_dept .kyotsu {
    border-top: 1px solid #000;
    padding-top: 6rem;
    margin: 9rem 0 6rem;
}

#beauty_dept .kyotsu .nenji_wrap {
    text-align: center;
    margin-bottom: 4rem;
}

#beauty_dept .kyotsu .nenji_wrap .nenji {
    display: inline-block;
    border: 1px solid #000;
    padding: 0.75rem 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

#beauty_dept .kyotsu .nenji_wrap .nenji span {
    display: inline-block;
    padding: 0.25rem 3em;
}

#beauty_dept .kyotsu .nenji_wrap .nenji span.ka {
    padding: 0.25rem 2em;
    border-right: 1px solid #000;
}

#beauty_dept .kyotsu p.section_copy {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 6rem;
}

@media screen and (max-width: 480px) {
    #beauty_dept .kyotsu {
        border-top: 1px solid #000;
        padding-top: 6rem;
        margin: 4rem 0 6rem;
    }

    #beauty_dept .kyotsu .nenji_wrap {
        margin-bottom: 3rem;
    }

    #beauty_dept .kyotsu .nenji_wrap .nenji {
        padding: 0.5rem 0;
        font-size: 1.4rem;
    }

    #beauty_dept .kyotsu p.section_copy {
        font-size: 1.6rem;
        line-height: 1.75;
        margin-bottom: 4rem;
    }
}

/*リスト*/

#beauty_dept .kyotsu .photo_list_wrap.kyotsu_list {
    width: 736px;
    margin: auto;
}

#beauty_dept .kyotsu .photo_list_wrap.kyotsu_list li {
    width: 47%;
    margin-bottom: 4rem;
}

#beauty_dept .kyotsu .photo_list_wrap.kyotsu_list h3 {
    text-align: left;
}

#beauty_dept .kyotsu .photo_list_wrap.kyotsu_list h3::after {
    background-color: #eb6d8e;
}

#beauty_dept .kyotsu .photo_list_wrap.kyotsu_list p.copy {
    width: 100%;
}

@media screen and (max-width: 480px) {
    #beauty_dept .kyotsu .photo_list_wrap.kyotsu_list {
        width: 90%;
        padding-left: 0;
    }

    #beauty_dept .kyotsu .photo_list_wrap.kyotsu_list li {
        width: 100%;
        margin-bottom: 3rem;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
美容師国家試験
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#beauty_dept .shiken {
    padding-top: 8rem;
}

#beauty_dept .shiken .photo_list_wrap.shiken_list h3::after {
    background-color: #eb6d8e;
}

#beauty_dept .shiken .photo_list_wrap.shiken_list p.copy {
    width: 100%;
}

#beauty_dept .shiken .section_copy_wrap {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 6rem auto 8rem;
    align-items: center;
}

#beauty_dept .shiken .section_copy_wrap .ritsu {
    width: 385px;
    text-align: center;
}

#beauty_dept .shiken .section_copy_wrap .ritsu .goukakuritsu {
}

#beauty_dept .shiken .section_copy_wrap .ritsu .jisseki {
    text-align: right;
    font-size: 1.6rem;
    margin: 1em 0;
}

#beauty_dept .shiken .section_copy_wrap .ritsu .heikin {
    line-height: 1.75;
    font-size: 1.4rem;
}

#beauty_dept .shiken .section_copy_wrap .section_copy {
    width: 420px;
}

#beauty_dept .shiken .section_copy_wrap .section_copy h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

#beauty_dept .shiken .section_copy_wrap .section_copy p {
    font-size: 1.4rem;
    line-height: 1.75;
}

@media screen and (max-width: 480px) {
    #beauty_dept .shiken {
        padding-top: 6rem;
        margin-bottom: 6rem;
    }

    #beauty_dept .shiken .photo_list_wrap.shiken_list {
        padding-left: 0;
        width: 90%;
    }

    #beauty_dept .shiken .section_copy_wrap {
        flex-direction: column;
        width: 90%;
        margin: 3rem auto 8rem;
        align-items: flex-end;
        gap: 3rem;
    }

    #beauty_dept .shiken .section_copy_wrap .ritsu {
        width: 90%;
        margin: auto;
    }

    #beauty_dept .shiken .section_copy_wrap .ritsu .jisseki {
        text-align: center;
        font-size: 1.4rem;
    }

    #beauty_dept .shiken .section_copy_wrap .ritsu .heikin {
        margin-bottom: 3rem;
    }

    #beauty_dept .shiken .section_copy_wrap .section_copy {
        width: 100%;
    }

    #beauty_dept .shiken .section_copy_wrap .section_copy h3 {
        font-size: 2rem;
        line-height: 1.5;
        text-align: center;
    }

    #beauty_dept .shiken .section_copy_wrap .section_copy p {
        font-size: 1.2rem;
        line-height: 1.75;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
toni & guy
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#beauty_dept .tonigai {
    max-width: 1000px;
    margin: auto;
    background-color: #000;
    padding: 6rem 0;
    color: #fff;
}

#beauty_dept .tonigai h2 {
    width: 388px;
    margin: 0 auto 1.6rem;
}

#beauty_dept .tonigai h2 + .subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
}

#beauty_dept .tonigai .asukalogo {
    width: 202px;
    margin: 3rem auto;
}

#beauty_dept .tonigai .copy {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

#beauty_dept .tonigai .main_img {
    max-width: 756px;
    padding: 0 1.6rem;
    margin: 4rem auto;
}

@media screen and (max-width: 480px) {
    #beauty_dept .tonigai {
        background-color: #000;
        padding: 4rem 1.6rem;
        color: #fff;
        box-sizing: border-box;
    }

    #beauty_dept .tonigai h2 {
        width: 100%;
        margin: 0 auto 1.6rem;
    }

    #beauty_dept .tonigai h2 + .subtitle {
        font-size: 1.3rem;
    }

    #beauty_dept .tonigai .asukalogo {
        width: 50%;
        margin: 2rem auto 3rem;
    }

    #beauty_dept .tonigai .copy {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    #beauty_dept .tonigai .main_img {
        padding: 0;
        margin: 3rem auto;
    }
}

#beauty_dept .tonigai .wis_toni {
    width: 70%;
    margin: 6rem auto;
}

#beauty_dept .tonigai .wis_toni h3 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

#beauty_dept .tonigai .wis_toni h4 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin-bottom: 2rem;
}

#beauty_dept .tonigai .wis_toni p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
    #beauty_dept .tonigai .wis_toni {
        width: 100%;
        margin: 4rem auto;
    }

    #beauty_dept .tonigai .wis_toni h3 {
        font-size: 2rem;
    }

    #beauty_dept .tonigai .wis_toni h4 {
        font-size: 1.6rem;
    }

    #beauty_dept .tonigai .wis_toni p {
        font-size: 1.2rem;
    }
}

#beauty_dept .tonigai .toni_list {
    max-width: 788px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#beauty_dept .tonigai .toni_list li {
    width: 350px;
    margin-bottom: 4rem;
}

#beauty_dept .tonigai .toni_list li .inner {
    padding: 0 1.6rem;
}

#beauty_dept .tonigai .toni_list li h3 {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 2rem;
}

#beauty_dept .tonigai .toni_list li h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.6rem;
    background-color: #fff;
    bottom: 0;
}

#beauty_dept .tonigai .toni_list li h4 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

#beauty_dept .tonigai .toni_list li .img_wrap {
    display: flex;
    margin-bottom: 2rem;
}

#beauty_dept .tonigai .toni_list li .img_wrap + p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#beauty_dept .tonigai .toni_list li .img_wrap .img {
    width: 117px;
}

#beauty_dept .tonigai .toni_list li .img_wrap .text {
    width: calc(100% - 117px);
    text-align: center;
}

#beauty_dept .tonigai .toni_list li .img_wrap.syuryo .text .icon {
    width: 25%;
    margin: 0 auto 1rem;
}

#beauty_dept .tonigai .toni_list li .img_wrap.syuryo .text .syoumei {
    font-size: 1.6rem;
    line-height: 1.5;
}

#beauty_dept .tonigai .toni_list li .img_wrap.kanso .text {
    text-align: left;
}

#beauty_dept .tonigai .toni_list li .img_wrap.kanso .text h5 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 2em;
}

#beauty_dept .tonigai .toni_list li .img_wrap.kanso .text .name {
    font-size: 1.2rem;
    line-height: 2;
}

#beauty_dept .tonigai .toni_list li .img_wrap.kanso .text .name span {
    font-size: 1.5em;
}

@media screen and (max-width: 480px) {
    #beauty_dept .tonigai .toni_list {
        flex-direction: column;
    }

    #beauty_dept .tonigai .toni_list li {
        width: 90%;
        margin: 2rem auto;
    }

    #beauty_dept .tonigai .toni_list li .inner {
        padding: 0 1rem;
    }

    #beauty_dept .tonigai .toni_list li h3 {
        font-size: 2rem;
    }

    #beauty_dept .tonigai .toni_list li h3::after {
        height: 0.4rem;
    }

    #beauty_dept .tonigai .toni_list li h4 {
        font-size: 1.6rem;
    }

    #beauty_dept .tonigai .toni_list li .img_wrap + p {
        font-size: 1.2rem;
    }

    #beauty_dept .tonigai .toni_list li .img_wrap .img {
        width: 12rem;
    }

    #beauty_dept .tonigai .toni_list li .img_wrap .text {
        width: calc(100% - 12rem);
    }

    #beauty_dept .tonigai .toni_list li .img_wrap.syuryo .text .icon {
        width: 25%;
        margin: 0 auto 1rem;
    }

    #beauty_dept .tonigai .toni_list li .img_wrap.syuryo .text .syoumei {
        font-size: 1.4rem;
    }

    #beauty_dept .tonigai .toni_list li .img_wrap.kanso .text h5 {
        font-size: 1.6rem;
    }

    #beauty_dept .tonigai .toni_list li .img_wrap.kanso .text .name {
        font-size: 1.1rem;
    }
}
