@charset "utf-8";
.donlucky.pagebox{
font-family: 'Noto Sans JP', sans-serif;
color: #000;
}
Futura PT {
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal
}




.donlucky.pagebox p{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
    
}

.donmv{
    background: url("../img/donlucky/bg01.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}

.donconceptwrap{
    background: url("../img/donlucky/bg02.jpg") no-repeat center center;
     padding: 80px 0;
      background-size: cover;
}
.donconcept{
    background: #ffd90a;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}
.donconcept h2{
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 20px;
    color: #e73c00;
    line-height: 1.4;
    background: url("../img/donlucky/fuki01.svg") no-repeat left center, url("../img/donlucky/fuki02.svg") no-repeat right center;
}

.donboy01{
    position: absolute;
    left: -120px;
    bottom: -90px;
}
.dongirl01{
    position: absolute;
    right: -100px;
    bottom: -90px;
}
.donitemwrap{
    background: url("../img/donlucky/bg03.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}
.dontitle01{
font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
    color: #e73c00;
    line-height: 1.4;
    text-align: center;
}
.donitem dl{
    margin: 0 1% 30px;
    text-align: center;
}
.donitem dt{
    padding: 0 0 10px;
}
.donitem dd{
    font-size: 20px;
    
}
.donshopwrap{
padding: 60px 0;
}
.donshop {
    text-align: center;
    
}
.donshop dl{
    flex-basis: 32.33%;
    margin: 0 .5%;
}
.donshop dt{
    padding: 0 0 20px;
}
.donshop h3{
    color: #e73c00;
    font-size: 35px;
    font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
margin: 0 0 10px;  
}
.donshop dt img{
    width: 100%;
}

.donbnrwrap{
    background: #ffd90a;
    padding: 60px 0;
}
.donbnr li{
   margin: 0 1%;
   flex-basis: 31%;
}





/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 1030px) {	



}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1030px) {






}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
.donlucky.pagebox p{
    font-size: 16px;
    line-height: 1.6;
}

.donmv{
    padding: 40px 0;
}

.donconceptwrap{
    background: url("../img/donlucky/bg02_sp.jpg") no-repeat center center;
     padding:40px 0;
      background-size: cover;
}
.donconcept{
    border-radius: 10px;
    padding: 20px 20px 40px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.donconcept h2{
    font-size: 5vw;
    font-weight: 900;
    margin: 0 0 20px;
    color: #e73c00;
    line-height: 1.4;
    background-size: 8vw;
}

.donboy01{
    position: absolute;
    left: -10px;
    bottom: -50px;
    
    max-height: 100px;
}
.dongirl01{
    position: absolute;
    right: -10px;
    bottom: -50px;
    
      max-height: 100px;
}
.donitemwrap{
    padding: 40px 0;
}
.dontitle01{
font-size: 22px;
}
.donitem {
    display: block;
}


.donitem dd{
    font-size: 16px;
    
}
.donshopwrap{
padding: 30px 0;
}
.donshop {
    display: block;   
}
.donshop dl{
    margin: 0 5% 20px;
}

.donshop h3{
    font-size: 25px;
}

.donbnrwrap{
    padding: 30px 0;
}
.donbnr ul{
    display: block;
}
.donbnr li{
   margin: 0 5% 10px;
}






}



