/*! 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: #000;
}

/**
   * 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/ellesse-windups/fonts/icomoon.eot?vt3i2d");
	src: url("/special/ellesse-windups/fonts/icomoon.eot?vt3i2d#iefix") format("embedded-opentype"), url("/special/ellesse-windups/fonts/icomoon.ttf?vt3i2d") format("truetype"), url("/special/ellesse-windups/fonts/icomoon.woff?vt3i2d") format("woff"), url("/special/ellesse-windups/fonts/icomoon.svg?vt3i2d") 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-arrow-right:before {
	content: "\e907";
}

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

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

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

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

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

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

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


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: 1px;
	line-height: 1.5;
}

.clearfix:after,
.columns-wrap:after,
.content-section .intro-box: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: #000;
	background: #fff;
	font: 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", 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: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #000;
}

a:hover,
a:focus {
	color: #76ff03;
	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 #999;
	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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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

.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100% !important;
	z-index: 3;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.fixed-position .fixed-header {
	background: rgba(0, 0, 0);
}

.fixed-header.alt-main-header {
	border-bottom: 1px solid;
}

.fixed-position .fixed-header.alt-main-header {
	background: #fff;
}

.fixed-header.alt-main-header .main-header-wrap {
	max-width: 100%;
	padding: 18px 30px;
}

.fixed-header.alt-main-header a {
	color: #000;
}

.fixed-header.alt-main-header a.sm-logo {
	margin: 0;
}

.fixed-header.alt-main-header .nav-opener span {
	background: #000;
}

.fixed-header.alt-main-header .nav-opener span:before,
.fixed-header.alt-main-header .nav-opener span:after {
	background: #000;
}

.fixed-header .header-wrap {
	padding: 32px 5px;
	text-align: center;
}

.fixed-header a img {
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: fixed;
	top: 23px;
	left: 20px;
	width: auto;
	max-width: 180px;
	z-index: 1000;
}

.fixed-header a:hover {
	opacity: .7;
}

.fixed-header .logo-header.sm-logo {
	max-width: 20px;
	width: auto;
	margin: 0;
	margin-left: -55px;
	margin-top: 6px;
}

.fixed-header .second-logo-header {
	font-size: 10px;
}

.fixed-header .main-header-wrap {
	margin: 0 auto;
	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;
	padding: 32px 15px;
}

.fixed-header .nav-opener {
	width: 25px;
	height: 13px;
	padding: 0;
	border: none;
	position: relative;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.fixed-header .nav-opener:hover {
	opacity: .7;
}

.fixed-header .nav-opener span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #fff;
}

.fixed-header .nav-opener span:before,
.fixed-header .nav-opener span:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
}

.fixed-header .nav-opener span:before {
	top: 0;
}

.fixed-header .nav-opener span:after {
	bottom: 0;
}

.fixed-position {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
}

.main-footer {
	background: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	padding: 45px 0 30px;
}

.main-footer a {
	color: #fff;
	display: inline-block;
	letter-spacing: 1.1px;
}

.main-footer a:hover {
	color: #a8a8a8;
}

.main-footer .copyright {
	font-weight: 500;
	margin-bottom: 14px;
	display: inline-block;
}

.main-footer a.tel-link {
	margin-bottom: 22px;
}

.main-footer .footer-logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.main-footer .footer-logo img {
	width: 100%;
}

.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

.social-link li {
	padding: 0 12px;
}

.social-link a {
	font-size: 14px;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	width: 100%;
}

.pos-r {
	position: relative;
}

.red-bg {
	background: #e29272;
}

.yellow-bg {
	background: #ffe988;
}

.green-bg {
	background: #e9efcd;
}

.light-purple-bg {
	background: #ede4ff;
}

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

.bg-stretch {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	/* background-position: 50% 50%; */
	-webkit-transition-duration: 2s;
}

.bg-stretch:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);

}

.bg-stretch:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
}


.open-page-wrap {
	min-height: 100vh;
	position: relative;
	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;
}

/* .open-page-wrap .open-page-logo {
	  z-index: 2000;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
  } */

/* .open-page-wrap .open-page-logo a {
	  display: inline-block;
	  -webkit-transition: opacity .3s ease-in-out;
	  transition: opacity .3s ease-in-out;
  } */

.open-page-wrap .open-page-logo a:hover {
	opacity: .7;
}

.open-page-wrap .open-page-logo a img {
	display: block;
}

.logo-link img {
	width: 200px;
	position: absolute;
	z-index: 1000;
	left: 49.5%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.collection-wrap .btn-bottom {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 50px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .7);
	z-index: 34;
	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;
	color: rgba(255, 255, 255, .7);
}

.collection-wrap .collection-box {
	position: relative;
	min-height: 100vh;
	width: 100%;
	z-index: 2;
}

.collection-wrap .collection-box.collection-part:hover h2 {
	-webkit-text-stroke: 0;
	/* -webkit-text-fill-color: white; */
}

.collection-wrap .collection-box.collection-part:hover h3 {
	-webkit-text-stroke: .1px #76ff03;
}

.collection-wrap .hover-2.collection-part:hover h3 {
	-webkit-text-stroke: .1px #e29272;
}

.collection-wrap .hover-2.collection-part:hover h2 {
	-webkit-text-stroke: 0;
	/* -webkit-text-fill-color: white; */
}



.collection-wrap .collection-box.collection-part h2,
.collection-wrap .collection-box.collection-part h3 {
	-webkit-transition: color .3s ease-in-out, text-stroke .3s ease-in-out;
	transition: color .3s ease-in-out, text-stroke .3s ease-in-out;
}

.collection-wrap .collection-box .description-box {
	position: relative;
	text-align: center;
	display: inline-block;
}

