@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Roboto','Terminal','Trebuchet MS','Koburina Gothic W3 JIS2004', "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-weight: 300;
}

body {
  line-height: 1.8;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  line-height: 1.8; 
  color: #000;
}
li{list-style: none}
@font-face {
  font-family: 'DINOffcPro-CondLight';
  src: url('../font/DINOffcPro-CondLight.ttf');
}

@font-face {
  font-family: 'DINOffcPro-CondMedium';
  src: url('../font/DINOffcPro-CondMedium.ttf');
}

a img {
  transition: 0.3s ease-in-out; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #4b4b4b;
}

header img {
  max-width: 100%;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc{
    width:100%;
    max-width:2000px;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp{
    margin: 0 auto;
    position: relative;
  }
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/*-------------------------------------------------------
footer下部へ固定
--------------------------------------------------------*/
#wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}
footer{
	margin-top: auto;
}

/*========================================================
header
========================================================*/

header {
  width: 100%;
  height:70px;
  display: flex;
  background-color: #fff; 
  position: relative;
  z-index: 999;
}

.header_inner{
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 769px) {
  header {
    width: 100%;
    height: 144px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 999;
  }
  .header_inner{
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
}


/*-------------------------------------------------------
SOREL corp logo
--------------------------------------------------------*/

@media only screen and (min-width: 769px) {
  header .logo {
    width: 110px;
    position: absolute;
  }
}

@media only screen and (max-width: 768px) {
  header .logo {
    width: 50px;
    position: absolute;
    left: 20px;
  }
}

/*-------------------------------------------------------
SNSボタン
--------------------------------------------------------*/

@media only screen and (min-width: 769px) {
  .socialbtn-head{
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 14px; 
    color: #4b4b4b;
    font-family: 'Roboto';

  }

  .socialbtn-head p{
    margin-bottom: 10px;
	color: #4b4b4b;
  }

  .socialbtn-head,.share_buttons a{
    margin: 0 3px;
  }

  .socialbtn-head,.share_buttons a:first-child{
    margin-left: 10px;
  }

  .socialbtn-head .share_buttons a img {
    vertical-align: bottom;
    margin-bottom: 5px; 
  }

  .arrow-b{
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: translate(0 ,-50%);
        -ms-transform: translate(0 ,-50%);
            transform: translate(0 ,-50%);
    width: 20.17px; 
  }

  .arrow-b span{
    position: absolute;
    border-left: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-transform:rotate(225deg);
        -ms-transform:rotate(225deg);
            transform:rotate(225deg);
    top:2px;
    left:16.5px; 
    width: 8px;
    height: 8px;
    margin-left: -12px;
  }

  .sp-socialbtn {
    display: none; 
  }

  #slide-sharebtn {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .socialbtn-head {
    display: none; 
  }
  .sp-socialbtn{
    position: absolute;
    top: 15px;
    right: 6%; 
    color: #4b4b4b;
    font-family: 'Roboto';
  }
  .sp-socialbtn p{
    display: inline-block;
	color: #4b4b4b;
  }
  .sp-socialbtn p:first-child{
    margin-right:30px ;
  }

  #slide-sharebtn{
    z-index: 100;
    cursor: pointer;
    position: fixed;
    top:20px;
    right: -180px;
    /*width: 180px;*/
    height: auto;
    padding-top: 20px 0;
    background: #fff;
  }
  #slide-sharebtn a{
    margin-right: 12px;
    width: 18px;
    color: #4b4b4b;
  }
}

/*========================================================
containerエリア
========================================================*/
@media only screen and (min-width: 769px) {
.container{
	max-width: 1030px;
	width:100%;
	margin: 0 auto;
	padding:0 10px;
}
.container_inner{
	padding: 50px 0 0;
			
}
.container_inner .col_02{
	display: flex;
	-webkit-display:flex;
	justify-content: space-between;
/*	flex-wrap: wrap;*/
	margin-bottom: 110px;
	align-items: center;
}
.container_inner ul:last-child{
	margin-bottom: 100px;
}

.container_inner ul li{
	position: relative;
	padding:0 10px;
}
.container_inner ul li .model_img{
	padding-bottom: 30px;
}
.btn{
	position:relative;
}
.btn_text{
	position: absolute;
	bottom: 0%;
  	right: 0%;
}
.btn .btn_text a img{
	max-width:120px;
	width: 100%;
	margin:0 auto;
}
.btn .btn_text a img:hover{
opacity: .6;
}
}
@media only screen and (max-width: 768px) {
.container{
	max-width: 1000px;
	width:92.67%;
	margin: 0 auto;
	
}
.container_inner{
	padding: 50px 0 0;
			
}
.container_inner .col_02{
	display:block;
	align-items: center;
}
.container_inner ul:last-child{
	margin-bottom:0px;
}

.container_inner ul li{
	position: relative;
	padding-bottom: 50px;
}
.container_inner ul li .model_img{
	width:100%;
	
}.container_inner ul li .model_img img{
	width:100%;
}
.btn{
	text-align: right;	
	margin: 10px 10px;
}
.btn_text{
/*	position: absolute;*/
/*
	bottom: 0%;
  	right: 1.5%;
*/
}
.btn .btn_text a img{
	max-width:120px;
	width: 37%;
	margin:0 auto;
}
.btn .btn_text a img:hover{
opacity: .6;
}
}

