/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #333;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("/special/anteprima-wirebag-2019/fonts/icomoon.eot?bng75c");
	src: url("/special/anteprima-wirebag-2019/fonts/icomoon.eot?bng75c#iefix") format("embedded-opentype"), url("/special/anteprima-wirebag-2019/fonts/icomoon.ttf?bng75c") format("truetype"), url("/special/anteprima-wirebag-2019/fonts/icomoon.woff?bng75c") format("woff"), url("/special/anteprima-wirebag-2019/fonts/icomoon.svg?bng75c") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e901";
}

.icon-line:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.icon-arrow-top:before {
	content: "\e905";
}

.icon-arrow-down:before {
	content: "\e906";
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e907";
}

/* Slick slider styles */

.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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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;
}

.main-nav .menu,
.pagination-list,
.social-media,
.wire-bag .feature-list,
.footer-bottom .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.main-model .photo-block:after,
.about-model .holder:after,
.about-model .col-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 15px/2 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f57923;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ebece5;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ebece5;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #ebece5;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ebece5;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ebece5;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #ebece5;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 999;
	color: #fff;
	padding: 36px 0;
}

.nav-active #header {
	background: #000;
}

#header .container {
	max-width: 1339px;
	padding: 0 23px;
}

#header .flex-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#header .slogan {
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1.5px;
	max-width: 50%;
	padding-right: 15px;
	text-align: center;
}

#header .logo {
	display: block;
	width: 22px;
	margin-right: auto;
}

.nav-opener {
	width: 33px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #f57923;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 9px;
	left: 5%;
	right: 5%;
	height: 2px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 3px;
}

