@charset "UTF-8";


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}
:root{
    --maincolor:#db3e33;
    --white:#fff;
    --black:#000;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
		overflow-x: hidden;
		overflow-y: scroll;
}


body {
background:#ccc;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: var(--black);
    font-size: 16px;
    line-height: 1.4;
	position: relative;
	overflow-x: hidden;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:2;
}
img{
    height: auto;
    max-width: 100% ;
	vertical-align: bottom;
    pointer-events: none;
}

/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
    color: #c2c2c0;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a img {
    border: medium none;
	transition: 0.3s;
}
a:hover img{opacity: 0.7;}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold; }
.txtRed { color: #df1834; }
.txtBlue { color: #1565a7; }
.txtPink { color: #F246A4; }
.txtGold { color: #A98552; }
.txtGray { color: #666666; }
.txtWhite { color: var(--white); }
.txtgreen { color: #79a035; }
.txtorenge{color:#fd851b;}

.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.oh{overflow:hidden;}

.cen{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}

.pc{display: block;}
.pc-tb{display: block;}
.tb{display: none;}
.sp{display: none;}

/* ------------------------------
 Header▼
------------------------------ */
body{
    background:  url("images/texture.png");
    background-repeat: repeat;
    background-size: contain;
    position: relative;
}

body::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        hsl(198,69%,65%),
        hsl(216,69%,73%) 33% 66%,
        hsl(198,69%,65%)
    );
    background-size: 400% 200%;
    animation: grad 20s ease infinite;
    position: absolute;
    mix-blend-mode: lighten;
    top: 0;
    left: 0;
    z-index: -10;
}

/*------------------header---------------------*/

header{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
header.sub{
    height: auto;
}

@keyframes grad{
    0%{background-position: 50% 0%;}
    50%{background-position: 50% 100%;}
    100%{background-position: 50% 0%;}
}


.lang{
    position: absolute;
    text-align: right;
    color: var(--maincolor);
    top:0.7em;
    right: 0.7em;
    z-index: 1100;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,1),
        -1px 1px 0 rgba(255,255,255,1),
        1px -1px 0 rgba(255,255,255,1),
        -1px -1px 0 rgba(255,255,255,1);
}

.concept_text{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 1em;
    font-size: 120%;
    background: var(--maincolor);
    color: var(--white);
    z-index: 1100;
    font-family: 'M PLUS 1p', sans-serif;
    transform: rotate(-0.2deg);
}
.concept_text span{
    display: block;
    font-size: 95%;
    font-family: "Times New Roman", Times, "serif";
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.concept{
    width: fit-content;
    margin: 1.5em auto;
    padding: 1em;
    font-size: 120%;
    background: var(--maincolor);
    color: var(--white);
    z-index: 1100;
    font-family: 'M PLUS 1p', sans-serif;
    transform: rotate(-0.2deg);
	border-radius: 8px;
}
.concept span{
    display: block;
    font-size: 95%;
    font-family: "Times New Roman", Times, "serif";
    line-height: 1.4;
    letter-spacing: 0.1em;
}


#topimg{
    position: relative;
}
#topimg p{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 250%;
    text-align: center;
    font-weight: bold;
    color: var(--white);
    filter: drop-shadow(0 0 5px #666);
}
#topimg p::after{
    content:'2024';
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    display: block;
    margin: 0;
    letter-spacing: 0.15em;
}
.slides{
    height: calc(100vh - 4em);
    overflow: hidden;
    width: 100%;
    background: rgba(255,255,255,0.4);
}
.slides li{
    width: 100%;
    height: 100%;
}


nav{
	width: 100%;
    position: relative;
    z-index: 1001;
}
nav.fixed{
    position: fixed;
    top: 0;
    margin-bottom: 0;
}

nav .wave-container{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    height: 150px;
    animation: totop 0.5s ease-out;
}
.sub nav .wave-container,
nav.fixed .wave-container{
    top: auto;
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
    height: 150px;
    animation: tobottom 0.5s ease-out;
}
@keyframes totop{
    0%{
        transform: translateY(-50%);
    }
    100%{
        transform: translateY(-100%);
    }
}

@keyframes tobottom{
    0%{
        transform: translateY(50%) rotate(180deg);
    }
    100%{
        transform: translateY(100%) rotate(180deg);
    }
}

canvas{
    width: 100%;
}

nav ul{
    display: flex;
    justify-content: space-between;
    background: #eee;
}
nav ul li{
    height: 4em;
    width: 100%;
}
nav ul li a{
    height: 100%;
    width: 100%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--black);
    position: relative;
}
nav ul li a:hover,
nav ul li a:active{
    color: #999;
}

nav ul li a::after{
    content: '';
    width: 0;
    height: 3px;
    background: var(--maincolor);
    transition: 0.3s;
    position: absolute;
    bottom: 20%;
    left: 25%;
}

nav ul li a:hover::after,
nav ul li a:active::after{
    width: 50%;
}

nav ul li.top_link a::after{
    display: none;
}
nav ul li.sp{
    background: #eee;
    justify-content: center;
    align-items: center;
}
nav ul li.sp a{
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.smp_menu{
    display: none;
    height: 75px;
    background: var(--white);
    padding: 0 2%;
    justify-content: space-between;
    align-items: center;
}
.menubox{
    display: none;
    height: 50px;
    width: 50px;
    position: relative;
}


/* ------------------------------
 footer▼
------------------------------ */
footer{
	padding:0;
    color: var(--white);
    align-items: center;
}

.sns_list{
    display: flex;
    justify-content: center;
    gap:1em;
}
.sns_list a{
    display: block;
}

.fot_flex{
    display: flex;
    width: 50%;
    margin: 1em auto;
    justify-content: center;
    align-items: center;
    gap:2em;
}

.logo,.policy{
    width: calc((100% - 2em) / 2);
}
.logo{
    text-align: center;
}
.logo img{
    max-width: 350px;
}
.policy{
    line-height: 1.4;
    margin: 1em auto 0;
    color: var(--white);
}

.copy{
	padding: 2.5em 0;
	text-align: center;
	font-size:80%;
    letter-spacing: 0.1em;
}

.topbtn{
    width: 4em;
    height: 4em;
    position: fixed;
    right: 3em;
    bottom: 3em;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--white);
}
.topbtn a{
    background: transparent;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.topbtn a:hover,
.topbtn a:active{
    background: rgba(115,105,80,0.3);
}

/* ------------------------------
 main▼
------------------------------ */

main{
    padding: 8em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    scroll-snap-type: x mandatory;
    
}

.intro_flex{
    display: flex;
    flex-wrap: wrap;
    gap:1em 2em;
    justify-content: space-between;
}
.intro_flex div{
    border-radius: 0.5em;
    padding: 1em;
    font-weight: bold;
}
.nittai{
    width: 35%;
    background: var(--maincolor);
    color: var(--white);
    font-size: 170%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nittai p{
    text-align: center;
}
.award{
    width: 60%;
    color: var(--maincolor);
    background: var(--white);
    font-size: 140%;
}
.award p{
    margin-bottom: 1em;
    line-height: 1.6;
    text-align: center;
}
.award span{
    font-size: 70%;
}


h2{/*項目の見出し*/
    font-size: 180%;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: var(--white);
    text-align: center;
    margin: 3em 0 2em;
    display: flex;
    flex-direction: column;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
h2::before{/*見出しの下の線*/
    content: '';
    width: 1px;
    background: var(--white);
    height: 1.5em;
    margin: 0.5em auto 0;
    order: 2;
}
h2::after{/*見出しの下の英文*/
    content: attr(data-en);
    font-size: 70%;
    display: block;
    letter-spacing: 0.2em;
    order: 1;
}

.morebtn{
    width: auto;
    margin: 2em auto;
    text-align: center;
}
.morebtn a{
    display: inline-block;
    font-size: 120%;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0.5em 1em;
    color: var(--white);
    border: 1px solid var(--white);
    background: transparent;
    text-align: center;
}
.morebtn a:hover,
.morebtn a:active{
    color: rgba(115,105,80,1);
    background: rgba(255, 245, 220, 0.7);
}

section{
    width: 80%;
    margin: 2em auto;
    padding-top: 75px;
}


/*-------------トップページ-------------*/
.guide{
    margin: 1.5em auto 2.5em;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    color: var(--white);
}

.guide_black{
    margin: 1.5em auto 2.5em;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    color: var(--black);
}

.ex_news{
    padding: 2em 1em 1em;
}
.ex_news a{
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.1em;
    
}
.flyer_box{
    display: flex;
    gap:2em;
    width: 100%;
    margin: 0 auto;
}
.rule_box .flyer_box{
    background: transparent;
}

.flyer_box>img{
    width: calc((100% - 2em) / 2);
}

a.pdfbtn{
    display: block;
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    text-align: center;
    margin: 1em auto;
    background: var(--white);
}

.archive_photo{
    display: flex;
    gap:2em 1em;
    flex-wrap: wrap;
}
.archive_photo li{
    width: calc((100% - 1em * 2) / 3);
}
.archive_photo.box02 li{
    width: calc((100% - 1em) / 2);
}
.archive_btn{
    display: flex;
    gap:1em;
    justify-content: center;
    margin-top: 3em;
    flex-wrap: wrap;
}
.archive_btn li{
    width: calc((80% - 1em * 2) / 3);
    margin: 0;
}
.archive_btn li a{
    width: 100%;
}

/*-------about-------*/

.genre_box{
    display: flex;
    justify-content: space-between;
    gap:4em;
    margin: 2em auto;
    width: 80%;
}
.genre_box li{
    width: calc((100% - 1em * 2) / 3);
    background: var(--white);
    border-radius: 1em;
    padding: 1.5em;
    position: relative;
    overflow: hidden;
}
.bar li,.bar02 li{
    padding-top: 3em;
}
.bar li::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 2em;
}

.bar02 li::before{
    content: attr(data-sakuno);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
}

.ori::before{background: #df8022;}
.thr::before{background: #4a8f58;}
.dig::before{background: #236fa0;}

.genre_box h3{
    text-align: center;
    font-size: 150%;
    color: var(--maincolor);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 1em;
}

.ori h3{color: #df8022;}
.thr h3{color: #4a8f58;}
.dig h3{color: #236fa0;}

/*-------開催スケジュール-------*/

.schedule_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 4em 0;
    counter-reset: schedule;
}
.schedule_list li{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    background: var(--white);
    width: calc(90% / 4);
    padding: 2.5em;
    border-radius: 0.3em;
}
.schedule_list li::before{
    counter-increment: schedule;
    content: counter(schedule);
    font-size: 200%;
    background: var(--white);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top:0;
    left: 50%;
    transform: translate(-50%,-90%);
    width: 4em;
    height: 2em;
    border-radius: 4em 4em 0 0;
    font-family: 'Great Vibes', cursive;
}
.sche_title{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.date{
    border-top: 0.5px solid var(--maincolor);    
    margin-top: auto;
    padding-top: 0.7em;
    font-size: 140%;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 0.15em;
    font-family: 'M PLUS 1p', sans-serif;
}


/*-------応募作品一覧-------*/
.sakuhin.grandprix{
    justify-content: center;
}

.bar.sakuhin{
    display: flex;
    flex-wrap: wrap;
    gap:2em 1em;
    align-items: flex-start;
}
.sakuhin_li{
    width: calc((100% - 1em * 3) / 4);
    background: rgba(255,255,255,1);
    padding: 1.5em;
    color: var(--black);
    display: flex;
    flex-direction: column;
    border-radius: 0.8em;
    position: relative;
    overflow: hidden;
}
.bar .sakuhin_li::before{
    content: attr(data-num);
    text-align: center;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
}

/*▼▼▼番号変更用▼▼▼
.bar .sakuhin_li.reset01{
	counter-reset: sakuhin-no 15;
}*/




.sakuhin_li figure{
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.sakuhin_li p{
    margin: 5px 0;
}
.sakuhin_li > a:hover figure img{
    transform: scale(1.2);
}

.sakuhin_title{
    margin: 1.5em auto 1em;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    word-break: break-all;
}
.sakuhin_title span{
    width: 2em;
    position: relative;
}
.sakuhin_title span::before,
.sakuhin_title span::after{
    content: '';
    width: 1em;
    height: 3px;
    background: #999;
    position: absolute;
    left: 50%;
    transition: 0.3s;
}
.sakuhin_title span::after{
    transform: rotate(0);
    background: #333;
}
.sakuhin_title span.open::after{
    transform: rotate(90deg);
    background: #999;
}


.comment{
    line-height: 1.3;
}

.sakuhin_flex{
    display: flex;
    justify-content: space-between;
}

/*作品外部リンク周り*/
.sakuhin_link{
    width: 100%;
}
.sakuhin_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
    color: var(--white);
    background: var(--maincolor);
    border-radius: 0.3em;
    transition: 0.3s;
    line-height: 1em;
    font-size: 130%;
}
.sakuhin_link a:hover{
    opacity: 0.7;
}

.sakuhin_link a::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("images/link_btn.png");
    background-size: contain;
    vertical-align: middle;
    transform: translateY(-7%);
}
.sakuhin_link a[href*="facebook"]{
    background: #3377aa;
}
.sakuhin_link a[href*="facebook"]::before{
    background-image: url("images/link_btn_fb.png");
}
.sakuhin_link a[href*="twitter"],.sakuhin_link a[href*="x.com"]{
    background: #000;
}
.sakuhin_link a[href*="twitter"]::before,.sakuhin_link a[href*="x.com"]::before{
    background-image: url("images/x-logo.svg");
}
.sakuhin_link a[href*="instagram"]{
    background: #ee66aa;
}
.sakuhin_link a[href*="instagram"]::before{
    background-image: url("images/link_btn_insta.png");
}


.like{
    width: 25%;
    text-align: center;
    background: #FF83AD;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0.5em;
    border-radius: 0.3em;
}
.like a::before{
    content: '';
    background-image: url("images/like_btn.png");
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    transition: 0.2s;
}

/*二つ並びメニュー*/
.menu_flex{
    display: flex;
    justify-content: center;
    margin-top: 5em;
}
.menu_flex section{
    width: 50%;
}
.btn_list{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:1em;
}
.btn_item{
    width: 60%;
    margin: 0 auto;
}
.btn_item a{
    display: block;
    position: relative;
    width: 100%;
    font-size: 120%;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0.5em 1em;
    color: var(--white);
    border: 1px solid var(--white);
    text-align: center;
}
.btn_item a::before{
    content: '';
    display: block;
    background: rgba(255, 245, 220, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.2s;
    z-index: -1;
}
.btn_item a:hover::before,
.btn_item a:active::before{
    height: 100%;
}

.btn_item a:hover,
.btn_item a:active{
    color: rgba(115,105,80,1);
}

.btn_item.black a{
    border: 1px solid #666;
    color: #666;
}
.btn_item.black a::before{
    background: rgba(0,0,0,0.3);
}

.support_container,.entry_container{
    height: 100%;
    padding: 2em 0 4em;
    position: relative;
}


.support_container::before,
.entry_container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: -1;
 
}
/*応募作品を応援*/
.support_container::before{
    background: rgba(55,45,20,0.2);
}


/*応募作品を応援*/
.entry_container::before{
    background: rgba(55,45,20,0.35);
}

/*-------------サブページ-------------*/
.red_btn{
    width: 500px;
    margin: 5em auto;
}
.red_btn a{
    display: block;
    position: relative;
    width: 100%;
    font-size: 120%;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0.5em 1em;
    color: var(--white);
    border: 1px solid var(--maincolor);
    border-radius: 0.5em;
    background: var(--maincolor);
    text-align: center;
}
.red_btn a:hover,
.red_btn a:active{
    color: var(--maincolor);
    background: var(--white);

}
/*白背景エリア用*/
.white_50{
    background: rgba(255,255,255,0.5);
    border: 1px solid var(--white);
    padding: 4em 0;
    width: 100%;
}
.white_50 h2{
    margin-top: 1em;
}
.white_50 h2{
    color: var(--black);
}
.white_50 h2::before{
    background: var(--black);
}

/*文章用*/
.bun_white,
.bun_black{
    font-size: 110%;
    line-height: 1.8;
    margin: 1.5em auto;
    letter-spacing: 0.1em;
    width: 80%;
}

.bun_white{
    color: var(--white);
}
.bun_black{
    color: var(--black);
}



/*スケジュール・応募要項ページ*/
.schedule_list02{
    display: flex;
    flex-direction: column;
    gap:1em;
    counter-reset: sche-number;
    width: 80%;
    margin: 2em auto;
}
.schedule_list02 li{
    display: flex;
    padding: 1em 2em;
    background: rgba(255,255,255,0.8);
    align-items: center;
}
.sche_title02{
    display: flex;
    align-items: center;
    width: 30%;
    font-weight: bold;
    font-size: 110%;
}
.sche_title02::before{
    counter-increment: sche-number;
    content: counter(sche-number,decimal-leading-zero);
    font-size: 350%;
    margin-right: 1em;
    font-weight: normal;
    font-family: 'Great Vibes', cursive;
    color: var(--maincolor);
}
.sche_detail{
    width: 70%;
    padding-left: 2em;
    border-left: 1px solid #999;
}



.red_table{
    display: flex;
    flex-direction: column;
    gap:1.5em;
    width: 70%;
    margin: 1em auto;
}
.red_table > li{
    width: 100%;
    display: flex;
}
.red_table > li > h3,
.red_table > li > div{
    padding: 2em;
    font-size: 115%;
}

.red_table > li > h3{
    background: var(--maincolor);
    color: var(--white);
    font-weight: bold;
    width: 20%;
    letter-spacing: 0.1em;
}
.red_table > li > div{
    background: var(--white);
    width: 80%;
}
.red_table > li p{
    margin: 0.5em 0;
}
.red_table > li small{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.5em;
}
.red_table .big{
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0.1em;
}
.red_table .genre_box{
    width: 100%;
    gap:1.5em;
}
.red_table .genre_box li{
    background: #eee;
}

.member_box{
    display: flex;
    flex-wrap: wrap;
    gap:2em 1em;
    margin: 2em auto;
    width: 100%;
}
.member_box li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 1em * 2) / 3);
    background: #eee;
    border-radius: 1em;
    padding: 1.5em;
}
.member_box figure{
    width: 100%;
    text-align: center;
}

.member_name{
    text-align: center;
    font-size: 120%;
    color: var(--maincolor);
    margin-bottom: 1em;
}
.member_name span{
    font-size: 70%;
    line-height: 1.7;
    color: var(--black);
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 1em;
}
/*
.member_text{
    margin: 0;
    line-height: 1.5;
    font-size: 80%;
}
*/

.member_link{
    margin-top: auto;
}
.member_link a{
    display: block;
    width: 50%;
    margin: 0 auto;
    background: var(--white);
    color: var(--maincolor);
    text-align: center;
    border-radius: 0.3em;
    border: 2px solid var(--maincolor);
}

.member_link a:hover,
.member_link a:active{
    background: var(--maincolor);
    color: var(--white);

}


.rule_table{
    width: 80%;
    margin: 20px auto;
    background: var(--white);
    padding: 2em;
    border-radius: 0.3em;
    counter-reset: rule_num;
}
.rule_title{
    background: var(--maincolor);
    color: var(--white);
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    padding: 0.3em;
}
.rule_table div{
    margin: 0 auto;
    padding: 1em 1em 2em;
    background: rgba(61,114,199,0.05);
}

.rule_table h3{
    margin: 2em auto 1em;
    padding: 0.5em 1em;
    border-left: 3px solid var(--maincolor);
    font-size: 120%;
    font-weight: bold;
}
.rule_table h3::before{
    counter-increment: rule_num;
    content: "第" counter(rule_num) "条";
    margin-right: 1em;
}
.rule_table.english h3::before{
    counter-increment: rule_num;
    content: counter(rule_num) ".";
    margin-right: 1em;
}
.rule_table h3:first-of-type{
    margin-top: 0;
}
.rule_table ol li{
    margin-left: 1.5em;
    padding: 0.5em;
    list-style: decimal;
}
.rule_table .red{
    color: #c00;
}
.rule_table .big{
    font-size: 140%;
}
.rule_table small{
    display: block;
    border: 1px solid #aaa;
    padding: 2em;
    margin: 1em 0;
    line-height: 1.7em;
}
.rule_margin{
    margin: 1em 0 2.5em;
}

.dot_list{
    margin: 1em;
}
.dot_list li{
    padding: 0.2em;
    list-style: circle;
}

/*応援ページ*/
.support_rule{
    background: var(--white);
    border-radius: 0.8em;
    padding: 2em;
    margin: 2em auto;
    width: 70%;
}

/*エントリーページ*/
.entry_prenotice{
    background: var(--maincolor);
    width: 100%;
    max-width: 100%;
    padding: 1.5em;
}
.entry_prenotice p{
    font-size: 250%;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--white);
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}



#qanda{
    display: none;
}
#qa_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 7em;
    padding: 1em;
    font-size: 120%;
    letter-spacing: 0.1em;
    color: var(--white);
    cursor: pointer;
}
#qa_btn.to_bottom::after{
    content: "";
    height: 2.5em;
    width: 2.5em;
    border: 2px solid var(--white);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
}
#qa_btn.to_bottom:hover::after{
    transform: translateY(15px) rotate(45deg);
}

#qa_btn.to_up::after{
    content: "";
    height: 2.5em;
    width: 2.5em;
    border: 2px solid var(--white);
    border-width: 3px 0 0 3px;
    transform: translateY(20px) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.qa{
    background: var(--white);
    width: 80%;
    margin: 0 auto;
    height: 0;
    padding: 0 2em;
    transition: 0.5s all;
    border-radius: 0.5em;
}
.qa dt,.qa dd{
    display: flex;
    align-items: center;
    height: 0;
    padding: 0 1em;
    visibility: hidden;
}
.qa dt{
    background: rgba(61,114,199,0.1);
    border-radius: 0.5em 0.5em 0 0;
}
.qa dt::before,.qa dd::before{
    margin-right: 1em;
    font-size: 120%;
    font-family: 'M PLUS 1p', sans-serif;
    display: flex;
    padding: 1em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
}
.qa dt::before{
    content: "Q";
    background: var(--white);
    color: var(--maincolor);
}
.qa dd::before{
    content: "A";
    background: var(--maincolor);
    color: var(--white);
}
.qa dd{
    background: rgba(245,245,245,0.8);
    border-radius: 0 0 0.5em 0.5em;
}
.qa dd:not(:last-child){
    margin-bottom: 2em;
}

#qanda:checked + .qa dt,#qanda:checked + .qa dd{
    height: auto;
    padding: 1em;
    visibility: visible;
}
#qanda:checked + .qa{
    margin: 5em auto 0;
    height: auto;
    padding: 2em;
}



