body {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

html,
body {
    position: relative;
    width: 100%;
	background: url("../img/body_bg.jpg") repeat;
    overflow-x: hidden;
}

@media screen and (min-width: 740px) {
    .show_pc {
        display: inherit !important;
    }

    .show_mb {
        display: none !important;
    }
}

@media screen and (max-width: 739px) {
    .show_pc {
        display: none !important;
    }

    .show_mb {
        display: inherit !important;
    }
}

header {
    background: rgba(255, 255, 255, 0.6);
    z-index: 99999;
    display: block;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
}

header .header_logo {
    top: 12px;
    left: 10px;
    width: 40px;
    padding: 3px;
}


section {
    margin: 0 0 70px;
}

section#top_mv {
    margin: 0 0 30px;
}

.container {
    max-width: 1080px;
}

img {
    width: 100%;
    height: auto;
}

.text {
    width: 100%;
}

/* Loading */
.loading {
    width: 100%;
    height: 100%;
	background: url("../img/body_bg.jpg") repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900000;
}

.loading img {
    width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-top: -70px;
}

/* .loader {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-trans1form: translate(-50%, -50%);
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
     color: #ffffff;
  font-size: 10px;
} */

.loader .loader_svg {
    width: 280px;
    height: auto;
	padding-bottom: 50px;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #000000;
    font-size: 10px;
    margin: 80px auto;
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translateY(-50%) translateX(-50%);
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -6em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 6em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*menu*/
.menu {
    height: 20px;
    position: fixed;
    top: 8px;
    left: 50px;
    width: 30px;
    z-index: 99;
}

.menu__line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav {
    background: #cae8df;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.gnav__sp_logo {
    width: 70%;
    margin: 30% auto 0px;
}

.gnav__sp_close {
    position: absolute;
    top: 20px;
    left: 20px;
}


.gnav__wrap {
    align-items: center;
    display: block;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

ul.gnav__menu {
    padding: 0 20px;
}

.gnav__menu__item {
    margin: 15px 0;
    list-style: none;
}

.gnav__menu__item a {
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
    transition: .5s;
}

.gnav__menu__item a:hover {
    color: #666;
}

/* top_mv */
#top_mv {
	position: relative;
    overflow: hidden;
}

#logo {
	width: 150px;
	margin: 0 auto 30px;
	padding-right: 50px;
}
h1 {
	width: 650px;
	margin: 0 auto 50px;
	padding-right: 100px;
	-moz-animation: top_h1 linear 1s forwards;
	-webkit-animation: top_h1 linear 1s forwards;
	-ms-animation: top_h1 linear 1s forwards;
	-o-animation: top_h1 linear 1s forwards;
	animation: top_h1 linear 1s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@media (max-width: 767px) {
    h1 {
		width: 80%;
		margin: 0 auto 30px;
		padding-right: 0;
    }
    #logo {
		width: 50px;
		padding-right: 0;
    }
}