.nav-opener:after {
	top: 15px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.main-nav {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 102px;
	bottom: 0;
	right: 0;
	background: #000;
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.25;
	overflow-y: auto;
	min-height: calc(100vh - 102px);
}

.nav-active .main-nav {
	opacity: 1;
	visibility: visible;
}

.main-nav .menu {
	padding: 55px 23px;
	text-align: center;
}

.main-nav .menu li {
	margin-bottom: 40px;
}

.main-nav .menu li.active a {
	color: #f57923;
}

.main-nav .menu a {
	color: #fff;
}

.main-nav .menu a:hover {
	color: #f57923;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active {
	position: fixed;
	width: 100%;
	overflow: hidden;
	left: 0;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1220px;
}

.container.container-sm {
	max-width: 900px;
}

.container.container-md {
	max-width: 1100px;
}

iframe {
	border: none;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #f57923;
}

.btn {
	-webkit-transition: border .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	transition: border .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font: 500 10px/1.4 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 14px 10px;
	text-align: center;
	border: 1px solid transparent;
	letter-spacing: 4px;
}

.btn.btn-pink {
	background: #ff858f;
	border-color: #ff858f;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	min-width: 188px;
	padding: 8px 10px;
	letter-spacing: 0;
}

.btn.btn-pink:hover {
	background: transparent;
	color: #ff858f;
}

.btn.btn-orange {
	background: #f57923;
	border-color: #f57923;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	min-width: 188px;
	padding: 8px 10px;
	letter-spacing: 0;
}

.btn.btn-orange:hover {
	background: transparent;
	color: #f57923;
}


.btn.btn-purple {
	background: #6B4FC3;
	border-color: #6B4FC3;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	min-width: 188px;
	padding: 8px 10px;
	letter-spacing: 0;
}

.btn.btn-purple:hover {
	background: transparent;
	color: #6B4FC3;
}

.btn.btn-dark {
	background: #201e1d;
	border-color: #201e1d;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	min-width: 188px;
	padding: 8px 10px;
	letter-spacing: 0;
}

.btn.btn-dark:hover {
	background: transparent;
	color: #201e1d;
}

.btn.btn-brown {
	background: #a13b27;
	border-color: #a13b27;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	min-width: 188px;
	padding: 8px 10px;
	letter-spacing: 0;
}

.btn.btn-brown:hover {
	background: transparent;
	color: #a13b27;
}

.btn.btn-outline-pink {
	border-color: #ff858f;
	color: #ff858f;
	min-width: 153px;
}

.btn.btn-outline-pink:hover {
	background: #ff858f;
	color: #fff;
}

.btn.btn-outline-purple {
	border-color: #5100c6;
	color: #5100c6;
	min-width: 153px;
}

.btn.btn-outline-purple:hover {
	background: #5100c6;
	color: #fff;
}


.btn.btn-outline-white {
	border-color: #fff;
	color: #fff;
	font-size: 10px;
	letter-spacing: .9px;
	min-width: 116px;
	font-weight: 400;
}

.btn.btn-outline-white:hover {
	background: #fff;
	color: #333;
}

.btn.btn-outline-dark {
	color: #000;
	border-color: #000;
	padding: 9px 10px;
	font-size: 12px;
	min-width: 205px;
}

.btn.btn-outline-dark:hover {
	background: #000;
	color: #fff;
}

.btn.btn-outline-top {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.429;
	color: #333;
	border-color: #000;
	letter-spacing: 0;
	padding: 16px 10px;
	min-width: 157px;
}

.btn.btn-outline-top:hover {
	background: #000;
	color: #fff;
}

.btn.btn-read-more {
	position: relative;
	border-color: #fff;
	color: #fff;
	padding-left: 20px;
	font-weight: 400;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 5px 15px 5px 20px;
	letter-spacing: .7px;
	transition: 0.5s ease;
	font-size: 10px;

}

.btn.btn-read-more:hover {
	background: #000;
	color: black;
	border-color: #fff;
	background-color: white;
}

.btn.btn-read-more:before,
.btn.btn-read-more:after {
	content: "";
	position: absolute;
	left: 14px;
	top: 49%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 6px;
	height: 1px;
	background: white;
}

.btn.btn-read-more:after {
	width: 1px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-read-more:before:hover,
.btn-read-more:after:hover {
	background: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h5,
.h5 {
	line-height: 1.2;
	font-weight: 400;
}

h1 {
	line-height: 1.1875;
	font-weight: 200;
}

.profile {
	display: block;
	font-size: 12px;
	line-height: 1.667;
	border-bottom: 1px solid currentColor;
	letter-spacing: .78px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.pagination-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase;
	margin: 0 -10px;
	font-size: 18px;
	letter-spacing: 4.95px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	position: relative;
	line-height: 1.2;
}

.pagination-list:before {
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background: currentColor;
}

.pagination-list li {
	padding: 0 10px;
}

.pagination-list li:last-child {
	margin-left: auto;
}

.pagination-list li a {
	color: currentColor;
}

.pagination-list li a:hover {
	color: #f57923;
}

.slick-arrow {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	left: 20px;
	top: 33.3%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	outline: none;
	box-shadow: none;
	background: transparent;
	border: none;
	color: #888968;
	z-index: 10;
	width: 70px;
	height: 30px;
	padding: 0;
	overflow: hidden;
}

.slick-arrow:before {
	content: "\e900";
	font-family: "icomoon" !important;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-arrow:hover {
	color: #f57923;
}

.slick-arrow.slick-next {
	right: -53px;
	left: auto;
}

.slick-arrow.slick-next:before {
	content: "\e907";
}

.bg-beige {
	background: #fffaf1;
}

.bg-pink {
	background: rgba(255, 133, 143, .58);
}

.bg-orange {
	background: #d97c3c;
}

.social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.social-media li {
	padding: 0 15px 5px;
}

.social-media i {
	font-size: 15px;
}

blockquote {
	font: 500 16px/1.5625 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	;
	margin: 0;
	padding: 0;
}

blockquote p:before {
	content: "“";
}

blockquote p:after {
	content: "”";
}

.video-holder {
	position: relative;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

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

#vid {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub-title {
	display: block;
	font-size: 24px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.2;
}

.slogan {
	font-family: "Questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	color: #000;
}

.to-next-section {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	width: 27px;
	position: absolute;
	bottom: -250px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 27px;
	text-align: center;
	font-size: 15px;
	color: rgba(255, 255, 255, .7);
}

.to-next-section:hover {
	color: #f57923;
}

.back-top {
	position: fixed;
	right: 30px;
	bottom: 40px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	padding-right: 50px;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #f57923;
	z-index: 2;
}

.back-top:before {
	font-family: "icomoon" !important;
	content: "\e905";
	position: absolute;
	top: -3px;
	right: 20px;
	font-size: 14px;
}

.intro-section {
	white-space: nowrap;
	text-align: center;
	position: relative;
	padding: 100px 0 100px;
	background-color: #f0f0f0;
	color: #fff;
}

.intro-section:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: calc(100vh - 200px);
}

.intro-section>* {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.intro-section h1 {
	font-family: Raleway, sans-serif !important;
	text-transform: uppercase;
	font-size: 90px !important;
	margin-bottom: 25px;
	letter-spacing: 0px;
	padding: 0 20px;
}

.info-box {
	white-space: nowrap;
	text-align: center;
	background: #f6f5f3;
	padding: 25px 0;
	font: 400 14px/1.85715 "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .1px;
}

.info-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: calc(286px - 50px);
}

.info-box>* {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.info-box p:only-child {
	margin-bottom: 0;
}

.about-bag .bg-holder {
	white-space: nowrap;
	text-align: center;
	color: #fff;
	margin: 0 -15px;
	padding: 30px 0 15px;
}

.about-bag .bg-holder:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 169px;
}

.about-bag .bg-holder>* {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 99%;
}

.about-bag h2 strong {
	text-transform: uppercase;
	letter-spacing: .5px;
}

.about-bag .text-holder {
	text-align: center;
	padding: 33px 10px 37px;
	font: 400 14px/1.715 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	;
	letter-spacing: 1.5px;
}

.visual-section h1 {
	font-size: 64px;
	color: #5100c6;
	line-height: .8594;
	letter-spacing: 2px;
	margin-bottom: 31px;
}

.visual-section .bg-holder {
	min-height: 559px;
}

.visual-section .text-holder {
	margin-top: -34px;
	text-align: center;
	padding: 0 32px 45px;
	font: 500 16px/1.5625 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	;
}

.visual-section .text-holder p {
	margin-bottom: 19px;
}

.movie-block .container {
	max-width: 1000px;
}

.movie-block .bg-holder {
	padding-top: 134.6%;
}

.movie-block .video-holder {
	margin-bottom: 39px;
}

.movie-block .text-holder {
	font-size: 14px;
	line-height: 2.0715;
	margin-bottom: 36px;
	color: #333;
	text-align: justify;
	letter-spacing: 0.05rem;
}

.mosaic-section {
	padding: 66px 0 40px;
}

.mosaic-section .mosaic-item {
	color: #fff;
	position: relative;
	padding-top: 69px;
	max-width: 500px;
	margin-bottom: 63px;
}

.mosaic-section .mosaic-item:nth-child(3n+1) .text-box {
	background: #d97c3c;
}

.mosaic-section .mosaic-item:nth-child(3n+1) .text-box:before {
	background: #d97c3c;
}

.mosaic-section .mosaic-item:nth-child(3n+2) .text-box {
	background: #a13b27;
}

.mosaic-section .mosaic-item:nth-child(3n+2) .text-box:before {
	background: #a13b27;
}

.mosaic-section .mosaic-item:nth-child(3n+3) .text-box {
	background: #201e1d;
}

.mosaic-section .mosaic-item:nth-child(3n+3) .text-box:before {
	background: #201e1d;
}

.mosaic-section .mosaic-item:nth-child(even) {
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.mosaic-section .mosaic-item:nth-child(even) .bg-holder {
	margin-left: auto;
}

.mosaic-section .mosaic-item:nth-child(even) .text-box {
	margin-right: auto;
	margin-left: 0;
}

.mosaic-section .mosaic-item:nth-child(even) .text-box:before {
	right: auto;
	left: 0;
}

.mosaic-section .mosaic-item:nth-child(even) .sub-title {
	top: 190px;
	right: 0;
	left: auto;
}

.mosaic-section .bg-holder {
	width: 320px;
	min-height: 400px;
	position: relative;
}

.mosaic-section .sub-title {
	font-size: 24px;
	line-height: 1.292;
	font-family: "Noto Serif JP", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	position: absolute;
	top: 36%;
	left: 0;
	padding: 0 10px 0 40px;
	margin: 0;
}

#chiba-yuka-section .sub-title {
	padding: 0 0px 0 10px;
}

#akira-section .sub-title {
	padding: 0 0px 0 0px;
	margin: 0;
	letter-spacing: 3px;
	font-size: 30px;
}

.mosaic-section .sub-title span {
	display: inline-block;
	vertical-align: middle;
}

.mosaic-section .sub-title span:only-child {
	text-align: center;
}

.mosaic-section .sub-title span:nth-child(2) {
	width: 100%;
	text-align: right;
}

.mosaic-section .text-box {
	background: #d97c3c;
	width: calc(100% - 138px);
	margin-left: auto;
	padding: 34px 26px 19px 32px;
}

.mosaic-section .text-box:before {
	position: absolute;
	content: "";
	background: #d97c3c;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 138px);
	z-index: -1;
}

.mosaic-section .text-box .h6 {
	font-size: 10px;
	line-height: 1.7;
	text-transform: lowercase;
	letter-spacing: .035px;
	display: block;
	margin-bottom: 0;
	font-weight: 400;
}

.mosaic-section .text-box h5 {
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
	margin-bottom: 12px;
}

.mosaic-section .text-box .btn-holder {
	text-align: right;
}

.brand {
	color: #fff;
	background: #000;
	padding: 66px 0 121px;
}

.brand .container {
	max-width: 1032px;
}

.brand h2 {
	text-align: center;
	margin-bottom: 29px;
}

.brand h2 strong {
	text-transform: uppercase;
	font-weight: 500;
}

.brand .btn-holder {
	text-align: center;
}

.brand .bg-holder {
	padding-top: 123.5%;
	margin-bottom: 20px;
}

.brand .text-holder {
	letter-spacing: .75px;
}

.brand .text-holder p {
	text-align: justify;
	margin-bottom: 50px;
}

.slider-section {
	background: #ebece5;
	padding: 101px 0 67px;
}

.slider-section .container {
	position: relative;
	max-width: 1286px;
}

.slider-section h2 {
	text-align: center;
	letter-spacing: -.5px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 35px;
}

.slider-section .collection-title {
	text-align: center;
	display: block;
	font-size: 10px;
	line-height: 1.9;
	letter-spacing: 0;
	font-family: "Questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 36px;
}

.slider-section .heading-holder {
	letter-spacing: .75px;
	margin-bottom: 32px;
}

.slider-section .slider-holder {
	background: #fff;
	padding: 46px 0 62px;
	position: relative;
	margin-bottom: 79px;
}

.slider-section .slider-holder p {
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-align: justify;
}

.slider-section .slider-holder:before {
	position: absolute;
	content: "";
	left: -30px;
	right: -30px;
	top: 0;
	bottom: 0;
	background: #fff;
}

.slider-section .slider-holder>* {
	position: relative;
	z-index: 1;
}

.slider-section h6 {
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.slider-section .price {
	display: block;
	text-align: center;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 500;
}

.slider-section .color {
	display: block;
	text-align: center;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 500;
}

.slider-section .btn-holder {
	text-align: center;
}

.bag-slider .img-holder img {
	margin: 0 auto 16px;
	width: 185px;
}

.bag-slider .bag-item {
	padding: 0 10px 63px;
}

.wire-bag {
	max-width: 275px;
	margin: 0 auto;
}

.wire-bag.pink-bag {
	color: #ff858f;
}

.wire-bag.orange-bag {
	color: #f57923;
}

.wire-bag.purple-bag {
	color: #6B4FC3;
}

.wire-bag.dark-bag {
	color: #333;
}

.wire-bag.brown-bag {
	color: #a13b27;
}

.wire-bag .img-holder {
	border: 1px solid currentColor;
	margin-bottom: 26px;
}

.wire-bag .img-holder img {
	display: block;
	margin: 0 auto;
}

.wire-bag .heading-box {
	text-align: center;
	margin-bottom: 17px;
}

.wire-bag h2 {
	font-size: 30px;
	line-height: .9;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.2px;
	margin-bottom: 0;
}

.wire-bag .description {
	display: block;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
	margin-bottom: 15px;
	letter-spacing: .65px;
}

.wire-bag .list-holder {
	max-width: 195px;
	margin: 0 auto 69px;
}

.wire-bag .feature-list {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.8334;
	letter-spacing: -.18px;
	margin-bottom: 12px;
}

.wire-bag .feature-list .feature {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}

.wire-bag .feature-list .value {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	padding-left: 15px;
	position: relative;
}

.wire-bag .feature-list .value:before {
	content: ":";
	position: absolute;
	left: -4px;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wire-bag .social-media {
	text-transform: lowercase;
	font-size: 12px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 -11px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wire-bag .social-media li {
	padding: 0 11px;
}

.wire-bag .social-media a {
	color: currentColor;
}

.wire-bag .social-media a:hover {
	color: #d97c3c;
}

.wire-bag .social-media i {
	font-size: 14px;
}

.video-block {
	padding-bottom: 51px;
	max-width: 1190px;
	margin: 0 auto;
}

.main-model {
	color: #ff858f;
	padding-bottom: 93px;
}

.main-model .container {
	max-width: 1130px;
}

.main-model .heading-holder {
	text-align: center;
	letter-spacing: .75px;
	margin-bottom: 36px;
	padding: 40px 5px;
}

.main-model .heading-holder .sub-title {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: .42px;
	margin-bottom: 30px;
}

.main-model .heading-holder h1 {
	line-height: 1;
	letter-spacing: 1.68px;
	margin-bottom: 15px;
}

.main-model blockquote {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 106px;
}

.main-model blockquote.blockquote-lg {
	margin-bottom: 40px;
	font-size: 18px;
}

.main-model .photo-block {
	position: relative;
	margin: 0 -15px;
	padding-bottom: 54px;
}

.main-model .photo-block:before {
	content: "";
	position: absolute;
	left: -100vw;
	right: -100vw;
	bottom: 0;
	height: 85px;
	z-index: -1;
	background: rgba(255, 133, 143, .58);
}

.main-model .photo-block h2 {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .84px;
	line-height: 1.25;
}

.main-model .photo-block .text-holder {
	padding: 70px 15px 0;
	margin-left: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 43%;
}

.main-model .photo-block .img-holder {
	float: left;
	width: 57%;
}

.main-model .photo-block .img-holder img {
	position: relative;
	width: 100%;
}

.main-model .photo-block .img-holder:last-of-type {
	width: calc(43% + 60px);
	margin-left: -60px;
	margin-bottom: -35px;
	float: right;
}

.main-model .even-block {
	padding: 0px 0;
	text-align: justify;
}

.main-model .even-block .item {
	letter-spacing: .75px;
	margin-bottom: 55px;
}

.main-model .info-holder .bg-holder {
	min-height: 500px;
	margin: 0 -30px 50px;
}

.main-model .info-holder .bg-holder.bg-cover {
	background-position: top;
}

.main-model .info-holder .text-holder {
	padding: 0 23px 32px;
	letter-spacing: 0.05em;
	text-align: justify;
}

.about-model {
	padding: 17px 0;
}

.about-model.bg-orange {
	background: transparent;
	padding-top: 100px;
}

.about-model.bg-orange .photo-holder:before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 83px;
	right: -100vw;
	bottom: 97px;
	z-index: -1;
	background: #d97c3c;
}

.about-model.bg-dark {
	background: transparent;
}

.about-model.bg-dark .photo-holder:before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 113px;
	right: -100vw;
	bottom: 89px;
	z-index: -1;
	background: #201e1d;
}

.about-model.bg-brown {
	/* padding-bottom: 93px; */
}

.about-model.bg-brown .heading-holder {
	padding-bottom: 200px;
}

.about-model.bg-brown .photo-holder:before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 69px;
	right: -100vw;
	bottom: 79px;
	z-index: -1;
	background: #a13b27;
}

.about-model.bg-brown .only-photo {
	margin-bottom: 14px;
}

.about-model.bg-brown .col-holder {
	margin: 0 9px;
}

.about-model.bg-brown .col-holder .photo-box {
	width: 64%;
}

.about-model.bg-brown .col-holder .photo-box:last-of-type {
	margin-top: -75px;
	width: 50%;
}



.about-model.bg-brown .col-holder .photo-box:last-of-type .collection-title {
	color: #a13b27;
}

.about-model.bg-brown blockquote {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.about-model.reverse-photo {
	padding-bottom: 0px;
}

.about-model img.lazy {
	min-height: 160px;
	display: block;
}

.about-model .container {
	position: relative;
	max-width: 1195px;
}

.about-model .pagination-list {
	margin: 0 10px;
}

.about-model .descr-text {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	letter-spacing: 3.3px;
	font-weight: 300;
	position: absolute;
	position: absolute;
	left: -67px;
	top: 126px;
}

.about-model .model-info {
	font-size: 12px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .24px;
}

.about-model .model-info a {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	letter-spacing: -.42px;
	color: currentColor;
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
}

.about-model .model-info a:hover {
	color: #000;
}

.about-model .photo-holder {
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

.about-model .photo-holder:after {
	content: "";
	position: absolute;
	left: -100vw;
	bottom: 149px;
	right: -100vw;
	height: 1px;
	background: #fff;
	z-index: -1;
}

.about-model blockquote {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	margin: 30px 0;
	text-align: justify;
}

.about-model .heading-holder {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	float: left;
	max-width: 30%;
	padding-bottom: 100px;
	overflow: hidden;
}

.about-model .heading-holder h2 {
	font-size: 36px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1.26px;
	font-weight: 300;
}

.about-model .collection-title {
	font-size: 12px;
	font-family: "Questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
}

.about-model .only-photo {
	width: 68%;
	float: right;
	position: relative;
	margin: 0;
	z-index: 2;
}

.about-model .only-photo img {
	display: block;
	margin-bottom: 20px;
}

.about-model .col-holder {
	width: 100%;
	clear: both;
	position: relative;
}

.about-model .col-holder .photo-title {
	text-transform: uppercase;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 26%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: 300;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1.26px;
	z-index: 3;
	text-overflow: ellipsis;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
}

#chiba-yuka .photo-title {
	top: 26%;
}

#akira .photo-title {
	top: 10%;

}

#yumi-raika .photo-title {
	top: 40%;
}

.about-model .col-holder .photo-box {
	width: 74%;
	float: left;
	text-align: right;
}

.about-model .col-holder .photo-box:last-of-type {
	margin-top: -40px;
	width: 64%;
	float: right;
	text-align: left;
}

.about-model .col-holder .photo-box:last-of-type .collection-title {
	color: #000;
}

.about-model .col-holder .photo-box img {
	display: block;
	margin-bottom: 10px;
}

.about-model .description-holder .profile {
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
}

.about-model .description-holder .text-holder {
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 40px;
	letter-spacing: 0.05rem;
	margin-left: 0px;
	text-align: justify;
}

#yumi-raika .description-holder .text-holder {
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 40px;
	letter-spacing: 0.05rem;
	margin-left: 0px;
	text-align: justify;
}


