@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; }

@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;
  }
  .pc{
    width:100%;
    max-width:2000px;
    margin: 0 auto 50px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp{
    margin: 0 auto 30px;
    position: relative;
  }
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*========================================================
▼背景
========================================================*/

.bgImg {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
}

.bgImg>div {
  transition: 0.8s;
  text-align: center;
}

.bgImg>div>img {}

.bgImg01{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

.scrollin {
  opacity: 1;
}

/*========================================================
▼ヘッダー
========================================================*/

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: 130px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 999;
  }
  .header_inner{
    width: 990px;
    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;
  }

  .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;
    transform: translate(0 ,-50%);
    width: 20.17px; 
  }

  .arrow-b span{
    position: absolute;
    border-left: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    box-sizing:border-box;
    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;
  }

  .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;
  }
}


/*========================================================
▼コンテンツエリア
========================================================*/
.wrapper{
  margin-bottom: 100px;
}

.pc .mainTitle{
  max-width:260px;
  position: absolute;
  bottom:5%;
  right:4%;
}

.section {
  width:990px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  padding:0 10px;
  margin: 0 auto;
}

.section .section-img {
  width: 50%;
  margin-bottom: 50px;
  position: relative;
  padding: 0 10px;
}

.bg{
  position: absolute;
  bottom: 2%;
  right: 4%; 
  display: inline-block;
}

.btn{
  display: table-cell;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #000;
  font-family: 'DINOffcPro-CondLight','Roboto condensed';
  src:url(../font/DINOffcPro-CondLight.ttf);
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}


.mv{
  background-color: #000;
  }

.on_hover img{
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .sp .mainTitle{
    max-width:150px;
    position: absolute;
    bottom:5%;
    right:4%;
  } 
  .section {
    width:100%;
    display: block;
    padding: 0;
    margin-bottom: 0;
  }

  .section .section-img {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    padding: 0 5%;
  }

.bg{
  position: absolute;
  bottom: 2%;
  right: 7%; 
  display: inline-block;
}

.btn{
  font-family: 'DINOffcPro-CondMedium','Roboto condensed';
  src:url(../font/DINOffcPro-CondMedium.ttf);
 }
}



/*-------------------------------------------
バナー
--------------------------------------------*/

#main,footer small{
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}

@media only screen and (min-width: 769px) {
  .bnr{
    width: 650px;
    height: 330px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .bnr img:hover{
    opacity: 0.75;
  }
}

@media only screen and (max-width: 768px) {
  .bnr{
    margin: 0 5%;
    padding-bottom: 30px;
  }
}



/*========================================================
▼フッター
========================================================*/

footer {
  text-align: center;
}


footer small {
  background: #000;
  color: #fff;
  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;
  }
}



/*-------------------------------------------------------
credit
--------------------------------------------------------*/

.wrapper,.credit small{
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}

.credit{
  font-family: 'DINOffcPro-CondMedium';
  src: url('../font/DINOffcPro-CondMedium.ttf');
}


@media only screen and (min-width: 769px) {
   .credit{
    padding:10px;
    margin-top:-20px;
    margin-bottom:20px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .credit{
    padding:20px;
    margin-top:-20px;
    margin-bottom:20px;
    font-size: 2.6vw;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