.collection-wrap .collection-box .part-info {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}

.collection-wrap .collection-box .decoration-text {
	font-size: 35px;
	position: relative;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: Aldrich, sans-serif;
}

.collection-wrap .collection-box .decoration-text .decor {
	position: absolute;
	width: 7px;
	height: 15px;
}

.collection-wrap .collection-box .decoration-text .decor.before-decore {
	top: 2px;
	left: -15px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}

.collection-wrap .collection-box .decoration-text .decor.after-decore {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	bottom: 5px;
	right: -15px;
}

.collection-wrap .collection-box h3 {
	font-family: "Aldrich", sans-serif;
	color: transparent;
	-webkit-text-stroke: 1px white;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1px;
	-webkit-transition: color .3s ease-in-out, text-stroke .3s ease-in-out;
	transition: color .3s ease-in-out, text-stroke .3s ease-in-out;
}

.firefox .collection-wrap .collection-box h3 {
	-webkit-text-stroke: 1px white;
}

.msie .collection-wrap .collection-box h3 {
	color: #fff;
}

.collection-wrap .collection-box .subtitle {
	font-size: 14px;
}

.collection-wrap .collection-box .box-wrap {
	position: absolute;
	text-decoration: none;
	color: #fff;
	top: 0;
	z-index: 2;
	width: 100%;
	bottom: 0;
	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;
}

.collection-wrap .collection-box .box-wrap .bg-stretch:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.collection-wrap .collection-box .box-wrap:hover .bg-stretch:before {
	background: transparent;
}

.collection-wrap.collection-single .box-wrap {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	width: calc(100% - 70px);
	top: 51%;
	max-width: 300px;
}

.collection-wrap.collection-single .decoration-text {
	font-size: 24px;
	margin-bottom: 6px;
}

.collection-wrap.collection-single .decoration-text .decor {
	width: 22px;
	height: 42px;
}

.collection-wrap.collection-single .decoration-text .decor.before-decore {
	top: 4px;
	left: -40px;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
}

.collection-wrap.collection-single .decoration-text .decor.after-decore {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	bottom: 13px;
	right: -40px;
}

.collection-wrap.collection-single .subtitle {
	font-size: 14px;
}

.collection-wrap.collection-single h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

.collection-wrap.collection-single .part-info {
	font-size: 14px;
	margin-bottom: 10px;
}



.container {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.inner-wrap {
	padding-top: 45px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.inner-wrap .img-box {
	padding: 15px;
	text-align: center;
}

.inner-wrap .text-box .intro-text {
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 35px;
	font-size: 12px;
	text-align: justify;
}

.inner-wrap .text-box .text-wrap {
	font-size: 16px;
	margin-top: 0px;

}

.inner-wrap .text-box .summury-box {
	font-size: 16px;
}

.inner-wrap h2 {
	font-size: 22px;
	margin-bottom: 24px;
	font-family: 'Merriweather Sans', sans-serif;

}

.intro-section {
	margin-bottom: 35px;
}

.columns-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.columns-wrap .img-wrapper .img-box:last-child {
	margin-bottom: 0;
}

.columns-wrap .img-wrapper img {
	width: 100%;
}

.columns-wrap .single-img-wrapper .img-box {}

.columns-wrap .single-img-wrapper .img-box figcaption {
	width: auto;
}

.columns-wrap .single-img-wrapper .img-box img {
	width: 100%;
	/* padding-top: 150px;
	  padding-left: 80px; */
}

.shoe-description {
	margin: 0px 0px 0 80px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
}

.shoe-description h3 {
	font-size: 18px;
}

.columns-wrap .single-img-wrapper .img-description {
	line-height: 1.6;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.columns-wrap .single-img-wrapper .img-description small {
	display: inline-block;
	font-size: 12px;
}

.columns-wrap .item-info {
	margin-top: 40px;
}

.intro-section .content-part {
	letter-spacing: 1px;
	line-height: 1.8;
	margin-bottom: 40px;
	font-size: 12px;
	text-align: justify;
}

.article-section {
	padding: 70px 0;

}



.item-1-info {
	margin: 25px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8;
	font-family: Noto Sans JP, sans-serif;
	letter-spacing: 1px;
}

.captions {
	margin: 6px auto;
	font-size: 10px;
	color: #000;
	text-align: right;
	font-weight: thin;
	font-family: 'Share Tech Mono', monospace;
}

.jieda-1 .captions {
	background: none;
	height: 13px;
}

.article-section .title-box {
	max-width: 665px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

.article-section .title-box.full-width {
	max-width: 100%;
}

.article-section .title-box h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}

.collab-box img {
	display: block;
	margin: 10px auto 20px;
	width: 100px;
}

.collab-box h2 {
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0;
}

.collab-intro {
	background: #000;
	padding: 50px 0 60px;
	color: #39FF39;
}

.collaboration-description {
	font-weight: normal;
	margin: 0 auto;
	line-height: 1.8;
	max-width: 600px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

.banner-img img {
	position: relative;
	display: block;
	width: 100%;
	height: 458px;
	object-fit: cover;
	object-position: 50% 14%;
}

.banner-img .captions {
	color: white;
	position: absolute;
	top: 25.2%;
	left: 87%;
	transform: translate(-50%, -50%);
	width: fit-content;
}

.color-block {
	height: 200px;
	width: 100%;
	background: #ED008C;
}

.article-section .title-box .subtitle {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	/* color: #39FF39; */
}

.article-section .description-article .img-wrap {
	margin-bottom: 40px;
}

.article-section .description-article .img-wrap .img-box {
	width: calc(50% - 38px);
}

.article-section .description-article .img-wrap .img-box img {
	width: 100%;
}

.img-box-1 {
	margin: 0 auto;
}

.h-image {}

.article-section .description-article .description-wrap {
	max-width: 875px;
	letter-spacing: .05em;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.article-section .description-article .description-wrap h5 {
	font-weight: 500;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 24px;
}

.article-section figure {
	margin: 0 auto;
	width: 100%;
}

.article-section figure figcaption {}

.jieda-2 .captions {
	text-align: right;
}

.article-section .subtitle-box {
	margin: 0 auto 18px;
	font-size: 12px;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: justify;
}

.shirase {
	text-align: center;
	padding: 20px 20px 0;
}

.article-section .content-box {
	margin: 0 auto;
}

.article-section .content-box .img-box {
	max-width: 642px;
	width: 100%;
}

.article-section .content-box .img-box img {}

.article-section .content-box .text-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.8;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
}

.article-section .content-box .text-box h4 {
	margin: 0 0 10px;
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 1px;
}

.article-section .blockquote-box {
	margin: 0 auto;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	padding: 35px 0 40px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.article-section .blockquote-box:before,
.article-section .blockquote-box:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 43px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
	height: 2px;
}

.article-section .blockquote-box:before {
	top: 0;
}

.article-section .blockquote-box:after {
	bottom: 0;
}

.article-section .blockquote-box blockquote {
	margin: 0 auto;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	line-height: 1.4;
}

.article-section .blockquote-box blockquote cite {
	display: block;
	color: #a8a8a8;
	position: relative;
	letter-spacing: .035em;
	text-align: center;
	font-weight: 400;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	margin-top: 25px;
}

.article-section .blockquote-box blockquote cite span {
	position: relative;
	padding-left: 7px;
}

.article-section .blockquote-box blockquote cite span:before {
	content: "-";
	position: absolute;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-img-1 {
	width: 300px;
}

#the-collection .item-img-1 {
	margin: 0 auto 40px;
}

#the-collection .item-img-1:hover {
	transform: scale(1.2);
	transition: transform 300ms ease-in-out;
}

.item-info-list {
	text-align: center;
	line-height: 1.8;
	margin: 15px auto;
	width: 200px;
}

.item-name {
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 5px;

}

.item-price {
	margin: 5px 0;
}

.item-info-box .item-description {
	max-width: 525px;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.item-info-box .item-description small {
	display: inline-block;
	font-size: 12px;
}

.item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
}

.item-info .btn-buy {
	color: #000;
	text-decoration: none;
	display: inline-block;
	max-width: 150px;
	min-width: 150px;
	background: transparent;
	font-size: 15px;
	padding: 11px;
	text-align: center;
	margin: 0 auto;
}

.item-info .btn-buy:hover {
	background: #000;
	color: #fff;
}

.item-info .special-btn {
	margin-bottom: 20px;
}

.item-info .info-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}

.item-info .info-list .option-title {
	display: inline-block;
	max-width: 80px;
	width: 100%;
	position: relative;
}

.item-info .info-list .option-title:before {
	content: ":";
	position: absolute;
	right: 2px;
	top: -1px;
}

.item-info .info-list .value {
	padding-left: 10px;
}

.mb-2 {}

.press-reviews .gallery-box .img-box img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 50% 100%;
}

.press-reviews .gallery-box .img-box-1 img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 50% 40%;
}