#akira .description-holder .text-holder {
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 40px;
	letter-spacing: 0.05rem;
	margin-left: 0px;
	text-align: justify;
}

.footer-top {
	text-align: center;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 34px 0 25px;
	position: relative;
}

.footer-top .col {
	position: relative;
	margin-bottom: 28px;
}

.footer-top .col:before {
	content: "";
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: 0;
	height: 1px;
	background: #000;
}

.footer-top .col:last-of-type {
	margin-bottom: 0;
}

.footer-top .col:last-of-type:before {
	content: none;
}

.footer-top .text-info {
	font-size: 14px;
	line-height: 1.857;
	padding: 0 10px 38px;
	letter-spacing: .28px;
}

.footer-top .text-info p {
	margin-bottom: 17px;
	color: #000;
}

.footer-top .btn-outline-dark {
	min-width: 175px;
	letter-spacing: .24px;
	padding: 11px;
}

.footer-top time {
	font-weight: bold;
	display: block;
	font-size: 16px;
}

.footer-top .description {
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 18px;
}

.footer-top .slogan {
	letter-spacing: 5.4px;
	display: block;
	margin-bottom: 16px;
}

.footer-top .social-media a {
	color: #000;
}

.footer-top .social-media a:hover {
	color: #f57923;
}

.footer-bottom {
	padding: 54px 0 32px;
	background: #000;
	color: #fff;
	text-align: center;
}

