@charset "UTF-8";
/* Basic settings====================================================================================================*/
*{ font-family:"微軟正黑體","Helvetica Neue",Helvetica,Arial,sans-serif; margin:0px; padding: 0px; }
.m-b-100{ margin-bottom: 100px;}
.p2_text{ clear: both; margin: 0px 30px; padding-top: 0px;}
.m-t-index{ margin-top: 20vw;}

 @media screen and (max-width: 767px) {
.m-t-index{ margin-top: 50px;}
}
 @media screen and (min-width: 1000px) {
#pc{
	display: block;
	}
#m{
	display: none;
	}	
	
  
.footer-logo a {
  display: block;
  width: 100%;
  height: 100px;
  text-indent: -9999px;
  position: relative;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-logo a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: 56% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
	
}
@media screen and (max-width: 999px) {
#pc{	
	display: none;	
}
#m{	
	display: block;
	}	
  
.footer-logo a {
  display: block;
  width: 120px;
  height: 100px;
  text-indent: -9999px;
  position: relative;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-logo a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: 56% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}


}




   
 .xxx{
	 margin-left:-130px;	 
	 }  
.my_tel_all{
	position: absolute;
	right: 10px;
	bottom: 50px;	
	}	 
.my_title{
	font-family: "微軟正黑體";
	font-size: 16px;
	padding:5px;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 2000;
	left: auto;
	right: auto;
	bottom: 0px;
	text-align:center;
	width:100%;
	}	
