.slide-bottom {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.slide-bottom.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body {
    -webkit-transform: 0.3s ease;
    -ms-transform: 0.3s ease;
    -moz-transform: 0.3s ease;
    -o-transform: 0.3s ease;
    transform: 0.3s ease;
}
.l-campaign-present {
    padding: 20px;
}
@media screen and (max-width:768px) {
    .l-campaign-present {
        padding: 10px;
    }
}
.l-campaign-present .campaign-bg-gradient-layer {
    background: linear-gradient(45deg,#ed7d83,#f7d1da,#fff795);
    background-size: 600% 600%;
    animation: bg_scroll 20s ease infinite;
}
.l-campaign-present .campaign-bg-illust-layer {
    background-image: url("bg_illust.png");
    background-size: 100%;
    padding: 1px;
}
.l-campaign-present .campaign-container {
    max-width: 900px;
    width: 80%;
    padding: 1px 5%;
    margin: 5% auto;
    border-image: url("bg.png");
    border-style: solid;
    border-width: 172px 19px 10px 11px;
    border-image-slice: 352 36 27 27 fill;
    border-image-width: 1;
    border-image-outset: 0s;
    border-image-repeat: stretch round;
}
.l-campaign-present .campaign-container img {
    width: 100%;
    height: auto;
}
.l-campaign-present .campaign-container img.spacer {
	position: absolute;
	z-index: 9999;
}
@media screen and (max-width:768px) {
    .l-campaign-present .campaign-container {
        border-width: 100px 10px 10px;
    }
}
@media screen and (max-width:480px) {
    .l-campaign-present .campaign-container {
        border-width: 50px 5px 5px;
    }
}
.l-campaign-present .h1 {
    max-width: 50%;
    margin: -13% auto 20px;
}
.l-campaign-present .presents {
    margin: 70px 0 50px;
}
@media screen and (max-width:768px) {
    .l-campaign-present .presents {
        margin: 20px 0 50px;
    }
}
.l-campaign-present .presents li {
    margin: 0;
    display: flex;
}
@media screen and (max-width:768px) {
    .l-campaign-present .presents li {
        margin: 0 0 20px;
    }
}
.l-campaign-present .presents li:nth-child(2n) > .item {
    order: 1;
}
.l-campaign-present .presents li:nth-child(2n) > .item > img {
    animation-delay: -1s;
}
.l-campaign-present .presents li:nth-child(3) > .item > img {
    animation-delay: -.5s;
}
.l-campaign-present .presents .item {
    width: 40%;
    transform: scale(1.3) translateY(-15%);
}
@media screen and (max-width:768px) {
    .l-campaign-present .presents .item.tamamori {
        transform: scale(1.5) translateY(-10%);
    }
}
.l-campaign-present .presents .item > img {
    animation: item_animation 2s ease-in-out infinite;
}
.l-campaign-present .presents .text {
    width: 60%;
}
.l-campaign-present .presents .notice {
    margin: 5px;
    font-size: 9pt;
}
@media screen and (max-width:768px) {
    .l-campaign-present .presents .notice {
        font-size: 8px;
    }
}
.l-campaign-present .target_machandise .series {
    display: flex;
    margin-top: 30px;
}
@media screen and (max-width:768px) {
    .l-campaign-present .target_machandise .series {
        flex-flow: column nowrap;
        margin-top: 0;
    }
}
.l-campaign-present .target_machandise .series > li {
    width: 40%;
    margin: 5%;
}
@media screen and (max-width:768px) {
    .l-campaign-present .target_machandise .series > li {
        width: 90%;
    }
}
.l-campaign-present .target_machandise .series > li > h3 {
    margin-top: 30px;
    text-align: center;
}
@media screen and (min-width:769px) {
    .l-campaign-present .target_machandise .series > li > h3 {
        height: 80px;
    }
    .l-campaign-present .target_machandise .series > li > h3 img {
        width: auto;
        max-height: 100%;
    }
}
@media screen and (max-width:768px) {
    .l-campaign-present .target_machandise .series > li > h3 {
        width: 90%;
        margin: 20px auto 0;
    }
    .l-campaign-present .target_machandise .series > li > h3 img {
        width: 100%;
        height: auto;
    }
}
.l-campaign-present .target_machandise .machandise > li {
    margin: 20px 0;
    text-align: center;
}
@media screen and (max-width:768px) {
    .l-campaign-present .target_machandise .machandise > li {
        margin: 30px 0 10px;
    }
}
.l-campaign-present .target_machandise .machandise .info {
    width: 80%;
    margin: 0 auto;
    font-size: 10pt;
    font-weight: 700;
}
.l-campaign-present .target_machandise .machandise .shop_link {
    display: inline-block;
    margin: 10px 0;
    width: 48%;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media screen and (max-width:768px) {
    .l-campaign-present .target_machandise .machandise .shop_link {
        width: 100%;
    }
}
.l-campaign-present .target_machandise .machandise .shop_link:hover {
    opacity: 0.7;
}
.l-campaign-present .requirement {
    margin: 0 0 100px;
}
@media screen and (max-width:768px) {
    .l-campaign-present .requirement {
        margin: 20px 0 30px;
    }
}
.l-campaign-present .requirement .guideline {
    margin: 0 5%;
}
.l-campaign-present .requirement .guideline .title {
    background: #bea574;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 5px;
    box-shadow: 3px 3px 0 0 #bea574,3px 3px 0 0 #bea574,-3px -3px 0 0 #bea574,-3px 3px 0 0 #bea574,3px -3px 0 0 #bea574;
    letter-spacing: 1px;
    font-size: 12pt;
    margin: 30px 3px 20px;
}
.l-campaign-present .requirement .guideline .info {
    margin: 8px;
}
.l-campaign-present .requirement .guideline .info .red {
    color: red;
}
.l-campaign-present .requirement .guideline .info strong {
    font-size: 14pt;
}
@media print {
    .print-none {
        display: none;
    }
}
@-webkit-keyframes bg_scroll {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@-moz-keyframes bg_scroll {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@-ms-keyframes bg_scroll {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@keyframes bg_scroll {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@-webkit-keyframes item_animation {
    0% {
        transform: translate(0) rotate(3deg);
    }
    50% {
        transform: translateY(3px) rotate(6deg);
    }
    to {
        transform: translate(0) rotate(3deg);
    }
}
@-moz-keyframes item_animation {
    0% {
        transform: translate(0) rotate(3deg);
    }
    50% {
        transform: translateY(3px) rotate(6deg);
    }
    to {
        transform: translate(0) rotate(3deg);
    }
}
@-ms-keyframes item_animation {
    0% {
        transform: translate(0) rotate(3deg);
    }
    50% {
        transform: translateY(3px) rotate(6deg);
    }
    to {
        transform: translate(0) rotate(3deg);
    }
}
@keyframes item_animation {
    0% {
        transform: translate(0) rotate(3deg);
    }
    50% {
        transform: translateY(3px) rotate(6deg);
    }
    to {
        transform: translate(0) rotate(3deg);
    }
}