body {
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt"; */
}

p {
    color: #000;
}

sup {
    top: -0.75em;
    font-size: 11px;
}

h1,
h2,
h3 {
    margin: 0;
}

.container {
    padding: 0;
}

.text_link_red,
.text_link_blue {
    text-decoration: underline;
}

.text_link_blue {
    color: #0090ff;
}

.section-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.logo img {
    width: 110px;
}

.main_image {
    position: relative;
    max-width: 1283px;
    width: 100%;
    margin: 50px auto;
    margin-top: 0px;
}

.contest_head {
    width: 1006px;
    margin: 0 auto;
}

.main_text_img {
    margin: -10vw auto 0;
}

.main_image_outer {
    margin-top: 52px;
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .main_image_outer {
        margin-top: 0;
    }
}

.information_outer {
    margin: 9% auto 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 0px;
    width: 100%;
    border-top: none;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
    .information_outer {
        padding-bottom: 2em !important;
        width: 93%;
    }
}

.information_main {
    width: 100%;
    margin: 0 auto;
    padding-top: calc(6% - 30px);
    text-align: center;
    line-height: 200%;
    background-color: #fff;
    border-left: 2px #000 solid;
    border-right: 2px #000 solid;
    .title01 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .title02 {
        margin: 60px auto 0;
        font-weight: bold;
        position: relative;
        color: #8aa2c6;
        height: 2.6em;
        font-size: 25px;
        width: 100%;
        max-width: 1000px;
        border-radius: 0;
        padding: 0;
        line-height: 2.6;
        letter-spacing: 0.2em;
        background: #fff url(../image/2022/title02.png) repeat-x;
        background-size: auto 100%;
        small {
            color: currentcolor;
            font-size: 70%;
            font-weight: 500;
        }
        &:first-of-type {
            margin-top: 0;
        }
    }
    .text {
        font-size: 16px;
        color: #000;
    }
}

.information_outer_lid {
    height: 76px;
    background-color: #fff;
    border-top: #000 2px solid;
    width: calc(100% - 146px);
    margin: 0 auto;
    position: relative;
}

.information_outer_lid_bottom {
    transform: scale(-1, -1);
}

.information_outer_lid::before,
.information_outer_lid::after {
    content: "";
    display: block;
    background: url(../image/2022/bg_frame_corner_pc.png) no-repeat;
    height: 76px;
    width: 74px;
    position: absolute;
    left: -74px;
    top: -2px;
}

.information_outer_lid::after {
    transform: scale(-1, 1);
    left: auto;
    right: -74px;
}

.information_main_inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.pink {
    color: #e3007f;
}

.step_arrow {
    color: #e3007f;
    font-size: 25px;
}

.contest_text {
    margin-top: 50px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .information_main .contest_text {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }
}

.information_main .other_text div {
    position: absolute;
    width: 100%;
    top: 25%;
}

.sp_title_head {
    position: relative;
    width: 100%;
    display: none;
}

.sp_title_head div {
    position: absolute;
    top: -80px;
    width: 100%;
    text-align: center;
}

.pc_view {
    display: block;
}

.sp_view {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_view {
        display: none;
    }
    .sp_view {
        display: block;
    }
}

.table {
    display: table;
    width: 840px;
    margin: 0 auto;
    margin-top: -110px;
    margin-bottom: 20px;
}

.table .row {
    display: table-row;
}

.table .td01 {
    width: 15%;
    display: table-cell;
    vertical-align: bottom;
}

.table .td01 img {
    max-width: 115px;
}

