@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/********************************************************************************************** base style
**********************************************************************************************************/
body {
	font-family:Helvetica, Arial, Verdana, "source-han-sans-japanese", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    margin: 0;
	
}
a {
	color: #000;
}
a:hover{ text-decoration:none;}

.only_sp {
	display: none;
}

.hidden {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text-center{ 
	text-align:center;
}
.text-left{ 
	text-align:left;
}
.text-right{
	text-align:right;
}
.clear {
	clear: both;
}
.switch {
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/********************************************************************************************** pc style
**********************************************************************************************************/


#mv{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd546f+0,ef8fa2+100 */
background: #dd546f; /* Old browsers */
background: -moz-linear-gradient(-45deg, #dd546f 0%, #ef8fa2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #dd546f 0%,#ef8fa2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #dd546f 0%,#ef8fa2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd546f', endColorstr='#ef8fa2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding: 0px 0 24px;
box-sizing: border-box;
overflow: hidden;
position: relative;
}

#contents{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd546f+0,ef8fa2+100 */
background: #dd546f; /* Old browsers */
background: -moz-linear-gradient(-45deg, #dd546f 0%, #ef8fa2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #dd546f 0%,#ef8fa2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #dd546f 0%,#ef8fa2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd546f', endColorstr='#ef8fa2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding-top: 15px;	
}

.title{
    width: 100%;
    z-index: 1000;
    position: relative;
    margin-bottom: 7px;
}

.title img{
	width: 100%;
}

.logo01{
    position: relative;
    width: 400%;
    height: 56px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -110px 0;
    background-size: 620px;    
    background-repeat: repeat-x; 
    background-image: url(/lp-assets/cosme/img/logo_01.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 22s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 22s infinite linear;
    opacity: 0.4;               
}

.logo02{
    position: relative;
    width: 400%;
    height: 56px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: -110px 0;
    background-size: 620px;    
    background-repeat: repeat-x; 
    background-image: url(/lp-assets/cosme/img/logo_02.png);
    -webkit-animation: mainvisualSlideThemes-toRight-sp 22s infinite linear;
    animation: mainvisualSlideThemes-toRight-sp 22s infinite linear;  
    opacity: 0.4;             
}

.logo03{
    position: relative;
    width: 400%;
    height: 56px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -110px 0;
    background-size: 620px;    
    background-repeat: repeat-x; 
    background-image: url(/lp-assets/cosme/img/logo_03.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 22s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 22s infinite linear;   
    opacity: 0.4;            
}

.logo04{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: -110px;
    background-size: 620px;    
    background-repeat: repeat-x; 
    background-image: url(/lp-assets/cosme/img/logo_04.png);
    -webkit-animation: mainvisualSlideThemes-toRight-sp 22s infinite linear;
    animation: mainvisualSlideThemes-toRight-sp 22s infinite linear;  
    opacity: 0.4;             
}

@keyframes mainvisualSlideThemes-toLeft-sp {

0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(620px);
    transform: translateX(620px);
}

}

@keyframes mainvisualSlideThemes-toRight-sp {

0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(-620px);
    transform: translateX(-620px);
}

}

.model{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 68%;
    z-index: 999;
}

.model img{
	width: 100%;
}

.link{
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 2000;		
}

.link img{
    width: 90%;
    margin: 0 auto;
    display: block;	
}

.no1{
	width: 100%;
}

.no1 img{
	width: 100%;
    margin-bottom: 3px;    
}

.point{
	width: 100%;
}

.point img{
	width: 100%;
}

.desc{
	width: 86%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 178%;
    color: #fff;
    margin-top: 10px;
}

.link02{
	width: 100%;
    margin-top: 5%;
    padding-bottom: 8%;
}

.link02 img{
    width: 90%;
    margin: 0 auto;
    display: block;	
}

.mark{
    width: 100%;	
}

.mark img{
    width: 100%;	
}

.caption{
	width: 67%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 178%;
}

.company{
	font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 24px 0 28px;
}

.copy{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    font-size: 12px;	
}

@media(min-width: 768px){
	.sp_only{
		display: none!important;
	}
	body{
		width: 530px;
		margin: 0 auto;
	    background: #e0d7c5;	
	}
	#mv{
	    position: relative;	
	}
	footer{
	    background: #fff;	
	}
}

@media(max-width: 768px){
	.pc_only{
		display: none!important;
	}
	
}
