@charset "utf-8";
#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.main_wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.main_wrapper .normal_txt {
    font-size: 16px;
    color:  #444;
    line-height: 1.6;
    letter-spacing: .05em;
}
.main_wrapper .normal_ttl {
    font-size: 22px;
    color: #A13181;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #A13181;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: bold;
}
.line_height_2 {
    line-height: 2!important;
}
.bg_beige {
    background: #f6f3f0!important;
}
.bg_blue {
    background: #f1f7f7!important;
}
.bg_gray {
    background: #f7f7f7!important;
}
.bg_f {
    background: #fff!important;
}
.pd_0 {
    padding: 0!important;
}
.pd_5 {
    padding: 5px!important;
}
.pt_30 {
    padding-top: 30px!important;
}
.mt_20 {
    margin-top: 20px!important;
}
.mb_10 {
    margin-bottom: 10px!important;
}
.mb_15 {
    margin-bottom: 15px!important;
}
.mb_20 {
    margin-bottom: 20px!important;
}
.mb_30 {
    margin-bottom: 30px!important;
}
.mb_40 {
    margin-bottom: 40px!important;
}
.mb_60 {
    margin-bottom: 60px!important;
}
.mb_80 {
    margin-bottom: 80px!important;
}
.mb_100 {
    margin-bottom: 100px!important;
}
.text_a-l {
    text-align: left!important;
}
.text_a-r {
    text-align: right!important;
}
.font_c_p {
    color: #A13181!important;
}
.font_w_b {
    font-weight: bold;
}
.border_b {
    border-bottom: 1px dotted #A13181;
    padding-bottom: 20px;
}
.pb_60 {
    padding-bottom: 60px!important;
}
br.sp_none {
    display: none;
    }
br.pc_none {
    display: block;
    }
.font_150 {
    font-size: 1.5em;
}
.font_80 {
    font-size: .8em;
}
.font_70 {
    font-size: .7em;
}
.font_60 {
    font-size: .76em;
}
.font_50 {
    font-size: .5em;
}
i {
    font-family: "Font Awesome 6 Free";
}
/*large*/
@media (min-width: 600px) {
br.sp_none {
    display: block;
    }
br.pc_none {
    display: none;
    }
}
/*インデント*/
.indent-01 {
  text-indent: -1em;
  padding-left: 1em;
}


/*ヘッダー*/

header p.header_logo img {
    vertical-align: middle;
    width: 120px;
}
header p.header_logo {
    line-height: 20px;
    padding: 5px;
}
/*large*/
@media (min-width: 600px) {
header p.header_logo img {
    vertical-align: middle;
    width: 180px;
}
header p.header_logo {
    line-height: 60px;
    padding: 5px;
    }
}

/*================================================
トップコンテンツ　end
 ================================================*/
.top_con {
    padding: 20px 0 40px;
    text-align: center;
    box-sizing: border-box;
/*    background-image: url("../images/main_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;*/
}
.top_con h1 {
    font-size: 6.8vw;
    color: #A13181;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: .05em;
/*    text-shadow: 0px 0px 6px rgba(0,0,0,0.8);*/
}

.top_con h2 {
    font-size: 5vw;
    font-weight: bold;
    color: #444;
    line-height: 1.6;
    letter-spacing: .1em;
    margin-bottom: 20px;
/*    text-shadow: 0px 0px 6px rgba(0,0,0,0.8);*/
}
.main_logo_img {
    width: 150px;
    height: 150px;
    margin: 20px auto 0;
}
.top_con .main_img {
    padding: 35px 0 20px 0;
}
/*large*/
@media (min-width: 600px) {
.top_con {
    padding: 40px 0 60px;
    }
.top_con h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.7;
    }
.top_con h2 {
    font-size: 22px;
    margin-bottom: 40px;
    }
.top_con .main_img {
    padding: 35px 0 60px 0;
    }
}
/*large end*/

/*================================================
トップコンテンツ　end
 ================================================*/