.table .td02 {
    width: 85%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.table .margin_td {
    display: table-cell;
    height: 30px;
}

.table .td02 .text {
    line-height: 200%;
    padding-top: 8px;
    font-size: 15px;
}


/* add murai 20160715 */

.table .title_kikan,
.table .title_theme {
    margin: 30px auto 10px;
    text-align: center;
    width: 90%;
}

.table .title_kikan img,
.table .title_theme img {
    width: 60%;
}

.table .condition_term {
    margin: 5px 0 10px;
    text-align: center;
    display: block;
}

.table .condition_term img {
    width: 90%;
}

.table .condition_text01 {
    margin: 5px 0 10px;
    text-align: center;
    display: none;
}

.table .condition_text01 img {
    width: 80%;
}

.table .condition_text02 {
    margin: 5px 0 10px;
    text-align: center;
}

.table .condition_text02 img {
    width: 60%;
    margin-bottom: 30px;
}

.social_margin {
    margin-right: 5px;
}


/* -20171117- */

.logo a {
    float: left;
}

.logo a.logo_projectc {
    width: 200px;
}

.logo a.logo_projectc img {
    width: 140px;
    margin: 15px auto;
}


/* /add murai 20160715 */

img.date_img {
    max-width: 477px;
}

img.theme_img {
    max-width: 477px;
}

.contest_img img {
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
}

.footer_logo {
    margin-top: 30px;
}

.copyright {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

img.ar_text01 {
    width: 60px;
}

img.ar_text02 {
    width: 45px;
}

span.nowrap {
    white-space: nowrap;
}

br.sp_br {
    display: none;
}

@media (max-width: 768px) {
    br.pc_br {
        display: none;
    }
    br.sp_br {
        display: inline;
    }
}

.theme_title {
    font-size: 16px;
    font-weight: bold;
}

.theme_text {
    font-size: 12px;
}

.main_information {
    text-align: center;
    line-height: 200%;
    margin-bottom: 125px;
    a {
        text-decoration: none;
    }
}

.main_nav {
    background: rgba(#4d4d4d, 0.8);
    margin-top: -10vw;
    position: relative;
    z-index: 1;
    padding: 30px 0;
    ul.link_menu {
        width: 100%;
        max-width: 1060px;
        margin: 0 auto;
        display: flex;
        >a {
            flex: 0 1 25%;
        }
        li {
            width: 100%;
            box-sizing: border-box;
            color: #fff;
            border-color: #fff;
            &::before {
                background-color: #fff;
            }
            &::after {
                border-color: #fff;
            }
        }
        a:last-child {
            li {
                border-color: #fff;
            }
        }
        a:hover {
            text-decoration: none;
            li {
                color: #fff;
                &::before {
                    background-color: #fff;
                    bottom: 10%;
                }
                &::after {
                    border-color: #fff;
                    bottom: 10%;
                }
            }
        }
    }
    @media (max-width: 768px) {
        padding: 5px 0;
        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        ul.link_menu {
            flex-wrap: wrap;
            li {
                padding: 10px 0px 25px;
                height: auto;
                &::after,
                &::before {
                    bottom: 0;
                }
            }
            >a {
                flex: 0 1 50%;
                font-weight: bold;
            }
            a:nth-child(2) li {
                border-right-color: #fff;
            }
        }
    }
}

.section_oubo {
    background-color: #c6d0e3;
    position: relative;
    padding: 10px;
    margin: 60px auto 0;
    .section_oubo_frame {
        border: 1px #000 solid;
    }
    .subscription_title {
        padding-bottom: 50px;
    }
}

.subscripttion_btn_area {
    display: flex;
    max-width: 1044px;
    justify-content: center;
    .subscription_btn {
        display: block;
        flex: 1;
        margin: 0 10px;
    }
    .oubo_btn {
        margin-bottom: 0;
        width: 100%;
        background-color: #231815;
        .oubo_btn_inner {
            padding: 1.2em 3em;
        }
        .dli-arrow-right {
            margin-left: auto;
            margin-right: 0;
        }
    }
}

.next_btn_area {
    text-align: center;
}

@media (max-width: 768px) {
    .section_oubo {
        margin-top: 0;
        .subscription_title {
            padding-bottom: 20px;
        }
    }
    .subscripttion_btn_area {
        display: block;
        max-width: 32em;
        .subscription_btn {
            margin-bottom: 16px;
        }
    }
}

.gaiyou {
    margin: 0 5%;
}

.gaiyou_title {
    font-size: 50px;
    font-size: clamp(25px, 8vw, 50px);
    font-weight: bold;
    color: #8aa2c6;
}

.main_text1 {
    font-size: 14px;
}

.main_text2 {
    font-size: 20px;
    color: #000000;
    /*    margin-top: 30px;*/
    font-weight: 500;
    line-height: 1.8em;
    margin: 25px 0 50px;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .main_text2 {
        margin: 30px 0 0;
        font-size: 16px;
    }
}

.main_text3 {
    font-size: 20px;
    font-weight: 900;
    color: #e3007f;
}

@media screen and (max-width: 768px) {
    .gaiyou_title+.main_text2 {
        margin-top: 25px;
        margin-bottom: 0;
    }
}

.theme_text1 {
    color: #77aedf;
    font-size: 30px;
    font-weight: 900;
}

.theme_text2 {
    color: #77aedf;
    font-weight: 900;
}

.judge_min_text {
    font-size: 12px;
}

.c_logo {
    max-width: 115px;
}

.link-cc a {
    color: #000;
    text-decoration: underline;
}

.link-cc a:hover {
    color: #666;
    text-decoration: underline;
}

.salon_text_color {
    color: #eb6fa5;
}

.creative_text_color {
    color: #78addf;
}

.salon_background {
    background-color: #eb6fa5;
}

.creative_background {
    background-color: #78addf;
}

.category_bar {
    border-radius: 10px;
    text-align: center;
    padding: 3px 20px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    width: 300px;
}

.theme_salon_text,
.theme_creative_text {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.kome {
    font-size: 11px;
    position: relative;
    bottom: 10px;
}

.step {
    background-color: #e2f7fb;
    width: 80%;
    margin: 0 auto;
}

#theme_image {
    max-width: 469px;
    margin: 0 auto;
    width: 100%;
}

#theme_image_sp {
    max-width: 469px;
    margin: 0 auto;
}

.step_kigou {
    color: #2baec9;
    font-weight: 700;
}

a:hover img {
    opacity: 0.8;
}


/* 2022 */

.common_header {
    min-height: 50px;
}

header {
    height: auto;
}

.background {}

.colcolle22 {
    background-color: #e6c8bd;
    background: #e6c8bd url(../image/2022/bg.svg) repeat-y top 98vw center / 100% auto;
    -webkit-font-smoothing: antialiased;
    .container {
        width: 96%;
    }
}

@media screen and (max-width: 1024px) {
    .colcolle22 {
        background-position: top 110.9vw center;
        .container {
            width: 96%;
        }
    }
}

@media screen and (max-width: 768px) {
    .colcolle22 {
        .container {
            width: 100%;
        }
    }
}

.colcolle22 .main_information-center {
    margin: 0 auto;
    max-width: inherit;
}

.colcolle22 .main_text_img img {
    width: 100%;
    max-width: 708px;
}


/*
.contest_head {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    }
.contest_head:before {
    content: '';
    display: block;
    width: 440px;
    height: 440px;
    background-image: url('../image/2022/pc001.png');
    background-repeat: no-repeat;
    }
*/

.contest_header22 {
    text-align: center;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

.contest_header22 img {
    max-width: 100%;
}

.colcolle22 {
    @media screen and (max-width: 1024px) {
        .contest_header22 {
            width: 70%;
            max-width: 300px;
            margin: -25px auto 0;
        }
        .contest_text {
            margin-top: 50px;
        }
        .information_main .title02 {
            font-size: 18px;
        }
    }
    @media screen and (max-width: 768px) {
        .contest_header22 {
            width: 100%;
            img {
                max-width: 247px;
            }
        }
        .information_outer {
            width: 98%;
        }
        .theme_text {
            font-size: 16px;
        }
        .theme_creative_text {
            padding-bottom: 20px;
            margin-bottom: 0;
        }
        .information_main {
            padding-top: 30px;
            .title02 {
                margin-top: 34px;
                width: 100%;
                &:first-of-type {
                    margin-top: 0;
                }
            }
            .text {
                padding-left: 0;
                padding-right: 0;
                margin-bottom: 0;
            }
        }
        .information_outer_lid {
            width: calc(100% - 52px);
            height: 27px;
        }
        .information_outer_lid::before,
        .information_outer_lid::after {
            height: 27px;
            width: 26px;
            left: -26px;
            background: url(../image/2022/bg_frame_corner_sp.png) no-repeat;
            background-size: 100% auto;
        }
        .information_outer_lid::after {
            transform: scale(-1, 1);
            left: auto;
            right: -26px;
        }
    }
    @media screen and (max-width: 480px) {
        .information_outer {
            padding-top: 0;
        }
    }
}

#kikan_image {
    max-width: 491px;
    width: 100%;
    margin: 0 auto 0;
}

#theme_image,
#theme_image_sp {
    max-width: 521px;
}

@media (max-width: 768px) {
    #kikan_image {
        width: 88%;
    }
    #theme_image_sp {
        width: 90%;
    }
}

