@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}


img[src$=".svg"] {
  width: 100%; }


address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

.dsp {
    display: none!important;
}

.dpc {
    display: block!important;
}



@media screen and (max-width: 768px) {


.dpc {
        display: none!important;
}

.dsp {
        display: block!important;
}

}


.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}


@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #000000;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  /*overflow-x: hidden;*/
}

.main-content {
  font-weight: 500;
}

a {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: inherit;
  text-decoration: none;
  
  outline: none;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

img {
  max-width: 100%;
}

.inner {
  max-width: 1230px;
  padding: 0px 15px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

#main-header {
  padding: 20px 0px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  #main-header {
    padding: 10px 0px;
  }
}

#main-header .logo-wrap .logo {
  text-align: center;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  #main-header .logo-wrap .logo {
    margin-bottom: 0;
  }
}

#main-header .nav-wrap {
  position: relative;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
	#main-header .nav-wrap {
		display: block!important;
	}
 }

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    top: 55px;
    padding-top: 15px;
    min-height: 100vh;
  }
}

#main-header .nav-wrap .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px -25px;
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .navGlobalIn {
    display: block;
    margin: 0;
  }
}

#main-header .nav-wrap .navGlobalIn .navItem {
  margin: 0px 24px;
}

@media screen and (max-width: 1000px) {
  #main-header .nav-wrap .navGlobalIn .navItem {
    margin: 0px 15px;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .navGlobalIn .navItem {
    margin: 0;
    padding: 10px 0px;
  }
}

#main-header .nav-wrap .navGlobalIn .navItem a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #939393;
}

#main-header .nav-wrap .navGlobalIn .navItem a span {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
}

#main-header .nav-wrap .sns-area {
  position: absolute;
  right: 3.5%;
  top: -66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sns-item {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    /* font-weight: bold; */
}

.sns-item i.fab.fa-instagram{
    margin-right: 9px;
    font-size: 125%;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);  
   -webkit-background-clip: text;
	color:transparent; 
   background-clip: text;
}

.sns-item i.fab.fa-facebook{
    color: #3b5998;
	margin-right: 9px;
    font-size: 125%;
}

.sns-item span{
    font-family: "Lato", sans-serif;
}


@media screen and (max-width: 1470px) {
  #main-header .nav-wrap .sns-area {
    top: -70px;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .sns-area {
    position: static;
    margin: 30px auto 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*#main-header .nav-wrap .sns-area .sns-item:first-child {
  margin-right: 32px;
}*/

.sns-item {
  font-size: 11px;
  font-size: 1.1rem;
  /*font-weight: bold;*/
}

.sns-item i {
  margin-right: 9px;
  font-size: 125%;
}

.sns-item2 i {
  margin-right: 9px;
}

/*.sns-item i.fa-shopping-cart {
  font-size: 17px;
  font-size: 1.7rem;
}

.sns-item i.fa-instagram {
  font-size: 16px;
  font-size: 1.6rem;
}*/

#main-header .nav-wrap .user-area {
  position: absolute;
  right: 3.5%;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}



#main-header .nav-wrap .user-area .user-item a {
    -webkit-font-smoothing: subpixel-antialiased;
    background: #000000;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    text-align: center;
}

#main-header .nav-wrap .user-area .user-item a i {
    margin-right: 9px;
  font-size: 100%;
}

#main-header .nav-wrap .user-area .user-item:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1470px) {
  #main-header .nav-wrap .user-area {
    top: -45px;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .user-area {
    position: static;
    margin: 30px auto 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


#main-header .menuBar {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main-header .menuBar {
    position: absolute;
    top: 5px;
    right: 20px;
    display: block !important;
    height: 40px;
    width: 40px;
    z-index: 1000;
  }
  #main-header .menuBar span {
    height: 2px;
    display: block;
    width: 25px;
    border-radius: 25px;
    background: #000000;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  #main-header .menuBar span:nth-child(1) {
    top: 15px;
  }
  #main-header .menuBar span:nth-child(2) {
    top: 22px;
    width: 20px;
  }
  #main-header .menuBar span:nth-child(3) {
    top: 29px;
    width: 15px;
  }
  #main-header .menuBar.on {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-header .menuBar.on span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 25px;
  }
  #main-header .menuBar.on span:nth-child(2) {
    opacity: 0;
  }
  #main-header .menuBar.on span:nth-child(3) {
    top: 18px;
    width: 25px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

