@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
  line-height: 1.5;
  height: 100%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 300;
  height: 100%;
  text-align: justify;
  text-justify: distribute;
  overflow-x: hidden;
  color: #4d4d4d;
}


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

h1, h2, h3, h4, p {
  margin: 0;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 124rem;
  width: 100%;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}
body::-webkit-scrollbar {
  display: none;
}
@media print, screen and (max-width: 48em) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 48em) {
  .sp {
    display: none;
  }
}

.utility__title2 {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4rem;
}

.utility__button {
  background-color: #4d4d4d;
  color: #fff;
  cursor: pointer;
  padding: 2rem;
  text-align: center;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes borderIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes borderIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes selectorActive {
  0% {
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes selectorActive {
  0% {
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 124rem;
  margin: 0 auto;
  padding: 3.4rem 3.5rem 0;
  width: 100%;
}

.header__title-view {
  margin-right: auto;
  width: 20rem;
}

.header__logo-link {
  display: block;
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.navi__title {
  border-bottom: 2px solid #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 0.2rem;
  height: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navi__title-link {
  line-height: 1;
  text-decoration: none;
}

.navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding-right: 13rem;
}

.navi__list--coffee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding-right: 5rem;
}

.navi__list-item {
  border-top: .3rem solid #fff;
  margin: 0 0 0 2rem;
  padding: .1rem 1rem 0 1rem;
  pointer-events: none;
  position: relative;
}

.navi__list-item:first-child {
  margin-left: 0;
}

.navi__list-item:hover, .navi__list-item.current {
  border-top: .3rem solid #000;
}

.navi__link {
  display: block;
  text-decoration: none;
  pointer-events: auto;
}

.navi__link:hover,
.current .navi__link {
  font-weight: 500;
}

.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13.5rem;
  width: 100%;
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
  position: relative;
}

@media print, screen and (max-height: 53em) {
  .type {
    margin-top: 7.5rem;
  }
}

.type__box--cup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.type__box--coffee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.type__box--center {
  width: 35%;
}

.type__partition {
  background-color: #000;
  height: 10rem;
  width: .3rem;
  -webkit-transform: skewX(-45deg) rotate(-45deg);
          transform: skewX(-45deg) rotate(-45deg);
  position: relative;
  top: 12.5rem;
  margin: 0 auto 0;
}

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

.type__title2--cup {
  position: absolute;
  text-align: center;
  top: 16rem;
  left: 32.5%;
  width: 17.5%;
  pointer-events: none;
}

.type__title2--coffee {
  position: absolute;
  text-align: center;
  top: 16rem;
  left: 50%;
  width: 17.5%;
  pointer-events: none;
}

.type__title-image {
  vertical-align: middle;
  pointer-events: auto;
}

.type__image {
  height: 42.2rem;
  width: auto;
}

.model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 7.5rem;
  width: 100%;
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
  padding: 0 1rem;
}

@media print, screen and (max-height: 53em) {
  .model {
    margin-top: 3rem;
  }
}

.model__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.model__title2 {
  border-bottom: 1px solid #000;
  margin-bottom: 2.8rem;
  padding-bottom: 1.3rem;
  position: relative;
  text-align: center;
}

.model__title2--cup {
  border-bottom: 1px solid #000;
  margin-bottom: 2.8rem;
  width: 100%;
  max-width: 29.5rem;
  padding-bottom: 1.3rem;
  position: relative;
  text-align: center;
}

.model__title2--coffee {
  border-bottom: 1px solid #000;
  margin-bottom: 2.8rem;
  min-width: 33.5rem;
  padding-bottom: 1.3rem;
  position: relative;
  text-align: center;
}

.model__title-image {
  vertical-align: middle;
}

.model__image {
  height: 39.2rem;
  width: auto;
}

.view {
  margin: 3rem 0;
  padding: 0 3.5rem 0;
  width: 100%;
}

.choice {
  width: 100%;
}

.choice__def-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.choice__heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2.5rem;
}

.choice__heading--first {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0;
}

.choice__item {
  font-size: 2.4rem;
}

.contents {

}
.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail__view{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
}
.swiper-slide {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-container{
	margin: 0!important;
	overflow: unset;
}
.slider {
  width: 380px;
	height: 580px!important;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.slider__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding: 0 10px;
}

.slider__slide img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.thumbs {
}

.thumbs .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thumbs__slide {
  height: 250px;
  width: 250px;
  margin-right: 0!important;
}

.thumbs__slide img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.swiper-slide-thumb-active {
	
}

.selector {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%!important;
  position: relative;
}

.selector__title2 {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 0 .6rem;
  position: relative;
}

.selector__title2::after {
  border-bottom: .1rem solid #343434;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.selector__title-image {
  display: block;
  height: .8rem;
}

.selector__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.7rem;
  margin-top: 60px;
  margin-right: calc(-4rem / 7);
  justify-content: center;
}

.selector__list-item {
  border: 1px solid #bfbfbf;
  cursor: pointer;
  line-height: 1;
  margin: 0 calc(4rem / 7) 0.8rem 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 5.5rem;
  height: 5.5rem;
}

.selector__list-item.active {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.selector__list-item img {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 5.3rem;
  height: 5.3rem;
  background-color: #999;
  display: block;
}

.selector__list-item img.hover {
  border-radius: 1.8rem;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media screen and (max-width: 768px){
	.slider{
		width: 200px;
		height: 450px!important;
	}
	.thumbs__slide{
		width: 130px;
		height: 130px;
	}
	.choice{
		margin-bottom: 10px;
	}
	.slider__slide,.thumbs__slide{
		margin-right: 0!important;
	}
}
.selector [data-namber="301"] {
  background-color: #000;
}

.selector [data-namber="302"] {
  background-color: #ae0000;
}

.selector [data-namber="303"] {
  background-color: #305075;
}

.selector [data-namber="304"] {
  background-color: #a8babb;
}

.selector [data-namber="305"] {
  background-color: #006200;
}

.selector [data-namber="306"] {
  background-color: #f8f7f8;
}

.selector [data-namber="307"] {
  background-color: #f16000;
}

.selector [data-namber="308"] {
  background-color: #608da1;
}

.cover {
  background-color: #fff;
  width: 100%;
  height: 5000px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.selectorAnime .selector__title2:nth-of-type(1)::after {
  -webkit-animation: borderIn 1s ease 0.5s 1 both;
          animation: borderIn 1s ease 0.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(2)::after {
  -webkit-animation: borderIn 1s ease 1s 1 both;
          animation: borderIn 1s ease 1s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(3)::after {
  -webkit-animation: borderIn 1s ease 1.5s 1 both;
          animation: borderIn 1s ease 1.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(4)::after {
  -webkit-animation: borderIn 1s ease 2s 1 both;
          animation: borderIn 1s ease 2s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(5)::after {
  -webkit-animation: borderIn 1s ease 2.5s 1 both;
          animation: borderIn 1s ease 2.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(6)::after {
  -webkit-animation: borderIn 1s ease 3s 1 both;
          animation: borderIn 1s ease 3s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(7)::after {
  -webkit-animation: borderIn 1s ease 3.5s 1 both;
          animation: borderIn 1s ease 3.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(8)::after {
  -webkit-animation: borderIn 1s ease 4s 1 both;
          animation: borderIn 1s ease 4s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(1) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 0s 1 both, up 1s ease 0s 1 both;
          animation: fadeIn 1s ease 0s 1 both, up 1s ease 0s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(2) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 0.5s 1 both, up 1s ease 0.5s 1 both;
          animation: fadeIn 1s ease 0.5s 1 both, up 1s ease 0.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(3) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 1s 1 both, up 1s ease 1s 1 both;
          animation: fadeIn 1s ease 1s 1 both, up 1s ease 1s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(4) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 1.5s 1 both, up 1s ease 1.5s 1 both;
          animation: fadeIn 1s ease 1.5s 1 both, up 1s ease 1.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(5) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 2s 1 both, up 1s ease 2s 1 both;
          animation: fadeIn 1s ease 2s 1 both, up 1s ease 2s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(6) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 2.5s 1 both, up 1s ease 2.5s 1 both;
          animation: fadeIn 1s ease 2.5s 1 both, up 1s ease 2.5s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(7) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 3s 1 both, up 1s ease 3s 1 both;
          animation: fadeIn 1s ease 3s 1 both, up 1s ease 3s 1 both;
}

.selectorAnime .selector__title2:nth-of-type(8) .selector__title-image {
  -webkit-animation: fadeIn 1s ease 3.5s 1 both, up 1s ease 3.5s 1 both;
          animation: fadeIn 1s ease 3.5s 1 both, up 1s ease 3.5s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(1) {
  -webkit-animation: fadeIn 1s ease 0.55s 1 both;
          animation: fadeIn 1s ease 0.55s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(2) {
  -webkit-animation: fadeIn 1s ease 0.7s 1 both;
          animation: fadeIn 1s ease 0.7s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(3) {
  -webkit-animation: fadeIn 1s ease 0.85s 1 both;
          animation: fadeIn 1s ease 0.85s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(4) {
  -webkit-animation: fadeIn 1s ease 1s 1 both;
          animation: fadeIn 1s ease 1s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(5) {
  -webkit-animation: fadeIn 1s ease 1.15s 1 both;
          animation: fadeIn 1s ease 1.15s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(6) {
  -webkit-animation: fadeIn 1s ease 1.3s 1 both;
          animation: fadeIn 1s ease 1.3s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(7) {
  -webkit-animation: fadeIn 1s ease 1.45s 1 both;
          animation: fadeIn 1s ease 1.45s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(8) {
  -webkit-animation: fadeIn 1s ease 1.6s 1 both;
          animation: fadeIn 1s ease 1.6s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(9) {
  -webkit-animation: fadeIn 1s ease 1.75s 1 both;
          animation: fadeIn 1s ease 1.75s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(10) {
  -webkit-animation: fadeIn 1s ease 1.9s 1 both;
          animation: fadeIn 1s ease 1.9s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(11) {
  -webkit-animation: fadeIn 1s ease 2.05s 1 both;
          animation: fadeIn 1s ease 2.05s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(12) {
  -webkit-animation: fadeIn 1s ease 2.2s 1 both;
          animation: fadeIn 1s ease 2.2s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(13) {
  -webkit-animation: fadeIn 1s ease 2.35s 1 both;
          animation: fadeIn 1s ease 2.35s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(14) {
  -webkit-animation: fadeIn 1s ease 2.5s 1 both;
          animation: fadeIn 1s ease 2.5s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(15) {
  -webkit-animation: fadeIn 1s ease 2.65s 1 both;
          animation: fadeIn 1s ease 2.65s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(16) {
  -webkit-animation: fadeIn 1s ease 2.8s 1 both;
          animation: fadeIn 1s ease 2.8s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(17) {
  -webkit-animation: fadeIn 1s ease 2.95s 1 both;
          animation: fadeIn 1s ease 2.95s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(18) {
  -webkit-animation: fadeIn 1s ease 3.1s 1 both;
          animation: fadeIn 1s ease 3.1s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(19) {
  -webkit-animation: fadeIn 1s ease 3.25s 1 both;
          animation: fadeIn 1s ease 3.25s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(20) {
  -webkit-animation: fadeIn 1s ease 3.4s 1 both;
          animation: fadeIn 1s ease 3.4s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(21) {
  -webkit-animation: fadeIn 1s ease 3.55s 1 both;
          animation: fadeIn 1s ease 3.55s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(22) {
  -webkit-animation: fadeIn 1s ease 3.7s 1 both;
          animation: fadeIn 1s ease 3.7s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(23) {
  -webkit-animation: fadeIn 1s ease 3.85s 1 both;
          animation: fadeIn 1s ease 3.85s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(24) {
  -webkit-animation: fadeIn 1s ease 4s 1 both;
          animation: fadeIn 1s ease 4s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(25) {
  -webkit-animation: fadeIn 1s ease 4.15s 1 both;
          animation: fadeIn 1s ease 4.15s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(26) {
  -webkit-animation: fadeIn 1s ease 4.3s 1 both;
          animation: fadeIn 1s ease 4.3s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(27) {
  -webkit-animation: fadeIn 1s ease 4.45s 1 both;
          animation: fadeIn 1s ease 4.45s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(28) {
  -webkit-animation: fadeIn 1s ease 4.6s 1 both;
          animation: fadeIn 1s ease 4.6s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(29) {
  -webkit-animation: fadeIn 1s ease 4.75s 1 both;
          animation: fadeIn 1s ease 4.75s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(30) {
  -webkit-animation: fadeIn 1s ease 4.9s 1 both;
          animation: fadeIn 1s ease 4.9s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(31) {
  -webkit-animation: fadeIn 1s ease 5.05s 1 both;
          animation: fadeIn 1s ease 5.05s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(32) {
  -webkit-animation: fadeIn 1s ease 5.2s 1 both;
          animation: fadeIn 1s ease 5.2s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(33) {
  -webkit-animation: fadeIn 1s ease 5.35s 1 both;
          animation: fadeIn 1s ease 5.35s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(34) {
  -webkit-animation: fadeIn 1s ease 5.5s 1 both;
          animation: fadeIn 1s ease 5.5s 1 both;
}

.selectorAnime .selector__list.wooden .selector__list-item:nth-of-type(1) {
  -webkit-animation: fadeIn 1s ease 0.55s 1 both, selectorActive 0.5s ease 2s 1 backwards;
          animation: fadeIn 1s ease 0.55s 1 both, selectorActive 0.5s ease 2s 1 backwards;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(1) {
  -webkit-animation: fadeIn 1s ease 1.05s 1 both;
          animation: fadeIn 1s ease 1.05s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(2) {
  -webkit-animation: fadeIn 1s ease 1.2s 1 both;
          animation: fadeIn 1s ease 1.2s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(3) {
  -webkit-animation: fadeIn 1s ease 1.35s 1 both;
          animation: fadeIn 1s ease 1.35s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(4) {
  -webkit-animation: fadeIn 1s ease 1.5s 1 both;
          animation: fadeIn 1s ease 1.5s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(5) {
  -webkit-animation: fadeIn 1s ease 1.65s 1 both;
          animation: fadeIn 1s ease 1.65s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(6) {
  -webkit-animation: fadeIn 1s ease 1.8s 1 both;
          animation: fadeIn 1s ease 1.8s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(7) {
  -webkit-animation: fadeIn 1s ease 1.95s 1 both;
          animation: fadeIn 1s ease 1.95s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(8) {
  -webkit-animation: fadeIn 1s ease 2.1s 1 both;
          animation: fadeIn 1s ease 2.1s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(9) {
  -webkit-animation: fadeIn 1s ease 2.25s 1 both;
          animation: fadeIn 1s ease 2.25s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(10) {
  -webkit-animation: fadeIn 1s ease 2.4s 1 both;
          animation: fadeIn 1s ease 2.4s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(11) {
  -webkit-animation: fadeIn 1s ease 2.55s 1 both;
          animation: fadeIn 1s ease 2.55s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(12) {
  -webkit-animation: fadeIn 1s ease 2.7s 1 both;
          animation: fadeIn 1s ease 2.7s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(13) {
  -webkit-animation: fadeIn 1s ease 2.85s 1 both;
          animation: fadeIn 1s ease 2.85s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(14) {
  -webkit-animation: fadeIn 1s ease 3s 1 both;
          animation: fadeIn 1s ease 3s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(15) {
  -webkit-animation: fadeIn 1s ease 3.15s 1 both;
          animation: fadeIn 1s ease 3.15s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(16) {
  -webkit-animation: fadeIn 1s ease 3.3s 1 both;
          animation: fadeIn 1s ease 3.3s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(17) {
  -webkit-animation: fadeIn 1s ease 3.45s 1 both;
          animation: fadeIn 1s ease 3.45s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(18) {
  -webkit-animation: fadeIn 1s ease 3.6s 1 both;
          animation: fadeIn 1s ease 3.6s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(19) {
  -webkit-animation: fadeIn 1s ease 3.75s 1 both;
          animation: fadeIn 1s ease 3.75s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(20) {
  -webkit-animation: fadeIn 1s ease 3.9s 1 both;
          animation: fadeIn 1s ease 3.9s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(21) {
  -webkit-animation: fadeIn 1s ease 4.05s 1 both;
          animation: fadeIn 1s ease 4.05s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(22) {
  -webkit-animation: fadeIn 1s ease 4.2s 1 both;
          animation: fadeIn 1s ease 4.2s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(23) {
  -webkit-animation: fadeIn 1s ease 4.35s 1 both;
          animation: fadeIn 1s ease 4.35s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(24) {
  -webkit-animation: fadeIn 1s ease 4.5s 1 both;
          animation: fadeIn 1s ease 4.5s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(25) {
  -webkit-animation: fadeIn 1s ease 4.65s 1 both;
          animation: fadeIn 1s ease 4.65s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(26) {
  -webkit-animation: fadeIn 1s ease 4.8s 1 both;
          animation: fadeIn 1s ease 4.8s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(27) {
  -webkit-animation: fadeIn 1s ease 4.95s 1 both;
          animation: fadeIn 1s ease 4.95s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(28) {
  -webkit-animation: fadeIn 1s ease 5.1s 1 both;
          animation: fadeIn 1s ease 5.1s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(29) {
  -webkit-animation: fadeIn 1s ease 5.25s 1 both;
          animation: fadeIn 1s ease 5.25s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(30) {
  -webkit-animation: fadeIn 1s ease 5.4s 1 both;
          animation: fadeIn 1s ease 5.4s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(31) {
  -webkit-animation: fadeIn 1s ease 5.55s 1 both;
          animation: fadeIn 1s ease 5.55s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(32) {
  -webkit-animation: fadeIn 1s ease 5.7s 1 both;
          animation: fadeIn 1s ease 5.7s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(33) {
  -webkit-animation: fadeIn 1s ease 5.85s 1 both;
          animation: fadeIn 1s ease 5.85s 1 both;
}

.selectorAnime .selector__list.leather .selector__list-item:nth-of-type(34) {
  -webkit-animation: fadeIn 1s ease 6s 1 both;
          animation: fadeIn 1s ease 6s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(1) {
  -webkit-animation: fadeIn 1s ease 1.55s 1 both;
          animation: fadeIn 1s ease 1.55s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(2) {
  -webkit-animation: fadeIn 1s ease 1.7s 1 both;
          animation: fadeIn 1s ease 1.7s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(3) {
  -webkit-animation: fadeIn 1s ease 1.85s 1 both;
          animation: fadeIn 1s ease 1.85s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(4) {
  -webkit-animation: fadeIn 1s ease 2s 1 both;
          animation: fadeIn 1s ease 2s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(5) {
  -webkit-animation: fadeIn 1s ease 2.15s 1 both;
          animation: fadeIn 1s ease 2.15s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(6) {
  -webkit-animation: fadeIn 1s ease 2.3s 1 both;
          animation: fadeIn 1s ease 2.3s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(7) {
  -webkit-animation: fadeIn 1s ease 2.45s 1 both;
          animation: fadeIn 1s ease 2.45s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(8) {
  -webkit-animation: fadeIn 1s ease 2.6s 1 both;
          animation: fadeIn 1s ease 2.6s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(9) {
  -webkit-animation: fadeIn 1s ease 2.75s 1 both;
          animation: fadeIn 1s ease 2.75s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(10) {
  -webkit-animation: fadeIn 1s ease 2.9s 1 both;
          animation: fadeIn 1s ease 2.9s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(11) {
  -webkit-animation: fadeIn 1s ease 3.05s 1 both;
          animation: fadeIn 1s ease 3.05s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(12) {
  -webkit-animation: fadeIn 1s ease 3.2s 1 both;
          animation: fadeIn 1s ease 3.2s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(13) {
  -webkit-animation: fadeIn 1s ease 3.35s 1 both;
          animation: fadeIn 1s ease 3.35s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(14) {
  -webkit-animation: fadeIn 1s ease 3.5s 1 both;
          animation: fadeIn 1s ease 3.5s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(15) {
  -webkit-animation: fadeIn 1s ease 3.65s 1 both;
          animation: fadeIn 1s ease 3.65s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(16) {
  -webkit-animation: fadeIn 1s ease 3.8s 1 both;
          animation: fadeIn 1s ease 3.8s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(17) {
  -webkit-animation: fadeIn 1s ease 3.95s 1 both;
          animation: fadeIn 1s ease 3.95s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(18) {
  -webkit-animation: fadeIn 1s ease 4.1s 1 both;
          animation: fadeIn 1s ease 4.1s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(19) {
  -webkit-animation: fadeIn 1s ease 4.25s 1 both;
          animation: fadeIn 1s ease 4.25s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(20) {
  -webkit-animation: fadeIn 1s ease 4.4s 1 both;
          animation: fadeIn 1s ease 4.4s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(21) {
  -webkit-animation: fadeIn 1s ease 4.55s 1 both;
          animation: fadeIn 1s ease 4.55s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(22) {
  -webkit-animation: fadeIn 1s ease 4.7s 1 both;
          animation: fadeIn 1s ease 4.7s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(23) {
  -webkit-animation: fadeIn 1s ease 4.85s 1 both;
          animation: fadeIn 1s ease 4.85s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(24) {
  -webkit-animation: fadeIn 1s ease 5s 1 both;
          animation: fadeIn 1s ease 5s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(25) {
  -webkit-animation: fadeIn 1s ease 5.15s 1 both;
          animation: fadeIn 1s ease 5.15s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(26) {
  -webkit-animation: fadeIn 1s ease 5.3s 1 both;
          animation: fadeIn 1s ease 5.3s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(27) {
  -webkit-animation: fadeIn 1s ease 5.45s 1 both;
          animation: fadeIn 1s ease 5.45s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(28) {
  -webkit-animation: fadeIn 1s ease 5.6s 1 both;
          animation: fadeIn 1s ease 5.6s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(29) {
  -webkit-animation: fadeIn 1s ease 5.75s 1 both;
          animation: fadeIn 1s ease 5.75s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(30) {
  -webkit-animation: fadeIn 1s ease 5.9s 1 both;
          animation: fadeIn 1s ease 5.9s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(31) {
  -webkit-animation: fadeIn 1s ease 6.05s 1 both;
          animation: fadeIn 1s ease 6.05s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(32) {
  -webkit-animation: fadeIn 1s ease 6.2s 1 both;
          animation: fadeIn 1s ease 6.2s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(33) {
  -webkit-animation: fadeIn 1s ease 6.35s 1 both;
          animation: fadeIn 1s ease 6.35s 1 both;
}

.selectorAnime .selector__list.color .selector__list-item:nth-of-type(34) {
  -webkit-animation: fadeIn 1s ease 6.5s 1 both;
          animation: fadeIn 1s ease 6.5s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(1) {
  -webkit-animation: fadeIn 1s ease 2.05s 1 both;
          animation: fadeIn 1s ease 2.05s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(2) {
  -webkit-animation: fadeIn 1s ease 2.2s 1 both;
          animation: fadeIn 1s ease 2.2s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(3) {
  -webkit-animation: fadeIn 1s ease 2.35s 1 both;
          animation: fadeIn 1s ease 2.35s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(4) {
  -webkit-animation: fadeIn 1s ease 2.5s 1 both;
          animation: fadeIn 1s ease 2.5s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(5) {
  -webkit-animation: fadeIn 1s ease 2.65s 1 both;
          animation: fadeIn 1s ease 2.65s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(6) {
  -webkit-animation: fadeIn 1s ease 2.8s 1 both;
          animation: fadeIn 1s ease 2.8s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(7) {
  -webkit-animation: fadeIn 1s ease 2.95s 1 both;
          animation: fadeIn 1s ease 2.95s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(8) {
  -webkit-animation: fadeIn 1s ease 3.1s 1 both;
          animation: fadeIn 1s ease 3.1s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(9) {
  -webkit-animation: fadeIn 1s ease 3.25s 1 both;
          animation: fadeIn 1s ease 3.25s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(10) {
  -webkit-animation: fadeIn 1s ease 3.4s 1 both;
          animation: fadeIn 1s ease 3.4s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(11) {
  -webkit-animation: fadeIn 1s ease 3.55s 1 both;
          animation: fadeIn 1s ease 3.55s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(12) {
  -webkit-animation: fadeIn 1s ease 3.7s 1 both;
          animation: fadeIn 1s ease 3.7s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(13) {
  -webkit-animation: fadeIn 1s ease 3.85s 1 both;
          animation: fadeIn 1s ease 3.85s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(14) {
  -webkit-animation: fadeIn 1s ease 4s 1 both;
          animation: fadeIn 1s ease 4s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(15) {
  -webkit-animation: fadeIn 1s ease 4.15s 1 both;
          animation: fadeIn 1s ease 4.15s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(16) {
  -webkit-animation: fadeIn 1s ease 4.3s 1 both;
          animation: fadeIn 1s ease 4.3s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(17) {
  -webkit-animation: fadeIn 1s ease 4.45s 1 both;
          animation: fadeIn 1s ease 4.45s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(18) {
  -webkit-animation: fadeIn 1s ease 4.6s 1 both;
          animation: fadeIn 1s ease 4.6s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(19) {
  -webkit-animation: fadeIn 1s ease 4.75s 1 both;
          animation: fadeIn 1s ease 4.75s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(20) {
  -webkit-animation: fadeIn 1s ease 4.9s 1 both;
          animation: fadeIn 1s ease 4.9s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(21) {
  -webkit-animation: fadeIn 1s ease 5.05s 1 both;
          animation: fadeIn 1s ease 5.05s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(22) {
  -webkit-animation: fadeIn 1s ease 5.2s 1 both;
          animation: fadeIn 1s ease 5.2s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(23) {
  -webkit-animation: fadeIn 1s ease 5.35s 1 both;
          animation: fadeIn 1s ease 5.35s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(24) {
  -webkit-animation: fadeIn 1s ease 5.5s 1 both;
          animation: fadeIn 1s ease 5.5s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(25) {
  -webkit-animation: fadeIn 1s ease 5.65s 1 both;
          animation: fadeIn 1s ease 5.65s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(26) {
  -webkit-animation: fadeIn 1s ease 5.8s 1 both;
          animation: fadeIn 1s ease 5.8s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(27) {
  -webkit-animation: fadeIn 1s ease 5.95s 1 both;
          animation: fadeIn 1s ease 5.95s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(28) {
  -webkit-animation: fadeIn 1s ease 6.1s 1 both;
          animation: fadeIn 1s ease 6.1s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(29) {
  -webkit-animation: fadeIn 1s ease 6.25s 1 both;
          animation: fadeIn 1s ease 6.25s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(30) {
  -webkit-animation: fadeIn 1s ease 6.4s 1 both;
          animation: fadeIn 1s ease 6.4s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(31) {
  -webkit-animation: fadeIn 1s ease 6.55s 1 both;
          animation: fadeIn 1s ease 6.55s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(32) {
  -webkit-animation: fadeIn 1s ease 6.7s 1 both;
          animation: fadeIn 1s ease 6.7s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(33) {
  -webkit-animation: fadeIn 1s ease 6.85s 1 both;
          animation: fadeIn 1s ease 6.85s 1 both;
}

.selectorAnime .selector__list.design .selector__list-item:nth-of-type(34) {
  -webkit-animation: fadeIn 1s ease 7s 1 both;
          animation: fadeIn 1s ease 7s 1 both;
}

.selectorAnime .selector__list-item.active {
  -webkit-animation: slectorActive .5s both;
          animation: slectorActive .5s both;
}
@media screen and (max-width: 768px) {
	.choice__heading--first,.choice__heading{
		font-size: 10px;
	}
	.choice__item{
		font-size: 12px;
	}
	.choice__heading {
    margin-left: 15px!important;
}
	.detail{
		width: 100%;
	}
	.selector{
		width: 100%;
		min-width: 100%;
	}
	.selector__list-item{
		width: 5rem;
		height: 5rem;
	}
	.selector__list-item img{
		height: 5rem;
		width: 5rem;
	}
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 230px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}