.salon_color_bumon,
.creative_color_bumon {
    position: relative;
    font-size: 23px;
    color: #fff;
    background: none;
    width: 100%;
    margin: 2em auto 0;
    padding: 0;
    line-height: 2;
    display: inline-block;
}

.salon_color_bumon {
    background: url(../image/2022/bumon_text_bg_1.png) no-repeat center center / auto 100%;
}

.theme_salon_text {
    color: #000;
}

.creative_color_bumon {
    background: url(../image/2022/bumon_text_bg_2.png) no-repeat center center / auto 100%;
}

.theme_creative_text {
    color: #000;
}

.theme_salon_text,
.theme_creative_text {
    /*     color: #e18298; */
    margin: 1.2em 0 0;
}

@media screen and (max-width: 1024px) {
    .salon_color_bumon,
    .creative_color_bumon {
        font-size: 18px;
    }
}

.judge_member {
    width: 100%;
    max-width: 820px;
    margin: 50px auto 0;
    ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    li {
        padding: 0 10px 30px;
        width: 20%;
    }
    img {
        width: 100%;
    }
    @media screen and (max-width: 768px) {
        margin: 20px auto 0;
    }
}

.judge_min_text {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

.step {
    position: relative;
    background-color: transparent;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #8aa2c6;
    border-radius: 12px;
    padding-bottom: 2em;
}

.step .setp4main {
    margin-top: 10px;
    line-height: 1.7em;
    font-size: 20px;
    font-weight: 500 !important;
}

.step .setp4main+.setp4main {
    margin-top: 0;
}

.step .setp4main.pink {
    font-size: 94% !important;
}

.setp3main_img {
    margin: 2em auto;
}

.setp4main_img {
    margin-top: 1em;
    margin-bottom: 2em;
}

.step .setp5main {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2em;
    font-size: 18px;
    font-weight: 500 !important;
}

.step .setp6main {
    margin-top: 10px;
    line-height: 2em;
    font-size: 18px;
    font-weight: 500;
}

.step .pink {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
}

.step-in {
    position: relative;
    background-color: #fff !important;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    border: 2px #000 solid !important;
}

.box-title {
    font-size: 22px;
    background: #8aa2c6;
    padding: 18px 20px;
    margin-bottom: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
}

.box-title-in {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #000000 !important;
    padding: 7px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .colcolle22 .box-title {
        font-size: 16px;
        line-height: 1.4;
        padding: 8px 10px 8px 36px;
    }
}


/* .box-title-in-s {
    content: "";
    position: absolute;
    left: 47%;
    margin-left: -20px;
    display: block;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #8aa2c6 transparent transparent transparent;
} */

.box-title-in-s p {
    position: relative;
    padding-bottom: 10px;
    background-color: #dcdce5;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.step p {
    padding-bottom: 0px;
    margin-top: 1em;
    font-size: 18px;
    line-height: unset;
    font-weight: 500;
}

.step-in p {
    padding-top: 0px !important;
    padding-bottom: 0px;
    margin: 0;
    font-size: 20px;
    line-height: 2em;
    font-weight: 600;
    color: #000 !important;
}

@media screen and (max-width: 768px) {
    .step p,
    .box-title-in {
        font-size: 16px !important;
    }
    .step p {
        padding-top: 1em !important;
    }
    .step-in p {
        padding-top: 0 !important;
    }
}

.step img {
    max-width: 100%;
    margin: auto;
}

.underbar {
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    font-size: 18px;
}

.underbar a.nocolor {
    color: #000;
}

#step1 .stet1img {
    margin-top: 30px;
    width: 200px;
}

