/*
	Theme Name: koizumi
	Theme URI: http://articnet.jp
	Description: Koizumi Theme
	Version: 1.0.0
	Author: ArticNet
	Author URI: http://articnet.jp
*/

html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding:0;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

img{
	display: block;
}

img.full{
	width:100%;
	display:block;
}

main{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}

#content{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
}

header{
	height:75px;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	background-color:#3B4043;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}

#top-header.white{
	background-color:#fff;
}

header img{
	height:24px;
	margin-right:40px;
}

main #full-bg{
	width: 100%;
    object-fit: cover;
    z-index: -1;
    height: 100vh;
}

a{
	text-decoration: none;
	color:#fff;
}

.button{
	height: 50px;
    width: 320px !important;
    color: #fff;
    background-color: #00B5B5;
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.button .btn-icon img{
	max-height:50px;
}
#single-store .button{
	height:80px;
}

input{
	height: 50px;
    width: 280px;
    border: 1px solid #CDD6DD;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #CDD6DD !important;
}

#login-btn .button{
    position: absolute;
    bottom: 12%;
    left: 15%;
}
.button:hover{
	cursor:pointer;
}
#login-overlay{
	position: absolute;
    width: 100%;
    background-color: rgba(59,64,67,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc( 100% - 75px );
    margin-top: 75px;
}

.blurred{	
	filter:blur(7px);
}

#make-login-btn{
	margin-top:40px;
}

#login-form{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#login-form p{
	text-align:center;
	font-weight:200;
	color:#fff;
	margin-bottom:40px;
}

#store-header{
	height:170px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content: flex-start;
	overflow:hidden;
	color:#fff;
	font-size:56px;
	position:fixed;
	top:0;
	left:0;
	padding:0 40px;
	font-weight: 600;
}
#store-header #header-bg{
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
	top:0;
	left:0;
	z-index: -10;
}
#store-header #header-left{
	width:45%;
	height:100%;
	object-fit: cover;
	position:absolute;
	top:0;
	right:0;
	z-index: -5;
}
#store-header #store-logo{
	height: 60%;
    margin-right: 40px;
}
#single-store{
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 170px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#single-store #store-links{
	display:flex;
	width: 100%;
	justify-content: space-around;
}
#single-store #store-description{
	padding: 120px 0;
	line-height: 30px;
    font-size: 16px;
}
#single-store #main-bg{
	width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
	margin-top: 168px;
    display: block;
}

.store-meraki #store-logo{
    height: auto !important;
    max-width: 40% !important;
}

#home-main{
	display:block;
	width:100%;
	text-align:center;
}
#home-main #top-text{
    text-align: center;
    width: 60%;
    color: #4AB0D1;
    margin: 0 auto;
    font-weight: 600;
    font-size: 30px;
    margin-top: 75px;
}
#top-text h1{
	font-size:30px;
	margin: 1.5rem 0;
}
#top-text h1.big{
	font-size: 60px;
}
#top-text #text-logo{
	max-width: 85%;
    margin: 0 auto;
}
#top-block #big-pic{
	width: 90%;
    margin: 70px auto -50px auto;
    z-index: 10;
}
#scrolling-block{
	display: flex;
	width:100%;
	justify-content: flex-end;
}
#scrolling-block #left-scroll, #scrolling-block #right-scroll{
	width:50%;
}
#left-scroll{
	width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#left-scroll img{
	width:60%;
}
.block{
	display:flex;
	justify-content: center;
	align-items: center;
}
.block.text-block{
	color:#3B4043;
	font-size:20px;
	font-weight:200;
	align-items: flex-start;
    flex-direction: column;
	margin: 0.1rem;
}
.block img{
	width:100%;
	z-index: -1;
}
.text-block h3{
	margin: 15px 0;
	font-weight: 200;
}
.text-block .thin{
	font-size: 15px;
    font-weight: 100;
	margin: 10px 0;
}
h3.blue{
	color:#0A6294;
	font-weight: 600;
	margin-bottom: 25px;
}
.thin .blue{
	color: #0A6294;
    font-size: 22px;
    font-weight: 600;
}
.minimg img{
	width: 70%;
}

.text-block h3.black svg{
	height: 20px;
    margin-left: 15px;
}
section#textile-clothing{
	position:relative;
	width:100%;
	display:block;
}
#text-cloth-header{
	width:100%;
	height:auto;
	margin-top:120px;
	position:relative;
}
#link-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	padding:10%;
	background-color: #fff;
}
#link-container{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.link-button{
	width:22.5%;
	position:relative;
	margin-bottom:3.33%;
}
.link-image{
	width:100%;
	display: block;
}
#home-footer{
	height:60px;
	padding: 20px 40px;
	background-color:#000;
	color:#fff;
	display:flex;
	justify-content: space-between;
}
#footer-left,#footer-right{
	width:50%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-size: 10px;
}
#footer-left #footer-logo{
	width:28%;
}
#footer-links-1,#footer-links-2{
	max-width: 68%;
    font-size: 10px;
    display: flex;
}
#fl1-text{
	word-break: keep-all;
    padding-right: 5px;
    border-right: 1px solid #fff;
}
#fl1-links{
	padding-left:5px;
}
#fl1-links a{
	display: inline-block;
}
#fl2-links ul{
	margin:0;
}
.fixed{
	position:fixed;
	top:0;
	left:0;
	background-color: #fff;
}