/*================================================
メイン
 ================================================*/
.fcc_conA {
    text-align: center;
    padding: 80px 0;
}
.fcc_conA h3 {
    font-size: 10vw;
    color:  #A13181;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #A13181;
    margin-bottom: 60px;
    display: inline-block;
    font-weight: bold;
}
.fcc_conA .dec_txt {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    letter-spacing: .25;;
}
.fcc_conA .large_txt {
    font-size: 4.7vw;
    color:  #444;
    font-weight: bold;
}
/*large*/
@media (min-width: 600px) {
.fcc_conA {
    padding: 100px 0;
}
.fcc_conA h3 {
    font-size: 36px;
    }
.fcc_conA .large_txt {
    font-size: 24px;
    }
}
/*large end*/

/*================================================
メイン　end
 ================================================*/



/*================================================
賞
 ================================================*/
.fcc_conB {
    background: #f6f3f0;
    text-align: center;
    padding: 80px 0;
}
.fcc_conB h3 {
    font-size: 10vw;
    color:  #A13181;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #A13181;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: bold;
}
/*.fcc_conB .flex_2con {
    text-align: left;
}*/
.fcc_conB .left_img {
    margin-bottom: 30px;
}
.fcc_conB .left_img img {
    width: 80%;
    max-width: 250px;
}
.granprix_ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}
.granprix_txt {
    font-size: 18px;
    line-height: 1.7;
}

/*large*/
@media (min-width: 600px) {
.fcc_conB {
    padding: 100px 0;
}
.fcc_conB h3 {
    font-size: 36px;
    margin-bottom: 80px;
    }
.fcc_conB .flex_2con {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    }
.fcc_conB .left_img {
    width: 40%;
    max-width: 300px;
    margin-bottom: 0;
    margin-right: 60px;
    }
.fcc_conB .right_box {
    text-align: left;
    }
.granprix_ttl {
    font-size: 40px;
    }
.granprix_txt {
    font-size: 20px;
    }
}
/*large end*/
/*================================================
賞　end
 ================================================*/



/*================================================
誘導
 ================================================*/