.footer-bottom .contact-list {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	letter-spacing: .24px;
	margin-bottom: 49px;
}

.footer-bottom .contact-list li {
	margin-bottom: 11px;
}

.footer-bottom .contact-list li:last-child {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-bottom .contact-list a {
	color: #fff;
}

.footer-bottom .contact-list a:hover {
	color: #f57923;
}

.footer-bottom .btn-outline-white {
	letter-spacing: .24px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 12px;
	padding: 18px 10px;
	min-width: 263px;
	margin-bottom: 30px;
}

.footer-bottom .copyright-logo {
	display: block;
	width: 136px;
	margin: 0 auto;
}

.footer-bottom .copyright-logo a {
	display: block;
}

@media (min-width: 375px) {
	.container {
		padding: 0 30px;
	}

	.pagination-list {
		margin: 0 -25px;
	}

	.about-bag .bg-holder {
		margin: 0 -30px;
	}

	.brand .bg-holder {
		margin: 0 27px 46px;
	}

	.main-model .photo-block {
		margin: 0 -30px;
		padding: 30px 30px 50px 30px;
	}

	.about-model .col-holder {
		margin: 0;
	}
}

@media (min-width: 480px) {
	.container {
		padding: 0 15px;
	}

	.pagination-list {
		margin: 0;
	}

	.about-bag .bg-holder {
		margin: 0;
		background-position: 0 30%;
	}

	.brand .bg-holder {
		padding-top: 75%;
	}

	.main-model .photo-block {
		margin: 0 auto;
		max-width: 700px;
	}

	.about-model .col-holder {
		margin: 0;
	}
}

@media (min-width: 768px) {

	.main-model .heading-holder h1 {
		font-size: 89px;
		letter-spacing: 0px;
		line-height: 0.90;
		margin-bottom: 25px;
		text-align: right;
	}

	.about-model.reverse-photo {
		padding-bottom: 109px;
	}

	.about-model .col-holder .photo-title {
		font-size: 120px;
		letter-spacing: 2.52px;
		top: -298px;
		left: 56.7%;
	}

	#yumi-raika .photo-title {
		letter-spacing: 2.52px;
		top: -130px;
		left: 66%;
	}

	#akira .photo-title {
		letter-spacing: 2.52px;
		top: -130px;
		left: 56.7%;
	}

	.about-model .description-holder .text-holder {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 40px;
		letter-spacing: 0.05em;
		margin-left: 75px;
	}

	#yumi-raika .description-holder .text-holder {
		font-size: 14px;
		line-height: 1.8572;
		margin-bottom: 40px;
		letter-spacing: 0.05em;
		margin-left: 100px;
	}


	#akira .description-holder .text-holder {
		font-size: 14px;
		line-height: 1.8572;
		margin-bottom: 40px;
		letter-spacing: 0.05em;
		margin-left: 90px;
	}

	#header {
		padding: 48px 0;
	}

	#header .slogan {
		font-size: 14px;
		position: absolute;
		letter-spacing: 3px;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 15px;
	}

	.nav-opener {
		width: 40px;
	}

	.nav-opener span {
		top: 11px;
	}

	.nav-opener:after {
		top: 19px;
	}

	.main-nav {
		font-size: 18px;
		top: 126px;
		min-height: calc(100vh - 126px);
	}

	.main-nav .menu {
		padding-top: 62px;
	}

	.main-nav .menu li {
		margin-bottom: 42px;
	}

	.btn {
		font-size: 12px;
		line-height: 1.417;
		padding-top: 20px;
		padding-bottom: 20px;
		letter-spacing: 4px;
	}

	.btn.btn-outline-white {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.btn.btn-outline-top {
		padding: 23px 10px;
		min-width: 202px;
	}

	.btn.btn-read-more {
		padding: 8px 20px 8px 35px;
	}

	.btn.btn-read-more:before,
	.btn.btn-read-more:after {
		left: 18px;
		width: 9px;
	}

	.btn.btn-read-more:after {
		width: 1px;
		height: 9px;
	}

	.profile {
		letter-spacing: 2px;
		font-size: 15px;
		line-height: 2;
		border-bottom: none;
		margin-bottom: 15px;
	}

	.pagination-list {
		font-size: 24px;
		letter-spacing: 6.6px;
		padding-bottom: 11px;
	}

	.slick-arrow {
		left: 0;
	}

	.slick-arrow.slick-next {
		right: -70px;
	}

	.sub-title {
		font-size: 36px;
		letter-spacing: 9px;
		margin-bottom: 35px;
	}

	.slogan {
		font-size: 24px;
		letter-spacing: 6px;
	}

	.to-next-section {
		display: none;
	}

	.info-box {
		line-height: 2;
		letter-spacing: .9px;
		background: white;
		padding: 100px 0 0;
	}

	.info-box:after {
		min-height: 263px;
	}

	.about-bag {
		padding: 50px 0;
	}

	.about-bag .bg-holder:after {
		min-height: 551px;
	}

	.about-bag h2 {
		margin-bottom: 32px;
	}

	.about-bag .text-holder {
		max-width: 900px;
		margin: 0 auto;
		letter-spacing: .75px;
		font-size: 15px;
		line-height: 2;
		padding: 90px 0;
	}

	.visual-section .text-holder {
		max-width: 1094px;
		margin: -55px auto 0;
	}

	.visual-section .btn {
		min-width: 205px;
	}

	.movie-block .flex-holder {
		margin: 0 -21px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.movie-block .col {
		width: 50%;
		padding: 0 21px;
	}

	.movie-block .bg-holder {
		height: 100%;
	}

	.movie-block .video-holder {
		margin-bottom: 50px;
	}

	.movie-block .text-holder {
		font-size: 15px;
		letter-spacing: .75px;
		line-height: 2;
	}

	.movie-block .text-holder p {
		margin-bottom: 63px;
	}

	.mosaic-section .mosaic-item {
		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;
		max-width: 700px;
		margin-bottom: 18px;
	}

	.mosaic-section .mosaic-item:nth-child(even) .sub-title {
		top: 244px;
		right: auto;
		left: 0;
	}

	.mosaic-section .bg-holder {
		width: 360px;
		height: 470px;
	}

	.mosaic-section .sub-title {
		max-width: 641px;
		top: 49%;
		left: auto;
		right: 10px;
	}

	.mosaic-section .sub-title span:nth-child(2) {
		width: auto;
		display: inline;
	}

	.mosaic-section .text-box {
		width: calc(100% - 360px);
		padding-top: 300px;
	}

	.mosaic-section .text-box:before {
		display: none;
	}

	.mosaic-section .text-box .h6 {
		font-size: 18px;
		line-height: 1.67;
	}

	.brand {
		background: transparent;
		padding: 0 0 83px;
	}

	.brand .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #333;
	}

	.brand h2 {
		text-align: left;
		font-size: 36px;
		margin-bottom: 20px;
	}

	.brand h2 strong {
		font-weight: 700;
	}

	.brand .btn-holder {
		text-align: right;
	}

	.brand .bg-holder {
		padding-top: 66.2%;
		width: 48%;
		margin: 0 0 0 -15px;
	}

	.brand .text-holder {
		width: 52%;
		-ms-flex-item-align: end;
		align-self: flex-end;
		padding: 30px;
	}

	.brand .text-holder p {
		margin-bottom: 60px;
	}

	.slider-section h2 {
		font-size: 48px;
		margin: 30px 0;
	}

	.slider-section .heading-holder {
		font-size: 14px;
		line-height: 2.143;
		margin-bottom: 20px;
	}

	.slider-section .slider-holder {
		padding: 30px;
	}

	.slider-section .slider-holder:before {
		content: none;
	}

	.slider-section h6 {
		margin-bottom: 3px;
	}

	.bag-slider .bag-item {
		padding: 0 5px 70px;
	}

	.wire-bag .list-holder {
		max-width: 209px;
		margin-bottom: 86px;
	}

	.video-block {
		padding: 100px 50px 100px;
	}

	.main-model .heading-holder {
		max-width: 614px;
		margin: 90px auto 50px;
		padding: 0;
		text-align: left;
	}

	.main-model .heading-holder .sub-title {
		text-align: right;
		font-size: 18px;
		letter-spacing: .63px;
		margin-bottom: 32px;
	}

	.main-model p {
		font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
		text-align: justify;

	}

	.main-model blockquote {
		max-width: 700px;
		margin: 30px auto 130px;
		font-size: 36px;
	}

	blockquote .quotes {
		font-size: 30px;
		text-align: center;
	}

	.main-model blockquote.blockquote-lg {
		max-width: 800px;
		margin-bottom: 150px;
	}

	.main-model .photo-block h2 {
		font-size: 30px;
	}

	.main-model .even-block {
		padding: 0px 40px;
		margin: 0 auto;
	}

	.main-model .even-block .item {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 40px;
	}

	.main-model .even-block .item:nth-of-type(even) {
		margin-left: auto;
	}

	.main-model .info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 900px;
		margin: 0 auto 40px;
	}

	.main-model .info-holder .bg-holder {
		width: 50%;
		margin: 0;
	}

	.main-model .info-holder .text-holder {
		width: 50%;
		-ms-flex-item-align: end;
		align-self: flex-end;
		padding: 0 0 3px 32px;
	}

	.about-model {
		padding-bottom: 25px;
	}

	.about-model.bg-orange .photo-holder:before {
		top: 129px;
	}

	.about-model.bg-dark .photo-holder:before {
		top: 167px;
	}

	.about-model.bg-brown .photo-holder:before {
		top: 201px;
	}

	.about-model.bg-brown .only-photo {
		width: 49.5%;
	}

	#yumi-raika .only-photo {
		width: 40.5%;
		margin-left: 30px;
	}

	.about-model.bg-brown .col-holder .photo-box:first-of-type {
		width: 38.9%;
		position: relative;
		z-index: 2;
		margin-right: 70px;
	}

	.about-model.bg-brown .col-holder .photo-box:last-of-type {
		width: 35.8%;
		margin-top: 0;
	}

	#yumi-raika .photo-box:last-of-type {
		width: 40%;
		margin-top: 0;
		margin-left: 100px;
	}

	.about-model.bg-brown .collection-title {
		margin-bottom: 30px;
		display: block;
	}

	.about-model.bg-brown blockquote {
		max-width: 325px;
	}

	#yumi-raika blockquote {
		max-width: 400px;
		margin-top: 60px;
	}

	.about-model.bg-brown .description-holder {
		margin-bottom: 0px;
	}

	.about-model.reverse-photo .only-photo {
		padding-left: 43px;
		width: calc(48.8% + 43px);
	}

	.about-model.reverse-photo .col-holder .photo-box:last-of-type {
		margin-top: 40px;
	}

	#akira .photo-box:last-of-type {
		margin-top: 0px;
		margin-left: 100px;
		width: 40%;
	}

	.about-model img.lazy {
		min-height: 220px;
	}

	.about-model .descr-text {
		right: 0;
		top: 45%;
		left: auto;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	#yumi-raika .about-model .descr-text {
		right: 0;
		top: 45%;
		left: auto;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}



	.about-model .wire-bag {
		max-width: 240px;
		margin: 0 0 0 auto;
	}

	.about-model .wire-bag .list-holder {
		max-width: 100%;
	}

	.about-model .wire-bag .heading-box {
		text-align: left;
	}

	.about-model .model-info {
		font-size: 16px;
	}

	.about-model .model-info a {
		font-size: 16px;
	}

	.about-model .photo-holder {
		margin-bottom: 94px;
	}

	.about-model .occupation {
		font-size: 14px;
		padding-bottom: 1px;
	}

	.about-model blockquote {
		position: absolute;
		right: -115px;
		top: 50%;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		font-size: 15px;
		line-height: 1.6;
		max-width: 375px;
		top: 40%;
		max-height: 330px;
		overflow-y: auto;
		margin: 0;
	}

	.about-model .heading-holder {
		padding-bottom: 170px;
		min-height: 475px;
	}

	#akira .heading-holder {
		padding-bottom: 100px;
		min-height: 750px;
	}

	.about-model .only-photo {
		width: calc(41.8% + 109px);
		padding-left: 70px;
		margin-bottom: 0;
	}

	.about-model .only-photo {
		float: left;
	}

	.about-model .only-photo img {
		margin-bottom: 14px;
	}

	.about-model .only-photo .collection-title {
		max-width: 250px;
	}

	.about-model .holder {
		margin-bottom: 95px;
	}

	.about-model .col-holder .photo-box {
		float: right;
		width: 40%;
	}

	.about-model .col-holder .photo-box:first-of-type {
		margin-top: -455px;
	}

	#akira .photo-box:first-of-type {
		margin-top: -441px;
	}

	.about-model .col-holder .photo-box:last-of-type {
		margin-top: -20px;
		float: left;
		width: 42%;
		margin-left: 75px;
	}

	.about-model .col-holder .photo-box img {
		margin-bottom: 4px;
	}

	.about-model .description-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-model .description-holder .col {
		width: 50%;
	}

	.about-model .description-holder .profile {
		font-size: 18px;
		letter-spacing: 1.17px;
		font-weight: 500;
		margin-bottom: 19px;
	}

	.footer-top {
		padding: 36px 0 20px;
	}

	.footer-top:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #000;
	}

	.footer-top .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-top .col {
		width: 50%;
		padding: 0 20px;
		margin-bottom: 11px;
	}

	.footer-top .col:before {
		content: none;
	}

	.footer-top .text-info {
		max-width: 330px;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.footer-top .text-info p {
		margin-bottom: 11px;
	}

	.footer-top .description {
		font-size: 12px;
		margin-bottom: 14px;
	}

	.footer-top .slogan {
		color: #000;
		font-size: 24px;
		letter-spacing: 7.2px;
		margin-bottom: 12px;
	}

	.footer-bottom {
		padding: 64px 0 10px;
	}

	.footer-bottom .contact-list {
		font-size: 14px;
		margin-bottom: 56px;
	}

	.footer-bottom .contact-list li {
		margin-bottom: 7px;
	}

	.footer-bottom .btn-outline-white {
		font-size: 14px;
		padding: 22px 10px;
		margin-bottom: 25px;
		min-width: 309px;
	}
}