#kakunin{
    display: none;
}

.check_box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 30em;
    margin: 2em auto;
    border: 2px solid var(--maincolor);
    background: #9CB1ED;
    padding: 1.5em;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
}

#kakunin + .check_box::before{
    content: '';
    position: absolute;
    left: 5em;
    width: 1.8em;
    height: 1.8em;
    background: var(--white);
    border: 1px solid var(--maincolor);
    border-radius: 0.3em;
}
#kakunin + .check_box::after{
    content: '';
    position: absolute;
    left: 5.5em;
    width: 0.7em;
    height: 1.2em;
    border: 2px solid var(--white);
    border-width: 0 3px 3px 0;
    transform: translateY(-15%) rotate(45deg);
    display: none;
}
#kakunin:checked + .check_box{
    background: var(--white);
}
#kakunin:checked + .check_box::before{
    background: var(--maincolor);
    }
#kakunin:checked + .check_box::after{
    display: block;
}


#kakunin + label + .btn_item a{
    pointer-events: none;
    background: #aaa;
}

#kakunin:checked + label + .btn_item a{
    pointer-events: all;
    background: transparent;
}


/*contact*/
.form{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap:0.7em;
}

.form li{
	display: flex;
	background: var(--white);
}
.form h3,.form div{
	padding: 1em;
}
.form h3{
	width: 25%;
	background: var(--maincolor);
	color: var(--white);
	letter-spacing: 0.1em;
}
.form h3.need::after{
	content: "★";
	margin-left: 0.7em;
}
.form div{
	width: 75%;
}