@import url("https://fonts.googleapis.com/css?family=Lora");
.form-control {
	background-color: transparent;
	height: 50px;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	border: thin solid rgba(0,0,0,0.1);
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 10px;
	line-height: 30px;
}
.form-control2 {
	background-color: transparent;
	height: 250px;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	border: thin solid rgba(0,0,0,0.1);
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 10px;
	line-height: 30px;
}
.btn-submit {
	display: block;
	padding: 12px;
	width: 100%;
	color: #fff;
	border: 0;
	margin-top: 40px;
	background-color: #0d4671;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, ol, li {
  list-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
  outline: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #0d4671;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #0d4671;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

label {
  cursor: pointer;
}

:placeholder-shown {
  font: inherit;
  line-height: 1;
}

::-webkit-input-placeholder {
  font: inherit;
  line-height: 1.5;
}

:-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

::-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

:-ms-input-placeholder {
  font: inherit;
  line-height: 1;
}

::ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*================================================
 * base */
body {
	-webkit-font-smoothing: antialiased;
	font-family: "微軟正黑體", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Sans Serif", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #333;
	text-shadow: 0px 0px #e00070;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/*================================================

plugin

================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*================================================

* layout

================================================*/
/*================================================

* module

================================================*/
/*================================================
 * utility */
.clr:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.none {
  display: none;
}

.align-c {
  text-align: center;
}

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

.float-l {
  float: left;
}

.float-r {
  float: right;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.bg-gray {
  background-color: #f0f0f0;
}

@media only screen and (min-width: 568px) {
  .for-mobile {
    display: none;
  }
}

/* utility */
.wrapper {
  border: 20px solid #fff;
  border-top: none;
  padding-top: calc(109px - 1px);
}

@media only screen and (max-width: 768px) {
  .wrapper {
    border-width: 9px;
    padding-top: 78px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding-top: 108px;
  }
}

.wrapper--has-transparency-header {
  padding-top: 0;
}

/* inner */
.inner {
  width: 1020px;
  margin: 49px auto 0;
  padding: 0 20px;
}

@media only screen and (max-width: 1060px) {
  .inner {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .inner {
    width: auto;
    margin-top: 32px;
    padding: 0 23px;
  }
}

.inner--margin-l {
  margin-top: 73px;
}

@media only screen and (max-width: 768px) {
  .inner--margin-l {
    margin-top: 39px;
  }
}

.inner--leather {
  width: auto;
  padding: 0;
  margin: 50px auto 0;
}

@media only screen and (max-width: 768px) {
  .inner--leather {
    margin-top: 21px;
  }
}

.inner--products {
  margin: 5px auto 0;
}

@media only screen and (max-width: 768px) {
  .inner--products {
    padding: 0 9px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .inner--products {
    margin-top: 136px;
  }
}

/* header */
.header {
  background: #fafafa;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header.is-fixed .logo {
    height: 100%;
  }
  .header.is-fixed .logo a::after {
    background-image: url(logo_small.png);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .header.is-fixed .logo a::after {
    background-image: url(logo_small@2x.png);
    background-size: 121px auto;
  }
}

@media only screen and (min-width: 768px) {
  .header.is-fixed .nav a {
    height: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .header--transparency {
    background: transparent;
  }
  .header--transparency .logo {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header--lower {
    overflow: hidden;
  }
}

/* footer */
.footer {
  margin-top: 117px;
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 44px;
  }
}

/* footer-nav */
.footer-nav {
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .footer-nav {
	padding: 0 24px;
	text-shadow: 0px 0px #CCC;
  }
}

@media only screen and (min-width: 769px) {
  .footer-nav > li {
    display: inline-block;
  }
  .footer-nav > li:not(:last-child)::after {
    content: "/";
    margin: 0 26px;
    color: #0d4671;
  }
}

@media only screen and (max-width: 768px) {
  .footer-nav > li {
    border-bottom: 1px solid #0d4671;
  }
  .footer-nav > li:first-child {
    border-top: 1px solid #0d4671;
  }
}

.footer-nav a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0d4671;
  padding-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  .footer-nav a {
    position: relative;
    display: inline-block;
  }
  .footer-nav a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0d4671;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer-nav a:hover::after {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer-nav a {
    display: block;
    padding: 20px 0 21px;
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}

/* footer-logo */
.footer-logo {
  background-image: url(logo.png);
  text-align: center;
  margin: 33px 0 0px;
}


@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 769px) and (min-resolution: 2dppx) {
  .footer-logo a::after {
    background-image: url(logo@2x.png);
    background-size: 202px auto;
  }
}

@media only screen and (max-width: 768px) {
  .footer-logo a::after {
    background-image: url(logo_sp.png);
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .footer-logo a::after {
    background-size: 30px auto;
  }
}

@media only screen and (max-width: 768px) {
  .footer-logo a::after {
    background-image: url(logo_small.png);
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .footer-logo a::after {
    background-image: url(logo@2x.png);
    background-size: 202px auto;
  }
}

@media only screen and (min-width: 769px) {
  .footer-logo a:hover {
    opacity: 0.8;
  }
}

/* mv-lower */
.mv-lower {
  color: #fff;
  height: 365px;
  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;
}

.mv-lower--history {
  background: url(../img/mv/mv_history.jpg) no-repeat 50%/cover;
}

.mv-lower--shoplist {
  background: url(../img/mv/mv_shoplist.jpg) no-repeat 50%/cover;
}

.mv-lower--leather {
  background: url(../img/mv/mv_leather.jpg) no-repeat 50%/cover;
}

.mv-lower--products {
  box-sizing: border-box;
  background: url(../img/mv/mv_products.jpg) no-repeat 50%/cover;
}

@media only screen and (min-width: 768px) {
  .mv-lower--products {
    border: 1px solid #f3f3f3;
  }
}

.mv-lower--personal {
  background: url(../img/mv/mv_personal.jpg) no-repeat 50%/cover;
}

.mv-lower__ttl {
  font-size: 46px;
  letter-spacing: 0.08em;
  font-family: 'Lora', serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .mv-lower__ttl {
    font-size: 26px;
    letter-spacing: 0.13em;
  }
}

@media only screen and (max-width: 767px) {
  .mv-lower {
    height: 156px;
    margin: 0 -9px;
  }
}

/* logo */
@media only screen and (min-width: 768px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    text-align: center;
    height: 156px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .logo {
    width: 260px;
  }
}

@media only screen and (min-width: 768px) {
  .logo::before, .logo::after {
    content: "";
    display: block;
    background-color: #0d4671;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
  }
  .logo::before {
    left: 100%;
  }
  .logo::after {
    right: 100%;
  }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #fafafa;
  }
  .logo a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: 56% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .logo a::after {
    background-image: url(logo_small@2x.png);
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-width: 769px) and (min-resolution: 2dppx) {
  .logo a::after {
    background-image: url(logo@2x.png);
    background-size: 202px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .logo a::after {
    background-image: url(logo_sp.png);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 768px) {
  .logo a::after {
    background-size: 170px auto;
  }
}

@media only screen and (min-width: 768px) {
  .logo a::before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #0d4671;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.65, 0.44, 0.99);
    transition: all 0.5s cubic-bezier(0.12, 0.65, 0.44, 0.99);
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .logo a:hover::before {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .logo--lower {
    height: 109px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-width: 768px) and (min-resolution: 2dppx) {
  .logo--lower a::after {
    background-image: url(logo@2x.png);
    background-size: 202px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .logo {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .logo a {
    height: 78px;
    display: block;
    text-indent: -9999px;
    position: relative;
    width: 170px;
    margin: 0 auto;
  }
  .logo a::after {
    content: "";
    position: absolute;
    top: 10px;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 58px;
    background: url(logo_sp.png) no-repeat 50%/contain;
  }
}

/* nav */
@media only screen and (min-width: 768px) {
  .nav {
    width: 1032px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #0d4671;
    border-right: 1px solid #0d4671;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav > li {
    width: calc(20% - 75px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .nav > li {
    width: calc(20% - 60px);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 768px) {
  .nav > li {
    width: calc(20% - 40px);
  }
}

@media only screen and (min-width: 768px) {
  .nav > li:nth-child(2), .nav > li:nth-child(3), .nav > li:nth-child(5), .nav > li:nth-child(6) {
    border-right: 1px solid #0d4671;
  }
  .nav > li:nth-child(4) {
    margin-right: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .nav > li:nth-child(4) {
    margin-right: 260px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 768px) {
  .nav > li:nth-child(4) {
    margin-right: 220px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .nav > li:not(:last-child) a:hover::after {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1130px) {
  .nav {
    width: calc(100% - 130px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .nav {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 768px) {
  .nav {
    width: calc(100% - 90px);
  }
}

@media only screen and (min-width: 768px) {
  .nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    height: 109px;
    padding: 0 10px;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #0d4671;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav a {
    font-size: 11px;
    padding: 0 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .nav a {
    font-size: 10px;
    padding: 0 7px;
  }
}

@media only screen and (min-width: 768px) {
  .nav a::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #0d4671;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0.65, 0.44, 0.99);
    transition: all 0.5s cubic-bezier(0.12, 0.65, 0.44, 0.99);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .nav a.is-current::after {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .nav__first {
    display: none !important;
  }
  .nav-wrapper {
	display: block !important;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0d4671;
  }
}

@media only screen and (max-width: 767px) {
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% + 17px);
    height: 100%;
    background: rgba(0, 157, 224, 0.95);
    color: #fff;
    font-family: 'Lora', serif;
    font-weight: normal;
    font-size: 19px;
    display: none;
    z-index: 9998;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  .nav-wrapper {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    width: 100%;
    height: 100%;
    padding: 45px 0 45px 63px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nav > li:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  .nav > li:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .nav a {
    text-decoration: none;
  }
}

.nav-instagram {
  text-indent: -9999px;
  background: url(../img/common/icon_instagram.png) 50% 50% no-repeat;
  opacity: 1;
  display: block;
  height: 100%;
}

.nav-instagram:hover {
  opacity: 0.7;
}

.nav-instagram::after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .nav-instagram {
    text-indent: -9999px;
    background: url(../img/common/icon_instagram_sp.png) 50% 50%/29px auto no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
  }
}

@media only screen and (max-width: 320px) {
  .nav-instagram {
    width: 25px;
    height: 25px;
  }
}

/* menu-trigger */
.menu-trigger {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 28px;
  top: 15px;
  right: 22px;
  height: 50px;
  background: none;
  z-index: 9999;
}

.menu-trigger__icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  height: 3px;
  background: #0d4671;
  text-indent: -9999px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.menu-trigger__icon::before, .menu-trigger__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0d4671;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-trigger__icon::before {
  top: -10px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.menu-trigger__icon::after {
  top: 10px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.menu-trigger.is-open .menu-trigger__icon {
  width: 30px;
  background: transparent;
  right: 10px;
}

.menu-trigger.is-open .menu-trigger__icon::before, .menu-trigger.is-open .menu-trigger__icon::after {
  background: #fff;
}

.menu-trigger.is-open .menu-trigger__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-trigger.is-open .menu-trigger__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header--transparency .menu-trigger__icon {
  background: #0d4671;
}

.header--transparency .menu-trigger__icon::before, .header--transparency .menu-trigger__icon::after {
  background: #0d4671;
}

.header--transparency .menu-trigger__icon.is-open {
  background: transparent;
}

/* page-top */
.page-top {
  text-align: center;
  padding: 5px 0 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page-top {
    margin-bottom: 12px;
  }
}

.page-top__btn {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	margin: auto;
	position: relative;
	top: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page-top__btn::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #0d4671;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-top__btn::after {
  position: absolute;
  top: 0;
  left: 6px;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #0d4671;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .page-top__btn:hover {
    top: -10px;
  }
}

/* copyright */
.copyright {
  text-align: center;
  font-size: 15px;
  font-family: 'Lora', serif;
  font-weight: normal;
  padding: 41px 0 40px;
  letter-spacing: 0.24em;
  color: #989898;
}

@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 15px;
  }
}

/* wide-image */
.wide-image {
  width: 100%;
  height: 365px;
  margin-bottom: 49px;
  position: relative;
}

.wide-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/leather/leather_wide.jpg) no-repeat 50%/cover;
}

@media only screen and (max-width: 768px) {
  .wide-image::after {
    left: -9px;
    width: calc(100% + 18px);
  }
}

@media only screen and (max-width: 768px) {
  .wide-image {
    height: 105px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .wide-image {
    height: 365px;
  }
}

/* history */
.history {
  line-height: 2.6;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .history {
    line-height: 2;
    text-align: left;
  }
}

.history__text p:not(:last-child) {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .history__text p {
    text-align: justify;
    word-break: break-all;
  }
}

.history__images {
  margin: 45px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .history__images {
    display: block;
    margin: 30px 0 37px;
  }
}

.history__images > li {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .history__images > li {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .history__images > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* shop-list */
@media only screen and (min-width: 768px) {
  .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .shop-list::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .shop-list__inner {
    width: 100%;
  }
}

.shop-list > li {
  width: 50%;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .shop-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list > li {
    width: auto;
    display: block;
  }
  .shop-list > li:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 22px;
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .shop-list > li:not(:nth-child(-n+2)) {
    padding-top: 34px;
  }
  .shop-list > li:nth-child(2n-1) .shop-list__inner {
    padding-right: 57px;
    border-right: 1px solid #d6d6d6;
  }
  .shop-list > li:nth-child(2n) .shop-list__inner {
    padding-left: 57px;
  }
}

.shop-list__name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .shop-list__name {
    font-size: 13px;
    letter-spacing: 0.13em;
    margin-bottom: 12px;
  }
}

.shop-list__info {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .shop-list__info {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
}

.shop-list__info__address::after {
  content: "：";
  display: inline-block;
}

.shop-list__info dt {
  width: 36px;
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .shop-list__info dt {
    width: 40px;
  }
}

.shop-list__info dt.address-ttl {
  width: 0;
  padding-right: 0;
}

.shop-list__info dd {
  width: calc(100% - 36px);
  word-break: break-all;
}

.shop-list__info dd.address {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .shop-list__info dd {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767px) {
  .shop-list__info dd:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* leather-ttl */
.leather-ttl {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-weight: normal;
  position: relative;
}

.leather-ttl__break-point {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .leather-ttl__break-point {
    display: block;
  }
}

.leather-ttl--large {
  text-align: center;
  font-size: 35px;
  padding-bottom: 25px;
  letter-spacing: 0.11em;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .leather-ttl--large {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}

.leather-ttl--large::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 16px;
  height: 1px;
  border-bottom: 2px solid #333;
}

@media only screen and (max-width: 768px) {
  .leather-ttl--large::after {
    width: 13px;
    margin-left: -7px;
  }
}

.leather-ttl--small {
  font-size: 26px;
  display: inline-block;
  letter-spacing: 0.04em;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .leather-ttl--small {
    top: 43px;
  }
}

@media only screen and (max-width: 768px) {
  .leather-ttl--small {
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 0.13em;
  }
}

@media only screen and (min-width: 769px) {
  .leather-ttl--small::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
  }
}

@media only screen and (min-width: 769px) {
  .leather-ttl--small--right {
    top: 30px;
    left: calc(88% + 40px);
  }
}

@media only screen and (min-width: 769px) {
  .leather-ttl--small--right--large {
    top: 224px;
  }
}

@media only screen and (min-width: 769px) {
  .leather-ttl--small--large {
    top: 158px;
  }
}

@media only screen and (min-width: 769px) {
  .leather-ttl--small--wide {
    position: absolute;
    margin-top: 64%;
    left: 50%;
    margin-left: -200px;
  }
}

.leather-ttl--personal::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .leather-ttl--for-material {
    left: 50%;
    margin-left: -61px;
  }
}

@media only screen and (max-width: 768px) {
  .leather-ttl--secular-change {
    position: relative;
    left: -3px;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.08em;
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 768px) {
  .leather-ttl--secular-change__indent {
    padding-left: 1.3em;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .leather-ttl--secular-change__indent {
    padding-left: 0em;
  }
}

/* leather-box */
.leather-box {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .leather-box {
    display: block;
  }
}

.leather-box__image, .leather-box__text {
  width: 88%;
}

@media only screen and (max-width: 768px) {
  .leather-box__image, .leather-box__text {
    width: auto;
  }
}

.leather-box__text p {
  text-align: justify;
  word-break: break-all;
}

.leather-box__image {
  float: left;
}

@media only screen and (max-width: 768px) {
  .leather-box__image {
    margin-bottom: 17px;
    float: none;
  }
}

.leather-box__image--left--top {
  margin-top: 65px;
  height: 0;
  padding-top: 46%;
  background-color: #f0f0f0;
  background: no-repeat 50% / cover;
}

@media only screen and (max-width: 768px) {
  .leather-box__image--left--top {
    margin-top: 35px;
    padding-top: 94%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .leather-box__image--left--top {
    width: 68%;
    margin: 35px auto 17px;
    padding-top: 64%;
  }
}

.leather-box__image--left--top--01 {
	background-image: url(../img/view/1.jpg);
}

@media only screen and (max-width: 768px) {
  .leather-box__image--left--top--01 {
    background-image: url(../img/leather/bridle_01_sp.jpg);
  }
}

.leather-box__image--left--top--02 {
  background-image: url(../img/leather/cordovan_01.jpg);
}

@media only screen and (max-width: 768px) {
  .leather-box__image--left--top--02 {
    background-image: url(../img/leather/cordovan_01_sp.jpg);
  }
}

.leather-box__image--right {
  float: right;
}

@media only screen and (max-width: 768px) {
  .leather-box__image--right {
    float: none;
  }
}

.leather-box__image--secule-change {
  width: 42%;
  position: absolute;
  top: -160px;
  right: 57px;
}

@media only screen and (max-width: 768px) {
  .leather-box__image--secule-change {
    top: 0;
    right: 0;
    width: 66%;
    margin-top: -62%;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .leather-box__image--secule-change {
    width: 42%;
    right: 0;
    margin-top: -38%;
  }
}

@media only screen and (max-width: 335px) {
  .leather-box__image--secule-change {
    width: 60%;
    margin-top: -59%;
  }
}

.leather-box__image--wide {
  float: none;
}

@media only screen and (min-width: 769px) {
  .leather-box__image--wide {
    width: auto;
  }
}

.leather-box__text {
  line-height: 2.4;
  letter-spacing: 0.10em;
  float: right;
}

@media only screen and (min-width: 769px) {
  .leather-box__text {
    margin-top: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .leather-box__text {
    line-height: 2;
    float: none;
    text-align: left;
  }
}

.leather-box__text--left {
  float: left;
}

@media only screen and (max-width: 768px) {
  .leather-box__text--left {
    float: none;
  }
}

.leather-box__text--right {
  line-height: 2.2;
}

@media only screen and (min-width: 769px) {
  .leather-box__text--right {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 769px) {
  .leather-box__text--right--large {
    margin-top: 244px;
  }
}

.leather-box__text--wide {
  width: 100%;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .leather-box__text--large {
    margin-top: 180px;
  }
}

/* leather-section */
.leather-section {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .leather-section {
    margin-bottom: 38px;
  }
}

.leather-section__inner {
  width: 1020px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .leather-section__inner {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .leather-section__inner {
    width: auto;
    padding: 0 25px;
    text-align: center;
  }
}

.leather-section__inner--secular-chage {
  padding: 56px 25px 82px;
}

@media only screen and (max-width: 768px) {
  .leather-section__inner--secular-chage {
    padding: 21px 25px 18px;
  }
}

.leather-section__inner--underline {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .leather-section__inner--underline {
    margin-bottom: 60px;
  }
}

.leather-section__inner--underline::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #333;
}

@media only screen and (max-width: 768px) {
  .leather-section__inner--underline::after {
    bottom: -30px;
  }
}

.leather-section--for-material {
  margin-bottom: 42px;
}

@media only screen and (max-width: 768px) {
  .leather-section--for-material {
    margin-bottom: 11%;
  }
}

.leather-section--margin-l {
  margin-bottom: 97px;
}

@media only screen and (max-width: 768px) {
  .leather-section--margin-l {
    margin-bottom: 56px;
  }
}

/* product */
@media only screen and (max-width: 768px) {
  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product__image {
  margin-bottom: 13px;
  position: relative;
  border: 1px solid #e7e7e7;
}

.product__image img {
  display: block;
}

@media only screen and (min-width: 769px) {
  .product__image {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	text-align:center;
  }
}

@media only screen and (max-width: 768px) {
  .product__image {
    width: 100%;
    margin-bottom: 0;
  }
}

.product__info {
  font-family: 'Lora', serif;
  font-weight: normal;
  text-align: center;
  word-wrap: break-word;
  letter-spacing: 0.09em;
}

@media only screen and (max-width: 768px) {
  .product__info {
    text-align: left;
    width: 49%;
    line-height: 1.6;
  }
}

.product__info__name {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .product__info__name {
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 736px) and (max-width: 768px) {
  .product__info__name {
    font-size: 30px;
  }
}

.product__info__price {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .product__info__price {
    margin-bottom: 20px;
    font-size: 15px;
    margin-right: 4px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 768px) {
  .product__info__price {
    font-size: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .product__info__price {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.product__info__price__brush > span {
  position: relative;
  left: 4px;
}

.product__info__size {
  color: #e00070;
  letter-spacing: 0.13em;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .product__info__size {
    font-size: 11px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 768px) {
  .product__info__size {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  .product:hover .product__image {
    border: 1px solid #e00070;
  }
}

/* products-nav */
.products-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #737523;
  line-height: 1;
  letter-spacing: 0.18em;
  font-family: 'Lora', serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .products-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 11px;
    top: 234px;
  }
}

@media only screen and (max-width: 360px) {
  .products-nav {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .products-nav {
    top: 471px;
    font-size: 15px;
  }
}

.products-nav > li {
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .products-nav > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    border-right: 1px solid #b8b990;
  }
}

@media only screen and (max-width: 768px) {
  .products-nav > li {
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #b8b990;
    border-right: 1px solid #b8b990;
  }
  .products-nav > li:nth-child(3), .products-nav > li:nth-child(6), .products-nav > li:nth-child(7) {
    border-right-width: 0;
    width: 100%;
  }
  .products-nav > li:nth-child(1) {
    width: 32%;
  }
  .products-nav > li:nth-child(2) {
    width: 34%;
  }
  .products-nav > li:nth-child(3) {
    width: 34%;
  }
  .products-nav > li:nth-child(4) {
    width: 32%;
  }
  .products-nav > li:nth-child(5) {
    width: 34%;
  }
  .products-nav > li:nth-child(6) {
    width: 34%;
  }
}

.products-nav > li a {
  display: block;
  padding: 20px 22px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 925px) {
  .products-nav > li a {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .products-nav > li a {
    padding: 15px 0;
  }
}

.products-nav > li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  border-bottom: 2px solid #e00070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
  .products-nav > li a:hover::after {
    width: 100%;
    left: 0;
  }
}

.products-nav__personal {
  width: 100%;
  z-index: 999;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .products-nav__personal a {
    width: 240px;
    margin: 0 auto;
  }
}

.products-nav--fixed {
  border-top: 1px solid #b8b990;
  box-sizing: border-box;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .products-nav--fixed {
    top: 78px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .products-nav--fixed {
    top: 72px;
  }
}

/* products-ttl */
.products-ttl {
  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;
  height: 90px;
  font-size: 34px;
  letter-spacing: 0.16em;
  font-family: 'Lora', serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .products-ttl {
    background: #fff;
    margin: 0 -9px;
    position: relative;
    font-size: 23px;
    height: 92px;
  }
  .products-ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -9px;
    width: calc(100% + 18px);
    height: 1px;
    border-bottom: 1px solid #d5d5d5;
  }
}

@media only screen and (min-width: 769px) {
  .products-ttl {
    position: relative;
  }
  .products-ttl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #333;
  }
}

/* products-list */
.products-list {
  margin-bottom: 105px;
}

@media only screen and (max-width: 768px) {
  .products-list {
    margin-bottom: 34px;
  }
}

@media only screen and (min-width: 769px) {
  .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.products-list > li {
  width: 46%;
}

@media only screen and (min-width: 769px) {
  .products-list > li:not(:nth-last-child(-n+4)) {
    margin-bottom: 0;
  }
  .products-list > li:not(:nth-child(4n)) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .products-list > li {
    width: 100%;
  }
  .products-list > li:not(:last-child) {
    margin-bottom: 29px;
  }
}

/* products-inner */
.products-inner {
  padding-top: 40px;
}

@media only screen and (min-width: 769px) {
  .products-inner {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .products-inner {
    padding-top: 32px;
  }
}

/* link-url */
.link-url {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .link-url:hover {
    text-decoration: none;
  }
}

/* top-personal-link */
.top-personal-link {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.top-personal-link a {
  display: block;
  width: auto;
  height: 300px;
  margin: 0 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

@media only screen and (min-width: 1060px) {
  .top-personal-link a {
    width: 950px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .top-personal-link a {
    width: auto;
    height: 240px;
    margin: 0 9px;
  }
}

.top-personal-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/top_personal.jpg) no-repeat 50%/cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .top-personal-link a::after {
    background-image: url(../img/top/top_personal_sp.jpg);
  }
}

@media only screen and (min-width: 769px) {
  .top-personal-link a:hover {
    opacity: 0.9;
  }
  .top-personal-link a:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.top-personal-link__ttl {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  right: 40px;
  font-size: 30px;
  font-family: 'Lora', serif;
  font-weight: normal;
  text-align: center;
  z-index: 1;
}

.top-personal-link__ttl::after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #333;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .top-personal-link__ttl {
    margin-top: 15px;
    font-size: 24px;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.top-personal-link--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* personal-link */
.personal-link {
  text-align: center;
  border: 1px solid #333;
  margin: 0 26px;
  font-family: 'Lora', serif;
  font-weight: normal;
}

@media only screen and (min-width: 769px) {
  .personal-link {
    width: 416px;
    margin: 0 auto;
  }
}

.personal-link a {
  padding: 15px 0;
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 769px) {
  .personal-link a:hover {
    background-color: #003e8b;
    color: #fff;
  }
  .personal-link a:hover .personal-link__ttl::after {
    background-color: #fff;
  }
  .personal-link a:hover .personal-link__en::after {
    background-image: url(../img/common/icon_blank_hover.png);
  }
}

.personal-link__ttl {
  font-size: 17px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .personal-link__ttl {
    font-size: 22px;
  }
}

@media only screen and (max-width: 360px) {
  .personal-link__ttl {
    font-size: 14px;
  }
}

.personal-link__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.personal-link__en {
  font-size: 16px;
  position: relative;
}

.personal-link__en::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: -31px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_blank.png) no-repeat 0 0/contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 360px) {
  .personal-link__en {
    font-size: 13px;
  }
}

.personal-link__ja {
  font-size: 13px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 360px) {
  .personal-link__ja {
    font-size: 11px;
  }
}

/* mv */
.mv {
  position: relative;
  height: 663px;
}

@media only screen and (max-width: 767px) {
  .mv {
    /*height: 100vh;*/
    height: inherit;
    margin: 0 -9px;
  }
}

.mv--top {
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .mv--top {
    top: 108px;
  }
}

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

.mv__slider__item {
  width: auto;
  height: 900px;
  background: no-repeat 50% / cover;
}

.mv__slider__item--01 {
	background-image: url(images/p1/mv_01.jpg)
}

.mv__slider__item--02 {
	background-image: url(images/p1/mv_02.jpg)
}

.mv__slider__item--03 {
	background-image: url(images/p1/mv_03.jpg)
}
.mv__slider__item--04 {
	background-image: url(../../images/equ.jpg);
}
.mv__slider__item--05 {
	background-image: url(../../images/gon.jpg);
}

.mv__slider-sp {
  display: none;
}

.mv__slider-sp__item {
  width: auto;
  height: 100vh;
  background: no-repeat 0 / cover;
}

.mv__slider-sp__item--01 {
  background-image: url(images/p1/mv_sp_01.jpg);
  -webkit-text-size-adjust:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; /*固定住左下邊不要被裁切*/
	background-size: cover; /*滿版出血 裁切掉一小邊*/
}

.mv__slider-sp__item--02 {
  background-image: url(images/p1/mv_sp_02.jpg);
  -webkit-text-size-adjust:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; /*固定住左下邊不要被裁切*/
	background-size: cover; /*滿版出血 裁切掉一小邊*/
}

.mv__slider-sp__item--03 {
  background-image: url(images/p1/mv_sp_03.jpg);
 
}
.mv__slider-sp__item--04 {
	background-image: url(../../images/equ.jpg);
	-webkit-text-size-adjust:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; /*固定住左下邊不要被裁切*/
	background-size: cover; /*滿版出血 裁切掉一小邊*/
	
	
}
.mv__slider-sp__item--05 {
	background-image: url(../../images/gon.jpg);
	-webkit-text-size-adjust:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; /*固定住左下邊不要被裁切*/
	background-size: cover; /*滿版出血 裁切掉一小邊*/
	
}
@media only screen and (max-width: 767px) {
  .mv__slider-sp {
    display: block;
  }
}

.mv__logo {
  width: 160px;
  margin: auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 99;
}

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

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .mv__logo {
    top: 45%;
  }
}

.mv .slick-dots {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .mv .slick-dots {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .mv .slick-dots {
    position: relative;
    top: 12px;
  }
}

.mv .slick-dots > li {
  display: inline-block;
}

.mv .slick-dots > li:not(:last-child) {
  margin-right: 15px;
}

.mv .slick-dots > li.slick-active button {
  border: 1px solid #0d4671;
  background-color: #0d4671;
}

.mv .slick-dots > li button {
  text-indent: -9999px;
  border: 1px solid #0d4671;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

/* top-content */
.top-content {
  margin-top: 19px;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  .top-content {
    margin-top: 0;
    line-height: 1.9;
  }
  .top-content__inner {
    padding-left: 13px;
    padding-right: 13px;
  }
  .top-content__text {
    padding: 0 9px;
  }
}

/* img-border */
.img-border {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .img-border {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.img-border::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #404040;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media only screen and (max-width: 768px) {
  .img-border::before {
    -webkit-transform: translateY(10px) scale(0.8);
            transform: translateY(10px) scale(0.8);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}

.img-border.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.img-border.is-active::before {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* border-link */
.border-link {
  display: inline-block;
  position: relative;
  font-size: 36px;
  text-decoration: none;
  line-height: 50px;
  padding: 23px 20px;
  letter-spacing: 0.1em;
  font-family: 'Lora', serif;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .border-link {
    font-size: 29px;
    padding: 0 37px 12px 25px;
    letter-spacing: 0.15em;
  }
  .border-link::before {
    content: "";
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: skewX(29deg);
            transform: skewX(29deg);
  }
}

@media only screen and (max-width: 420px) {
  .border-link {
    font-size: 26px;
	letter-spacing: 2px;
  }
}	
@media only screen and (max-width: 360px) {
  .border-link {
    font-size: 22px;
	letter-spacing: 0px;
  }
}	
@media only screen and (min-width: 769px) {
  .border-link::before, .border-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .border-link::before {
    top: 0;
  }
  .border-link::after {
    bottom: 0;
  }
  .border-link.is-hover::before, .border-link.is-hover::after, .border-link:hover::before, .border-link:hover::after {
    left: -25px;
    width: calc(100% + 50px);
  }
}

.border-link__sub {
  font-size: 12px;
  font-family: "微軟正黑體", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Sans Serif", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  display: block;
  text-align: center;
  letter-spacing:1px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .border-link__sub {
    text-align: left;
  }
}

@media only screen and (min-width: 769px) {
  .border-link--wide::before {
    width: 123%;
  }
  .border-link--wide::after {
    height: 1px;
    width: 176%;
    left: -190px;
  }
}

/* section-visual */
.section-visual {
  height: 650px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-visual {
    height: 0;
    padding-top: 28%;
    margin: 0 -9px;
  }
}

.section-visual a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-visual a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-visual a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* section-heading */
.section-heading {
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.16em;
  position: relative;
  padding: 59px 0 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.section-heading2 {
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.16em;
  position: relative;
  padding: 59px 0 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .section-heading {
    font-size: 29px;
    text-align: left;
    padding: 26px 0 10px;
    display: inline-block;
    margin-bottom: 14px;
  }
}

.section-heading::before {
  content: "";
  width: 1px;
  height: 100px;
  background: #000;
  position: absolute;
  top: -66px;
  left: 50%;
}

@media only screen and (max-width: 768px) {
  .section-heading::before {
    top: -14px;
    height: 40px;
  }
}

.section-heading::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .section-heading::after {
    height: 1px;
    margin: 0;
    right: auto;
    left: 25px;
    bottom: 2px;
    width: 17px;
  }
}

/* top-history */
.top-history .top-content__inner {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-history .top-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 750px;
    max-width: 1300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 921px) and (max-width: 1200px) {
  .top-history .top-content__inner {
    height: 490px;
    margin-bottom: 4%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 920px) {
  .top-history .top-content__inner {
    height: 450px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .top-history .top-content__inner {
    margin-bottom: 58px;
  }
}

.top-history__img-01, .top-history__img-02 {
  background: 0 0 /cover no-repeat;
}

@media only screen and (min-width: 769px) {
  .top-history__img-01, .top-history__img-02 {
    position: absolute;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__img-01, .top-history__img-02 {
    position: relative;
  }
}

@media only screen and (min-width: 769px) {
  .top-history__img-01 {
    width: 43%;
	background-image: url(images/p2/漢民商圈.JPG);
    top: 180px;
    left: 56px;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__img-01 {
    width: 72.6%;
    height: 0 !important;
    padding-top: 47%;
	background-image: url(images/p2/漢民商圈.JPG);
  }
}

@media only screen and (min-width: 769px) {
  .top-history__img-02 {
    width: 23.3%;
    background-image: url(images/p2/banner_small_2.jpg);
    top:60%;
    left: 33%;
  }
}

@media only screen and (max-width: 1200px) {
  .top-history__img-02 {
    top: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__img-02 {
    margin: -12.5% 0 0 auto;
    width: 40%;
    height: 0 !important;
    padding-top: 54.9%;
	background-image: url(../../images/p2/banner_small_2.jpg);
  }
}

@media only screen and (min-width: 769px) {
  .top-history__content {
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
    padding: 0 12% 8% 7%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-history__content {
    padding: 7% 10% 8% 7%;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__content {
    padding: 0 0;
  }
}

@media only screen and (min-width: 769px) {
  .top-history__border-link {
    margin-top: 190px;
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__border-link {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__heading {
    text-align: right;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .top-history__imgs {
    position: relative;
    padding: 40px 0 0;
    margin-bottom: 25px;
  }
  .top-history__imgs::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    top: 0;
    left: 86px;
  }
}

/* top-leather */
.top-leather {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .top-leather {
    margin-bottom: 56px;
  }
}

.top-leather__text {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .top-leather__text {
    width: 710px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .top-leather__bridle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .top-leather__bridle {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .top-leather__bridle__link {
    text-align: right;
    margin-top: 23px;
  }
}

.top-leather__img-01 {
  background: url(../img/top/img_leather_01.jpg) 50%/cover no-repeat;
  width: calc(50% + 155px);
  height: 385px;
  margin: 36px 0 0;
}

@media only screen and (max-width: 1080px) {
  .top-leather__img-01 {
    width: calc(100% - 365px);
  }
}

@media only screen and (max-width: 768px) {
  .top-leather__img-01 {
    margin: 20px 0 0 -32px;
    width: 95%;
    height: 190px;
  }
}

.top-leather__img-02 {
  background: url(../img/top/img_leather_02.jpg) 50%/cover no-repeat;
  width: 365px;
  height: 365px;
}

@media only screen and (max-width: 768px) {
  .top-leather__img-02 {
    width: 233px;
    height: 233px;
    margin: 20px 0 0 14px;
  }
}

@media only screen and (min-width: 769px) {
  .top-leather__border-link {
    margin: 15px 0 0 30px;
    font-size: 36px;
  }
  .top-leather__border-link::before {
    left: 120px;
    width: 144px;
  }
  .top-leather__border-link::after {
    left: -68px;
    width: 144px;
  }
}

@media only screen and (max-width: 768px) {
  .top-leather__border-link {
    font-size: 21px;
    padding-right: 117px;
  }
}

@media only screen and (min-width: 769px) {
  .top-leather__cordovan {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 769px) {
  .top-leather__cordovan__text {
    width: calc(100% - 365px);
    padding: 27px 30px 27px 0;
    position: relative;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

.top-leather__cordovan__img {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top-leather__cordovan__img {
    max-width: 375px;
    margin: auto;
  }
}

@media only screen and (min-width: 769px) {
  .top-leather__cordovan__link {
    position: absolute;
    left: -170px;
    bottom: 47px;
  }
}

@media only screen and (max-width: 768px) {
  .top-leather__cordovan__link {
    text-align: right;
    padding: 25px 16px 0 0;
  }
}

.top-leather__cordovan__border-link {
  font-size: 22px;
}

@media only screen and (min-width: 769px) {
  .top-leather__cordovan__border-link {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: -10px;
  }
  .top-leather__cordovan__border-link::before {
    width: 87px;
    left: -10px;
  }
  .top-leather__cordovan__border-link::after {
    left: 105px;
  }
}

@media only screen and (max-width: 768px) {
  .top-leather__cordovan__border-link {
    padding-right: 57px;
  }
}

/* card */
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.card__img {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.card__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card__img__instance, .card__img::after {
  content: "";
  display: block;
  position: absolute;
}

.card__img__instance {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card__img__instance::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 50% 50% / cover no-repeat;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 2;
}

.card__img::after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .card__img::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

.card__img--bag .card__img__instance::after {
  background-image: url(../img/top/product_01.jpg);
}

.card__img--wallet .card__img__instance::after {
  background-image: url(../img/top/product_02.jpg);
}

.card__img--stationery .card__img__instance::after {
  background-image: url(../img/top/product_03.jpg);
}

.card__img--belt .card__img__instance::after {
  background-image: url(../img/top/product_04.jpg);
}

.card__img--accessories .card__img__instance::after {
  background-image: url(../img/top/product_05.jpg);
}

.card__img--other .card__img__instance::after {
  background-image: url(../img/top/product_06.jpg);
  background-position: 0 15%;
}

.card__img--personal .card__img__instance::after {
  background-image: url(../img/top/product_07.jpg);
  background-position: 0 15%;
}

@media only screen and (max-width: 768px) {
  .card__img--personal .card__img__instance::after {
    background-image: url(../img/top/product_07_sp.jpg);
  }
}

@media only screen and (min-width: 769px) {
  .card:hover .card__heading--personal {
    margin-left: 95px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 940px) {
  .card:hover .card__heading--personal {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .card:hover .card__img::before {
    opacity: 0;
  }
  .card:hover .card__img__instance::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .card:hover .card__img::after {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
    opacity: 0;
  }
  .card:hover .card__content {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.card__content {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card__heading {
  font-size: 30px;
  font-family: 'Lora', serif;
  font-weight: normal;
  letter-spacing: 0.07em;
  margin-bottom: 23px;
  line-height: 1.1;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .card__heading {
    font-size: 24px;
    margin-bottom: 11px;
  }
}

.card__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  background: #fff;
  width: 20px;
  height: 1px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .card__heading::after {
    bottom: -10px;
  }
}

.card__heading--personal {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
  margin-left: 120px;
}

@media only screen and (max-width: 950px) {
  .card__heading--personal {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .card__heading--personal {
    top: -73px;
    left: 0;
    margin-left: 0;
  }
}

.card__text {
  font-size: 16px;
  letter-spacing: 0.12em;
}

/* flex-card-list */
@media only screen and (min-width: 769px) {
  .flex-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    overflow: hidden;
    width: 1000px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
    margin: 44px auto 0;
  }
  .flex-card-list > li {
    width: 48%;
    height: 383px;
    margin-bottom: 38px;
  }
  .flex-card-list > li:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-card-list > li:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .flex-card-list {
    margin-top: 33px;
    padding: 0 10px;
  }
  .flex-card-list > li {
    height: 156px;
    margin-bottom: 15px;
    opacity: 0;
  }
  .flex-card-list > li:last-child {
    height: 240px;
  }
}

/* detail */
.detail-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(55, 56, 19, 0.95);
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.detail-modal__close {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  width: 30px;
  height: 33px;
  background: url(../img/common/icon_close.png) no-repeat 0 0/contain;
  z-index: 999;
}

@media only screen and (min-width: 769px) {
  .detail-modal__close {
	right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .detail-modal__close {
    top: 31px;
    right: 19px;
    width: 29px;
    height: 27px;
  }
}

.detail {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .detail {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .detail {
  }
}

.detail__image {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .detail__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
#pc{
	display: block;
	}
#m{
	display: none;
	}	
.detail__image img {
  display: block;
  width: 100vw;
  height: 100vh;
}	
	
}
@media screen and (max-width: 999px) {
#pc{	
	display: none;	
}
#m{	
	display: block;
	}	
.detail__image img {
  display: block;
  width: 100vw;
}

}



.detail__image__main {
  margin-bottom: 3px;
}

@media only screen and (min-width: 769px) {
  .detail__image__main {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .detail__image__thumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
 .details .slick-arrow {
  position: absolute;
  display: block;
  width: 30px;
  height: 50px;
  background: none;
  text-indent: -9999px;
  z-index: 999;
  top: 25vw;
} 
}

.detail__image__thumb-list > li {
  cursor: pointer;
  width: calc(20% - 2.4px);
}

@media only screen and (min-width: 769px) {
  .detail__image__thumb-list > li {
    width: 94px;
  }
}

.detail__image__thumb-list > li:not(:last-child) {
  margin-right: 3px;
}

@media only screen and (min-width: 769px) {
  .detail__image__thumb-list > li:not(:last-child) {
    margin: 0 0 9px;
  }
}

.detail__image__thumb-list > li a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .detail__image__thumb-list > li a {
    position: relative;
  }
  .detail__image__thumb-list > li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 88px;
    height: 88px;
    border: 2px solid #0d4671;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
  }
  .detail__image__thumb-list > li a:hover::after {
    opacity: 1;
  }
 .details .slick-arrow {
  position: absolute;
  display: block;
  width: 80px;
  height: 50px;
  background: none;
  text-indent: -9999px;
  z-index: 999;
  top: 66vw;
} 
}

.detail__description {
  color: #fff;
  font-size: 13px;
  line-height: 1.9;
}

.detail__description p {
  text-align: justify;
  word-break: break-all;
}

.details {
  position: relative;
}



.details .slick-arrow.slick-disabled {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .details .slick-arrow {
    top: 50%;
    margin-top: -90px;
  }
}

.details .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #d1d1d1;
  top: 14px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .details .slick-arrow::after {
    width: 40px;
    height: 40px;
  }
}

.details .slick-prev {
  left: 0;
}

@media only screen and (min-width: 769px) {
  .details .slick-prev {
    left: 30px;
    
  }
}

.details .slick-prev::after {
  left: 10px;
  border-left: 3px solid #d1d1d1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
  .details .slick-prev::after {
    border-width: 5px;
  }
}

.details .slick-next {
  right: 0;
}

@media only screen and (min-width: 769px) {
  .details .slick-next {
    right:0px;
   
  }
}

.details .slick-next::after {
  right: 10px;
  border-right: 3px solid #d1d1d1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .details .slick-next::after {
    border-width: 5px;
  }
}

body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
}

.loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
  opacity: 1;
}

.loading::after {
  content: "";
  width: 202px;
  height: 85px;
  margin-bottom: 80px;
  background: url(../img/common/logo_sp.png) no-repeat 0/contain;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .loading::after {
    background-image: url(../img/common/logo@2x.png);
    background-size: 202px auto;
  }
}

@media only screen and (max-width: 768px) {
  .loading::after {
    margin-bottom: 40px;
  }
}