@media (min-width: 1024px) {
	blockquote {
		font-size: 48px;
		line-height: 1.48;
	}

	.visual-section blockquote {
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: 0px;
		font-weight: 400;
	}

	.about-bag {
		padding: 80px 0 50px;
	}

	.visual-section .text-holder {
		padding-bottom: 90px;
	}

	.visual-section .text-holder p {
		margin-bottom: 30px;
	}

	.movie-block .col {
		width: 48.35%;
	}

	.movie-block .col:last-of-type {
		width: 51.65%;
	}

	.movie-block .bg-holder {
		padding-top: 132.6%;
	}

	.mosaic-section {
		padding: 125px 0 115px;
	}

	.mosaic-section .text-box h5 {
		font-size: 36px;
		padding-bottom: 14px;
		margin-bottom: 30px;
	}

	.slider-section .collection-title {
		font-size: 12px;
	}

	.wire-bag .img-holder {
		margin-bottom: 20px;
	}

	.wire-bag h2 {
		font-size: 30px;
		margin-bottom: 2px;
	}

	.wire-bag .description {
		font-size: 14px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.main-model {
		padding-bottom: 0px;
	}

	.main-model .heading-holder {
		margin-top: 110px;
		margin-bottom: 110px;
	}

	.main-model .photo-block {
		max-width: 903px;
		padding: 0 0 100px 0;
	}

	.main-model .even-block {
		padding-bottom: 50px;
	}

	.main-model .info-holder {
		margin-bottom: 122px;
	}

	.main-model .info-holder .bg-holder {
		min-height: 693px;
		width: 58%;
	}

	.main-model .info-holder .text-holder {
		width: 42%;
	}

	.about-model.bg-orange {
		padding-top: 152px;
	}

	.about-model.bg-brown .only-photo .collection-title {
		margin-bottom: 82px;
	}

	.about-model .only-photo .collection-title {
		max-width: 400px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 96px;
	}

	h2 {
		font-size: 48px;
	}

	.pagination-list {
		margin: 0 -25px;
	}

	.slick-arrow {
		left: -63px;
		top: 38%;
	}

	.slick-arrow:before {
		font-size: 70px;
	}

	.slick-arrow.slick-next {
		right: -140px;
	}

	.intro-section h1 {
		margin-bottom: 21px;
	}

	.visual-section h1 {
		font-size: 100px;
		line-height: .9;
		letter-spacing: 4px;
	}

	.visual-section .bg-holder {
		min-height: 885px;
		background-position: 0 25%;

	}

	.mosaic-section .mosaic-item {
		max-width: 1057px;
	}

	.mosaic-section .mosaic-item:nth-child(even) .text-box {
		padding-left: 43px;
		padding-right: 88px;
	}

	.mosaic-section .mosaic-item:nth-child(even) .sub-title {
		top: 410px;
		left: 50px;
	}

	.mosaic-section .bg-holder {
		width: 630px;
		min-height: 800px;
	}

	.mosaic-section .sub-title {
		font-size: 30px;
		letter-spacing: 4px;
		right: 63px;
		padding: 0 20px 0 40px;
		margin: 0;
	}

	.mosaic-section .text-box {
		width: calc(100% - 630px);
		padding: 430px 43px 35px 90px;
	}

	.brand .text-holder {
		padding: 30px 32px 48px 86px;
	}

	.slider-section {
		padding: 132px 0 57px;
	}

	.slider-section .slider-holder {
		padding: 70px 144px 55px 140px;
		margin-bottom: 93px;
	}

	.bag-slider .img-holder img {
		width: 239px;
	}

	.main-model .heading-holder h1 {
		font-size: 90px;
		letter-spacing: 0px;
		line-height: 0.90;
		margin-bottom: 25px;
		text-align: right;
	}

	.main-model .heading-holder h1 strong {
		font-weight: 600;
	}

	.main-model .photo-block:before {
		height: 304px;
	}

	.main-model .photo-block h2 {
		font-size: 60px;
		letter-spacing: 2.1px;
	}

	.main-model .photo-block .text-holder {
		padding: 115px 50px 54px 90px;
		text-align: center;
	}

	.main-model .photo-block .img-holder {
		width: 54%;
	}

	.main-model .photo-block .img-holder:last-of-type {
		width: calc(46% + 50px);
		margin-left: -115px;
	}

	.about-model.bg-orange .photo-holder:before {
		bottom: 438px;
	}

	.about-model.bg-orange .description-holder .col:last-of-type {
		margin-top: -428px;
	}

	.about-model.bg-dark .photo-holder:before {
		bottom: 378px;
	}

	.about-model.bg-dark .description-holder .col:last-of-type {
		margin-top: -388px;
	}

	.about-model.bg-brown .photo-holder:before {
		bottom: 266px;
	}

	.about-model.bg-brown .photo-holder:after {
		bottom: 445px;
	}

	.about-model.bg-brown .col-holder .photo-box:first-of-type {
		margin-top: -418px;
	}

	#yumi-raika .photo-box:first-of-type {
		margin-top: -600px;
		margin-right: 20px;
	}

	.about-model.bg-brown .col-holder .photo-box:last-of-type {
		min-height: 500px;
	}

	.about-model.bg-brown .description-holder .col:last-of-type {
		margin-top: -217px;
	}

	.about-model .descr-text {
		font-size: 32px;
		letter-spacing: 8.8px;
		right: -216px;
	}

	.about-model .photo-holder:after {
		height: 3px;
		bottom: 549px;
	}

	.about-model .heading-holder {
		padding-bottom: 266px;
		min-height: 806px;
	}

	.about-model .heading-holder h2 {
		font-size: 72px;
		letter-spacing: 2.52px;
	}

	.about-model .col-holder {
		margin: 0 -10px;
	}

	.about-model .col-holder .photo-title {
		font-size: 120px;
		letter-spacing: 2.52px;
		top: -298px;
		left: 56.7%;
	}

	#yumi-raika .photo-title {
		letter-spacing: 2.52px;
		top: -130px;
		left: 50%;
	}

	#akira .photo-title {
		letter-spacing: 2.52px;
		top: -130px;
		left: 56.7%;
	}

	.about-model .col-holder .photo-box:last-of-type {
		min-height: 700px;
	}
}

