@charset "UTF-8";

/* CSS Document */

body {
    background: url(/milky-pop/images/bg_pattern.svg) #fff6bc;
    background-size: 60px;
}

/*====================================

    wrap_sd main

====================================*/ 

.wrap_sd .wrap_sd_inner .main {
    width: 100%;
    background: url(/milky-pop/coloring/images/main_bg.svg) no-repeat #fffbe0 right 20px bottom 0;
    background-size: 23%;
    padding: 20px 20px 140px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 100px;
}
.wrap_sd .wrap_sd_inner .main .ph {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.wrap_sd .wrap_sd_inner .main .ph:after {
    content: '';
    background: url(../images/icon_new.svg) no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: -50px;]
    -webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 3s infinite linear alternate; 
}
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
    50% {-webkit-transform:translate(0, 0) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(5deg);} 
}
  @keyframes fuwafuwa {
    0% {transform:translate(0, 0) rotate(-5deg);}
    50% {transform:translate(0, 0) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(5deg);} 
}
.wrap_sd .wrap_sd_inner .main .text {
    width: 100%;
}
.wrap_sd .wrap_sd_inner .main .text .ttl {
    color: #ff4c99;
    font-size: 150%;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.wrap_sd .wrap_sd_inner .main .text p {
    margin-bottom: 30px;
}
.wrap_sd .wrap_sd_inner .main .text p br {
    display: none;
}
.wrap_sd .wrap_sd_inner .main .text .btn {
    text-align: center;
}

/*====================================

    wrap_sd past

====================================*/

.past {
    margin-bottom: 40px;
}
.past:last-child {
    margin-bottom: 0px;
}
.past .ttl {
    width: 100%;
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    margin-bottom: 30px;
}
.past .past_cell {
    margin-bottom: 40px;
}
.past .past_cell:last-child {
    margin-bottom: 0px;
}
.past .past_cell .past_cell_ttl {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}
.past .past_cell .past_cell_ttl p {
    width: 100%;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
}
.past .past_cell .past_cell_ttl p span {
    font-size: 70%;
    font-weight: 200;
}
.past .past_cell ul {
    margin-bottom: 0px;
} 
.past .past_cell ul li {
    float: left;
    width: 48%;
    text-align: center;
    padding: 10px;
    border: 2px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 40px;
} 
.past .past_cell ul li:nth-child(odd) {
    float: left;
}
.past .past_cell ul li:nth-child(even) {
    float: right;
}
.past .past_cell ul li .ph {
    display: block;
    margin-bottom: 20px;
}
.past .past_cell ul li p {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 120%;
    margin-bottom: 10px;
}
.past .past_cell ul li p span {
    display: block;
    font-size: 60%;
    font-weight: 200;
}
.past .past_cell ul li .btn {
    padding: 0;
}
.past .past_cell ul li .btn .cta {
    padding: .5em 1em;
    letter-spacing: 0;
}
.past .past_cell ul li .btn span {
    font-size: 60%;
    padding: 0;
    letter-spacing: 0;
}


























































































































































































































































