@charset "UTF-8";

#contents {
	width: 100%;
	padding: 0 0 110px!important;
	background-color: #F5F5F5;
	margin: 0!important;
	font-family: 'neue-haas-grotesk-text','neue-haas-grotesk-display';
}

html {scroll-behavior: smooth;}
body {margin:0; /*padding: 0 15px;*/text-align: left; letter-spacing: 0.05em; font-family:neue-haas-grotesk-display,Helvetica,Arial,Noto Sans JP,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Yu Gothic,メイリオ,Meiryo,Avenir Next,Avenir,sans-serif!important; -webkit-font-smoothing: antialiased; font-size:14px; line-height:2;}
a {color:#000000;/* font-weight:900; */text-decoration: none;}
h1 {font-size:32px; line-height:1.3; font-weight:900;margin:0.1em 0;}
ul {margin:0;}
img {width:100%;}

.product ul::before, 
.product ul::after {
    display:none;
}

.logo,.back_link {/* z-index:2; *//* position:fixed; */}

.logo {
    width: 72px;
    top: 20px;
    left: 15px;
}
.logo_link{}
.logo_image{}

.back_link {
    top: 22px;
    right: 15px;
}
.back_link a{
    font-size: 10px;
    font-weight: normal;
}
.back_link a span{
    margin-right: 10px;
    color: #707070;
}

.main_title_wrapper {
	display: flex !important;
	justify-content: center;
	flex-flow: column;
	flex-wrap: wrap;
	gap: 10px 0;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.main_title {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 25px;
    letter-spacing: 0em;
}

@media screen and (min-width: 750px) {
	.main_title {
		font-size: 30px;
	}
}

.mainImage {
	display:none;
	margin: 30px 0 60px;
}
@media screen and (max-width: 750px) {
	.mainImage {
        display:block;
        margin: 30px 0 30px;
	}	
}

.mv {
    /* margin-bottom: 80px; */
    position: relative;
    height:100%;
    overflow: hidden;
}

.mv:before {
    content: "";
    display: block;
    padding-top: 65%;
}

@media screen and (max-width: 1000px) {
	.mv:before {
	    content: "";
	    display: block;
	    padding-top: 53.333333%;
	}	
}

.mv .mv_image{
    display: block;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    width: auto;
    height: 100%;
    z-index: 15;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mv.fixed{
	margin-top: 80px;
}

#main,.notes_inner {
	width: auto;
	margin:0 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
#main.fixed {
    margin-top: 90px;
}
*/

@media screen and (min-width: 751px) {
	#main.fixed {
	    margin-top: 120px;
	}	
}

@media screen and (min-width: 1001px) {
	  #main,.notes_inner {
	      width:auto;
		  margin:0 60px;
	  }
}

@media screen and (min-width: 1440px) {
  #main,.notes_inner {
	      width:auto;
		  margin:0 60px;
  }
}

.product .product_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    /* overflow-y: scroll; */
    /* max-height: 900px; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 3rem;
    justify-content: flex-start;
}
.product .product_list::-webkit-scrollbar {
 display:none;
}
.product .product_list .product_item{
    width: 100%;
    position: relative;
}

@media screen and (max-width: 750px) {
    .product .product_list{
        gap: 15px 15px;
    }
    .product .product_list.column2{
        gap: 25px 15px;
    }
	.product .product_list.column2 .product_item:first-child {
		width: 100%;
	}

	.product .product_list .product_item:first-child {
		display:none;
	}

	.product .product_list.column2 .product_item{
		width: calc(50% - 8px);
	}
}

@media screen and (min-width: 750px) {
	.product .product_list .product_item:first-child {
	    width: 100%;
	}
    .product .product_list .product_item{
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 1001px) {
	.product .product_list .product_item:first-child {
	    width: calc(66.66666% - 8px);
	}
    .product .product_list .product_item{
        width: calc(33.33333% - 14px);
    }
}
@media screen and (min-width: 1440px) {
	.product .product_list .product_item:first-child {
	    width: calc(50% - 10px);
	}
    .product .product_list .product_item{
        width: calc(25% - 15px);
    }
}

.product .product_list .product_item:nth-child(odd){
    /* margin-right: auto; */
}
.product .product_list .product_item:nth-child(even){
    /* margin-left: auto; */
}
.product .product_list .product_item .product_link{
    display: block;
    position: relative;
    /* position: relative; */
    overflow: hidden;
}

.product_wrapper {
    position: relative;
}