@media (max-width: 767px) {
	#header .logo {
		position: absolute;
		width: 14px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.back-top {
		display: none;
	}

	.about-model.reverse-photo .only-photo {
		margin-bottom: 16px;
		width: 69%;
	}

	.about-model.reverse-photo .col-holder .photo-box {
		float: right;
		width: 48%;
	}

	.about-model.reverse-photo .col-holder .photo-box:last-of-type {
		width: calc(71% + 15px);
		margin-top: -42px;
		padding-left: 14px;
		float: left;
	}

	.about-model .wire-bag .list-holder {
		max-width: 220px;
	}

	.about-model .collection-title {
		display: none;
	}

	.about-model .description-holder {
		padding: 0 24px;
	}

	.about-model .items {
		padding: 10px;
	}
}


.video-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#bgvid {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.video-container::after {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #1b1b1b;
	opacity: 0.9;
}

.header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
}

.header h1 {
	font-family: Raleway, sans-serif !important;
	text-transform: uppercase;
	font-size: 90px !important;
	margin-bottom: 25px;
	letter-spacing: 0px;
	padding: 0 20px;
}

.header h2 {
	margin: 10px;
	font-family: Noto Sans JP, sans-serif;
	letter-spacing: 20px;
	font-weight: 100;
}

.header .logo {
	font-family: Raleway, sans-serif;
	font-weight: 200;
	letter-spacing: 5px;
	font-size: 20px;
	margin: 30px 0;
}

