@charset "UTF-8";
/*================================================

based

================================================*/
/*!
 * ress.css ? v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Lora");
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;
	border: 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: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
 text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	/* 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: "ヒラギノ角ゴシック Pro", "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;
}
 @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: 130px auto 0;
}
 @media only screen and (max-width: 768px) {
.inner--products {
	padding: 0 9px;
	margin-top: 126px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 768px) {
.inner--products {
	margin-top: 136px;
}
}
.inner--footer {
	position: relative;
}

/* 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(/wp-content/themes/glenroyal/assets/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.1;
	text-align: center;
}
 @media only screen and (max-width: 768px) {
.history {
	/*line-height: 2;*/
	line-height: 1.9;
	text-align: left;
}
}
.history__text p:not(:last-child) {
	margin-bottom: 24px;
}

.history__text >img{
	width: 50%;
	margin:0 auto 10px;
}
 @media only screen and (max-width: 640px) {
.history__text p {
	text-align: justify;
	word-break: break-all;
}
}
.history__images {
	margin: 45px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

 @media only screen and (max-width: 768px) {
.history__text >img{
	width: 100%;
	margin:0 auto 20px;
}

.history__images {
	display: block;
	margin: 30px 0 37px;
}
}
.history__images > li {
	width: 48%;
	margin-bottom: 40px;
}
 @media only screen and (max-width: 768px) {
.history__images > li {
	width: 100%;
	margin-bottom: 20px;
}
}
 @media only screen and (max-width: 768px) {
.history__images > li:not(:last-child) {
	margin-bottom: 30px;
}
}

.history_video{
	width: 80%;
	height: 0;
	position: relative;
	padding-bottom: 45.25%;
	overflow: hidden;
	margin: 40px auto 0;
}

.history_video video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* 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) {
#area_list {
	margin: 0 auto 60px;
}
#area_list > li:nth-child(10):before {
	content: "\000A";
	white-space: pre-wrap;
}
.area_title {
	margin-bottom: 30px;
	padding: 14px;
	font-size: 18px;
}
.area_block {
	padding-bottom: 4px;
}
.shop_caution {
	text-align: center;
	font-size: 12px;
	border: #70701f solid 1px;
	padding: 20px 0;
	width: 640px;
	margin: 0 auto;
}
}
 @media only screen and (max-width: 767px) {
#area_list {
	margin: 0 auto 40px;
}
#area_list > li {
	font-size: 12px;
}
.area_title {
	padding: 10px;
	font-size: 16px;
	margin-bottom: 30px;
}
.area_block {
	padding-bottom: 40px;
}
.shop_caution {
	padding: 20px 0;
	width: 100%;
	font-size: 10px;
}
}
#area_list {
	text-align: center;
}
#area_list > li {
	display: inline;
}
#area_list > li:after {
	content: "/";
	color: #7a7a30;
	margin-left: 5px;
}
#area_list > li:last-child:after {
	content: "";
}
#area_list > li a {
	color: #7a7a30;
}
.area_title {
	color: #7a7a30;
	border-top: 2px #7a7a30 solid;
	border-bottom: 1px #7a7a30 solid;
}
.shop_caution {
	text-align: center;
	font-size: 12px;
	border: #777722 solid 1px;
	margin: 20px auto 0;
}
 @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;
	text-align: center;
}
.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: 30px;
	margin-bottom: 30px;
	letter-spacing: 0.11em;
	line-height: 1;
}
.leather-ttl--middle {
	text-align: center;
	font-size: 20px;
/*	padding-bottom: 25px;*/
	margin-bottom: 40px;
	letter-spacing: 0.11em;
	line-height: 1;
}
.leather-left{
	text-align: left;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
}
 @media only screen and (max-width: 768px) {
.leather-ttl--large {
	font-size: 25px;
	/* padding-bottom: 15px; */
	/* margin-bottom: 25px; */
}
.leather-ttl--middle {
	font-size: 18px;
/*	padding-bottom: 15px;*/
	margin-bottom: 25px;
	line-height: 1.6;
}
.leather-left{
	text-align: center;
}	 
}
.leather-ttl--large::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	width: 16px;
	height: 2px;
	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; */
	text-align: center;
}
 @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.leather-ttl--small.leather-ttl--small--large.leather-ttl--small--left {
 		text-align: left!important;
 	}