.product_photo_wrapper {
    position: relative;
}

.product .product_list .product_item .product_link .product_photo{
    position: relative;
    overflow: hidden;
}

.product_photo:before {
    content: "";
    display: block;
    padding-top: 133.3333%;
}

.product .product_list .product_item .product_link .product_photo .product_image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: 0.3s all;
    /* transition: 0.3s all; */
}

.product_item:hover .product_image{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.product .product_list .product_item .product_link .product_number,
.product .product_list .product_item .product_link .product_name,
.product .product_list .product_item .product_link .product_price{
}
.product .product_list .product_item .product_link .product_price span{
    /* font-size: 10px; */
    }
.product_more{
    text-align: center;
    margin: 60px auto 0;
    padding-bottom: 40px;
    display:none;
    width: 480px;
    height: 68px;
    max-width: 80%;
}
.product_more a{
    border: 1px solid #000;
    display: inline-block;
    padding: 25px 0px;
    color: #000;
    background: #fff;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    border: 1px solid #D9D9D9;
}

.product_more a:hover {
	color:#fff;
	background-color: #8D8D80;
}

.notes{
    margin-top: 40px;
    padding: 80px 0;
    background: #F2F2F2;
}
.notes_title{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.notes_title span{
    border-bottom: 1px solid #000;
}
.notes dl{
    
}
.notes dl dt{
    margin-bottom: 15px;
    line-height: 1.2rem;
    font-weight: bold;
}
.notes dl dd{
    margin-left: 0;
    line-height: 1.2rem;
}
.notes dl dd:not(:last-child){
    margin-bottom: 40px;
}
.notes dl dd span:not(:first-child){
    margin-top: 40px;
    display: block;
}
.notes_attention{
    margin: 40px 0;
    padding: 20px 0;
    color: #E50000;
    text-align: center;
    border: 1px solid #E50000;
}

.footer{
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
}

.pagetop{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    display: none;
}
.pagetop img{
    width: 35px;
    display: block;
}

@media (min-width: 700px) {
}

@media (max-width: 699px) {
}

@media (max-width: 399px) {
}

section.description {
    width: 80%;
    margin: 0 auto;
}

.description_list {}
.description_item {
    list-style: none;
}
.description_item + .description_item {
	margin-top: 30px;
}

.description_title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
    margin-top: -5px;
}
.description_title:before {
	display: inline-block;
	content: '■';
	padding-right: .2em;
}

.description_data_box {
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.description_data {
    width: 65%;
    padding-right: 5%;
    margin: auto 0;
}
.description_data + .description_data {
	margin-top: 20px;
}
.description_data_heading {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}
.description_data_image {
    width: 30%;
}

/*
-------------------------------------------------------------*/
.brand_menu_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	left: 0px;
	right: 0px;
	height: 72px;
	background-color: #fafafa;
	position: relative;
	z-index: 20;
}
@media screen and (min-width: 1001px) {
	.brand_menu_area {
		padding-inline-start: 2.5rem;
		padding-inline-end: 2.5rem;
	}
}
.brand_menu {
	visibility: hidden;
	position: absolute;
	top: 72px;
	left: 0px;
	background-color: rgb(233, 233, 233);
	right: 0px;
	z-index: 2000;
}
.brand_menu {
	top: 56px !important;
	opacity: 0;
	transform: translateY(-30px) translateZ(0px);
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.brand_menu.is_show {
	visibility: visible;
	top: 60px !important;
	opacity: 1;
	transform: none;
}
.brand_menu_list {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, 1fr);
	padding: 15px;
	-webkit-box-pack: center;
	justify-content: center;
	margin: auto;
	max-width: 400px;
}
@media screen and (min-width: 1001px) {
	.brand_menu_list {
		grid-template-columns: repeat(4, 84px) !important;
	}
	.brand_menu {
		top: 60px !important;
		left: auto !important;
		right: 30px;
		/*
      animation: fadeIn 0.3s ease 0.3s 1 normal backwards;
      -webkit-animation: fadeIn 0.3s ease 0.3s 1 normal backwards;
*/
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
		}
	}
}
.brand_menu_toggle_area {}
.brand_menu_close_area {
	display: none;
}
.brand_menu_current_image {
	width: auto;
	height: auto;
}
.brand_menu_current_image.GDW01 {
	height: 40px;
}
.brand_menu_current_image.GDW02 {
	height: 40px;
}
.brand_menu_current_image.GDW03 {
	height: 42px;
}
.brand_menu_current_image.GDW04 {
	height: 16px;
}
.brand_menu_current_image.GDW05 {
	height: 20px;
}
.brand_menu_current_image.GDW06 {
	height: 12px;
}
.brand_menu_current_image.GDW07 {
	height: 22px;
}
.brand_menu_current_image.GDW08 {
	height: 42px;
}
.brand_menu_current_image.GDW09 {
	height: 34px;
}
.brand_menu_current_image.GDW10 {
	height: 40px;
}
.brand_menu_current_image.GDW11 {
	height: 40px;
}
.brand_menu_current_image.GDW12 {
	height: 40px;
}
.brand_menu_current_image.GDW13 {
	height: 20px;
}
.brand_menu_current_image.GDW14 {
	height: 40px;
}
.brand_menu_current_image.GDW15 {
	height: 52px;
}
.brand_menu_current_image.GDW16 {
	height: 42px;
}
.brand_menu_current_image.GDW17 {
	height: 48px;
}
.brand_menu_current_image.GDW18 {
	height: 38px;
}
.brand_menu_current_image.GDW19 {
	height: 58px;
}
.brand_menu_current_image.GDW20 {
	height: 40px;
}
.brand_menu_current_image.GDW21 {
	height: 58px;
}
.brand_menu_current_image.GDW22 {
	height: 24px;
}
.brand_menu_photo {
	position: relative;
	background-color: rgb(255, 255, 255);
}
.brand_menu_photo::before {
	height: 0px;
	content: "";
	display: block;
	padding-bottom: 100%;
}
.brand_menu_photo > :not(style) {
	overflow: hidden;
	position: absolute;
	inset: 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.product_name_wrapper {
	/*display: flex !important;
	justify-content: center;
	flex-flow: column;
	flex-wrap: wrap;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	gap: 10px 0;*/
    display:block;
    position: absolute;
    width:90%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
	justify-content: center;
	position: absolute;
	z-index: 15;
	font-size: 26px;
}

@media screen and (max-width: 750px) {
	.product .product_list.column2 .product_name_wrapper {
		position: initial;
		margin-top: 10px;
        margin-right: 0;
        -webkit-transform: none;
        transform: none;
        line-height: 0;
        width: 100%;
	}
}

@media screen and (min-width: 750px) {
	.product_name_wrapper {
		position: absolute;
		margin-top: 20px;
		font-size: 28px;
	}
}

@media screen and (min-width: 998px) {
	.product_name_wrapper {
		position: absolute;
		margin-top: 0px;
		font-size: 20px;
	}	
}


.product_name {
	/* display: block; */
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    
    font-family: 'neue-haas-grotesk-display';
	max-width: 90%;
	color:#fff;
	background: rgba(30,30,30,1);
	text-align: center;
	margin: 0 auto;
	padding: 0 3px;
	line-height:1.28;
	transition: 0.3s all;
    letter-spacing: 0.02em;
    overflow: hidden;

}
@media screen and (max-width: 750px) {
    .product .product_list.column2 .product_name{
		font-size: 14px;
        line-height: 1.28;
        letter-spacing: 0.02em;
    }
    .product .product_list.column1 .product_name{
		font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
}

.product_item:hover  .product_name {
	background:rgba(30,30,30,0.5);
}

@media screen and (min-width: 1001px) {
    .product_name {
        font-size: 20px!important;
    }
}

.product_price {
	position: absolute;
	bottom: 8px;
	z-index: 16;
	right: 15px;
    font-size:14px;
    color:#4B4B4B;
    letter-spacing: 0em;
}

.product_price.is_share {
    right: 25px;
}

.product_share {
    position: absolute;
    bottom: 9px;
    right: 10px;
    /* background: #00ff00; */
    /* z-index: 1000;*/
}

.product_share_image {
    width: 9px;
    height: 9px;
}

@media screen and (max-width: 750px) {
    
    .product .product_list.column1 .product_share_image {
        width: 10px;
        height: 10px;
    }
    .product .product_list.column1 .product_share {
        bottom: 11px !important;
        right: 11px !important;
    }

    .product .product_list.column1 .product_price{
        font-size:14px;
        bottom: 9px;
    }
    .product .product_list.column1 .product_price.is_share {
        right: 26px;
    }

    
    .product .product_list.column2 .product_share_image {
        width: 8px;
        height: 8px;
    }
    .product .product_list.column2 .product_share {
        bottom: 7px !important;
        right: 7px !important;
    }

    .product .product_list.column2 .product_price{
        font-size:11px;
        bottom: 5px;
    }
    .product .product_list.column2 .product_price.is_share {
        right: 20px;
    }
}

.product_price span {font-size: 16px;padding-left: 12px;}

.product_info_wrap {
    /* margin-bottom: 12px; */
    /* padding-top: 40px; */
    /* border-top: 1px solid #7B7B7B; */
    position: absolute;
    bottom: 0;
}

.mv_sp {
	display:block!important;
}
.mv_pc {
	display: none!important;
}

@media screen and (min-width: 1001px) {
	.mv_sp {
		display:none!important;
	}	
	.mv_pc {
		display:block!important;
	}
}

/* result_number
--------------------------------------------------------------------*/
.result_number {
	display:none;
	color: #c8c8c8;
	width: 200px;
	text-align: center;
	padding: 12px 0;
	line-height: 1.6;
	border-bottom: 2px solid #4b4b4b;
	margin: 0 auto;
	position: relative;
}

.result_number .number_bar {
	display: block;
	width: 1%;
	max-width: 100%;
	height: 2px;
	background: #c8c8c8;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: all 0.3s;
}


/*
--------------------------------------*/
#contents.exclusive {
    background: #1e1e1e;
}


/*
-------------------------------------*/
.btn_wrapper {
    display: none;
}

.btn_wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 1.5rem;
    text-align: center;
}
@media screen and (min-width: 1001px) {
    .btn_wrapper {
        padding-top: 1.5rem !important;
    }
}

