@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%;
}

#main img{
  display: block;
  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{
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
.slide_wrap{
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
	max-height: 580px;
	position: relative;
}
.slide_cnt{
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
	max-height: 580px;
	margin-bottom: 40px;
}
.items_img_top img,.items_img img{
	max-width: 890px;
	width: 100%;
	max-height: 580px;
}
.items_img_top{
	position: relative;
}
.mv_ttl_txt{
	position: absolute;
	top: 17.93%;
	right: 9.21%;
	max-width: 225px !important;
	width: 100% !important;
}

.items_img,.items_img_cnt{
	display: block;
}
.items_img_cnt img{
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
	.container{
		width: 100%;
		max-width: 750px;
	}
	.slide_wrap{
		max-height: initial;
		max-width: 750px;
	}
	.items_img_top img,.items_img img{
		width: 100%;
		max-width: 750px;
		max-height: initial;
	}
	.slide_cnt{
		width: 100%;
		max-width: 750px;
		max-height: initial;
		margin-bottom: 5%;
	}
	.mv_ttl_txt{
		width: 40% !important;
		top: 26.61%;
	}
	.items_img_cnt img{
		margin-top: 0;

	}
}

/*-------------------------------------------------------
slick arrow
--------------------------------------------------------*/
.slick-arrow{
	width: 12px !important;
	
}
@media only screen and (max-width: 768px) {
	
	.slick-prev,.slick-next {
		top: 109.5%;
	}
	.slick-next {
		right: 5.3333%;
	}
	.slick-prev{
		left: 5.3333%;
	}
	
}

/*-------------------------------------------------------
スライド　ページ数
--------------------------------------------------------*/
.num li,.sp_num,.sp_num_top{
	font-family: 'DINOffcPro-CondMedium';
}
.counter{
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 999;
}
.counter_on{
	opacity: 1;
}
.num{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.num li{
	margin-right: 2%;
	color: #4b4b4b;
	letter-spacing: 0.08em;
	font-size: 20px;
	line-height: 1.0;
}
/*spカウンター*/
.sp_counter{
	margin-bottom: 8%;
}
.sp_counter p{
	font-size: 1rem;
	color: #4b4b4b;
}
.sp_counter_num{
	text-align: center;
}
.sp_num{
	letter-spacing: 0.08em;
}
.sp_num_top{
	display: block;
	letter-spacing: 0.08em;
}
.sp_num_next{
	display: none;
}


/*画像hover　ズーム*/
.slider_group{
	overflow: hidden;
	border-right: 1px solid #fff;
}
.items_img img{ 
	-webkit-transition: all .7s ease; 
	-o-transition: all .7s ease; 
	transition: all .7s ease;

}
.items_img img:hover{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
@media only screen and (max-width: 768px){
	.slider_group{
		border-right: none;
	}
}

/*========================================================
footerエリア
========================================================*/

#main,footer small{
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}


/*-------------------------------------------
credit
--------------------------------------------*/
.credit{
	margin: 0 auto;
	margin-bottom: 40px;
}
.credit p{
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	font-family: 'DINOffcPro-CondMedium';
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px){
	.credit{
		margin-bottom: 5%;
	}
	.credit p{
		font-size: 0.75rem;
	}
}

/*-------------------------------------------
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;
	}

}