.leather-ttl--small--right {
	top: 30px;
	left: calc(22% + 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: 48%;
}
 @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/leather/bridle_01.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.1;
	/*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;*/
	line-height: 1.9;
	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.1;*/
}
 @media only screen and (min-width: 769px) {
.leather-box__text--right {
	margin-top: 50px;
}
.leather-box__text--right {
/*line-height: 2.1;*/
}
}
 @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;
}
.leather-section__inner_02 {
	width: 440px;
}
 @media only screen and (max-width: 768px) {
.leather-section__inner_02 {
	width: 100%;
}
}
 @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: 40px;
}
}

/* 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.3s ease;
	transition: all 0.3s ease;
}
}
 @media only screen and (max-width: 768px) {
.product__image {
	width: 47%;
	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: #aeaeae;
	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 #b2b2b2;
}
}
/* 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;
	width: 50%;
}
/*
.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.3s ease;
	transition: all 0.3s 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 #7a7c2c;
	-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: 22%;
}
 @media only screen and (min-width: 769px) {
 .products-list > li:not(:nth-last-child(-n+4)) {
 margin-bottom: 41px;
}
 .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.3s ease;
	transition: all 0.3s 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.3s ease;
	transition: all 0.3s 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.3s ease;
	transition: all 0.3s ease;
}
 @media only screen and (min-width: 769px) {
.personal-link a:hover {
	background-color: #7a7c2c;
	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.3s ease;
	transition: all 0.3s 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;
	margin-bottom: 200px;
	display: none;
}
 @media only screen and (max-width: 767px) {
.mv {
	height: 95svh;
	margin: 80px -9px 0;
	display: block;
}
}
.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: 663px;
	background: no-repeat 50% / cover;
}
.mv__slider__item--01 {
	background-image: url(../img/top/mv_01.jpg);
	/* campaignここから */
	opacity: 1;
	transition: opacity 0.3s ease;/* campaignここまで */
}


/* campaignここから*/
@media only screen and (min-width: 769px) {
.mv__slider__item--01:hover {
	opacity: 0.8 !important;
}
}
/* campaignここまで */
.mv__slider__item--02 {
	background-image: url(../img/top/mv_02.jpg);
}
.mv__slider__item--03 {
	background-image: url(../img/top/mv_03.jpg);
}
.mv__slider__item--04 {
	background-image: url(../img/top/mv_04.jpg);
}
.mv__slider__item--05 {
	background-image: url(../img/top/mv_05.jpg);
}


.mv__slider-sp {
	display: none;
}




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

/* campaignここから */
 @media only screen and (max-width: 767px) {
.mv__slider-sp__item--01 {
	background-position: 50%;
}
.mv__slider-sp__item--02 {
	background-position: 50%;
}
.mv__slider-sp__item--03 {
	background-position: 50%;
}
.mv__slider-sp__item--04 {
	background-position: 50%;
}
}
/* campaignここまで */
.mv__slider-sp__item--01 {
	background-image: url(../img/top/mv_sp_17.jpg);
}
.mv__slider-sp__item--02 {
	background-image: url(../img/top/mv_sp_18.jpg);
}
.mv__slider-sp__item--03 {
	background-image: url(../img/top/mv_sp_19.jpg);
}
.mv__slider-sp__item--04 {
	background-image: url(../img/top/mv_sp_20.jpg);
}

/* 非表示 20251123 */
/* 
@media only screen and (max-width: 767px) {

.mv__slider-sp {
	display: block;
}
}
*/
/* 非表示コード 20251123 */
/* 修正コード 20251123 */


@media only screen and (max-width: 767px) {
  .mv__slider-sp {
      display: block;          
      overflow: hidden;        
      height: 90svh;           
      position: relative;      
  }
}

/* 修正コード ここまで */
/* ローディング時縦積みに見える原因②  ここまで*/



