@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: 16px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
html {
	height: 100%;
}
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;
	height: 100%;
    color: #333;
}
article {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
p {
	text-align: justify;
}

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

    ruby

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

ruby {
	font-size: 100%;
}

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

    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: 70px;
    animation: r1 5s linear infinite;
}
@keyframes r1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


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

	h3

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

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

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

	btn

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

.btn {
	width: 100%;
	text-align: center;
}
.cta {
	position: relative;
	margin: auto;
	padding: 19px 22px;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	line-height: 1em;
}
.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: #ff4c99;
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
}
.cta span {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #333;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta:hover:before {
	width: 100%;
	background: #ffff00;
}
.cta:hover svg {
	transform: translateX(0);
}
.cta:active {
	transform: scale(0.96);
}
/*====================================

	btn2(cta2)

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

.cta2 {
	position: relative;
	margin: auto;
	padding: 19px 22px;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	line-height: 1em;
}
.cta2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 41px;
	background: #ff4c99;
	width: 82px;
	height: 82px;
	transition: all 0.3s ease;
}
.cta2 span {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta2 .cta02 {
	position: relative;
	color: #f00;
	font-size: 16px;
	-webkit-text-stroke: 0.6px #FFF;
	line-height: 18px;
	font-weight: 1000;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta2 svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #333;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta2:hover:before {
	width: 100%;
	background: #ffff00;
}
.cta2:hover svg {
	transform: translateX(0);
}
.cta2:active {
	transform: scale(0.96);
}

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

	btn2(cta3)

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

.cta3 {
	position: relative;
	margin: auto;
	padding: 32px 22px;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	line-height: 1em;
}
.cta3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 41px;
	background: #ff4c99;
	width: 82px;
	height: 82px;
	transition: all 0.3s ease;
}
.cta3 span {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta3 svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #333;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta3:hover:before {
	width: 100%;
	background: #ffff00;
}
.cta3:hover svg {
	transform: translateX(0);
}
.cta3:active {
	transform: scale(0.96);
}
/*====================================

	header

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

#header {
	width: 100%;
	position: fixed;
	display: block;
	height: 70px;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#header .logo {
	width: 220px;
	float: left;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}
#header .cd-bouncy-nav-trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 80px;
}
#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);
	}
}

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

	sns

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

.sns {
	position: fixed;
	top: 40px;
	right: 120px;
	z-index: 10;
}
.sns ul li {
	width: 40px;
	float: left;
	margin-left: 10px;
}
.sns ul li a {
	display: block;
}
.sns ul li a:hover {
	-webkit-animation: sns_zoom .3s;
	animation: sns_zoom .3s;
}
@-webkit-keyframes sns_zoom {
	50% {
		-webkit-transform: scale(1.2);
	}
}
@keyframes sns_zoom {
	50% {
		transform: scale(1.2);
	}
}

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

    wrap_sd

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

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

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

    page_ttl

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

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

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

column2

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

rt {
    font-size: .3em;
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}

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

column2

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

.column2{
	margin-right: -1.4%;
	margin-bottom: 40px;
}
.column2 .cell{
	float: left;
	width: 48.6%;
	margin-right: 1.4%;
	text-align: center;
	padding: 4% 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	background: #f00;
}
/*====================================

column3

====================================*/  
.column3 {
	margin-right: -1.33%;
	margin-bottom: 40px;
}
.column3 .cell {
	float: left;
	width: 32%;
	margin-right: 1.33%;
	text-align: center;
	background: #f00;
}
/*====================================

column4

====================================*/ 
.column4{
	margin-right: -1.4%;
	margin-bottom: 40px;
}
.column4 .cell {
	float: left;
	text-align: center;
	background: #f00;
}
@media screen and (min-width: 1001px){
	.column4 .cell {
		width: 23.6%;
		margin-right: 1.4%;		
	}
}
@media screen and (max-width: 1000px){ 
	.column4 .cell {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
}
/*====================================

column5

====================================*/  
.column5 {
	margin-right: -1.5%;
	margin-bottom: 40px;
}
.column5 .cell{
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
	text-align: center;
	background: #f00;
}
/*====================================

column6

====================================*/  
.column6 {
	margin-right: -1.666%;
	margin-bottom: 40px;
}
.column6 .cell{
	float: left;
	width: 15%;
	margin-right: 1.666%;
	background: #7dcbb5;
	text-align: center;
	background: #f00;
}

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

	flex

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

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 10px solid #f76;
}
.flex p {
	width: 50%;
	text-align: center;
	border: 1px solid #f00;
}
/*====================================

	flex_reverse

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

.flex_reverse {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 10px solid #0f0;
}
.flex_reverse p {
	width: 50%;
	text-align: center;
	border: 1px solid #f0f;
}

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

	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: 40px;
}
#ft_logo a {
	display: block;
	width: 180px;
	margin: 0 auto;
}
#ft_logo a img {
	width: 100%;
}

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

	footer

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

#footer {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
#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;
}