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

img{
    width: 100%;
}

body{
    font-family: "Kosugi", sans-serif;
    font-style: normal;
}

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

header{
    background-color: #fff;
    width: 100%;
    height: 5vw;
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
}

header h1{
    width: 18%;
    line-height: 5vw;
    margin-left: 100px;
    position: relative;
    z-index: 9997;
    vertical-align: middle;
}

header h1 img{
    vertical-align: middle;
}

header .accessibility{
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: bold;
    font-size: clamp(10px, 1.2vw, 24px);
}

nav ul li{
    font-family: "Mochiy Pop One", sans-serif;
    font-size: clamp(18px, 3vw, 30px);
    font-weight: bolder;
    margin-top: 1em;
}

/*ここからハンバーガーメニュー*/
#menu-btn-check {
    display: none;
}

.menu-btn {
    position: fixed;
    top: 10px;
    left: 15px;
    display: flex;
    width: 50px;
    height: 48px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-btn span{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/hamburger-open.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#menu-btn-check:checked~.menu-btn span {
    background-image: url("../img/hamburger-close.png");
}


.menu-content {
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9998;
    background-color: #000;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    right: 70%;/*メニューを画面内へ*/
}

.menu-content ul {
    padding: 70px 5px 0;
    color: #fff;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color:#ffffff;
    padding: 15px 3em;
}

/*ここまでハンバーガーメニュー*/

.top_main{
    background-color: #000;
    width: 100%;
    height: 48vw;
    position: relative;
    z-index: 9997;
}

.top_main .top{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

.top_main .top .topin{
    background-image:url("../img/top_bg_img.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 74%;
    height: 40vw;
}
.top_main .illust{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    z-index: 999;
}

.top_main .contest_logo{
    position: absolute;
    width: 33%;
    left: 3.5vw;
    bottom: 2vw;
    z-index: 998;
}

.goto-form{
    width: 17%;
    position: fixed;
    right: 0;
    bottom: 5vh;
    z-index: 9999;
}

.goto-form a{
    display: block;
    width: 100%;
    height: 100%;
}

.goto-form a:hover{
    opacity: 0.8;
}

.sp{
    display: none;
}






main #award-first{
	background-image: url("../img/awaed-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 10vw;
}

main .award-work{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(10px, 1.5vw, 30px);
    line-height: 1.7;
    font-weight: bold;
    position: relative;
    scroll-margin-top: 110px;
}

main .award-workin {
    width: 100%;
    border-radius: 40px;
    background-color: #fff;
    padding-bottom: 2em;
    box-shadow: 5px 5px 0 #000;
}

main .award-work .award-work-crown{
    width: 18%;
    margin: 0 auto;
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

main section.award-workin h2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: bolder;
    font-size: clamp(26px, 3.5vw, 56px);
    padding-top: 1em;
    padding-bottom: 0.5em;
	color: #E60012;
	text-align: center;
}

main section.award-workin h2 span {
    display: inline-block;
    margin: 0 0.5em;
    width: 15vw;
    height: 0.2em;
    background-color: #E60012;
    vertical-align: middle;
}

main #award-first .award-botton{
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 5vw auto 0;
	padding-bottom: 5vw;
}

main #award-first .award-botton p{
	width: 40%;
}

main #award-first .award-botton p a{
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s
}

main #award-first .award-botton p a:hover{
	opacity: 0.7;
}

#sub{
    background-color: #000;
    background-image: url("../img/sub_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 5vw 0;
}

#sub .work{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size:clamp(10px, 1.8vw, 22px); 
    line-height: 1.7;
    font-weight: bold;
    border-radius: 40px;
    background-color: #fff;
    padding-bottom: 2em;
    box-shadow: 5px 5px 0 #fff000;
    scroll-margin-top: 100px;
}

#sub .work .work-h3{
    font-size:clamp(18px, 2.5vw, 48px); 
    width: 85%;
    margin: 0 auto;
    padding: 5vw 0 0;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: bolder;
    border-bottom: 7px solid yellow;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sub .work .work-h3 h3{
	text-align: left;
}

#sub .work .work-h3 h3 span{
	display: inline-block;
	width: 8%;
	margin-right: 0.5em;
}

#sub .work .work-h3 h3 span img{
	padding-bottom: 0.5em;
	padding-right: 0.2em;
}


#sub .work .work-h3+.work-img{
    margin-top: 3vw;
}

#sub .work .work-h3:last-child{
    margin-top: 4vw;
}