.form textarea,
.form input[type="text"]{
	padding: 0.3em;
	border: 2px solid var(--maincolor);
	border-radius: 0.3em;
	background: #f5f5f8;
	width: 80%;
}
.form_btn{
    margin: 3em auto;
    display: block;
    position: relative;
    width: 15em;
    font-size: 120%;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0.5em 1em;
    color: var(--white);
    border: 1px solid var(--maincolor);
    border-radius: 0.5em;
    background: var(--maincolor);
    text-align: center;
	transition: 0.3s;
}
.form_btn:hover,
.form_btn:active{
    color: var(--maincolor);
    background: var(--white);

}


/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレット以下サイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 1099px) {
    
    .pc-tb{display: none;}
    .tb{display: block;}

/*------------------header---------------------*/
    
    nav{
        font-size: 90%;
    }
    
/*------------------footer---------------------*/
    
    .fot_flex{
        width: 98%;
        gap:1em;
    }
    
/* ------------------------------
 main▼
------------------------------ */
    section{width: 90%;}


.red_btn{
    width: 90%;
    margin: 1.5em auto;
}
    
/*-------------トップページ-------------*/
    
    
.intro_flex{
    flex-direction: column;
    align-items: center;
    gap:2em;
}
.nittai{
    width: 70%;
    font-size: 150%;
}
.award{
    width: 70%;
    font-size: 130%;
}

    
	/*-------about-------*/

.genre_box{
    gap:2em;
    margin: 2em auto;
    width: 100%;
}
.genre_box li{
    width: calc((100% - 1em * 2) / 3);
    padding: 3em 1em 1em;
}

.genre_box h3{
    font-size: 120%;
}
    .red_table .genre_box li{
        padding-top: 1em;
    }
    .red_table .genre_box li h3{
        padding: 0;
        margin-bottom: 0;
    }




/*-------開催スケジュール-------*/
    
    .schedule_list li{
        width: calc(90% / 2);
    }
    
    
/*-------応募作品一覧-------*/
    
    .sakuhin_li{
        width: calc((100% - 2em * 2) / 3);
    }
    
/*二つ並びメニュー*/
    
    .menu_flex{
        flex-wrap: wrap;
    }
    .menu_flex section{
        width: 100%;
        margin: 0;
        padding-top: 0;
    }
    
    /*-------------サブページ-------------*/

/*コンセプトページ*/
.concept_flex{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}
.concept_flex p{
    border: 1px solid var(--white);
    background: rgba(255,255,255,0.6);
    width: 45%;
    padding: 1.5em;
}

/*スケジュール・応募要項ページ*/
    
    .schedule_list02{
        width: 100%;
    }
    .schedule_list02 li{
        padding: 1em;
    }
    .sche_title02{
        font-size: 100%;
    }
    .sche_title02::before{
        font-size: 250%;
        margin-right: 0.7em;
    }
    
    .red_table{
        width: 90%;
    }
    .red_table li{
        flex-direction: column;
    }
.red_table li h3,
.red_table li > div{
    padding: 1em;
    width: 100%;
}
    
    .rule_table{
        width: 95%;
    }
	
	
    .member_box li{
    width: calc((100% - 1em) / 2);
}

    /*エントリー*/
    .qa{
        width: 90%;
    }
    
    
	/*contact*/
.form{
	width: 80%;
}
.form li{
	flex-wrap: wrap;
}
.form h3,
.form div{
	width: 100%;
}
.form textarea,
.form input[type="text"]{
	width: 100%;
}
.form_btn{
    width: 40%;
}

	.archive_btn li{
        width: calc((100% - 1em * 2) / 3);
    }

}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 639px) {
    
    .pc{display: none;}
    .sp{display: block;}
    
/*------------------header---------------------*/

    header,.slides{
        height: auto;
    }
    #topimg{
        margin-top: 75px;
    }
    #topimg p{
        display: none;
    }
    .smp_menu{
        display: flex;
    }
    .toplogo{
        max-width: 70%;
        height: 100%;
    }
    .toplogo a{
        display: block;
        height: 100%;
    }
    .toplogo img{
        height: 100%;
    }
    .menubox{
        display: block;
    }
    