/*-------------------------------------------
コーディネート一覧 ボタン
--------------------------------------------*/
.button-wrapper {
	margin-bottom: 120px;
}
.button {
	background: #fff;
	padding: 2px;
/*	border: 1px solid #00022d;*/
	border: 1px solid #4d4d4d;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
	max-width: 320px;
	width:100%;
	margin: 0 auto;
}
.button a {
	display: block;
	padding: 15px 30px;
	background: #fff;
	font-size:18px;
	font-weight: normal;
/*	color:#00022d;*/
	color:#4d4d4d;
	z-index: 100;
	position: relative;
	transition: all .35s ease-in-out .35s;
	text-align: center;
	letter-spacing: 1.3;
}
.button:hover a {
	background: #4d4d4d;
/*	background: #00022d;*/
	color: #fff;
	transition: all .35s ease-in-out .35s;
}
	.button:after {
		bottom: -100%;
		right: -100%;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
/*		background: #00022d;*/
		background: #4d4d4d;
		transition: all .35s ease-in-out .5s;
}
.button:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
}
.button:before {
	top: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #4d4d4d;
/*	background: #00022d;*/
	transition: all .35s ease-in-out .5s;
}
.button:hover:before {
	left: 0;
	top: 0;
	transition: all ease-in-out .35s;
}
@media only screen and (max-width: 768px) {
.button-wrapper {
	margin-bottom: 60px;
	}
.button {
	background: #fff;
	padding: 2px;
	border: 1px solid #4d4d4d;
/*	border: 1px solid #00022d;*/
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
	max-width: 270px;
	width:100%;
	margin: 0 auto;
}
.button a {
	display: block;
	padding: 10px 22px;
	background: #fff;
	font-size:16px;
	font-weight: normal;
/*	color:#00022d;*/
	color:#4d4d4d;
	z-index: 100;
	position: relative;
	transition: all .35s ease-in-out .35s;
	text-align: center;
	letter-spacing: 1.3;
}
	
}





/*========================================================
footerエリア
========================================================*/

#main,footer small{
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}


/*-------------------------------------------
shop sns
--------------------------------------------*/
.bnr{
	text-align: center;
	margin-bottom: 40px;
}
.bnr ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.3;
}
.bnr ul li a{
	font-family: 'DINOffcPro-CondMedium';
	font-size: 22px;
	color: #aa8833;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	letter-spacing: 0.08em;
}
.store_bnr{
	border-right: 1px solid #aa8833;
	padding-right: 20px;
}
.sns_bnr{
	padding-left: 20px;
}
.fa-size{
	font-size: 1.2rem;
}
.fa-mg{
	margin-right: 10px;
}
@media only screen and (min-width: 769px) {

	.bnr ul li a:hover{
		opacity: 0.6;
	 }
	.bnr{
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 768px){
	.bnr ul li a{
		font-size: 1.25rem;
	}
	.bnr ul{
		display: block;
	}
	.store_bnr{
		border-right: none;
		padding-right: 0;
		margin-bottom: 5%;
	}
	.sns_bnr{
		padding-left: 0;
	}
	.fa-size{
		font-size: 1.1rem;
	}
}

/*-------------------------------------------
footer
--------------------------------------------*/

footer {
 	text-align: center;
}

footer small {
 	color: #4b4b4b;
	font-size: 14px;	
	line-height: 50px;
	display: block;
}

@media only screen and (max-width: 768px) {
  footer small {
    font-size: 2.6vw;
    line-height: 1.2;
    padding: 10px 0;
	color: #fff;
  }
	footer{
		background: #c3c2be;
	}

}