.press-reviews .text-wrap {
	max-width: 675px;
	margin: 0 auto;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.8;
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 1px;
}

.press-reviews .text-wrap h4 {
	line-height: 1.8;
	font-size: 12px;
	font-weight: 700;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.press-reviews .information-box {
	font-family: Noto Sans JP, sans-serif;
	/* letter-spacing: -.4px; */
	margin-top: 40px;
}

.press-reviews .information-box a {
	color: #000;
	text-decoration: underline;
}

.press-reviews .information-box a:hover {
	color: #a8a8a8;
}

.card-section {
	padding: 0 15px;
	margin-bottom: 112px;
}

.card-section.alt-card-section {
	padding-top: 110px;
}



.info-card {
	max-width: 921px;
	border: 1px solid #000;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 38px;
}

.info-card .img-box {
	max-width: 335px;
	width: 100%;
}

.info-card .content-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 73px;
	margin: 20px;
	max-width: 489px;
	width: 100%;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 300;
}

.logo-box img {
	margin: 0px 0 20px;

}

.info-card address {
	margin-top: 18px;
	padding-bottom: 15px;
	font-style: normal;
}

.info-card address a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.info-card address a:hover {
	color: #39FF39;
}

.anchor-wrap {
	text-align: center;
}

.anchor-wrap .btn {
	padding: 20px 40px;
	font-size: 12px;
}


.anchor-wrap.item-anchor-wrap {
	margin-top: auto;
	padding: 28px 0;
	border-top: 1px solid #000;
}

.anchor-wrap.item-anchor-wrap .btn {
	background: #fff;
	color: #000;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.anchor-wrap.item-anchor-wrap .btn:hover {
	color: #fff;
	background: #000;
}