.large_txt {
    font-size: 18px;
    color:  #444;
    margin-bottom: 15px;
}
.large_date {
    font-size: 18px;
    color:  #444;
    margin-bottom: 15px;
    font-weight: bold;
}
.link_btn {
    width: 100%;
    max-width: 400px;
}
.link_btn a {
    width: 90%;
    max-width: 500px;
    background: #A13181;
    height: 70px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    box-shadow: 5px 9px 8px -6px rgba(0,0,0,0.6);
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.link_btn a:hover {
    opacity: .8;
}
/*large*/
@media (min-width: 600px) {
.large_txt {
    font-size: 20px;
    margin-bottom: 20px;
}
.large_date {
    font-size: 20px;
    }
.link_btn_area {
    display: flex;
    justify-content: center;
    }
.link_btn a {
    font-size: 24px;
    }

}
/*large end*/

/*================================================
誘導　end
 ================================================*/




/*================================================
応募要項
 ================================================*/
.fcc_conC {
    text-align: center;
    padding: 80px 0;
}
.fcc_conC h3 {
    font-size: 10vw;
    color:  #A13181;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #A13181;
    margin-bottom: 60px;
    display: inline-block;
    font-weight: bold;
}

table.fcc_tbl {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
table.fcc_tbl tr {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 40px;
    display: block;
    padding: 10px;
}
table.fcc_tbl th {
    /*padding: 10px;*/
    text-align: center;
/*    width: 100%;*/
    display: block;
    font-weight: bold;
    letter-spacing: .5em;
    vertical-align: middle;
    padding: 15px;
}
table.fcc_tbl td {
    text-align: left;
    vertical-align: middle;
    /*padding: 10px;*/
/*    width: 100%;*/
    display: block;
}
table.fcc_tbl td ul li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 8px;
}

.flex_temp {
    display: flex;
}
.flex_temp_left {
    margin-bottom: 20px;
    width: 100%;
}
.flex_temp_right {
    width: 100%;
}
/*table.fcc_tbl td .flex_temp ul.flex_temp_right li {
    text-indent: 0;
    padding-left: 0;
}*/
/*large*/
@media (min-width: 600px) {
table.fcc_tbl {
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    }
table.fcc_tbl tr {
    margin-bottom: 0px;
    display: table;
    margin-bottom: 60px;
}
table.fcc_tbl th {
    border-right: solid 1px #000;
    display: table-cell;
    width: 20%;
    text-align: left;
    }
table.fcc_tbl td {
    display: table-cell;
    width: 80%;
    padding: 6px 6px 6px 30px;
    justify-content: space-between;
    }
.flex_temp {
    display: flex;
    }
.flex_temp_left {
    margin-bottom: 0;
    width: 40%;
    margin-right: 5%;
    }
.flex_temp_right {
    width: 55%;
    }
.fcc_conC {
    padding: 100px 0;
    }
.fcc_conC h3 {
    font-size: 36px;
    }
.fcc_conC .large_txt {
    font-size: 24px;
    }
}
/*large end*/

/*================================================
応募要項　end
 ================================================*/



/*================================================
フッター
 ================================================*/
footer {
    background: #F8F0F5;
    text-align: center;
    padding: 80px 0;
}
footer h2 {
    font-size: 6vw;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #444;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: bold;
}
footer p {
    font-size: 16px;
}
footer p a {
    color: #1c3681;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}
footer img {
    max-width: 240px;
}
.copyright {
    padding: 20px 0 60px;
    background: #000;
    text-align: center;
}
.copyright p {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}
.copyright a {
    color: #fff;
}
footer p.large_txt {
    font-size: 18px;
}
.fa-brands {
    font-size: 40px;
    color: #fff;
    padding: 20px 7px 0;
}
/*large*/
@media (min-width: 600px) {
    footer h2 {
        font-size: 32px;
    }
.copyright {
    padding: 20px 0;
    }
}


/*グランプリ発表*/
.top_ttl {
    font-size: 4.8vw;
    color: #A13181;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .05em;
}
.top_ttl.text_bdr {
    padding: 10px;
    display: inline-block;
    border: 1px solid #A13181;
    margin-top: 80px;
}
.youtube_con {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}
.main_ttl {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #e40069;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.2;
}
.main_ttl span {
    font-size: 16px;
}
.work_ttl {
    font-weight: bold;
    color: #00284b;
    font-size: 22px;
    margin-bottom: 5px;
}
.work_name,
.work_subttl {
    font-weight: bold;
    color: #00284b;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.work_name span {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}
.work_comment {
    text-align: left;
}
.work_profile {
    margin-bottom: 40px;
}
.work_left {
    width: 65%;
    margin: 0 auto 20px;
}
.work_img {
    width: 60%;
    margin: 0 auto 20px;
}
.work_left img,
.work_img img {
    width: 100%;
}
.main_subttl {
    padding: 15px 0px;
    text-align: center;
    color: #00284b;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.2;
    border-top: 2px solid #00284b;
    border-bottom: 2px solid #00284b;
}
/*large*/
@media (min-width: 600px) {
.top_ttl {
    font-size: 24px;
}
.main_ttl,
.main_subttl {
    font-size: 34px;
    margin-bottom: 30px;
    }
.work_subttl {
    margin-bottom: 10px;
}
.main_ttl span {
    font-size: 22px;
    }
.work_ttl {
    font-size: 24px;
    margin-bottom: 15px;
}
.work_profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.work_left {
    width: 30%;
    margin: 0;
}
.work_right {
    width: 67%;
}
.work_name,
.work_subttl {
    font-size: 18px;
}
.work_name span {
    font-size: 16px;
}
.flex_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    }
.youtube_con {
    width: 100%;
    }
.work_con {
    width: 100%;
    text-align: left;
    }
.work_img {
    width: 50%;
    }
}