#step1 .step1account {
    width: auto;
    height: auto;
    margin: 10px auto;
    background: none;
}

.pink,
.pink a {
    color: #e3007f;
}

.pink-nami {
    color: #e3007f;
    background: url("../image/2022/pc_wave.png") bottom repeat-x;
    /*    background-size: 20px;*/
    padding-bottom: 5px;
    font-size: 17px;
}

.step p.right_sub {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

.step p.center_sub {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}

.step_arrow {
    position: relative;
    display: block;
    height: 42px;
}

.step_arrow:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -20px;
    display: block;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #8aa2c6 transparent transparent transparent;
}

.step:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -35px;
    display: block;
    width: 69px;
    height: 94px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .step {
        width: 100%;
    }
    .step:before {
        width: 40px !important;
        height: 55px !important;
        left: -3%;
    }
}

.step#step1:before {
    background-image: url("../image/2022/flow/flow1.png");
}

.step#step2:before {
    background-image: url("../image/2022/flow/flow2.png");
}

.step#step3:before {
    background-image: url("../image/2022/flow/flow3.png");
}

.step#step4:before {
    background-image: url("../image/2022/flow/flow4.png");
}

.step#step5:before {
    background-image: url("../image/2022/flow/flow5.png");
}

.step#step6:before {
    background-image: url("../image/2022/flow/flow6.png");
}