.mv__logo {
	width: 230px;
	margin: auto;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	/** campaignここから */
	opacity: 1;
	transition: opacity 0.35s ease;
	/** campaignここまで */
}
 @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: absolute !important;  
      bottom: 0;                   
      left: 50%;
      transform: translateX(-50%);    
      width: auto;
      text-align: center;
      margin: 0;       
}
}
.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 #7a7c2c;
	background-color: #7a7c2c;
}
.mv .slick-dots > li button {
	text-indent: -9999px;
	border: 1px solid #a6a83b;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}


/* 5個目以降のドットを非表示 */

.mv .slick-dots li:nth-child(n+5) {
  display: none !important;
}
/*
.mv__slider-sp__item:nth-child(n+5) {
  display: none !important;
}
*/

/* top-content */
.top-content {
	margin-top: 60px;
/*	margin-top: 109px;*/
	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.4);
}
/* border-link */
.border-link {
	display: inline-block;
	position: relative;
	font-size: 42px;
	text-decoration: none;
	line-height: 1.2;
	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 (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.3s ease;
	transition: all 0.3s 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: 14px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Sans Serif", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	display: block;
	text-align: center;
	letter-spacing: 0.15em;
	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: 330px;
	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.3s ease;
	transition: all 0.3s 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;
}
 @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(../img/top/history_01.jpg);
	top: 93px;
	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(../img/top/history_01_sp.jpg);
}
}
 @media only screen and (min-width: 769px) {
.top-history__img-02 {
	width: 23.3%;
	background-image: url(../img/top/history_02.jpg);
	top: 50%;
	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: 54.2%;
	height: 0 !important;
	padding-top: 54.9%;
	background-image: url(../img/top/history_02_sp.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: 33px;
	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;
}
/*
HISTORY BACK部分　縦線
.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_03.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: 243px 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: -190px;
	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;
}
.cordovan-link {
	font-size: 15px;
	padding: 15px 0;
}
.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: 87px;
	font-size: 21px;
}
}
/* 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: 3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.card__img__instance, .card__img::after {
	content: "";
	display: block;
	position: absolute;
}
.card__img__instance {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.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);
	background-position: 32% 72%;
}
.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%;
}
.card__img--gift .card__img__instance::after {
	background-image: url(../img/top/product_09.jpg);
	background-position: 0 15%;
}
/*
 * campaignバナーここから
 * 画像の名前を変更 product_01.jpg → product_01_old.jpg
 * 画像の名前を変更 product_01.jpg → product_01_old.jpg
 * 画像の追加　product_08.jpg, product_08_sp.jpg
*/
.card__img--campaign {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.card__img--campaign .card__img__instance::after {
	background-image: url(../img/top/product_08.jpg);
	background-position: 50%;
	transform: scale(1);
}
.card__img--campaign::before, .card__img--campaign::after {
	display: none;
}
@media only screen and (min-width: 769px) {
.card__img--campaign:hover {
	opacity: 0.8;
}
}
@media only screen and (max-width: 767px) {
.card__img--campaign .card__img__instance::after {
	transform: scale(1) !important;
	background-image: url(../img/top/product_08_sp.jpg);
	background-position: left 0;
	box-shadow: 0 0 0 1px #343233 inset;
}
}
/* campaignバナーここまで */

@media only screen and (max-width: 768px) {
.card__img--personal .card__img__instance::after {
	background-image: url(../img/top/product_07_sp.jpg);
}
.card__img--gift .card__img__instance::after {
	background-image: url(../img/top/product_09_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.3s ease;
	transition: all 0.3s 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.3s ease;
	transition: all 0.3s 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:nth-child(7) {
	width: 100%;
}
}

/* campaignここから */
@media only screen and (min-width: 768px) {
.flex-card-list > li:nth-child(8) {
	width: 100%;
	height: 200px;
}
}
/* campaignここまで */

@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:nth-child(7) {
	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;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}
.detail-modal__close {
	content: "";
	display: block;
	position: absolute;
	top: 31px;
	width: 14px;
	height: 13px;
	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 {
	left: 50%;
	margin-left: 315px;
}
}
 @media only screen and (max-width: 768px) {
.detail-modal__close {
	top: 31px;
	right: 19px;
	width: 29px;
	height: 27px;
}
}
.detail {
	position: relative;
	margin: auto;
}
 @media only screen and (min-width: 769px) {
.detail {
	width: 604px;
	padding: 70px 0;
}
}
 @media only screen and (max-width: 768px) {
.detail {
	padding: 86px 31px 80px;
}
}
.detail__image {
	margin-bottom: 20px;
}
 @media only screen and (min-width: 769px) {
.detail__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
.detail__image img {
	display: block;
	width: 100%;
}
.detail__image__main {
	margin-bottom: 3px;
}
 @media only screen and (min-width: 769px) {
.detail__image__main {
	width: 501px;
	margin: 0 9px 0 0;
}
}
 @media only screen and (max-width: 768px) {
.detail__image__thumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
.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 #79792f;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.detail__image__thumb-list > li a:hover::after {
	opacity: 1;
}
}
.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 {
	position: absolute;
	display: block;
	width: 30px;
	height: 50px;
	background: none;
	text-indent: -9999px;
	z-index: 999;
	top: 66vw;
}
.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: 12px;
	height: 12px;
}
}
.details .slick-prev {
	left: 0;
}
 @media only screen and (min-width: 769px) {
.details .slick-prev {
	left: 50%;
	margin-left: -350px;
}
}
.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: 1px;
}
}
.details .slick-next {
	right: 0;
}
 @media only screen and (min-width: 769px) {
.details .slick-next {
	right: 50%;
	margin-right: -350px;
}
}
.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: 1px;
}
}
.detail-modal__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.detail-modal__sns > li {
	line-height: 1;
}
.detail-modal__sns > li:first-child {
	position: relative;
	top: 1px;
}
.detail-modal__sns > li:not(:last-child) {
	margin-right: 14px;
}
/* footer-sns */
.footer-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}
 @media screen and (max-width: 1000px) {
.footer-sns {
	bottom: -5px;
	right: 25px;
}
}
 @media only screen and (max-width: 768px) {
.footer-sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
.footer-sns > li:first-child {
	position: relative;
	top: 1px;
}
.footer-sns > li:not(:last-child) {
	margin-right: 9px;
}
 @media only screen and (max-width: 768px) {
.footer-sns > li:not(:last-child) {
	margin-right: 15px;
}
}
body {
	opacity: 0;
}





@media screen and (min-width:769px) {

	.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.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;
}
}
.online-shop {
	margin-top: 35px;
}
.online-shop p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #b97300;
}
.online-shop a {
	width: 294px;
	padding: 17px 0;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #8e5800;
	text-indent: -9999px;
}
.online-shop a:focus {
	outline: none;
}
.online-shop a::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 72px;
	width: 150px;
	height: 26px;
	background-image: url(../img/products/link_text.png);
}
/*interview　追記*/
.interview-product {
	margin-top: 35px;
}
.interview-product a {
	font-size: 12px;
	color: #ffffff;
}
.interview a:hover {
	opacity: 0.9;
}
.interview-product span {
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
 @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
 .online-shop a::before {
 background-size: 150px 26px;
 background-image: url(../img/products/link_text@2x.png);
}
}
@media only screen and (max-width: 767px) {
.online-shop a::before {
	top: 15px;
	left: 80px;
	width: 150px;
	height: 26px;
	background-image: url(../img/products/link_text_sp.png);
}
}
.online-shop a::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #542917;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
@media only screen and (min-width: 769px) {
.online-shop a:hover::after {
	opacity: 1;
}
}
@media only screen and (max-width: 767px) {
.online-shop a {
	width: 100%;
	padding: 19px 0;
}
}
/* 190320 add*/
.whatisleather {
	position: absolute;
	bottom: 0;
}
.whatisleather_sp {
	display: none;
}
 @media only screen and (max-width: 767px) {
.whatisleather {
	display: none;
}
.whatisleather_sp {
	display: block;
	margin: 20px 5px 0;
}
}
.what_is_leather .leather-ttl--large {
	letter-spacing: 0.02em;
}
.what_is_leather .leather-box__text, .what_is_leather .leather-box__image {
	width: 100%;
	float: none;
}
.what_is_leather .leather-box__text, .what_is_leather .leather-box__image video {
	width: 100%;
}
.what_is_leather .leather-box__text {
	margin: 30px 0 30px;
}
.what_is_leather .leather-box__text p {
	text-align: center;
}
 @media only screen and (max-width: 767px) {
.what_is_leather .leather-section__inner {
	padding: 0 8px;
}
.what_is_leather .leather-box__text {
	margin: 10px 0 25px;
}
.what_is_leather .leather-box__image {
	/* margin: 0 -10px 17px; */
}
.what_is_leather .leather-box__text p {
	text-align: left;
	letter-spacing: 0.04em;
	margin: 0 17px;
}
}
/***************** 追記 *****************/
.top_leather-section {
	margin-top: 60px;
}
.top_leather-section .leather-ttl--large {
	font-size: 24px;
}
.top_leather-section .leather-box {
	margin-top: 15px;
}
.top_leather-section .leather-ttl--large {
	padding-bottom: 15px;
}
.top_leather-section p {
	margin: 15px auto 20px;
	text-align: center;
	line-height: 1.8;
}
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	/*    padding-top: 56.25%;*/
	padding-top: 39.9%;
	margin-top: 105px;
}
.video02{
    position: relative;
    height: 550px;
    width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.video {
		margin-top: 80px;
	}
	.video02{
		position: relative;
		height: auto;
		width: 100%;
		overflow: hidden;
		padding-top: 56.25%;
	}
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video02 iframe{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 870px;
	margin-top: -435px;
}
@media only screen and (max-width: 768px) {
	.mg9{
	    margin: 0 -9px;
	}
	.video02 iframe {
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				margin-top: 0;
	}
}

.vp-controls-wrapper {
	display: none;
}
.video iframe,
.video02 iframe{
	pointer-events: none;
}
.journal_archive{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Sawarabi Mincho", serif;;
	width: 81.25%;
	max-width: 1300px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.journal_archive h2{
	font-family: 'Lora', serif;
	font-weight: normal;
	font-size: 42px;
	letter-spacing: 0.16em;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	padding: 0 0 16px;
}

.journal_archive h2:before{

	content: "";
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.journal_archive a{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.journal_archive a:hover{
	opacity: 0.8;
}

.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 0.9s;}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.journal_archive > div{
	width: 29.23%;
}

.journal_meta {
	margin-bottom: 18px;
	display: table;
	width: 100%;
}
.journal_meta span {
	display: table-cell;
}
.journal_cat {
	color: #686B22;
	letter-spacing: 0.05em;
}
.journal_date {
	font-size: 13px;
	text-align: right;
}

.favorite-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.favorite-name {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.favorite-name span.position {
    font-size: 13px;
    padding-right: 0px;
}

@media only screen and (max-width: 1200px){
.journal_archive {
    width: 91.25%;
}

.favorite-ttl {
    line-height: 1.4;
}
.favorite-name {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.01rem;
}

.favorite-name span.position {
    font-size: 12px;
    padding-right: 0px;
}

}

@media only screen and (max-width: 768px){
	.journal_archive{
		width: 100%;
		padding: 0 23px;
		margin: 60px auto 80px;
		display: block;
	}
	.journal_archive > div{
		width: 100%;
		padding-bottom: 27px;
		margin-bottom: 27px;
		border-bottom: #000000 1px solid;
	}
	.journal_archive > div:last-child{
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.journal_archive > div h3{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Sawarabi Mincho", serif;
	}
}
.care{
	margin-bottom: 100px;
}

.care p{
	text-align: center;
	margin: 30px 0;
}

.care img{
	width: 440px;
	display: block;
	margin: 0 auto;
}

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

.topJournal{
	width: 81.25%;
	max-width: 1300px;
}

.topJournal > div {
	width: 29.23%;
}

@media only screen and (max-width: 767px) {
	.topJournal,.topJournal > div{
		width: 100%;
	}
}



/* PC */
@media print, screen and (min-width: 769px) {

.mt35 { margin-top:35px;}


}

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

.mt35 { margin-top: 15px; }

}
/***********************************************************

TOP MOVIE

************************************************************/
.mv-movie{
	width: 100%;
	height: auto;
	padding-top: 39.78%;
	position: relative;
	pointer-events: none;
	margin-top: 108px;
	display: block;
}

.mv-movie video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.mv-movie{
		margin-top: 80px;
		display: none;
	}
}
/***********************************************************

JOURNAL

************************************************************/
.interview.img-border:before {
  content: "";
  border: 0!important
}

.topJournal {
  padding-top: 40px
}

.topJournal, .topJournal .item_ttl {
  font-family: Times New Roman, 游明朝, YuMincho, ヒラギノ明朝 Pr6 W6, Hiragino Mincho Pro, HGS明朝E, メイリオ, ＭＳ\ Ｐ明朝, MS PMincho, Meiryo, Sawarabi Mincho, serif;
  font-size: 1pc;
  font-weight: 400;
  letter-spacing: .05em
}

.topJournal img {
  height: auto
}

.isotope {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.interview.item {
/*  width: 380px*/
	width: 30.35%;
}

@media screen and (max-width:768px) {
  .topJournal {
    padding-top: 20px
  }
  .topJournal img {
    height: auto
  }
  .isotope {
    width: 100%
  }
  .interview.item {
    float: none;
    width: 100%!important;
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0
  }
}