@charset "utf-8";

@import url(reset.css);
@import url(normalize.css);
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
@import url('https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


html,body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: "Rounded Mplus 1c", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.animation {
	visibility: hidden;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


*/
* {
    margin:0;
    padding:0;
}
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fff;
	text-align: justify;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration: underline;
	transition: 0.5s;
}
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
}
::selection {
	background: #90f0fd;
}
::-moz-selection {
	background: #90f0fd;
}
img {
	border: none;
}
img a {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: 400;
}
h1 {
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
h2 {
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
p {
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	text-align: justify;
	font-weight: 400;
}

.error {
	background: #ff6699;
	padding: 20px;
	text-align: center;
}

.ml {
	margin-left: 100px;
}
.mr {
	margin-left: -100px;
}


/* 共通 */

#container {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}

#background {
	background:url('../images/fashion_bg.png') no-repeat center center;
	background-size: cover;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

#background:before {
	background: inherit;
	-webkit-filter: brightness(90%) blur(0px);
	-moz-filter: brightness(90%) blur(0px);
	-o-filter: brightness(90%) blur(0px);
	-ms-filter: brightness(90%) blur(0px);
	filter: brightness(90%) blur(0px);
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
	content: ' ';
	transition: 1s;
}

.blur:before{
	content: '';
	-webkit-filter: brightness(30%) blur(3px) !important;
	-moz-filter: brightness(30%) blur(3px) !important;
	-o-filter: brightness(30%) blur(3px) !important;
	-ms-filter: brightness(30%) blur(3px) !important;
	filter: brightness(30%) blur(3px) !important;
	transition: 1s;
}

#arrow {
	width: 50px;
	height: 50px;
	position: fixed;
	left: 50%;
	bottom: 60px;
	margin-left: -25px;
	animation: homeScroll 1s ease-in-out infinite alternate;
}
@keyframes homeScroll {
  0% {transform: translateY( -8px);}
  100% {transform: translateY( 0px);}
}

#arrow img {
	width: 100%;
}

#header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}
#header img {
	width: 80%;
	max-width: 400px;
	margin-top: -20px;
}
#header h1 {
	color: #fff;
	text-align: center;
}

#content {
	width: 100%;
	height: auto;
}
.content_90 {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 60px auto;
}
.content_100 {
	width: 100%;
	height: auto;
	margin: 60px auto;
}
video {
	width: 100%;
	max-width: 1200px;
}

.store a {
	display: block;
	width: 200px;
	padding: 10px 20px;
	margin: 30px auto;
	text-decoration: none;
	background-image: linear-gradient(-135deg, #9becf5, #a274dd);
	border: 1px solid #fff;
	border-radius: 12px;
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.6));
}
.store a p {
	text-align: center;
	font-weight: bold;
	font-size: 16px !important;
}

.slider {
	width: 100%;
	margin: 20px auto 40px auto;
	background: none;
}
.slider .slick-slide {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 80vw !important;
	max-height: 80vh !important;
	margin: 0 10px;
}
.slider .slick-slide img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 80vh !important;
}
.slick-dots li button:before {
	font-size: 40px !important;
}
.slick-dots li button:before {
    color: #9becf5;
    opacity: 0.8;
}
.slick-dots li.slick-active button:before {
    color: #ea8cff;
    opacity: 0.8;
}

.profile  .slick-slide {
	margin: 0 10px;
}
.profile img {
	height: 300px;
}

.modaal-content-container img {
	display: block;
	width: 90%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}
.modaal-content-container h2,
.modaal-content-container p,
.modaal-content-container p a {
	color: #666;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
.modaal-content-container p {
	text-align: justify;
}


.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#footer {
	width: 100%;
	height: auto;
}
#footer p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2em;
}

#share {
	margin-top: 10px;
	margin-left: 20px;
}

.sns {
	width: 80px;
	float: left;
}

p#copyright {
	font-size: 12px;
	letter-spacing: 0.2em;
	width: 100%;
	height: auto;
	text-align: center;
}



/* PC */
@media screen and (min-width: 961px)
{
	.smp {
		display: none !important;
	}
	p.concept_text {
		text-align: center;
	}
}

/* タブレット&スマートフォン */
@media screen and (max-width: 960px)
{
	.pc {
		display: none !important;
	}
	p.concept_text {
		text-align: justify;
		}
}