.img_wrap {
    position: relative;
    display: inline-block;
}

.img_wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
}

@media screen and (max-width: 768px) {
    .colcolle22 #step2 .step2img {
        max-width: 105%;
        left: auto;
        right: -5%;
    }
    .step-in {
        margin-bottom: 1em;
    }
}

#step4 {
    .img_wrap:after {
        background-image: url("../image/2020/flow/flow4_image_sub.png");
        width: 133px;
        height: 132px;
        margin-top: -66px;
        right: -150px;
    }
}

#step5 .img_wrap:after {
    background-image: url("../image/2020/flow/flow5_image_sub.png");
    width: 136px;
    height: 132px;
    margin-top: -66px;
    right: -150px;
}

.step {
    .oubo_btn {
        margin: 20px auto;
        max-width: 93%;
    }
}

.colcolle22 .guide {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    .title {
        color: #8aa2c6;
        border-color: currentColor;
    }
    @media screen and (max-width: 768px) {
        .title {
            font-size: 16px;
            padding: 0.5em 0;
            width: 100%;
        }
        .oub_text {
            font-size: 16px;
            width: 100%;
            padding-left: 0;
        }
    }
}

.oubo_btn_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    border: 1px #000 solid;
    border-radius: 100px;
    position: relative;
    top: -0.5em;
    padding: 1.5em 3em;
    font-weight: bold;
    line-height: 1;
    transition: all 0.1s ease-out;
}

.oubo_btn {
    font-size: 20px;
    color: #000;
    display: inline-block;
    background-color: #89a1c5;
    border: 1px #000 solid;
    border-radius: 5em;
    position: relative;
    // margin: 0 auto 100px;
    box-sizing: border-box;
    .title {
        font-size: 22px;
        font-size: clamp(16px, 2vw, 22px);
        display: block;
        width: auto;
    }
    .text {
        font-size: 16px;
        font-size: clamp(14px, 1.5vw, 16px);
        display: block;
        margin-top: 0.7em;
    }
    .dli-arrow-right {
        right: -1em;
    }
}

.btn_label {
    flex: 1 1 auto;
}

.oubo_btn:hover {
    color: #000;
    text-decoration: none;
}

.oubo_btn:hover .oubo_btn_inner {
    top: 0;
    border-color: transparent;
}

.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1px;
    background: currentColor;
    text-align: center;
}

.dli-arrow-right::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .oubo_btn {
        font-size: 16px;
    }
}

.footer_logo {}

.footer_logo img {
    height: 85px;
}

a.nocolor {
    color: #595757;
    text-decoration: none;
}