.logo {
	transition: opacity 0.4s ease;
}

.logo:hover {
	opacity: 0.7;
}

@media (max-width: 768px) {
	.header .header {
		left: 50%;
	}

	.header.header h1 {
		font-size: 50px !important;
		text-align: center;
	}

	.intro-section h1 {
		text-transform: uppercase;
		font-size: 50px !important;
		margin-bottom: 21px;
		letter-spacing: 0px;
		padding: 0 20px;
	}
}

.credits {
	margin: 100px auto;
	width: 400px;
}

.credits p {
	text-align: center;
	font-family: raleway, sans-serif;
	font-size: 12px;
}

.bg-cover-emma {
	background-position: 50% 80%;
}

/* .bg-cover-emma:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
} */

/* body::-webkit-scrollbar {
	width: .8em;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-thumb {
	background-color: #000;
	outline: 1px solid #fff;
} */

.introduction h2 {
	color: #5100c6;
	font-style: oblique;
	font-size: 50px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;

}


.introduction p {
	font-weight: 500;
	font-size: 16px;
	width: 600px;
	align-content: center;
	text-align: center;
	margin: 25px auto;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;

}

.product-detail {
	margin: 5px 0;
	letter-spacing: 0px;
}

.product-detail a {
	color: #5100c6;
	font-family: 'Open Sans', sans-serif;
	transition: opacity 0.2s;
	font-weight: 600;
	font-size: 18px;

}

