.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;
}

/* 
-------------------------------------------------- */
.wrap {
	max-width:1100px;
	margin: 0 auto;
}
.wrap h3 {
	margin: 0 2.2727% 25px;
}
.special--txt {
	margin: -40px 0 20px 9.8%;
}
.sub--txt {
	padding: 0 4.5454% 10px;
	text-align: right;
}
@media screen and (max-width:768px) {
	img {
		width:100%;
		height:auto;
	}
	section h2 {
		padding:0 2.2727%;
	}
}
@media screen and (max-width:480px) {
	.special--txt {
		margin: 0 0 20px;
	}
}


/* bus--header 
-------------------------------------------------- */
.bus--header {
	position:relative;
	height:640px;
	margin-bottom: 60px;
	background: url(/campaign/bus/img/bg_m02.jpg) left bottom repeat-x;
}
.bus--header h1 {
	padding:15px;
	text-align: center;
}
.bus--header .item {
    width: 20%;
	max-width:300px !important;
	position: absolute;
	left:70%;
	bottom:-20px;
    transform: scale(1.3) translateY(-10%);
}
.bus--header .item > img {
	width:100%; height:auto;
	animation: item_animation 2s ease-in-out infinite;
    animation-delay: -.7s;
}

@media screen and (max-width:768px) {
	.bus--header {
		height:320px;
		background-size:1600px auto;
	}
	.bus--header .item {
		width:40%;
		left:45%;
	}
}
@media screen and (max-width:480px) {
	
}


/* calendar
-------------------------------------------------- */
.calendar {
	padding:0 0 120px;
}
.calendar h2 {
	padding:65px 0 80px;
	background:url(/campaign/bus/img/c1_bg_h2.png) right top no-repeat;
}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:480px) {
	.calendar h2 {
		margin-bottom: 40px;
		padding:0 0 120px;
		background:url(/campaign/bus/img/c1_bg_h2.png) right bottom no-repeat;
		background-size: 75%;
	}
}

/* driving
-------------------------------------------------- */
.driving {
	padding:0 0 120px;
}
.driving h2 {
	padding:10px 0 40px;
	background: url(/campaign/bus/img/c2_bg_h2.png) right top no-repeat;
}
.drive--date {
	margin-top: -30px;
	padding:30px 4.5454% 30px 11.1818%;
	background: url(/campaign/bus/img/c2_img01.png) 94% 0px no-repeat;
}
.drive--timetable {
	padding: 45px 0 0 16.8%;
}
.drive--timetable h5 {
	margin-bottom: 10px;
	font-size:18px;
	font-weight: bold;
}
.drive--timetable h5::before {
	content:'■';
}
.drive--timetable h5::after {
	content:':';
}
.drive--timetable ul {}
.drive--timetable ul::after {
	content:'';
	display: block;
	clear:both;
}
.drive--timetable ul li {
	width:33.3333%;
	float: left;
	font-size:18px !important;
}
.drive--timetable ul li:nth-child(3n+1) {}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:480px) {
	.driving h2 {
		margin-bottom: 40px;
		padding:0 0 120px;
		background:url(/campaign/bus/img/c2_bg_h2.png) right bottom no-repeat;
		background-size: 75%;
	}
	.drive--date {
		margin-top: 0px;
		padding:0 4.5454% 30px;
		background: none;
	}
	.drive--timetable {
		padding: 25px 0 0 ;
	}
	.drive--timetable ul li {
		width:100%;
	}
}

/*  cast
-------------------------------------------------- */
.cast {
	padding:0 0 120px;
}
.cast h2 {
	padding:40px 0 40px;
	background: url(/campaign/bus/img/c3_bg_h2.png) right top no-repeat;
}
.cast--date {
	padding: 0px 0 20px 16.8%;
}
.cast--date img:first-of-type { 
	margin:0  20px 20px 0;
}
.cast--date span {
	display: block;
}
.cast--date p {
	padding-left:15%;
	font-size:16px !important;
}
.cast--date p a {
	padding-left:20px;
	text-decoration: underline;
	color: #0099cc;
	background: url(/campaign/bus/img/icn_link.png) left 3px no-repeat;
}
.cast--date p a:hover { 
	text-decoration:none;
}

.cast .special--txt {
	margin-top: -90px;
}

@media screen and (max-width:768px) {
	
}
@media screen and (max-width:480px) {
	.cast h2 {
		margin-bottom: 0;
		padding:0 0 120px;
		background:url(/campaign/bus/img/c3_bg_h2.png) right bottom no-repeat;
		background-size: 75%;
	}
	.cast--date {
		margin: 0px 0 20px 0;
		padding:0;
		box-sizing: border-box;
	}
	.cast--date img,
	.cast--date img:first-of-type {
		display: block;
		margin:0 0 15px;
		padding:0 6% ;
		box-sizing: border-box;
	}
	.cast .special--txt {
		margin:-40px 0 20px;
	}
	.cast--date p {
		padding-left: 6%;
		font-size:14px !important;
		line-height: 1.9;
	}
}


/* requirement
-------------------------------------------------- */
.requirement {
	
}
.requirement h4 {
	margin:0 4.5454% 20px;
}
.requirement p {
	margin:0 4.5454% 30px;
	line-height: 1.67;
}
.btn--form {
	text-align: center;
}
@media screen and (max-width:768px) {
	.requirement h4 {
		padding:7px 0;
		text-align: center;
		border-bottom: 1px solid #6ccde7;
		border-top:1px solid #6ccde7;
	}
	.requirement h4 img {
		height:23px;
		width:auto;
	}
}
@media screen and (max-width:480px) {
	
}


@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 auto 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);
    }
}