#main-footer {
  background: #f4f4f4;
  font-family: "Lato", sans-serif;
}

#main-footer .listF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0px 43px;
}

@media only screen and (max-width: 767px) {
  #main-footer .listF {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0px 15px;
  }
}

@media only screen and (min-width: 768px) {
  #main-footer .listF .item.item01 {
    margin-right: 10.9%;
  }
  #main-footer .listF .item.item02 {
    margin-right: 10.5%;
  }
  #main-footer .listF .item.item03 {
    margin-right: 8.6%;
  }
  #main-footer .listF .item.item04 {
    margin-right: 6.94%;
    position: relative;
    left: 10px;
  }
  #main-footer .listF .item.item05 {
    position: relative;
    left: 10px;
  }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
  #main-footer .listF .item.item01 {
    margin-right: 5%;
  }
  #main-footer .listF .item.item02 {
    margin-right: 5%;
  }
  #main-footer .listF .item.item03 {
    margin-right: 5%;
  }
  #main-footer .listF .item.item04 {
    margin-right: 3%;
    position: relative;
    left: 0px;
  }
  #main-footer .listF .item.item05 {
    position: relative;
    left: 0px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  #main-footer .listF .item.item04 {
    position: relative;
    left: 0px;
  }
  #main-footer .listF .item.item05 {
    position: relative;
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .listF .item {
    width: calc(100%);
    margin-bottom: 25px;
    text-align: center;
  }
}

#main-footer .listF .item > ul li {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 13px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  #main-footer .listF .item > ul li {
    margin-bottom: 8px;
  }
}

#main-footer .listF .item > ul li:last-child {
  margin-bottom: 0;
}

#main-footer .listF .item > ul .item-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

#main-footer .coppyRight {
  background: #000000;
  color: #ffffff;
  font-weight: 100;
  padding: 40px 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

#main-footer .coppyRight-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#main-footer .coppyRight-inner img {
  margin-right: 20px;
}

.main-content {
  padding-top: 136px;
}

@media only screen and (max-width: 767px) {
  .main-content {
    padding-top: 55px;
  }
}

#backtop {
  width: 60px;
  height: 60px;
  background: #cccccc;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

#backtop i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}

/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/


.view-more {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #b39e75;
}

.view-more span {
  margin-right: 10px;
}

.ttl-style01 {
  font-family: "Cinzel", serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 50px;
  line-height: 1;
}

.ttl-style01 span {
  font-size: 48px;
  font-size: 4.8rem;
  display: block;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .ttl-style01 span {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0;
  }
}

.ttl-style02 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #939393;
  margin-bottom: 46px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl-style02 {
    margin-bottom: 30px;
  }
}

.ttl-style02.white {
  color: #ffffff;
}

.ttl-style02.white span {
  color: #ffffff;
}

.ttl-style02 span {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  display: block;
  color: #000000;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

/*.btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}*/

.btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  overflow: hidden;
}

.btn-wrap a:hover {
 	background-color: white !important;
	color: #000 !important;
}

.btn-style01:hover > i {
    color: #000 !important;
}

.btn-style02:after{
	background-color: white !important;
}

/*.btn-wrap a {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.btn-wrap a:hover {
  opacity: 1;
}

.btn-wrap a:hover span {
  color: #ffffff;
}

.btn-wrap a span {
  z-index: 3;
  position: relative;
}

.btn-wrap a:before, .btn-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-wrap a:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  background-color: black;
  z-index: 2;
}

.btn-wrap a.is-over:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.btn-wrap a.is-leave:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}*/

.btn-style01 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #000000;
  height: 66px;
  display: block;
  position: relative;
  line-height: 66px;
  margin-top: 48px;
  max-width: 370px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .btn-style01 {
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
  }
}

.btn-style01:hover > i {
  color: #ffffff;
  z-index: 3;
}

.btn-style01 > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  z-index: 2;
}

.btn-style02 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  width: 100%;
  height: 95px;
  line-height: 95px;
  max-width: 480px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  margin-top: 15px;
  text-align: center;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .btn-style02 {
    height: 50px;
    line-height: 50px;
  }
}

.btn-style02:after {
  background: #b39e75 !important;
}

.btn-style02:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-style02:hover > i {
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-style02 > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  z-index: 5;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .btn-style02 > i {
    font-size: 20px;
    font-size: 2rem;
    right: 15px;
  }
}