.product-detail img {
	padding: 9.5px 0;
	width: 17px;
	transition: opacity 0.2s;

}

.product-detail:hover {
	opacity: 0.6;
}

.wirebag-info h4 {
	color: #5100c6;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 1px;
	letter-spacing: 0px;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;

}

.wirebag-info p {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.emma-title-break {
	display: none;
}

.sp-break {
	display: none;
}

.about-bag h2 {
	font-size: 50px;
}

/* mobile */
@media (max-width: 768px) {
	#akira .heading-holder {
		padding-bottom: 217px;
	}

	#akira-section .sub-title {
		padding: 0 0px 0 0px;
		margin-left: 60px;
		letter-spacing: 1px;
		font-size: 23px;
		width: 300px;
	}

	.about-bag h2 {
		font-size: 30px;
	}

	.sp-break {
		display: inline;
	}

	.credits {
		margin: 0px auto 50px;
		width: 290px;
	}

	.credits p {
		text-align: center;
		line-height: 2em;
		font-size: 0.7375rem;
	}

	.emma-title-break {
		display: inline;
	}

	.introduction {
		background: white;
	}

	.introduction .container {
		max-width: 100%;
		margin: 20px 0;
	}

	.introduction h2 {
		color: #5100c6;
		font-style: oblique;
		font-size: 31px;
		letter-spacing: 0px;
		margin-bottom: 10px;
		font-family: noto sans jp, sans-serif;

	}

	.pc-only {
		display: none;
	}

	.introduction p {
		font-weight: 500;
		font-size: 0.9375rem;
		max-width: 100%;
		align-content: center;
		text-align: center;
		margin: 20px auto;
		font-family: noto sans jp, sans-serif;
		letter-spacing: 0.05em;

	}

	.product-detail {
		margin: 5px 0;
		letter-spacing: 0px;
	}

	.product-detail a {
		color: #5100c6;
		font-family: 'Open Sans', sans-serif;
		transition: opacity 0.2s;
		font-weight: 600;
		font-size: 0.9375rem;

	}

	.product-detail img {
		padding: 8px 0;
		width: 12px;
		transition: opacity 0.2s;

	}

	.product-detail:hover {
		opacity: 0.6;
	}

	.wirebag-info h4 {
		color: #5100c6;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 10px;
		letter-spacing: 0.05em;
		font-family: noto sans jp, sans-serif;

	}

	.wirebag-info p {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		font-size: 0.9375rem;
		font-weight: 500;
		letter-spacing: 0.05em;

	}

	.video-block {
		padding: 51px 0;
		max-width: 1190px;
		margin: 0 auto;
	}

	.title-span {
		letter-spacing: 0px;
	}

}



.color-pink {
	color: #ff858f;
}

.color-pink:hover {
	opacity: 0.5;
}

.color-white {
	color: #fff;
}

.color-white:hover {
	opacity: 0.5;
}

.text-white {
	color: white;
}

.garments {
	font-size: 12px;
}

#chiba-yuka p {
	text-align: justify;
}

.credit-category {
	font-style: italic;

}

.credit-section {
	margin: 50px 0 0 0;
}

.color-black {
	color: #333;
}

.ante-logo {
	width: 120px;
	transition: opacity .2s ease-in-out;
}

.ante-logo:hover {
	opacity: 0.5;
}

.pc-break {
	display: block;
}



@media (max-width: 768px) {
	.pc-break {
		display: none;
	}

	.ante-logo {
		width: 75px;
	}
}

.hashtag {
	text-transform: none;
}

.btn-hv:focus {
	outline: none;
}

.close:focus {
	outline: none;
}