.btn {
	display: inline-block;
	min-width: 182px;
	background: #000;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

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

.about-collection {
	font-size: 20px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 86px 0;
}

.about-collection .text-wrap {
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.8;
	letter-spacing: 1px;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.about-collection h2 {
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 24px;
	letter-spacing: normal;
	font-size: 36px;
}

.about-collection h2 .title-span {
	text-transform: uppercase;
	font-weight: 500;
}

.content-section {
	padding: 46px 0 72px;
}

.content-section .section-icon-wrap img {
	width: 50%;
}

.content-section .title-img img {
	width: auto;
}

.content-section .intro-box .text-box {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}

.content-section .intro-box .title-box h3 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 36px;
}

.content-section .intro-box .title-box .subtitle {
	color: #000;
	margin-left: 6px;
	font-size: 18px;
}

.content-section .intro-box .title-box .subtitle:hover {
	color: #a8a8a8;
}

.content-section .intro-box .content-box {
	letter-spacing: 1.8px;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.content-section .blockquote-box {
	font-weight: 900;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.content-section .blockquote-box blockquote {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-top: 25px;
	line-height: 1.5;
}

.content-section .blockquote-box blockquote p {
	margin-bottom: 0;
}

.content-section .blockquote-box cite {
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	margin-top: 21px;
	font-size: 12px;
}

.content-section .questions-wrap {
	margin: 0 auto 44px;
}

.question-box {
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 30px;
}

.question-box.two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 24px;
}

.question-box h4 {
	letter-spacing: 1.3px;
	position: relative;
	line-height: normal;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	margin-bottom: 36px;
}

.question-box h4:before {
	content: "Q.";
	font-family: "Playfair Display", serif;
	font-weight: 700;
	position: absolute;
	left: 7px;
	top: -5px;
	font-size: 24px;
}

.question-box .questions-content h4 {
	padding-left: 10px;
	margin-bottom: 25px;
}

.question-box .questions-content .text-wrap {
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 300;
}

.question-box .questions-content .img-wrap {
	margin: 0 auto;
	max-width: 675px;
}

.question-box .questions-content .img-wrap img {
	width: 100%;
}

.question-box .right-img {
	z-index: 3;
}

.item-card .item-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.item-card .item-description .img-box {
	height: auto;
	border-radius: 50%;
	overflow-y: hidden;
	width: 200px;
}

.item-card .item-description .img-box img {
	width: 100%;
}

.item-card .item-description .text-box {
	max-width: 600px;
	font-weight: 300;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.item-card .item-description .text-box p {
	margin-bottom: 18px;
}

.item-card .item-description .text-box p:last-child {
	margin-bottom: 0;
}

.share-box {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.share-box .share-social-list {
	margin-top: 17px;
	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;
}

.share-box .share-social-list li {
	padding: 0 11px;
}

.share-box .share-social-list a {
	font-size: 14px;
	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;
	width: 20px;
	height: 20px;
	color: #000;
}

.share-box .share-social-list a:hover {
	color: #a8a8a8;
}

.item-wrapper {
	position: relative;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 137px 0 0;
}

.item-wrapper .item-anchor-wrap {
	margin-top: auto;
}

.item-container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 100px;
}

.item-container h1 {
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 22px;
}

.item-container .title {
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-bottom: 50px;
}

.item-container .up-title {
	display: inline-block;
	margin-bottom: 12px;
}

.item-container .image-wrapper {
	margin: 0 0 50px;
}

.item-container .image-wrapper .img-box {
	width: 100%;
}

.item-container .image-wrapper .img-box img {
	width: 100%;
}

.item-container .item-info-wrapper {
	text-align: center;
	max-width: 250px;
	margin: 0 auto;
	font-size: 14px;
}

.item-container .description-box {
	max-width: 750px;
}

.item-container .description-box p {
	margin-bottom: 18px;
}

.item-container .description-box .share-list-wrap {
	font-size: 12px;
	margin-top: 24px;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-container .description-box .share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 14px;
}

.article-section .subtitle-box h4 {
	font-size: 12px;
	margin: 0 auto 10px;
}


.item-container .description-box .share-list a {
	font-size: 20px;
	color: #000;
}

.item-container .description-box .share-list a:hover {
	color: #a8a8a8;
}

.item-container .item-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.item-container .item-info .info-list {
	font-size: 14px;
	min-width: 100%;
}

.item-container .item-info .info-list li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.item-container .item-info .info-list span {
	display: inline-block;
	min-width: 100%;
	padding-left: 2px;
	max-width: 100%;
}

.item-container .item-info .info-list span.option-title {
	min-width: 0;
	width: auto;
	padding-right: 10px;
}

.item-container .item-info .btn {
	margin-bottom: 19px;
}

.item-container .note {
	font-weight: 500;
	font-size: 12px;
}


span.part-number {
	margin-bottom: 30px;
	font-size: 14px;
}



span.part-info a {
	color: #fff;
}

span.part-info a:hover {
	color: #e29272;
}

.selector-title {
	font-family: "Aldrich", sans-serif;
	z-index: 1000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, 200%);
	font-weight: 500;
	font-size: 20px;
	width: fit-content;
	text-align: center;
}


.jieda-1 {
	background: #FFFFFB;
}

.jieda-2 {}

.collection-section .title-box {
	margin-bottom: 10px;
}

.collection-section .title-box h2 {
	font-size: 40px;
}

.interview-section {
	padding: 0 20px;
}

.interview-section .title-box {
	margin: 0 auto;
}

.interview-section .title-box h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

.interview-section p {
	margin-bottom: 1.5em;
}

.interview-img-1 {
	height: auto;
	width: auto;
	margin: 25px auto;
}

.release-locations {
	margin: 70px auto 70px;
	width: 232px;
	text-align: center;
	font-family: Noto Sans JP, sans-serif;
	font-size: 12px;
}

.locations ul {
	margin: 40px auto;
	line-height: 1.8;

}

.locations ul .shop-name {
	font-weight: bold;
}

.the-collection-box {
	position: relative;
}

.the-collection-box .next {
	position: absolute;
	top: 50%;
	right: 10px;
	cursor: pointer;
	z-index: 1000;
}

.the-collection-box .prev {
	position: absolute;
	top: 50%;
	left: 10px;
	cursor: pointer;
	z-index: 1000;
}

.split-box {
	margin: 20px 0;
}

.splits a {
	margin: 0px 0;
	font-size: 14px;
	color: #fff;

}

.splits a:hover {

	color: #39FF39;

}

.split-box span.parts {
	margin: 0 10px;
}

.hover-2 .h2:hover {
	color: #e29272;
}

.circle {
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	z-index: 2;
}

.loading-screen {
	position: absolute;
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 100vh;
	z-index: 0;
	object-fit: cover;
}


.selection-content {
	position: relative;
	z-index: 1;
	animation-name: load;
	animation-delay: 2s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: linear;
}

@keyframes load {
	0% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 100;
	}

}

/* Article section text-box */
@media (max-width: 767px) and (min-width: 768px) {
	.article-section .content-box .text-box {
		max-width: 600px;
	}
}


/* PC 768px - */
@media (min-width: 768px) {
	.collection-wrap .collection-box .subtitle {
		font-size: 16px;
	}

	.interview-section .btn-collection {
		margin: 0px auto 60px;
	}

	.collection-wrap .collection-box .decoration-text {
		font-size: 30px;
		position: relative;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 10px;
		font-family: Aldrich, sans-serif;
	}

	.the-collection-box .next {
		position: absolute;
		top: 50%;
		right: -30px;
		cursor: pointer;
		z-index: 1000;
	}

	.the-collection-box .prev {
		position: absolute;
		top: 50%;
		left: -30px;
		cursor: pointer;
		z-index: 1000;
	}

	span.part-number {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.splits a {
		margin: 30px auto;
	}

	.collaboration-description {
		font-weight: normal;
		margin: 0 auto;
		line-height: 1.8;
		max-width: 600px;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
	}

	.card-section .info-card {
		margin-bottom: 100px;
	}

	.release-locations {
		margin: 50px auto 70px;
		width: 270px;
		text-align: center;
		font-family: Noto Sans JP, sans-serif;
		font-size: 14px;
	}

	.logo-box img {
		margin-bottom: 12px;

	}

	.press-reviews .text-wrap h4 {
		line-height: normal;
		letter-spacing: 1px;
		font-size: 14px;
		font-weight: 700;
		font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.interview-img-1 {
		object-fit: cover;
		height: 747px;
		margin: 0 auto;
		width: 580px;
	}

	.interview-section {
		padding: 0 100px;
	}

	.parts-box {
		margin: 30px 30px;
		font-size: 16px;
	}

	.parts-box a {
		color: #fff;
		font-size: 16px;
	}

	span.parts {
		margin: 0 10px;
	}

	.interview-section .title-box h2 {
		font-size: 50px;
		margin-bottom: 90px;
	}

	.collection-section .title-box h2 {
		font-size: 20px;
		margin: auto;
	}

	.collection-section h2 .collaboration-description {
		font-weight: normal;
		margin: 20px auto;
		line-height: 1.8;
		max-width: 900px;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
	}

	.collab-box img {
		display: block;
		margin: 10px auto 20px;
		width: 100px;
	}

	.collab-box h2 {
		font-weight: normal;
		text-align: center;
		margin-bottom: 18px;
		font-size: 18px;
		letter-spacing: 0;
	}

	.item-1-info {
		margin: 50px auto;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.8;
		width: 500px;
		text-align: left;
		font-family: Noto Sans JP, sans-serif;
	}


	.captions {
		margin: 9px auto;
		font-size: 12px;
		color: #000;
		width: 367px;
		text-align: -webkit-center;
		font-weight: thin;
		font-family: 'Share Tech Mono', monospace;
	}

	.jieda-1 .captions {
		/* background: #39FF39;
		height: 13px; */
	}

	.article-section .description-article .img-wrap .img-box img {
		width: 100%;
	}

	.logo-link img {
		width: 400px;
		position: absolute;
		z-index: 1000;
		left: 49.5%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.selector-title {
		font-family: "Aldrich", sans-serif;
		z-index: 1000;
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, 180%);
		font-weight: 500;
		font-size: 38px;
	}

	.fixed-header.main-header .main-header-wrap {
		padding: 34px 15px;
	}

	.fixed-header.alt-main-header .btn-to-back {
		font-size: 35px;
	}

	.fixed-header .logo-header.sm-logo {
		display: none;
	}

	.fixed-header .second-logo-header {
		font-size: 16px;
	}

	.fixed-header .nav-opener {
		height: 25px;
		width: 45px;
	}

	.fixed-header .nav-opener span {
		height: 5px;
	}

	.fixed-header .nav-opener span:before,
	.fixed-header .nav-opener span:after {
		height: 5px;
	}

	.md-hidden {
		display: none;
	}

	.collection-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.collection-wrap .collection-box.collection-part {
		width: 50%;
	}


	.inner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 100px;
	}

	.inner-wrap .img-box {
		padding: 0;
		width: 38%;
	}

	.inner-wrap .text-box {
		width: 60%;
		padding-left: 75px;
	}

	.inner-wrap .text-box .intro-text {
		font-size: 15px;
		line-height: 2;
		letter-spacing: 1px;
		margin-bottom: 25px;

	}

	.inner-wrap .text-box .text-wrap {
		margin-top: 20px;
	}

	.inner-wrap h2 {
		margin-bottom: 10px;
		font-size: 44px;
		letter-spacing: -3px;
	}

	.intro-section {
		margin-bottom: 70px;
	}

	.columns-wrap .img-wrapper .img-box {
		margin-bottom: 18px;
	}

	.columns-wrap .single-img-wrapper {}

	.columns-wrap .single-img-wrapper .img-box {}

	.columns-wrap .single-img-wrapper .img-box figcaption {}

	.intro-section .content-part {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 1px;
	}

	.article-section .title-box {
		margin-bottom: 50px;
		text-align: center;
		max-width: fit-content;
	}

	.interview-section .title-box {
		margin-bottom: 50px;
	}

	.article-section .title-box h2 {
		letter-spacing: -2px;
		font-size: 80px;
		text-align: center;
	}

	.interview-section .title-box h2 {
		letter-spacing: -2px;
		font-size: 53px;
		text-align: center;
		margin-bottom: 20px;
	}

	.article-section .title-box .subtitle {
		text-align: center;
		font-size: 20px;
	}

	.article-section .description-article .img-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 145px;
	}

	.article-section .description-article .description-wrap {
		margin: 90px auto;
		font-size: 16px;
		line-height: 2;
	}

	.article-section .description-article .description-wrap h5 {
		font-size: 36px;
	}

	.article-section figure figcaption {
		margin: 15px 0 0;
	}

	.article-section .subtitle-box {
		letter-spacing: .7px;
		max-width: 690px;
		margin: 60px auto 60px;
		font-size: 14px;
		font-weight: 300;
	}

	.article-section .subtitle-box h4 {
		font-size: 14px;
	}



	.article-section .blockquote-box {
		max-width: 900px;
		font-size: 34px;
		padding: 40px 0;
	}

	.article-section .blockquote-box blockquote cite {
		margin-top: 46px;
		font-size: 16px;
	}

	.item-info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 60px 0;
	}

	.item-info-box .item-description {
		font-size: 16px;
		line-height: 1.7;
	}

	.item-info-box .item-info {}

	.mb-2 {
		background-color: #000;
		color: #fff;
	}

	.mb-2 .captions {
		color: #fff;
	}

	.mb-2 .captions a {
		color: #fff;
	}

	.mb-2 .captions a:hover {
		color: #39FF39;
	}

	.mb-2 .btn {
		color: #fff;
		border: 1px solid #fff;
	}

	.mb-2 .btn:hover {
		background: #fff;
		color: #000;
		border: 1px solid #fff;

	}



	.press-reviews {
		margin-bottom: 113px;
	}

	.press-reviews .gallery-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 71px;
	}

	.press-reviews .gallery-box .img-box {
		width: 50%;
	}

	.press-reviews .gallery-box .img-box-1 {
		width: 50%;
	}

	.press-reviews .text-wrap {
		font-size: 14px;
		font-weight: 300;
	}

	.about-collection h2 {
		font-size: 60px;
	}

	.content-section .blockquote-box cite {
		font-size: 18px;
		margin-top: 0;
	}

	.item-card {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.anchor-wrap .btn {
		padding: 20px 50px;
		font-size: 14px;
	}

	.btn-collection {
		margin: 50px auto;
		padding: 10px 50px;
		font-size: 14px;
		letter-spacing: 1px;
		border: 1px solid black;
		background: transparent;
		color: #000;
		position: relative;
		vertical-align: middle;
		transition: color 0.3s ease-in-out;
	}

	.btn-collection:hover {
		letter-spacing: 1px;
		background: #000;
		color: #fff;
		position: relative;
		vertical-align: middle;
	}

	.collection-box .anchor-wrap .btn-collection {
		color: white;
		border: 1px solid white;
		padding: 10px 10px;
		letter-spacing: 1px;
		transition: color .3s ease-in-out;

	}

	.collection-box .anchor-wrap .btn-collection:hover {
		color: #39FF39;
		border: 1px solid #39FF39;
		background: transparent;
		padding: 10px 10px;
		letter-spacing: 1px;

	}
}