.link-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-bottom: 1px;
}

.item_more_btn:hover {
	/*-webkit-text-decoration: none;*/
	/* text-decoration: none; */
	/* color: currentcolor; */
	/* border-color: #484848; */
}

.item_more_btn {
	border: none;
	background: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: .5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: baseline;
	outline: 2px solid transparent;
	outline-offset: 2px;
	line-height: normal;
	border: 1px solid #4b4b4b;
	font-weight: 300;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	height: 50px;
	min-width: 200px;
	font-size: 16px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	padding: 0px;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #c8c8c8;
	cursor: pointer;
}

.item_more_btn span {
	display: inline-flex;
	align-self: center;
	flex-shrink: 0;
}


/* gender_switch
--------------------------------*/
.gender_switch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 751px) {
	.gender_switch {
		margin-bottom: 60px;
		justify-content: center;
	}
}

.gender_switch.fixed {
    position: fixed;
    width: 100%;
    top: 48px;
    z-index: 100;
    background: #1e1e1e;
}

.gender_switch_list {
    display: flex;
    padding: 17px 0;
    /* justify-content: center; */
    gap: 0 20px;
}

.column_switch_item svg{
	width:16px;
	height:16px;
}

@media screen and (min-width: 751px) {
	.gender_switch_list {
	    display: flex;
	    padding: 22px 0;
	    /* justify-content: center; */
	    gap: 0 40px;
	}	
}