.btn-style03 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  width: 100%;
  height: 143px;
  line-height: 143px;
  max-width: 877px;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: relative;
  text-align: center;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #b39e75;
}

@media only screen and (max-width: 767px) {
  .btn-style03 {
    height: auto;
    line-height: 1.4;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12.5px 35px;
  }
}

.btn-style03 span i {
  margin-left: 7px;
  font-size: 22.5px;
}

@media screen and (max-width: 950px) {
  .btn-style03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn-style03:hover {
  color: #ffffff;
}

.btn-style03:hover > i {
  color: #000000;
  font-size: 24px;
  font-size: 2.4rem;
}

.btn-style03:after {
  background: #b39e75 !important;
}

.btn-style03 > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #b39e75;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  .btn-style03 > i {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-style03 > i {
    right: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.mfp-close-btn-in .mfp-close {
  right: 0;
  background: #cccccc;
  text-align: center;
  line-height: 60px;
  width: 60px;
  font-size: 45px;
  font-size: 4.5rem;
  color: #ffffff;
  height: 60px;
}

.area-popup {
  display: none;
}

.area-popup-content {
  background: #ffffff;
  padding: 60px 65px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #191919;
  max-width: 820px;
  margin: auto;
  position: relative;
}

.area-popup-content p {
  margin-bottom: 35px;
}

.area-popup-content p:last-child {
  margin-bottom: 0;
}

.area-popup-content .ttl {
  text-align: center;
  margin-bottom: 40px;
}

.area-popup-content .ttl span {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.area-popup-content .ttl span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #191919;
  height: 1px;
}

.mv .slick-dots {
  bottom: -40px;
}

@media only screen and (max-width: 767px) {
  .mv .slick-dots {
    bottom: -25px;
  }
}

.mv .slick-dots li, .mv .slick-dots li button {
  width: 40px;
  height: 4px;
}

@media only screen and (max-width: 767px) {
  .mv .slick-dots li, .mv .slick-dots li button {
    width: 25px;
  }
}

.mv .slick-dots li button:before {
  width: 40px;
  content: '';
  height: 4px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .mv .slick-dots li button:before {
    width: 25px;
  }
}

.mv .slick-dots li.slick-active {
  background: #191919;
  opacity: 1;
}

.mv .slider .item {
  position: relative;
}

.mv .slider .item img {
  width: 100%;
  max-width: unset;
  height: auto;
}

.mv .slider .item.slick-active:before {
  left: 100%;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

.mv .slider .item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  background: #000;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 10;
}

.mv .slider .item .item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15%;
}

@media screen and (max-width: 1280px) {
  .mv .slider .item .item-content {
    left: 10%;
  }
}

@media screen and (max-width: 1000px) {
  .mv .slider .item .item-content {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mv .slider .item .item-content {
    left: 15px;
  }
  .mv .slider .item .item-content img {
    width: 50%;
    max-width: 300px;
  }
}

.ss-news {
  padding: 131px 0px 49px;
}

@media only screen and (max-width: 767px) {
  .ss-news {
    padding: 60px 0px 30px;
  }
}

.ss-news .listNews {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews {
    margin-bottom: 20px;
  }
}

.ss-news .listNews + p {
  padding-right: 15px;
}

.ss-news .listNews .item:first-child  {
  border-top: 1px solid #dcdcdc;
}

.ss-news .listNews .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  padding: 17px 0px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  line-height: 1.8;
}

.ss-news .listNews .item i {
	color: #c69c50;
}
.ss-news .listNews .item strong {
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}
.ss-news .listNews .item a.link {
	color: #c69c50;
}

/*.ss-news .listNews .item:after {
  content: '\f054';
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  color: #dcdcdc;
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item:after {
    right: 0;
  }
}*/

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0px;
  }
}

.ss-news .listNews .item .date {
  color: #989898;
}

.ss-news .listNews .item .notice {
  color: #ffffff;
  text-align: center;
  margin: 0px 15px 0px 20px;
  background: #b39e75;
  min-width: 107px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item .item-content {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
  }
}







/*.ss-news .listNews .item:first-child a {
  border-top: 1px solid #dcdcdc;
}*/


.ss-news .listNews .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  /*padding: 17px 0px;*/
  /*border-bottom: 1px solid #dcdcdc;*/
  position: relative;
}

.ss-news .listNews .item a:after {
  content: '\f054';
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  color: #dcdcdc;
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item a:after {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0px;
  }
}

