@charset "UTF-8";

/*共通部分
----------------------------*/

html {
    font-size:100%;
}

/*hrader*/
header {
    width: 100%;
    height: 80px;
    background:#000;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    border-bottom: 8.5px dashed #ea5506;
    z-index:999;
    font-size:20px;
  }

ul {
    list-style: none;
    display: flex;
  }

  ul li a {
    padding: 10px 15px;
    color:#ea5506;
    text-decoration: none;
    font-weight: bold;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }



body{
    width:100%;
    height:100%;
    text-align:center;
    background-color: #000;
    color:#ea5506;
    text-align: center;
     /* 方眼紙模様に必須のスタイル */
     background-image: linear-gradient(0deg, transparent calc(100% - 1px), #333333 calc(100% - 1px)),
     linear-gradient(90deg, transparent calc(100% - 1px), #333333 calc(100% - 1px));
     background-size: 80px 80px;
     background-repeat: repeat;
     background-position: center center;
     /* 以下任意のスタイル */
}

.logo{
    width:50%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:10%;
}



.title{
    font-size:38px;
    color:red;
}

.star{
    width:3%;
    height:3%;
    margin-top:15px;
}

.title-box{
    display:flex;
    justify-content:center;
}


/*info*/
#info{
    font-weight:bold;
    font-size:20px;
    margin-bottom:100px;
    font-family: 'Kosugi Maru', sans-serif;
    line-height:45px;
    margin-top: 3%;
}

.up1{
    width: 50%;
    margin-left: -3%;
        margin-top: 3%;
}

/*日時*/
#about{
    font-family: 'Kosugi Maru', sans-serif;
    font-weight:bold;
    font-size:40px;
    margin-bottom:130px;
    margin-top:20px;
}

/*場所*/
#place{
    font-family: 'Kosugi Maru', sans-serif;
    font-weight:bold;
    font-size:40px;
    margin-bottom:130px;
    margin-top:20px;
}

/*景品*/
#gift{
    display:flex;
    justify-content: center;
}

.star-gift{
    width:3%;
    height:3%;
    margin-top:30px;
}

.gift-p{
    font-family: 'Kosugi Maru', sans-serif;
    font-size:40px;
    font-weight:bold;
    margin-bottom:130px;
    background-image: linear-gradient(
		70deg,
		#ea5506 25%, /* font color */
		gold 50%,
		#ea5506 25% /* font color */
	);
    background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 3s infinite;
}

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

.light{
    width:10%;
    height:10%;
    margin-top:-25px;
    animation: flash 2s linear infinite;
}

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}
.kome{
    color:#ea5506;
    font-size:18px;
    font-family: 'Kosugi Maru', sans-serif;
    padding-bottom:100px;
    margin-top: -7%;

}
/*参加方法*/

#step{
    display:flex;
    margin-bottom:100px;
}

.title-box-way{
    display:flex;
    justify-content:center;
}

.star-way{
    width:3%;
    height:3%;
    margin-top:40px;
}

/*step-1*/
.step-1{
    display:column;
    width:33%;
    margin-top:20px;
}

.step1{
    width:80px;
    height:80px;
}

.way-1-img{
    width:200px;
    height:180px;
}

.way-1{
    font-size:22px;
    font-weight:bold;
}

/*step2*/
.step-2{
    display:column;
    width:33%;
    margin-top:20px;
}

.step2{
    width:80px;
    height:80px;
}

.way-2-img{
    width:200px;
    height:180px;
}

.way-2{
    font-size:22px;
    font-weight:bold;
}

/*step3*/
.step-3{
    display:column;
    width:33%;
    margin-top:20px;
}

.step3{
    width:80px;
    height:80px;
}

.present{
    width:200px;
    height:180px;
}

.way-3{
    font-size:22px;
    font-weight:bold;
}

.copyright{
    color:#ea5506;
    font-size:18px;
    font-family: 'Kosugi Maru', sans-serif;
    padding-bottom:20px;
    margin-top:150px;
}

@media (min-width:1px) and (max-width:767px){
    header {
        width: 120%;
        height: 70px;
        background:#000;
         margin-left: -8%;
      }
    
      ul{
          margin-left: -15%;
        list-style: none;
        display: flex;
        font-size: 11px;
        margin-left: 2%;
      }

      ul li a {
        padding:8px;
        color:#ea5506;
        text-decoration: none;
        font-weight: bold;
        font-size: 15px;
        font-family: 'Kosugi Maru', sans-serif;
      }

    .logo{
        width:70%;
        margin-top:90px;
    }
    
    #info{
        font-weight:bold;
        font-size:12px;
        margin-bottom:50px;
        line-height:25px;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 8%;
    }

    .star{
        width:5%;
        height:5%;
        margin-top:25px;
    }

    .title{
        font-size:25px;
        color:red;
    }

    #about{
        font-size:20px;
        margin-bottom:80px;
        margin-top:20px;
    }
   .up1{
    width: 90%;
    margin-left: 1%;
    margin-top: 9%;
}

    #place{
        font-size:25px;
        margin-bottom:80px;
        margin-top:20px;
    }

    .gift-p{
        font-family: 'Kosugi Maru', sans-serif;
        font-size:20px;
        font-weight:bold;
        margin-bottom:80px;
    }

    .light{
        width:15%;
        height:10%;
        margin-top: 10px;
        animation: flash 2s linear infinite;
    }

    
.star-way{
    width:5%;
    height:5%;
    margin-top:8px;
}

.star-gift{
    width:5%;
    height:5%;
    margin-top:30px;
}

.star-way{
    width:5%;
    height:5%;
    margin-top:40px;
}

.step1{
    width:60px;
    height:60px;
    
}

.way-1-img{
    width:120px;
    height:100px;
}

.way-1{
    font-size:12px;
    font-weight:bold;
}

.step2{
    width:60px;
    height:60px;
}

.way-2-img{
    width:120px;
    height:100px;
}

.way-2{
    font-size:12px;
    font-weight:bold;
}

.step3{
    width:60px;
    height:60px;
}

.present{
    width:120px;
    height:100px;
}

.way-3{
    font-size:12px;
    font-weight:bold;
}
.kome {
    color: #ea5506;
    font-size: 10px;
    font-family: 'Kosugi Maru', sans-serif;
    padding-bottom: 100px;
    margin-top: -14%;
}

.copyright{
    color:#ea5506;
    font-size:10px;
    font-family: 'Kosugi Maru', sans-serif;
    padding-bottom:20px;
    margin-top:150px;
}

}

@media (min-width:768px) and (max-width:1000px){
    .logo{
        margin-top: 13%;
    }
    #info{
    font-weight:bold;
    font-size:20px;
    margin-bottom:100px;
    font-family: 'Kosugi Maru', sans-serif;
    line-height:45px;
    margin-top: 5%;
}
    .star{
        width:5%;
        height:5%;
        margin-top:30px;
    }

    .star-gift{
        width:5%;
        height:5%;
        margin-top:45px;
    }

    .star-way{
        width:5%;
        height:5%;
        margin-top:55px;
    }

    .light{
        width:15%;
        height:15%;
        margin-top:10px;
        animation: flash 2s linear infinite;
    }

}