.gender_switch_link {
    font-size: 16px;
    letter-spacing: 0em;
    color: #787878;
}

.gender_switch_link:hover{
	color:#787878;
	text-decoration:underline;
	text-underline-offset: 3px;
}

.gender_switch_link.active {
    color: #fff;
}

.gender_switch_link.active:hover {
    color: #fff;
	text-decoration:underline;
	text-underline-offset: 3px;
}

.column_switch_list {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    box-sizing: border-box;
    /* padding: 12px 0; */
    margin-right: 4px;
}

@media screen and (min-width: 751px) {
	.column_switch_list {
		display:none;
	}
}

.column_switch_link1 svg,
.column_switch_link2 svg {
	fill: #787878;
}

.column_switch_link1.active svg,
.column_switch_link2.active svg {	
	fill: #fff;
}


/*
-------------------------------------*/
.splash {
	opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #0d0d0d;
    z-index: 1000;
}

.mask {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff;
    z-index: 900;
}
.mv--show {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}

.splash.inview--enter .splash__logo,
.splash.inview--enter .splash__season {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 800ms ease;
    -moz-transition: opacity 800ms ease;
    -o-transition: opacity 800ms ease;
    -ms-transition: opacity 800ms ease;
    transition: opacity 800ms ease;
}
@media screen and (max-width: 750px) {
    .splash__logo {
        width: 57.06666666666666vw;
    }
}
.splash__logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}
@media screen and (min-width: 751px) {
	.splash__logo {
		width:560px;
	}
}