/* ハンバーガーアイコンの設置スペース */
.menubtn {
    height: 100%;
    width: 40px;
    position: relative;
    z-index: 1005;/* 重なり順を一番上に */
    cursor: pointer;
    border: none;
    background: none;
    margin: 0 auto;
}

/* ハンバーガーメニューのアイコン */
.menubtn span::before,.menubtn span,.menubtn span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--maincolor);
    z-index: 999;
    transition: 0.3s;
}

.menubtn span::before {
  top: -13px;
}
.menubtn span{
    top: 50%;
	transform: translateY(-50%);
}
.menubtn span::after {
  bottom: -13px;
}


/* アイコンがクリックされたら真ん中の線を透明にする */
/* アイコンがクリックされたらアイコンが×印になるように上下の線を回転 */
.menubtn.active span::before {
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.menubtn.active span {
    background: transparent;
}
.menubtn.active span::after {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}    
    
    
    /*ナビ*/
    nav{
        position: fixed;
        top: 0;
        left: 0;
        font-size: 110%;
    }
    nav .wave-container{
        display: none;
        /*position: absolute;
        top: auto;
        bottom: 0;
        transform: translateY(100%) rotate(180deg);
        animation: tobottom 0.5s ease-out;
    }
    nav.active .wave-container{
        display: none;
        height: 0;*/
    }
    
    nav ul{
        position: absolute;
        top: -100vh;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        padding-top: 80px;
        transition: 0.5s;
        z-index: -1;
        justify-content: flex-start;
    }
    nav.active ul{
        top: 0;
    }
    nav ul li{
        border-bottom: 3px solid var(--maincolor);
    }
    nav ul li.sp{
        display: flex;
        font-size: 85%;
    }
/*------------------footer---------------------*/
    
    .fot_flex{
        flex-wrap: wrap;
        justify-content: center;
        gap:0.5em;
    }
    .logo,
    .logo img,
    .policy{
        width: 94%;
    }
    
    .topbtn{
        width: 3em;
        height: 3em;
        right: 1.5em;
        bottom: 1.5em;
    }
    
/* ------------------------------
 main▼
------------------------------ */
    main{
        padding: 0 0 2em;
        margin-top: 0;
    }
    section{
        padding-top: 0;
        width: 96%;
    }
    
h2{/*項目の見出し*/
    font-size: 130%;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: var(--white);
    text-align: center;
    margin: 3em 0 2em;
    display: flex;
    flex-direction: column;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
    .morebtn{
        width: 95%;
    }
    .morebtn a{
    display: inline-block;
    font-size: 110%;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0.5em 1em;
    color: var(--white);
    border: 1px solid var(--white);
    background: transparent;
    text-align: center;
}

    /*文章用*/
.bun_white,
.bun_black{
    font-size: 85%;
    line-height: 1.8;
    margin: 1.5em auto;
    letter-spacing: 0.1em;
    width: 90%;
}

/*-------------トップページ-------------*/
    
    .intro_flex div{
        padding:1em 0.5em;
    }
 .nittai{
    width: 95%;
    font-size: 120%;
}
.award{
    width: 95%;
    font-size: 110%;
    display: flex;
    flex-direction: column;
    gap:1em;
}
    .award p{
        margin-bottom: 0;
    }
    
/*-------about-------*/

.genre_box{
    flex-direction: column;
    justify-content: flex-start;
    gap:1.5em;
    width: 90%;
}
.genre_box li{
    width: 100%;
}


/*-------コンセプト-------*/
    .concept{
        width: 95%;
        font-size: 100%;
    }
    #concept h2{
        margin-top: 0.5em;
    }
    
    
/*-------開催スケジュール-------*/
    
    .schedule_list{
        width: 90%;
        margin: 5em auto 0;
        gap:5em 0;
    }
    .schedule_list li{
        width: 100%;
        padding: 2.5em 2em 2em;
    }
        .member_box li{
    width: 100%;
            padding: 1em;
}
    .member_box > li > h3{
        padding: 0;
    }

/*-------応募作品一覧-------*/
    
    .sakuhin{
        gap:1em;
    }
    .sakuhin_li{
        width: calc((100% - 1em) / 2);
        padding: 0.5em 0.5em 1em;
    }
/*作品外部リンク周り*/
    .sakuhin_flex{
        flex-wrap: wrap;
    }
    .sakuhin_link,.like{
        width: 100%;
    }
    .sakuhin_title{
        font-size: 100%;
    }
    
    
/*二つ並びメニュー*/
    
    .menu_flex{
        flex-wrap: wrap;
    }
    .menu_flex section{
        width: 100%;
    }
    .btn_item{
        width: 90%;
    }
    
    
    .archive_btn li{
    width: calc((100% - 1em) / 2);
    margin: 0;
}

/*-------------サブページ-------------*/

    /*コンセプトページ*/
    .concept_flex{
        flex-wrap: wrap;
    }
    .concept_flex p{
        width: 100%;
        padding: 1em;
    }
    
    /*スケジュール・開催概要ページ*/
    .schedule_list02 li{
        flex-direction: column;
        gap:1em;
    }
    .sche_title02{
        width: 100%;
    }
    .sche_detail{
        width: 100%;
        border-left: none;
        padding-left: 0;
    }
    
    .rule_table{
        padding: 1em;
    }
    .rule_title{
        font-size: 110%;
    }
    
 /*応援ページ*/
.support_rule{
    padding: 1em;
    width: 95%;
    font-size: 90%;
}
    .support_rule .dot_list{
        margin: 1em 0 1em 1em;
    }

       
/*エントリーページ*/
    
.qa{
    width: 95%;
    padding: 0 1em;
}
.qa dt,.qa dd{
    flex-direction: column;
    gap:0.7em;
    align-items: flex-start;
}
    #qanda:checked + .qa{
        padding: 1em;
    }
    
    
    
    .check_box{
        width: 90%;
    }
    #kakunin + .check_box::before{
        left: 1em;
    }
    #kakunin + .check_box::after{
        left: 1.5em;
    }

	/*contact*/
.form{
	width: 95%;
}
.form_btn{
    width: 80%;
}

	
}