.ss-news .listNews .item a .date {
  color: #989898;
}

.ss-news .listNews .item a .notice {
  color: #ffffff;
  text-align: center;
  margin: 0px 15px 0px 20px;
  background: #b39e75;
  min-width: 107px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item a .item-content {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
  }
}

.ss-story {
  padding: 140px 0px 93px;
  background: url("../src/index/story-img-01.png") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .ss-story {
    padding: 40px 0px 50px;
  }
}

@media screen and (max-width: 1500px) {
  .ss-story {
    background-position: left -6vw center;
  }
}

@media screen and (max-width: 1300px) {
  .ss-story {
    background-position: left -10vw center;
  }
}

@media screen and (max-width: 1200px) {
  .ss-story {
    background-position: left -17vw center;
  }
}

@media screen and (max-width: 1100px) {
  .ss-story {
    background-position: left -30vw center;
  }
}

@media screen and (max-width: 1000px) {
  .ss-story {
    background-position: left -40vw center;
  }
}

@media screen and (max-width: 800px) {
  .ss-story {
    background-position: left -55vw center;
  }
}

@media only screen and (max-width: 767px) {
  .ss-story {
    background: url("../src/index/story-bg02.png") no-repeat;
    padding-top: 0;
    background-size: cover;
  }
}

.ss-story .story-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .ss-story .story-inner {
    padding-right: 0;
    display: block;
    padding-top: 20px;
  }
}

.ss-story .story-inner .story-content {
  max-width: 391px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
}

.ss-story .story-inner .story-content p {
  letter-spacing: -1.1px;
}

.ss-story .story-inner .story-content .txt01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 42px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  letter-spacing: -2px;
}

@media only screen and (max-width: 767px) {
  .ss-story .story-inner .story-content .txt01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.ss-pickup {
  padding: 106px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .ss-pickup {
    padding: 40px 0px 0;
  }
}

.ss-pickup .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .ss-pickup .item-row {
    display: block;
  }
}

.ss-pickup .item-row .pickup-item {
  width: calc((100% - 35px) / 2);
}

@media only screen and (max-width: 767px) {
  .ss-pickup .item-row .pickup-item {
    width: 100%;
  }
  .ss-pickup .item-row .pickup-item > img {
    width: 100%;
  }
}

.ss-pickup .item-row .pickup-item.pickup-item03 {
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .ss-pickup .item-row .pickup-item.pickup-item03 {
    margin-right: 0;
  }
.ss-pickup .item-row .pickup-item.pickup-item03 .item-content p {
  text-align: center;
}
}