@media (min-width: 1024px) {
	.fixed-header .main-header-wrap {
		padding: 43px 15px;
		max-width: 1325px;
	}

	.container {
		max-width: 1310px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}

	.collection-wrap.collection-single .subtitle {
		font-size: 16px;
	}

	.main-nav .part-title {
		font-size: 18px;
	}

	.main-nav .part-list {
		font-size: 24px;
	}

	.collection-wrap .btn-bottom {
		display: none;
	}

	.collection-wrap .collection-box.collection-part h2 {
		font-weight: 500;
		font-size: 48px;
		font-family: "Aldrich", sans-serif;
		margin: 10px auto;
	}

	.firefox .collection-wrap .collection-box.collection-part h2 {
		-webkit-text-stroke: 1.2px white;
	}

	.msie .collection-wrap .collection-box.collection-part h2 {
		color: #fff;
	}

	.collection-wrap .collection-box h3 {
		font-size: 48px;
		margin-bottom: 10px;
	}

	.collection-wrap.collection-single .box-wrap {
		width: 100%;
		max-width: 840px;
		top: 50%;
	}

	.collection-wrap.collection-single .decoration-text {
		font-size: 60px;
		margin-bottom: 0px;
	}

	.collection-wrap.collection-single h3 {
		font-size: 66px;
	}

	.collection-wrap.collection-single .part-info {
		margin-bottom: 20px;
	}

	.columns-wrap .img-wrapper {
		max-width: 253px;
	}

	.columns-wrap .single-img-wrapper {
		width: 65%;
		max-width: 640px;
	}

	.columns-wrap .single-img-wrapper .img-description {
		max-width: 525px;
		font-size: 18px;
		line-height: 1.7;
	}

	.fl-l {
		float: left;
	}

	.fl-r {
		float: right;
	}

	.article-section .content-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.article-section .content-box .text-box {
		margin: 0 auto;
	}

	.article-section .content-box .text-box {
		font-size: 14px;
	}

	.about-collection {
		padding: 126px 0;
	}

	.content-section {
		padding: 85px 0 110px;
	}

	.content-section .section-icon-wrap {
		max-width: 155px;
	}

	.content-section .title-img {
		text-align: center;
		margin-bottom: 55px;
	}

	.content-section .intro-box {
		max-width: 972px;
		margin: 0 auto;
	}

	.content-section .intro-box .img-box {
		max-width: 488px;
		width: 50%;
		float: left;
	}

	.content-section .intro-box .text-box {
		float: right;
		font-size: 16px;
		width: 50%;
		text-align: left;
		padding: 35px 0 0 70px;
	}

	.content-section .intro-box .title-box {
		padding: 35px 0 0 70px;
		text-align: left;
		float: right;
		width: 50%;
		margin-bottom: 30px;
	}

	.content-section .blockquote-box {
		max-width: 1250px;
		margin-bottom: 50px;
		font-size: 50px;
	}

	.content-section .blockquote-box cite {
		font-size: 20px;
	}

	.content-section .questions-wrap {
		max-width: 1165px;
		margin: 0 auto 126px;
	}

	.question-box {
		font-size: 20px;
		margin-bottom: 98px;
	}

	.question-box.two-cols {
		margin-bottom: 130px;
	}

	.question-box .text-box {
		line-height: 1.8;
		padding-left: 75px;
	}

	.question-box h4 {
		font-size: 24px;
	}

	.question-box h4:before {
		left: -43px;
		font-size: 36px;
		top: -13px;
	}

	.question-box .questions-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.question-box .questions-content .text-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 20px;
	}

	.question-box .right-img .text-wrap {
		padding: 97px 100px 380px 60px;
	}

	.question-box .left-img {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: -358px;
	}

	.question-box .left-img .text-wrap {
		padding: 370px 70px 35px 90px;
	}

	.item-card {
		max-width: 1240px;
		margin: 0 auto;
		padding-right: 82px;
		margin-bottom: 90px;
	}

	.item-card .item-description {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.item-card .item-description .img-box {
		width: 354px;
	}

	.item-card .item-description .text-box {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 20px;
		letter-spacing: .1em;
		padding-right: 45px;
		padding-left: 47px;
	}

	.item-card .item-description .text-box p {
		margin-bottom: 40px;
	}

	.item-card .item-description .item-info {
		margin-top: -75px;
	}

	.item-wrapper {
		padding-left: 85px;
		padding-top: 200px;
	}

	.item-wrapper:before {
		content: "";
		position: absolute;
		left: 85px;
		top: 0;
		bottom: -125px;
		width: 1px;
		background: #000;
		z-index: 2;
	}

	.item-container {
		margin: 0 auto 280px;
	}

	.item-container h1 {
		font-size: 55px;
	}

	.item-container .title {
		margin-bottom: 110px;
	}

	.item-container .image-wrapper {
		margin: 0 -15px 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.item-container .image-wrapper .img-box {
		width: 54%;
	}

	.item-container .image-wrapper .img-box:first-child {
		width: 46%;
	}

	.item-container .item-info-wrapper {
		max-width: 100%;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 24px;
		line-height: 1.6;
		padding-right: 18px;
	}

	.item-container .description-box {
		padding-right: 20px;
		padding-left: 6px;
	}

	.item-container .description-box .share-list-wrap {
		margin-top: 22px;
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.item-container .item-info {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.item-container .item-info .info-list li {
		margin-bottom: 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 1440px) {
	.article-section .content-box {
		margin: 0 -15px 90px;
	}
}

@media (max-width: 1023px) {
	.columns-wrap .item-info {
		max-width: 200px;
		margin: 0 auto;
	}

	.article-section .content-box .img-box {
		margin: 0 auto 14px;
	}

	.about-collection .text-wrap {
		text-align: center;
		font-size: 16px;
	}

	.content-section .container {
		padding: 0 30px;
	}

	.content-section .section-icon-wrap {
		max-width: 42px;
		text-align: center;
		margin: 0 auto 30px;
	}

	.content-section .title-img {
		margin: 0 25px 15px;
	}

	.content-section .intro-box .img-box {
		margin: 0 auto 47px;
		text-align: center;
	}

	.content-section .intro-box .title-box {
		text-align: center;
		margin-bottom: 35px;
	}

	.content-section .intro-box .title-box h3 {
		text-align: center;
		font-size: 14px;
		line-height: 1;
	}

	.content-section .intro-box .title-box .subtitle {
		font-size: 12px;
		text-align: center;
	}

	.content-section .blockquote-box {
		font-size: 24px;
		margin: 0 0 45px;
	}

	.content-section .blockquote-box blockquote {
		margin: 0;
		padding-top: 0;
	}

	.question-box h4 {
		padding-left: 43px;
		margin-bottom: 30px;
	}

	.question-box .questions-content {
		margin-bottom: 10px;
	}

	.question-box .questions-content h4 {
		padding-left: 43px;
		margin-bottom: 30px;
	}

	.question-box .questions-content .img-wrap {
		margin-bottom: 54px;
	}

	.question-box .right-img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.question-box .right-img .text-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.question-box .left-img {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.item-card .item-description {
		margin: 0 auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.item-card .item-description .img-box {
		margin: 0 auto 28px;
	}

	.item-card .item-description .text-box {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		padding: 0 32px;
		font-size: 16px;
		margin: 0 auto 32px;
	}

	.item-card .item-description .item-info {
		max-width: 200px;
		width: 100%;
		margin: 0 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 30px;
	}

	.item-container .description-box {
		line-height: 1.6;
	}

	.item-container .description-box .share-list {
		margin-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.item-container .item-info .info-list span {
		text-align: center;
	}
}



@media (max-width: 767px) {
	.fixed-header.alt-main-header .main-header-wrap {
		padding: 41px 15px 37px;
	}

	.fixed-header .header-wrap {
		padding: 28px 5px;
	}

	.fixed-header .logo-header {
		display: block;
		margin: 0 auto;
		max-width: 138px;
		width: 100%;
	}

	.fixed-header .logo-header img {
		width: 20px;
	}

	/* 
	  .fixed-header .logo-header .logo-center {
		  position: absolute;
		  left: 50%;
		  top: 20%;
		  -webkit-transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
		  transform: translate(-50%, 200%);
	  } */

	.fixed-header .logo-header.md-logo {
		display: none;
	}

	.main-footer {
		padding: 32px 0;
	}

	.main-footer a {
		font-size: 12px;
	}

	.main-footer a.tel-link {
		margin-bottom: 15px;
	}

	.social-link {
		margin: 15px 0 22px;
	}

	.sm-hidden {
		display: none;
	}

	.inner-wrap h2 {
		text-align: center;
	}

	.columns-wrap .img-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -10px;
	}

	.columns-wrap .img-wrapper .img-box {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 25px;
	}

	.columns-wrap .single-img-wrapper .img-description {
		margin-bottom: 36px;
	}

	.columns-wrap .single-img-wrapper .img-description p {
		margin-bottom: 30px;
	}

	.article-section {}

	.article-section .container {
		padding: 0 25px;
	}

	.article-section .description-article {
		margin-bottom: 45px;
	}

	.article-section .description-article .img-wrap .img-box {
		margin-bottom: 30px;
		width: auto;

	}

	.article-section .description-article .description-wrap {
		font-size: 16px;
	}

	.article-section .description-article .description-wrap h5 {
		line-height: 1;
		margin-bottom: 32px;
	}

	.article-section .content-box .text-box {
		line-height: 1.8;
		font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 12px;
	}

	.article-section .content-box .text-box h4 {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 1px;
	}

	.article-section .blockquote-box blockquote {
		line-height: 1.6;
		text-align: justify;
	}

	.item-info-box .item-description {
		margin-bottom: 35px;
	}

	.item-info-box .item-description p {
		margin-bottom: 30px;
	}

	.item-info-box .item-info {
		max-width: 200px;
		margin: 40px auto;
	}

	.item-info .btn-buy {}

	.press-reviews {
		padding: 0px 45px;
		margin-bottom: 40px;
	}

	.press-reviews .gallery-box {
		margin-bottom: 30px;
	}

	.press-reviews .gallery-box .img-box {
		margin-bottom: 20px;
	}

	.press-reviews .gallery-box .img-box-1 {
		margin-bottom: 20px;
	}


	.card-section {
		padding: 0px 50px;
		margin-bottom: 52px;
	}

	.card-section.alt-card-section {
		padding-top: 50px;
	}

	.card-section .info-card {
		/* margin-bottom: 50px; */
	}

	.info-card {
		padding: 0px 0px 10px;
		display: block;
	}

	.info-card .img-box {
		margin: 0 auto;
	}

	.info-card .content-box {
		padding: 20px;
		text-align: center;
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.8;
	}
}

.info-card address {
	margin-top: 42px;
}

.btn-collection {
	margin: 40px 25px;
	padding: 10px 50px;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid black;
	background: transparent;
	color: #000;
	position: relative;
	vertical-align: middle;
	transition: color 0.3s ease-in-out;
}

.btn-collection:hover {
	letter-spacing: 1px;
	background: #000;
	color: #fff;
	position: relative;
	vertical-align: middle;
}

.box {
	background: #000;
}

.collection-box .anchor-wrap {
	position: relative;
	text-decoration: none;
	text-align: center;
	color: #fff;
	top: 470px;
	height: 50px;
	width: fit-content;
	margin: 0 auto;
	z-index: 2;
	bottom: 0;
	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;
}

@media (min-width:768px) {
	.collection-box .anchor-wrap {
		position: relative;
		text-decoration: none;
		text-align: center;
		color: #fff;
		top: 600px;
		height: 50px;
		width: fit-content;
		margin: 0 auto;
		z-index: 2;
		bottom: 0;
		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;
	}

}

.collection-box .anchor-wrap .btn-collection {
	color: white;
	border: 1px solid white;
	padding: 10px 10px;
	letter-spacing: 1px;
	transition: color .3s ease-in-out;

}

.collection-box .anchor-wrap .btn-collection:hover {
	color: #39FF39;
	border: 1px solid #39FF39;
	background: transparent;
	padding: 10px 10px;
	letter-spacing: 1px;

}

.interview-section .btn-collection {
	margin: 40px auto 20px;
}

@media (min-width: 768px) {
	.interview-section .btn-collection {
		margin: 40px auto 0px;
	}
}

.interview-slate h5 {
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 20px;
	font-size: 16px;
}

@media (min-width: 768px) {
	.interview-slate h5 {
		font-weight: bold;
		letter-spacing: 0px;
		margin-bottom: 20px;
		font-size: 20px;
	}
}

.enter-button {
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2px;
	margin: 20px auto;
	width: 120px;
	background: none;
	border: 1px solid;
	padding: 10px;
	text-transform: lowercase;
}

.enter-button:hover,
.enter-focus {
	/* box-shadow: 0 0 0 2em rgba(#fff, 0); */
	font-size: 12px;
	color: black;
	background: white;
	border: 1px solid white;
	/* letter-spacing: 1px; */
	transition-timing-function: ease-in-out;
	transition-duration: .8s;
	/* text-transform: uppercase; */



}


@media (min-width: 768px) {
	.enter-button {
		margin: 30px auto;
		width: 160px;
		font-size: 12px;
		background: none;
		border: 1px solid;
		line-height: 1;
		padding: 10px;
	}
}