@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap');

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img {
	width: 100%;
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 200;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
    color: #333;
}
article {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
p {
	text-align: justify;
}

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

    ruby

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

ruby {
    font-size: 100%;
    margin-bottom: -10px
}
ruby rt {
    font-size: 100%;
    font-weight: 200;
    font-size: 40%;
}

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

    loader

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

#loading-image {
    z-index: 999999;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#loading-image span {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/milky-pop/common/images/loading.svg');
    background-size: 50px;
    animation: r1 5s linear infinite;
}
@keyframes r1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

	h3

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

h3 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 5%;
}
h3 img {
    width: 90%;
    margin: 0 auto;
}

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

	btn

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

.btn {
	width: 100%;
	text-align: center;
}
.cta {
	position: relative;
	margin: auto;
	padding: 1.5em 3em;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	line-height: 1em;
    background: #ff4c99;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.cta span {
	position: relative;
	font-size: 100%;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta:hover svg {
	transform: translateX(0);
}
/*====================================

	btn(cta2)

====================================*/
.cta2 {
	position: relative;
	margin: auto;
	padding: 2.5em 3em;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	line-height: 1em;
    background: #ff4c99;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.cta2 span {
	position: relative;
	font-size: 100%;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta2 .cta02 {
	position: relative;
    font-size: 100%;
    color: #ffff00;
	line-height: 14px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta2 svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta2:hover svg {
	transform: translateX(0);
} 
/*====================================

	btn(cta3)

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

.cta3 {
	position: relative;
	margin: auto;
	padding: 1.5em 3em;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	line-height: 1em;
    background: #ff4c99;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.cta3 span {
	position: relative;
	font-size: 100%;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta3 svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta3:hover svg {
	transform: translateX(0);
}

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

	header

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

#header {
	width: 100%;
	position: fixed;
	display: block;
	height: 70px;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#header .logo {
	width: 150px;
	float: left;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}
#header .cd-bouncy-nav-trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 60px;
}
#header .cd-bouncy-nav-trigger:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.2);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.2);
	}
}

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

    wrap_sd

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

.wrap_sd {
    width: 100%;
    padding: 0 20px 40px;
    margin: 0 auto 40px;
}
.wrap_sd .wrap_sd_inner {
    background: #fff;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px;
}

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

    page_ttl

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

.page_ttl {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 20px;
}
.page_ttl h2 {
    width: 80%;
    margin: 0 auto;
}

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

	btn

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

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

	jojo-ni

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

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

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

	opacity

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

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/

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

    .h3_animation

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

.h3_animation {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 0%;
    -webkit-animation-timing-function: ease-in-out;
    
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-transform-origin: 50% 0%;
    
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: rotate;
    -ms-animation-duration: 2s;
    -ms-transform-origin: 50% 0%;
    
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-name: rotate;
    -o-animation-duration: 4s;
    -o-transform-origin: 50% 0%;
    
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-duration: 4s;
    transform-origin: 50% 0%;
    display: block;
    position: relative;
}
@-ms-keyframes rotate{
    0% {-ms-transform: rotate(-4deg);}
    50% {-ms-transform: rotate(4deg);}
    100%{-ms-transform: rotate(-4deg);}
}
@keyframes rotate{
    0% {transform: rotate(-4deg);}
    50% {transform: rotate(4deg);}
    100%{transform: rotate(-4deg);}
}
@-o-keyframes rotate{
    0% {-o-transform: rotate(-4deg);}
    50% {-o-transform: rotate(4deg);}
    100%{-o-transform: rotate(-4deg);}
}
@-moz-keyframes rotate{
    0% {-moz-transform: rotate(-4deg);}
    50% {-moz-transform: rotate(4deg);}
    100%{-moz-transform: rotate(-4deg);}
}
@-webkit-keyframes rotate {
    0% {-webkit-transform: rotate(-4deg);}
    50% {-webkit-transform: rotate(4deg);}
    100%{-webkit-transform: rotate(-4deg);}
}

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

    ft_logo

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

#ft_logo {
    margin-bottom: 20px;
}
#ft_logo a {
    display: block;
    width: 140px;
    margin: 0 auto;
}
#ft_logo a img {
    width: 100%;
}

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

	footer

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

#footer {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
#footer p {
	font-family: 'Nunito', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 90%;
}

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

	cf

======================================= */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}