.ss-pickup .item-row .pickup-item.pickup-item03 .item-content {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .ss-pickup .item-row .pickup-item.pickup-item03 .item-content {
    top: 56%;
    padding: 0px 7%;
  }
  .ss-pickup .item-row .pickup-item.pickup-item03 .item-content .img {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .ss-pickup .item-row .pickup-item.pickup-item03 .item-content p {
    padding-right: 35%;
  }
  .ss-pickup .item-row .pickup-item.pickup-item03 .item-content br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .ss-pickup .item-row .pickup-item.pickup-item04 .item-content {
    top: 52%;
    padding: 0px 9%;
  }
  .ss-pickup .item-row .pickup-item.pickup-item04 .item-content p {
    text-align: left;
  }
  .ss-pickup .item-row .pickup-item.pickup-item04 .item-content .img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .ss-pickup .item-row .pickup-item.pickup-item04 .item-content p {
    padding-right: 38%;
  }
  .ss-pickup .item-row .pickup-item.pickup-item04 .item-content br {
    display: none;
  }
}

.ss-pickup .pickup-item {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .ss-pickup .pickup-item {
    margin-bottom: 30px;
  }
}

.ss-pickup .pickup-item.pickup-item01 .item-content {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .ss-pickup .pickup-item.pickup-item01 .item-content {
    color: #ffffff;
    background: #0d0c0e;
  }
}

@media only screen and (max-width: 767px) {
  .ss-pickup .pickup-item.pickup-item02 .item-content {
    background: #e9edee;
  }
}

@media only screen and (min-width: 768px) {
  .ss-pickup .pickup-item.pickup-item02 .item-content {
    top: 50%;
    padding: 0px 14%;
  }
  .ss-pickup .pickup-item.pickup-item02 .item-content .img {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-pickup .pickup-item.pickup-item03 .item-content {
    background: #d6d7df;
  }
}

.ss-pickup .pickup-item:last-child {
  margin-bottom: 0;
}

.ss-pickup .pickup-item .item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 58%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.13;
  color: #000000;
  padding: 0px 12%;
  max-width: 660px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
  .ss-pickup .pickup-item .item-content {
    line-height: 1.4;
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    color: #000;
    background: #b39e75;
    padding: 20px 10px;
    max-width: unset;
  }
  .ss-pickup .pickup-item .item-content br {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .ss-pickup .pickup-item .item-content {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.ss-pickup .pickup-item .item-content .img {
  display: block;
  margin: 0px auto 46px;
}

@media only screen and (max-width: 767px) {
  .ss-pickup .pickup-item .item-content .img {
    margin-bottom: 15px;
    max-width: 160px;
  }
}

.ss-product {
  padding: 65px 0px 125px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .ss-product {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-product {
    padding: 40px 0px 40px;
  }
}

.ss-product .listProduct {
  margin: 0px -16px;
}

@media screen and (max-width: 1310px) {
  .ss-product .listProduct {
    margin: 0px -8px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-product .listProduct {
    position: relative;
  }
  .ss-product .listProduct:before, .ss-product .listProduct:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    bottom: 0;
    width: calc((100% - 150px) / 6);
    z-index: 3;
  }
  .ss-product .listProduct:before {
    left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1310px) {
  .ss-product .listProduct:before {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-product .listProduct:after {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1310px) {
  .ss-product .listProduct:after {
    right: 8px;
  }
}

.ss-product .listProduct .slick-next, .ss-product .listProduct .slick-prev {
  width: 42px;
  height: 62px;
  z-index: 9;
  top: calc(50% - 50px);
}

@media screen and (max-width: 800px) {
  .ss-product .listProduct .slick-next, .ss-product .listProduct .slick-prev {
    height: 44px;
    top: calc(50% - 70px);
  }
}

@media only screen and (max-width: 767px) {
  .ss-product .listProduct .slick-next, .ss-product .listProduct .slick-prev {
    top: calc(50% - 26px);
    height: 44px;
  }
}

.ss-product .listProduct .slick-next:before, .ss-product .listProduct .slick-prev:before {
  content: '';
}

.ss-product .listProduct .slick-next {
  right: 15px;
  background: url("../src/index/next.png") no-repeat;
  background-size: 42px 62px;
}

@media screen and (max-width: 1310px) {
  .ss-product .listProduct .slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-product .listProduct .slick-next {
    background-size: 30px 44px;
    right: -4px;
  }
}

@media screen and (max-width: 800px) {
  .ss-product .listProduct .slick-next {
    background-size: 30px 44px;
    right: -3px;
  }
}

.ss-product .listProduct .slick-next:before {
  opacity: 1;
}

.ss-product .listProduct .slick-prev {
  left: 15px;
  background: url("../src/index/prev.png") no-repeat;
  background-size: 42px 62px;
}

@media screen and (max-width: 1310px) {
  .ss-product .listProduct .slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-product .listProduct .slick-prev {
    background-size: 30px 44px;
    left: 8px;
  }
}

@media screen and (max-width: 800px) {
  .ss-product .listProduct .slick-prev {
    background-size: 30px 44px;
  }
}

.ss-product .listProduct .slick-prev:before {
  opacity: 1;
}

.ss-product .listProduct .item {
  outline: none;
  margin: 0px 16px;
}

.ss-product .listProduct .item:focus {
  outline: none;
}

@media screen and (max-width: 1310px) {
  .ss-product .listProduct .item {
    margin: 0px 8px;
  }
}

.ss-product .listProduct .item .item-content {
  padding: 22px 5px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.68;
}

@media only screen and (max-width: 767px) {
  .ss-product .listProduct .item .item-content {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0px;
  }
  .ss-product .listProduct .item .item-content br {
    display: none;
  }
  .ss-product .listProduct .item .item-content br.sp {
    display: block;
  }
}

.ss-company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 668px;
}

@media only screen and (max-width: 767px) {
  .ss-company-inner {
    height: auto;
    display: block;
  }
}

.ss-company-inner .img {
  width: 55.8%;
}

@media only screen and (max-width: 767px) {
  .ss-company-inner .img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .ss-company-inner .img {
    background: url(../src/index/company-img-01.png) no-repeat center center;
    background-size: cover;
  }
}

.ss-company-inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 767px) {
  .ss-company-inner .img img {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .ss-company-inner .img img {
    display: none;
  }
}

.ss-company-inner .company-content {
  width: calc(100% - 55.8%);
  background: #000000;
  padding: 111px 30px 95px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ss-company-inner .company-content {
    width: 100%;
    padding: 40px 20px 40px;
  }
}

.ss-company-inner .company-content .group-btn {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .ss-company-inner .company-content .group-btn {
    margin-top: 0;
  }
}

.ss-company-inner .company-content .group-btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ss-company-inner .company-content .group-btn li:first-child a {
    margin-top: 0;
  }
}

.banner {
  padding: 105px 0px 117px;
}

@media only screen and (max-width: 767px) {
  .banner {
    padding: 40px 0px 60px;
  }
}

.banner .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .banner .banner-inner {
    display: block;
  }
}

.banner .banner-inner .banner-l {
  width: 73%;
}

@media only screen and (max-width: 767px) {
  .banner .banner-inner .banner-l {
    width: 100%;
    margin-bottom: 20px;
  }
}

.banner .banner-inner .banner-r {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5.4%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -1px;
}

@media screen and (max-width: 950px) {
  .banner .banner-inner .banner-r br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .banner .banner-inner .banner-r {
    padding-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-inner .banner-r {
    width: 100%;
    padding: 0;
  }
  .banner .banner-inner .banner-r br {
    display: block;
  }
}

.banner .banner-inner .banner-r-item {
  width: calc((100% - 5.4%) / 2);
}

@media only screen and (max-width: 767px) {
  .banner .banner-inner .banner-r-item {
    width: 100%;
  }
}

.banner .banner-inner .banner-r-item img {
  margin-bottom: 5px;
}

.banner .banner-inner .banner-r-item:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 800px) {
  .banner .banner-inner .banner-r-item:first-child {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-inner .banner-r-item:first-child {
    margin-right: 0;
  }
}

#links {
	margin: 60px auto 0 auto;
	padding: 30px 0 0 0;
	border-top: 1px solid #eee;
	text-align: center;
}
#links img {
	width: 305px;
}

.slick-slide {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

/*.scrEvent {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

@media only screen and (max-width: 767px) {
  .scrEvent {
    top: 30px;
  }
}

.scrEvent.slideUp {
  top: 0;
  opacity: 1;
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ss-news .listNews .item a .notice {
    display: inline-block;
    line-height: 24px;
  }
}*/

/*# sourceMappingURL=maps/styles.css.map */

.textbox table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: normal!important;
  line-height: 1.5;
}

.textbox table th{
 /* font-weight: lighter;*/
  vertical-align: top;
  padding: 10px;
  text-align: right;
  letter-spacing: 0.4rem!important;
}

.textbox table td{
  padding: 10px;
  text-align: left;
}

@media only screen and (max-width: 1230px) {
.textbox table th{
  letter-spacing: 0.1rem!important;
}
}
@media only screen and (max-width: 787px) {
.textbox table{
      width: 100%;
      margin: 30px auto 0;
    }


.textbox table{
      width: 100%;
      margin: 20px auto 0;
    }

.textbox table th,
.textbox table td{
      display: block;
      text-align: center;
    }
    
.textbox table th{
      background: #404040;
      font-size: 83%;
      letter-spacing: 0.1em!important;
      padding: 5px 0;
    }

.textbox table td {
      padding: 20px 0;
   }
.textbox table td.address {
      display: flex;
      justify-content: center;
      align-items: flex-start;
   }
.textbox table td.address span{
		text-align: left;
   }
}

.bnr{
	text-align: center;
    max-width: 1230px;
    padding: 0px 15px;
    margin: 0 auto 220px;
    box-sizing: border-box;
}

.bnr a{
	display: inline-block;
	margin: 0 -3px;
    width: 33.3%;
}

@media screen and (max-width: 1000px) {
.bnr {
    padding: 0px 0;
    margin: 0 auto 50px;
}
}



@media screen and (max-width: 767px) {

}


/************黄追加分20190724************/

.ss-pickup .pickup-item .item-content {
    top: 51%;
}

@media screen and (max-width: 1650px){
#main-header .nav-wrap .user-area {
    top: -40px;
}
}

@media screen and (max-width: 935px){
#main-header .nav-wrap .navGlobalIn .navItem a span {
    font-size: 1.2rem;
}
}