@keyframes top_h1 {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	90% { transform: scale(4,4); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(1,1); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
}
@-ms-keyframes top_h1 {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	90% { transform: scale(4,4); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(1,1); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
}
@-moz-keyframes top_h1 {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	90% { transform: scale(4,4); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(1,1); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
}

.sub_title {
	width: 500px;
	margin: 0 auto 50px;
}

@media (max-width: 767px) {
	.sub_title {
		width: 70%;
		margin: 0 auto 30px;
	}
}

#top_kv_img_bg_blue {
	position: absolute;
	top: 0;
	right: 500px;
	bottom: 0;
	width: 500px;
	height: 500px;
	margin: auto;
	border-radius: 250px;
	background: #039;
	-moz-animation: top_kv_img_bg_blue linear 1s 1.5s forwards;
	-webkit-animation: top_kv_img_bg_blue linear 1s 1.5s forwards;
	-ms-animation: top_kv_img_bg_blue linear 1s 1.5s forwards;
	-o-animation: top_kv_img_bg_blue linear 1s 1.5s forwards;
	animation: top_kv_img_bg_blue linear 1s 1.5s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_blue {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_blue {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_blue {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_yellow {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 400px;
	height: 400px;
	margin: auto;
	border-radius: 200px;
	background: #F0BE0E;
	-moz-animation: top_kv_img_bg_yellow linear 1s 2.7s forwards;
	-webkit-animation: top_kv_img_bg_yellow linear 1s 2.7s forwards;
	-ms-animation: top_kv_img_bg_yellow linear 1s 2.7s forwards;
	-o-animation: top_kv_img_bg_yellow linear 1s 2.7s forwards;
	animation: top_kv_img_bg_yellow linear 1s 2.7s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_yellow {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(3,3); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_yellow {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(3,3); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_yellow {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(3,3); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_red {
	position: absolute;
	top: 150px;
	right: 300px;
	width: 500px;
	height: 500px;
	margin: auto;
	border-radius: 250px;
	background: #FF410B;
	-moz-animation: top_kv_img_bg_red linear 1s 3.9s forwards;
	-webkit-animation: top_kv_img_bg_red linear 1s 3.9s forwards;
	-ms-animation: top_kv_img_bg_red linear 1s 3.9s forwards;
	-o-animation: top_kv_img_bg_red linear 1s 3.9s forwards;
	animation: top_kv_img_bg_red linear 1s 3.9s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_red {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_red {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_red {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_blue_s {
	position: absolute;
	top: 0;
	right: 200;
	bottom: 0;
	width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 150px;
	background: #01C3FF;
	-moz-animation: top_kv_img_bg_blue_s linear 1s 4.5s forwards;
	-webkit-animation: top_kv_img_bg_blue_s linear 1s 4.5s forwards;
	-ms-animation: top_kv_img_bg_blue_s linear 1s 4.5s forwards;
	-o-animation: top_kv_img_bg_blue_s linear 1s 4.5s forwards;
	animation: top_kv_img_bg_blue_s linear 1s 4.5s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_blue_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_blue_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_blue_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_yellow_s {
	position: absolute;
	top: 400px;
	left: 200px;
	width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 150px;
	background: #F0BE0E;
	-moz-animation: top_kv_img_bg_yellow_s linear 1s 4.7s forwards;
	-webkit-animation: top_kv_img_bg_yellow_s linear 1s 4.7s forwards;
	-ms-animation: top_kv_img_bg_yellow_s linear 1s 4.7s forwards;
	-o-animation: top_kv_img_bg_yellow_s linear 1s 4.7s forwards;
	animation: top_kv_img_bg_yellow_s linear 1s 4.7s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_yellow_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(3,3); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_yellow_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(3,3); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_yellow_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(3,3); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_red_s {
	position: absolute;
	top: 50px;
	right: 400px;
	width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 150px;
	background: #FF410B;
	-moz-animation: top_kv_img_bg_red_s linear 1s 4.9s forwards;
	-webkit-animation: top_kv_img_bg_red_s linear 1s 4.9s forwards;
	-ms-animation: top_kv_img_bg_red_s linear 1s 4.9s forwards;
	-o-animation: top_kv_img_bg_red_s linear 1s 4.9s forwards;
	animation: top_kv_img_bg_red_s linear 1s 4.9s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_red_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_red_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_red_s {
	0% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(4,4); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_blue_pre {
	position: absolute;
	top: 0;
	right: 200px;
	bottom: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 100px;
	background: #0705D7;
	-moz-animation: top_kv_img_bg_blue_pre linear 1s 5.5s forwards;
	-webkit-animation: top_kv_img_bg_blue_pre linear 1s 5.5s forwards;
	-ms-animation: top_kv_img_bg_blue_pre linear 1s 5.5s forwards;
	-o-animation: top_kv_img_bg_blue_pre linear 1s 5.5s forwards;
	animation: top_kv_img_bg_blue_pre linear 1s 5.5s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_blue_pre {
	0% { background: #0705D7; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #0705D7; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_blue_pre {
	0% { background: #0705D7; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #0705D7; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_blue_pre {
	0% { background: #0705D7; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #0705D7; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_yellow_pre {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 75px;
	background: #FDA500;
	-moz-animation: top_kv_img_bg_yellow_pre linear 1s 5.5s forwards;
	-webkit-animation: top_kv_img_bg_yellow_pre linear 1s 5.5s forwards;
	-ms-animation: top_kv_img_bg_yellow_pre linear 1s 5.5s forwards;
	-o-animation: top_kv_img_bg_yellow_pre linear 1s 5.5s forwards;
	animation: top_kv_img_bg_yellow_pre linear 1s 5.5s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_yellow_pre {
	0% { background: #FDA500; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #FDA500; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_yellow_pre {
	0% { background: #FDA500; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #FDA500; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_yellow_pre {
	0% { background: #FDA500; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #FDA500; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_red_pre {
	position: absolute;
	top: 100px;
	right: 100px;
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 100px;
	background: #FF410B;
	-moz-animation: top_kv_img_bg_red_pre linear 1s 5.5s forwards;
	-webkit-animation: top_kv_img_bg_red_pre linear 1s 5.5s forwards;
	-ms-animation: top_kv_img_bg_red_pre linear 1s 5.5s forwards;
	-o-animation: top_kv_img_bg_red_pre linear 1s 5.5s forwards;
	animation: top_kv_img_bg_red_pre linear 1s 5.5s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_red_pre {
	0% { background: #FF410B; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #FF410B; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_red_pre {
	0% { background: #FF410B; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #FF410B; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_red_pre {
	0% { background: #FF410B; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #FF410B; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_green_pre {
	position: absolute;
	top: 400px;
	left: -20px;
	width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 150px;
	background: #317308;
	-moz-animation: top_kv_img_bg_green_pre linear 1s 5.5s forwards;
	-webkit-animation: top_kv_img_bg_green_pre linear 1s 5.5s forwards;
	-ms-animation: top_kv_img_bg_green_pre linear 1s 5.5s forwards;
	-o-animation: top_kv_img_bg_green_pre linear 1s 5.5s forwards;
	animation: top_kv_img_bg_green_pre linear 1s 5.5s forwards;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
@keyframes top_kv_img_bg_green_pre {
	0% { background: #317308; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #317308; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-ms-keyframes top_kv_img_bg_green_pre {
	0% { background: #317308; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #317308; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}
@-moz-keyframes top_kv_img_bg_green_pre {
	0% { background: #317308; transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
	50% { background: #317308; transform: scale(1.5,1.5); filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
	100% { transform: scale(0.1,0.1); filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
}

#top_kv_img_bg_blue01 {
	position: absolute;
	top: 0;
	right: 200px;
	bottom: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 100px;
	background: #0705D7;
	-moz-animation: fuwafuwa01 ease 4s 6.2s infinite;
	-webkit-animation: fuwafuwa01 ease 4s 6.2s infinite;
	-ms-animation: fuwafuwa01 ease 4s 6.2s infinite;
	-o-animation: fuwafuwa01 ease 4s 6.2s infinite;
	animation: fuwafuwa01 ease 4s 6.2s infinite;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#top_kv_img_bg_yellow01 {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 75px;
	background: #FDA500;
	-moz-animation: fuwafuwa02 ease 4s 6.2s infinite;
	-webkit-animation: fuwafuwa02 ease 4s 6.2s infinite;
	-ms-animation: fuwafuwa02 ease 4s 6.2s infinite;
	-o-animation: fuwafuwa02 ease 4s 6.2s infinite;
	animation: fuwafuwa02 ease 4s 6.2s infinite;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#top_kv_img_bg_red01 {
	position: absolute;
	top: 100px;
	right: 100px;
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 100px;
	background: #FF410B;
	-moz-animation: fuwafuwa03 ease 4s 6.2s infinite;
	-webkit-animation: fuwafuwa03 ease 4s 6.2s infinite;
	-ms-animation: fuwafuwa03 ease 4s 6.2s infinite;
	-o-animation: fuwafuwa03 ease 4s 6.2s infinite;
	animation: fuwafuwa03 ease 4s 6.2s infinite;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#top_kv_img_bg_green01 {
	position: absolute;
	top: 400px;
	left: -20px;
	width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 150px;
	background: #317308;
	-moz-animation: fuwafuwa01 ease 4s 6.2s infinite;
	-webkit-animation: fuwafuwa01 ease 4s 6.2s infinite;
	-ms-animation: fuwafuwa01 ease 4s 6.2s infinite;
	-o-animation: fuwafuwa01 ease 4s 6.2s infinite;
	animation: fuwafuwa01 ease 4s 6.2s infinite;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

@media (max-width: 767px) {
	#top_kv_img_bg_yellow_pre {
		top: 200px;
		left: -110px;
	}

	#top_kv_img_bg_red_pre {
		right: -150px;
	}

	#top_kv_img_bg_yellow01 {
		top: 200px;
		left: -110px;
	}
	#top_kv_img_bg_red01 {
		right: -150px;
	}
	#top_kv_img_bg_blue01 {
		display: none;
	}
	#top_kv_img_bg_green01 {
		display: none;
	}
}

@keyframes fuwafuwa01 {
	0% { transform: translate3d(0,0,0) ; filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	50% {transform: translate3d(0,15px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}
@-ms-keyframes fuwafuwa01 {
	0% { transform: translate3d(0,0,0) ; filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	50% {transform: translate3d(0,15px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}
@-moz-keyframes fuwafuwa01 {
	0% { transform: translate3d(0,0,0) ; filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	50% {transform: translate3d(0,15px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}

@keyframes fuwafuwa02 {
	0% { transform: translate3d(0,0,0) ; filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	35% {transform: translate3d(0,12px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}
@-ms-keyframes fuwafuwa02 {
	0% { transform: translate3d(0,0,0) ; filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	35% {transform: translate3d(0,12px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}
@-moz-keyframes fuwafuwa02 {
	0% { transform: translate3d(0,0,0) ; filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	35% {transform: translate3d(0,12px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}

@keyframes fuwafuwa03 {
	0% { transform: rotate(0) translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	65% {transform: rotate(5deg) translate3d(0,10px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: rotate(0) translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}
@-ms-keyframes fuwafuwa03 {
	0% { transform: rotate(0) translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	65% {transform: rotate(5deg) translate3d(0,10px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: rotate(0) translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}
@-moz-keyframes fuwafuwa03 {
	0% { transform: rotate(0) translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30;}
	65% {transform: rotate(5deg) translate3d(0,10px,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
	100% { transform: rotate(0) translate3d(0,0,0); filter: alpha(opacity=30); -moz-opacity: 0.30; opacity: 0.30; }
}


.top_mv__wrap {
    position: relative;
    max-width: 1000px;
    min-height: 750px;
    margin: 50px auto;
	z-index: 100;
}

@media (max-width: 767px) {
    .top_mv__wrap {
        min-height: 0;
        margin: 50px auto 10px;
    }
}



.top_mv__illust.title_wrap {
    width: 600px;
    margin: 0 auto;
    z-index: 30;
    position: relative;
}

@media (max-width: 767px) {
    .top_mv__illust.title_wrap {
        width: 100%;
    }

}

.top_mv__illust.title {
    opacity: 0;
    margin: 0 auto;
    z-index: 10;
}

.top_mv__illust.title_left {
    opacity: 0;
    width: 150px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .top_mv__illust.title_left {
        width: 65px;
    }
}

.top_mv__illust.title_right_top {
    opacity: 0;
    width: 150px;
    z-index: 11;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .top_mv__illust.title_right_top {
        width: 75px;
    }
}


.top_mv__illust.title_right_bottom {
    opacity: 0;
    width: 120px;
    z-index: 11;
    position: absolute;
    right: 0;
    bottom: 50px;
}

@media (max-width: 767px) {
    .top_mv__illust.title_right_bottom {
        opacity: 0;
        width: 60px;
        z-index: 11;
        position: absolute;
        right: 0;
        bottom: 10px;
    }
}


.top_mv__illust.img01 {
    opacity: 0;
    width: 150px;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .top_mv__illust.img01 {
        opacity: 0;
        width: 61px;
        z-index: 11;
        position: absolute;
        top: 74%;
        left: 18px;
    }
}

.top_mv__illust.img02_01 {
    opacity: 0;
    width: 180px;
    z-index: 11;
    position: absolute;
    top: 245px;
    left: 50px;
}

@media (max-width: 767px) {
    .top_mv__illust.img02_01 {
        opacity: 0;
        width: 70px;
        z-index: 11;
        position: absolute;
        top: 51%;
        left: 20px;
    }
}



.top_mv__illust.img02_02 {
    opacity: 0;
    width: 150px;
    z-index: 11;
    position: absolute;
    top: 150px;
    left: -80px;
}

@media (max-width: 767px) {
    .top_mv__illust.img02_02 {
        opacity: 0;
        width: 50px;
        z-index: 11;
        position: absolute;
        top: 43%;
        left: -19px;
    }
}

.top_mv__illust.img03 {
    opacity: 0;
    width: 270px;
    z-index: -50;
    position: fixed;
    top: 50%;
    margin: 0 0px 0 -150px;
}

@media (max-width: 767px) {
    .top_mv__illust.img03 {
        opacity: 0;
        width: 120px;
        z-index: -50;
        position: fixed;
        top: 50%;
        left: 150px;
        margin: 0 0px 0 -150px;
    }
}


.top_mv__illust.img04 {
    opacity: 0;
    width: 150px;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .top_mv__illust.img04 {
        opacity: 0;
        width: 80px;
        z-index: 11;
        position: absolute;
        top: 0;
        right: -20px;
    }
}

.top_mv__illust.img05 {
    opacity: 0;
    width: 200px;
    z-index: 11;
    position: absolute;
    top: 280px;
    right: 20px;
}

@media (max-width: 767px) {
    .top_mv__illust.img05 {
        opacity: 0;
        width: 80px;
        z-index: 11;
        position: absolute;
        top: 150px;
        right: -20px;
    }
}

@media (max-width: 767px) {
    .top_mv__illust.img05 {
        opacity: 0;
        width: 80px;
        z-index: 11;
        position: absolute;
        top: 50%;
        right: 0;
    }
}

@media (max-width: 767px) {
    .top_mv__illust.img04 {
        opacity: 0;
        width: 61px;
        z-index: 11;
        position: absolute;
        right: 18px;
        top: 74%;
    }
}

/* .change_img img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: coma3 2s linear infinite 0s forwards;
    animation: coma3 2s linear infinite 0s forwards;
}

.change_img img:nth-child(1) {
    z-index: 10;
    visibility: visible;
}

.change_img img:nth-child(2) {
    -webkit-animation-delay: 0.67s;
    animation-delay: 0.67s;
    z-index: 0;
    visibility: hidden;
}

.change_img img:nth-child(3) {
    -webkit-animation-delay: 1.33s;
    animation-delay: 1.33s;
    z-index: 0;
    visibility: hidden;
}

@keyframes coma3 {
    0% {
        visibility: visible;
        z-index: 10;
    }

    33.3333% {
        visibility: hidden;
        z-index: 0;
    }

    66.6666% {
        visibility: hidden;
        z-index: 0;
    }

    100% {
        visibility: hidden;
        z-index: 0;
    }
} */

.change_img img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: coma4 2s linear infinite 0s forwards;
    animation: coma4 2s linear infinite 0s forwards;
}

.change_img img:nth-child(1) {
    z-index: 1001;
    visibility: visible;
}

.change_img img:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    z-index: 0;
    visibility: hidden;
}

.change_img img:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    z-index: 0;
    visibility: hidden;
}

.change_img img:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    z-index: 0;
    visibility: hidden;
}

@keyframes coma4 {
    0% {
        visibility: visible;
        z-index: 1001;
    }

    12.5% {
        visibility: visible;
        z-index: 1001;
    }

    25% {
        visibility: hidden;
        z-index: 0;
    }

    100% {
        visibility: hidden;
        z-index: 0;
    }
}


.top_mv__illust.img06 {
    opacity: 0;
    width: 300px;
    z-index: -501;
    position: fixed;
    top: 50%;
    left: auto;
    margin: 0 0 0 900px;
}

.top_mv__illust.face_wrap {
    width: 550px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .top_mv__illust.face_wrap {
        width: 70%;
        max-width: 250px;
    }

    .top_mv__illust.img06 {
        opacity: 0;
        width: 120px;
        z-index: -50;
        position: fixed;
        top: 50%;
        left: auto;
        margin: 0 0 0 70%;
    }
}

.top_mv__illust.img07 {
    width: 700px;
    z-index: 10;
    position: absolute;
    top: -240px;
    left: -490px;
}

@media (max-width: 767px) {
    .top_mv__illust.img07 {
        opacity: 0;
        width: 300px;
        z-index: 20;
        position: absolute;
        top: -100px;
        left: -211px;
    }
}

.top_mv__illust.img08 {
    opacity: 0;
    z-index: 10;
    margin-top: -30px;
}

@media (max-width: 767px) {
    .top_mv__illust.img08 {
        margin-top: 0;
    }
}

.top_mv__illust.img09 {
    opacity: 0;
    width: 700px;
    z-index: 0;
    position: absolute;
    top: -240px;
    right: -490px;
}

@media (max-width: 767px) {
    .top_mv__illust.img09 {
        opacity: 0;
        width: 300px;
        z-index: 11;
        position: absolute;
        top: -100px;
        right: -211px;
        overflow: hidden;
    }
}

.top_mv__illust.img10 {
    width: 450px;
    margin: 15px auto 30px;
}

.top_mv__illust.img11 {
    width: 700px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .top_mv__illust.img10 {
        width: 50%;
        margin: 15px auto 10px;
    }

    .top_mv__illust.img11 {
        width: 100%;
        margin: 0 auto;
    }
}

/* ナビゲーション */

#navi .nav {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 64px 64px 64px 64px;
    padding: 15px 30px;
    margin: 0 0 50px;
}

.nav-link {
    color: #000;
    border-left: 2px solid #000;
    padding: 0 30px;
    font-weight: bold;
}

.nav-link:hover {
    opacity: 0.7;
    transition: 0.5s;
    color: #000;
}

.nav-item:last-child .nav-link {
    border-right: 2px solid #000;
}

/* セクション */
.section-title {
    width: 600px;
    margin: 0 auto 50px;
}

@media (max-width: 767px) {
    .section-title {
        width: 100%;
        margin: 0 auto 30px;
    }
}

.section-content {
    width: 750px;
    margin: 0 auto 80px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .section-content {
        width: 100%;
        font-size: 14px;
        margin: 0 auto 50px;
        font-weight: bold;
    }
}

/* キャンペーン概要 */
.section01_campaign {
    width: 820px;
    margin: 0 auto 80px;
}

@media (max-width: 767px) {
    .section01_campaign {
        width: 100%;
        margin: 0 auto 30px;
    }
}


/* 応募方法 */
.section02_application {
    width: 600px;
    margin: 0 auto 80px;
}

@media (max-width: 767px) {
    .section02_application {
        width: 100%;
        margin: 0 auto 50px;
    }
}

.section02_btn {
    background: red;
    border-color: red;
    margin: 0 auto 10px;
    padding: 15px;
    font-size: 32px;
    letter-spacing: 0.2em;
    font-weight: bold;
    width: 50%;
    display: block;
    animation: fluffy1 2s ease infinite;
}

@media (max-width: 767px) {
    .section02_btn {
        background: red;
        border-color: red;
        margin: 0 auto 10px;
        padding: 15px;
        font-size: 22px;
        letter-spacing: 0.2em;
        font-weight: bold;
        width: 90%;
        display: block;
        animation: fluffy1 2s ease infinite;
    }
}


.section02_btn:hover {
    background: red;
    border-color: red;
}

@keyframes fluffy1 {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-15px)
    }

    25% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }

}

#section02 {
    position: relative;
}

.section02_right_01 {
    position: absolute;
    width: 230px;
    top: 13%;
    right: 10%;
}

@media screen and (max-width: 1100px) {
    .section02_right_01 {
        display: none;
    }
}

.section02_left_01 {
    position: absolute;
    width: 229px;
    bottom: 27%;
    left: 6%;
}

@media screen and (max-width: 1100px) {
    .section02_left_01 {
        display: none;
    }
}


/* 参加店舗 */
#section03 {
    position: relative;
}

.section03_subtitle {
    width: 450px;
    margin: 0 auto 80px;
}

.section03_left_01 {
    position: absolute;
    width: 150px;
    top: 50px;
    left: 30px;
}

.section03_right_01 {
    position: absolute;
    width: 120px;
    top: 790px;
    right: -80px;
}

.section03_left_02 {
    position: absolute;
    width: 120px;
    bottom: 260px;
    left: -80px;
}

.shop-card__text {
    border-top: 1px dotted #000;
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #000;
}

@media (max-width: 767px) {
    .section03_subtitle {
        width: 100%;
        margin: 0 auto 70px;
    }
}

.shop-card {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    margin: 0 0 70px;
}

.shop-card-list {
    display: flex;
}

.shop-card__body {
    position: relative;
    width: 81%;
    padding: 15px 0 0 40px;
}

@media (max-width: 767px) {
    .shop-card__body {
        padding: 10px 0 0 25px;
    }
}

.shop-card__photo.pc {
    width: 100%;
}

.shop-card__number {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #EF3744;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .shop-card__number {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        background: #EF3744;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        font-size: 12px;
    }
}

.shop-card__tag {
    position: absolute;
    top: -27px;
    left: 12px;
    background: #000;
    color: #fff;
    text-align: center;
    width: 150px;
    padding: 3px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
}

.shop-card__title {
    margin: 0 0 0 0;
}

@media (max-width: 767px) {
    .shop-card__title {
        font-size: 18px;
        font-weight: bold;
    }
}

.shop-card__subtitle {
    font-size: 12px;
}

.shop-card__btn {
    width: 100%;
    padding: 15px 0 0 0;
}

.shop-card__btn .btn {
    display: block;
    font-size: 14px;
    background: #000;
    border: none;
    color: #fff;
    margin: 0 0 5px;
}

.shop-card__ac_btn {
    position: relative;
    right: 15px;
    float: right;
    padding: 5px 0 0 10px;
    bottom: 80px;
}

.shop-card__ac_btn button {
    padding: 5px 12px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
}

@media (max-width: 767px) {
    .shop-card__ac_btn {
        bottom: 50px;
    }
}

.shop-card__ac_inner {
    display: none;
    width: 100%;
    padding: 0px 20px;
    transition: transform .4s;
}

/* エリアマップ */
.section05_map {
    width: 100%;
    margin: 0 auto 80px;
}

@media (max-width: 767px) {
    .section05_map {
        width: 100%;
        margin: 0 auto 50px;
    }
}

#section05 {
    position: relative;
}

.section05_left_01 {
    position: absolute;
    width: 110px;
    top: 0px;
    left: -50px;
}

.section05_right_01 {
    position: absolute;
    width: 110px;
    top: -70px;
    right: -30px;
}

.section05_right_02 {
    position: absolute;
    width: 100px;
    bottom: 70px;
    right: -150px;
}



/* 注意事項 */

#section06 {
    position: relative;
}

.section06_left_01 {
    position: absolute;
    width: 110px;
    top: 0px;
    left: -50px;
}

.section06_right_02 {
    position: absolute;
    width: 100px;
    bottom: 70px;
    right: -150px;
}

/* アニメーション */


/* @keyframes duration | timing-function | delay | iteration-count | direction | fill-mode | play-state | name */
/* animation:    3s            ease-in       1s           2            reverse       both        paused   slidein; */


.zoom {
    animation-name: zoomScale;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes zoomScale {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeLeftAnime {
    animation-name: fadeLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRightAnime {
    animation-name: fadeRight;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.moveObjectRight {
    opacity: 1 !important;
    animation: .2s ease .1s forwards fadeInAnime, moveObjectRight .7s steps(2) .1s infinite alternate;
}

.moveObjectLeft {
    opacity: 1 !important;
    animation: .2s ease .1s forwards fadeInAnime, moveObjectLeft .7s steps(2) .1s infinite alternate;
}

.moveObjectCenter {
    opacity: 1 !important;
    animation: .2s ease .1s forwards fadeInAnime, moveObjectCenter 1s steps(2) .1s infinite alternate;
}

.moveObjectBlink {
    animation: blink 3s infinite alternate;
}

@keyframes moveObjectRight {
    0% {
        transform: translate(0, 0) rotate(0deg);
        transform-origin: bottom left;
    }

    100% {
        transform: translate(0, 0)rotate(30deg);
        transform-origin: bottom left;
    }
}

@keyframes moveObjectLeft {
    0% {
        transform: translate(0, 0) rotate(0deg);
        transform-origin: bottom right;
    }

    100% {
        transform: translate(0, 0)rotate(-30deg);
        transform-origin: bottom right;
    }
}

@keyframes moveObjectCenter {
    0% {
        transform: translate(0, 0) rotate(15deg);
        transform-origin: center center;
    }

    100% {
        transform: translate(0, 0)rotate(-15deg);
        transform-origin: center center;
    }
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    42% {
        opacity: .3;
    }

    43% {
        opacity: .85;
    }

    45% {
        opacity: .3;
    }

    46% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


.moveObjectFluffy {
    opacity: 1 !important;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: moveObjectFluffy;
}


@keyframes moveObjectFluffy {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, 30px);
    }
}

.moveObjectFluffy-2 {
    opacity: 1 !important;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: moveObjectFluffy-2;
}


@keyframes moveObjectFluffy-2 {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(10px, 0);
    }
}

.moveObjectFluffy-3 {
    opacity: 1 !important;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: moveObjectFluffy-3;
}

@keyframes moveObjectFluffy-3 {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(-10px, 0);
    }
}

.moveObjectReversal {
    opacity: 1 !important;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
    animation-timing-function: steps(2, jump-none);
    animation-name: moveObjectReversal;
}

@keyframes moveObjectReversal {
    0% {
        transform: scale(1, 1);

    }

    50% {
        transform: scale(-1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}



/* fadeUp */
/* 下からふわっと現れる */
.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    /*アニメーションの名前*/
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    /*アニメーションの実行時間*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /*アニメーション後、要素が表示されたままにする*/
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@-webkit-keyframes fadeUpAnime {
    0% {
        opacity: 0;
        /*非表示*/
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        /*縦方向に100pxずらす*/
    }

    100% {
        opacity: 1;
        /*表示*/
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /*元の位置*/
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

footer .footer_img {
    width: 300px;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    footer .footer_img {
        width: 50%;
        margin: -50px auto 30px;
    }
}


/* お問い合わせ */
.contact {
    margin: 70px 0 0;
}

.contact__lead {
    text-align: center;
}

.contact a {
    /* display: block; */
    color: #000;
    text-align: center;
    /* font-size: 24px; */
    font-weight: bold;
    text-decoration: underline;
}

/* topに戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
}

.pagetop a {
    display: block;
    padding: 5px 10px;
}

.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}