.colcolle22 {
    .awardbar {
        .text {
            font-size: 25px;
        }
    }
    .salon_award,
    .creative_award {
        width: 100%;
        max-width: 1000px;
        text-align: left;
    }
    .bar_salon,
    .bar_creative {
        .bar {
            padding-top: 1.2em;
        }
    }
    .bar_salon {
        .text {
            color: #7fbfba;
        }
        .bar {
            border-bottom: 1px solid #7fbfba;
        }
    }
    .bar_creative {
        .text {
            color: #e58b95;
        }
        .bar {
            border-bottom: 1px solid #e58b95;
        }
    }
    .salon_award {
        padding: 0;
        .award_name {
            background-color: #7fbfba !important;
        }
        .award_num {
            color: #7fbfba !important;
            border-color: currentColor !important;
        }
    }
    .creative_award {
        padding: 0;
        margin-top: 50px;
        .award_name {
            background-color: #e58b95 !important;
        }
        .award_num {
            color: #e58b95 !important;
            border-color: currentColor !important;
        }
    }
    .award_item {
        margin: 0 auto;
        width: auto;
        margin-bottom: 20px;
        background-color: inherit;
        display: flex;
        dt,
        dd {
            display: flex;
        }
        dt {
            font-size: 16px;
        }
        .award_name,
        .award_num {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .award_name {
            color: #fff;
            margin-bottom: 0;
            width: 250px;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: 700;
        }
        .award_num {
            font-weight: 700;
            padding-top: 3px;
            padding-bottom: 3px;
            border: 2px solid currentColor;
            box-sizing: border-box;
            text-align: center;
            width: 65px;
        }
        .award_text {
            margin-left: 1em;
            color: #000;
            font-size: 18px;
        }
    }
    .award_guide_list {
        text-align: left;
        color: #000;
        padding: 1em 0;
        margin-bottom: 0;
        .award_guide {
            width: auto;
        }
    }
    @media screen and (max-width: 768px) {
        .bumonbar,
        .awardbar {
            margin-bottom: 20px;
            width: 100%;
            display: block;
            height: auto !important;
            .text {
                font-size: 18px;
                font-weight: bold;
            }
        }
        .salon_award,
        .creative_award {
            margin-top: 30px;
            margin-bottom: 20px;
            .text {
                font-size: 18px;
            }
        }
        .award_item {
            display: block;
            dt {
                width: 100%;
                .award_name {
                    flex: 1 0 80%;
                    font-size: 16px;
                }
                .award_num {
                    white-space: nowrap;
                    flex: 0 1 100%;
                }
            }
            .award_text {
                margin-left: 0;
                margin-top: 10px;
                font-size: 16px;
            }
        }
    }
}

.toukou_tabs {
    display: flex;
    justify-content: space-between;
}

.toukou_tab_item {
    flex: 0 1 49%;
    background-color: #fff;
    padding: 0.75em 0em 1em;
    color: #fff;
    width: 50%;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    &:hover,
    &.active {
        color: #fff;
        text-decoration: none;
    }
    &::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateX(-50%);
        left: 50%;
        bottom: 10%;
    }
}

.toukou_tab-salon {
    color: #7fbfba;
    border: 2px solid #7fbfba;
    &:hover,
    &.active {
        background-color: #7fbfba;
    }
}

.toukou_tab-creative {
    color: #e58b95;
    border: 2px solid #e58b95;
    &:hover,
    &.active {
        background-color: #e58b95;
    }
}

.toukou_photolist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 45px;
    justify-content: flex-start;
    li {
        flex: 0 1 20%;
        padding: 3px;
        img {
            width: 100%;
            height: auto;
        }
    }
    @media screen and (max-width: 768px) {
        margin-bottom: 20px;
        margin-top: 20px;
        li {
            flex-basis: 33%;
        }
    }
}

.btn_more {
    font-size: 20px;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-color: #eeeeee;
    padding: 1em;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    &:hover,
    &:focus,
    &:visited {
        text-decoration: none;
        color: #000;
    }
    &::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translate(50%, -50%);
        right: 5%;
        bottom: 50%;
    }
}

.js_tab_cont {
    display: none;
    margin-top: 5px;

    &.active {
        display: block;
    }
}