#sub .work .work-h3:nth-child(6) h3{
    opacity: 0;
}

#sub .work h3 .crown{
    display: inline-block;
    width: 1.2em;
    margin-right: 0.3em;
}

#sub .work h3 .crown img{
    vertical-align: middle;
}

#sub .work .work-h3 p{
    font-size:clamp(14px, 1.5vw, 30px); 
    background-color: #e60012;
    padding: 0.2em 1em;
    height: fit-content;
    color: #fff;
    vertical-align: middle;
}

#sub .work .work-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 5vw auto 0;
	padding-bottom: 5vw;
	border-bottom: 2px solid #B3B3B3;
}

#sub .work div.work-img:nth-child(6),#sub .work div.work-img:nth-child(12){
	border-bottom: none;
}

#sub .work .work-img .work-img-title p.work-imgin{
	width: 65%;
	margin: 0 auto;
}


#sub .work .work-img .work-img-title,#sub .work .work-img>p{
    width: 48%;
}

#sub .work .work-img .work-img-title{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#sub .work .work-img .work-img-title p{
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size:clamp(14px, 1.8vw, 40px); 
    padding: 0.7em 0;
    line-height: 1.5;
}

#sub .work .work-img .work-img-title p:first-child{
    width: 75%;
}

#sub .work .work-img>p{
    border: 2px solid #000;
    height: fit-content;
}

#sub .work .work-img>p video{
    width:100%;
}

#sub .work .work-img .video_work{
     display: flex;
     align-items: center;
}


footer{
    background-color: #fff;
}

footer .foot{
    display: flex;
    width: 65%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

footer .foot .rogo-foot{
    width: 35%;
    text-align: center;
}

footer .foot .rogo-foot .link{
    font-size:clamp(14px, 1.15vw, 24px); 
    margin-top: 0.5em;
    display: inline-block;
    color: #0079c3;
}

footer .foot .contact{
    width: 30%;
    font-size: 18px;
    padding: 0 1em;
    font-weight: bold;
    text-align: right;
}

footer .foot ul{
    font-size: 14px;
}

footer .foot ul li:first-child{
    font-size: 14px;
    font-weight: bold;
}



@media screen and (max-width: 768px) {

.pc{
    display: none;
}

.work-h3 .pc{
    display: block;
}

.sp{
    display: block;
}

.flex-ri .sp{
    display: none;
}


header{
    height:10vw;
    max-height:50px;
}

header h1 {
    width: 25%;
    line-height: 50px;
    margin-left: 15vw;
}

.menu-btn {
    width: 5%;
    height: 5vw;
    min-width: 25px;
}

#sub .work .work-h3 .pc-img{
	width: 9em;
}

footer{
    background-color: #fff;
}

footer .foot{
    width: 95%;
}

footer .foot .rogo-foot{
    width: 40%;
}

footer .foot .contact{
    font-size: 16px;
}

footer .foot ul{
    font-size: 12px;
}

}

@media screen and (max-width: 390px) {
header h1 {
    width: 35%;
    line-height: 10vw;
}

.menu-btn {
    width: 7%;
    height: 6vw;
    min-width: 30px;
    top: 7px;
    left: 10px;
}

main #award-first {
    background-size: cover;
}

main .award-work {
    width: 90%;
}

main #award-first .award-botton {
    width: 70%;
}

main #award-first .award-botton p {
    width: 45%;
}

#sub .work .work-h3 h3 {
    margin: 0 auto;
    font-size: 20px;
}

#sub .work .work-img {
    display: block;
}

#sub .work div.work-h3 {
    border-bottom: 5px solid yellow;
	display: block;
}

#sub .work .work-h3 h3 span {
    width: 13%;
}

#sub .work .work-h3 h3 {
   margin: 0 auto;
   font-size: 20px;
}

#sub .work .work-h3 p {
	margin: 0 auto;
}

#sub .work .work-img .work-img-title, #sub .work .work-img>p {
    width: 100%;
}

#sub .work .flex-ri {
    display: flex;
    justify-content: center;
}

footer .foot{
    width: 85%;
    display: block;
}

footer .foot .rogo-foot{
    width: 75%;
    margin: 0 auto;
}

footer .foot .contact,footer .foot ul{
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

footer .foot .contact{
    border-top: 2px dotted #000;
    padding-top: 1em;
}

footer .foot .contact::after,footer .foot .contact::before{
    content: "▼";
    display: inline-block;
    color: #e60012;
    font-size: 0.8em;
}

footer .foot ul li span{
    display: inline-block;
}


}

