@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
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: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  width: 25px;
  height: 21px;
  right: 22px;
  top: 22px;
  z-index: 100;
}

.menu-trigger.active {
  position: fixed;
  z-index: 2000;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #808080;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .3s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger span:nth-of-type(2) {
  transition: all .15s .15s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 .3s forwards;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .3s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .3s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, span, ul, li, dd, a {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: 0.25em;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #231815;
}

.ios h1, .ios h2, .ios h3, .ios h4, .ios h5, .ios h6, .ios div, .ios p, .ios span, .ios ul, .ios li, .ios dd {
  font-feature-settings: "pkna";
}

b {
  font-size: 1.8rem;
  line-height: 3;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.pc-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc-inline {
  display: inline !important;
}

.sp {
  display: none !important;
}

.sp-flex {
  display: none !important;
}

br.brsp {
  display: none !important;
}

.pc_space {
  display: inline;
  margin-right: 1em;
}

.lity {
  background: rgba(0, 0, 0, 0.2) !important;
}

.lity-content {
  position: relative !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px !important;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  margin: 0 8px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid transparent !important;
  background-color: #fff !important;
}

.button-next {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  right: calc(50% - 150px);
  bottom: 45px;
  z-index: 100;
  cursor: pointer;
}

.button-prev {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  left: calc(50% - 150px);
  bottom: 45px;
  z-index: 101;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp {
    display: block !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc_space {
    display: none;
  }
  .lity-content {
    width: calc(100% - 30px) !important;
    margin: auto auto !important;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -7px !important;
  }
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}

html, body {
  height: 100%;
}

.header {
  height: 140px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.header__contents {
  width: calc(100% - 20px);
  max-width: 920px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 25px;
}

.header__menu {
  width: 100%;
  max-width: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80px;
  margin-top: 8px;
  padding: 0 0 0 60px;
}

.header__menu li {
  display: block;
  width: 22%;
  padding-top: 10px;
  padding-right: 0;
}

.header__menu li.wide {
  width: 43%;
  padding-right: 30px;
}

.header__menu li.narrow {
  width: 22%;
}

.header__menu li a {
  color: #231815;
  font-family: "Midashi Go MB31", sans-serif;
  letter-spacing: 0.05em;
}

.header__menu-s {
  width: 80%;
  max-width: 100%;
  padding: 0 0 0 40px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__menu-s li {
  width: 20%;
  text-align: left;
}

.header__menu-s li.narrow {
  width: 17.5%;
  padding-right: 10px;
}

.header__menu-s li.wide {
  width: 30%;
  padding-right: 15px;
}

.header__menu-s li a {
  font-size: 1.3rem;
}

.header__cart {
  padding-top: 13px;
}

.header-l {
  transition: top .5s ease;
  top: -140px;
}

.header-l.active {
  top: 0;
}

.header-s {
  height: auto;
  padding: 15px 0;
  position: fixed;
  top: -91px;
  left: 0;
  width: 100%;
  transition: top .5s ease;
  z-index: 20;
  border-bottom: 1px solid #999;
}

.header-s.active {
  top: 0;
}

.header-s .header__contents {
  width: calc(100% - 40px);
  max-width: 990px;
  padding-top: 6px;
}

.header-s .header__cart {
  padding-top: 0;
}

.menu {
  display: none;
}

.btn__cart {
  font-size: 1.3rem;
  color: #eb641e;
  text-align: center;
  font-family: "Midashi Go MB31", sans-serif;
  letter-spacing: 0.05em;
  display: block;
}

.btn__cart:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/icon_cart.png);
  background-size: contain;
  margin: 0 auto;
}

.btn__down {
  position: absolute;
  width: 48px;
  height: 23px;
  left: 50%;
  bottom: 25px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  display: block;
}

.btn__down:before {
  content: '';
  display: block;
  background-image: url(../img/main_img_arrow.png);
  background-size: contain;
  width: 48px;
  height: 23px;
}

.btn__addcart {
  display: none;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  width: 140px;
  height: 28px;
  border-radius: 14px;
  background-color: #eb641e;
  text-align: right;
  line-height: 30px;
  padding-right: 15px;
  color: #fff;
  position: relative;
  font-family: "Midashi Go MB31", sans-serif;
}

.btn__addcart.active {
  display: block;
}

.btn__addcart:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/icon_cart.png);
  background-size: contain;
  position: absolute;
  left: -30px;
  top: -10px;
}

.btn__addcart.sold {
  padding-right: 18px;
  background-color: #999;
  pointer-events: none;
  text-align: right;
  letter-spacing: 0.3em;
}

.btn__addcart.sold:before {
  display: none;
}

.btn__addcart:hover {
  opacity: .7;
}

.btn__border {
  font-size: 1.7rem;
  color: #eb641e;
  border: 1px solid #eb641e;
  padding: 10px;
}

.visual {
  height: calc(100vh - 140px);
}

.visual__slide {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto 0;
  padding: 0;
}

.visual__slide__item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.visual__slide__item:nth-child(1) {
  background-image: url(../img/main_img_1.jpg);
}

.visual__slide__item:nth-child(2) {
  background-image: url(../img/main_img_2.jpg);
}

.visual__slide__item:nth-child(3) {
  background-image: url(../img/main_img_3.jpg);
}

.visual__slide__item:nth-child(4) {
  background-image: url(../img/main_img_4.jpg);
}

.visual__slide__item:nth-child(5) {
  background-image: url(../img/main_img_5.jpg);
}

.visual__slide__item:nth-child(6) {
  background-image: url(../img/main_img_6.jpg);
}

.visual__slide__item:nth-child(7) {
  background-image: url(../img/main_img_7.jpg);
}

.visual__slide__item.active {
  opacity: 1;
  z-index: 90;
}

.intro {
  text-align: center;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.intro__txt {
  width: 350px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.8125;
  font-family: "Midashi Go MB31", sans-serif;
  text-align: left;
  margin: 0 auto;
}

.intro__txt_red {
  width: 350px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8125;
  text-align: left;
  margin: 0 auto;
  color: #eb641e;
  margin-top: 2em;
  font-weight: bold;
  font-family: YuGothic, sans-serif;
  border-top: 1px solid #999;
  padding-top: 30px;
}

.intro__info {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background-color: #eb641e;
  border-radius: 5px;
  width: 480px;
  padding: 13px 0;
  color: #fff;
  margin: 30px auto 0;
  font-family: "Midashi Go MB31", sans-serif;
}

.products {
  background-color: rgba(255, 245, 120, 0.9);
  overflow: hidden;
}

.products__contents {
  width: calc(100% - 20px);
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 48px 0;
}

.products__ttl {
  font-size: 2.4rem;
  color: #eb641e;
  letter-spacing: 0.05em;
  font-family: "Midashi Go MB31", sans-serif;
}

.products__intro {
  padding-left: 56px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
}

.product {
  width: calc(100% - 20px);
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 12px 0 0;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.product hr {
  width: calc(100% - 20px);
  max-width: 830px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}

.product__container {
  width: calc(100% - 20px);
  max-width: 830px;
  margin: 15px auto 0;
  display: -ms-flexbox;
  display: flex;
}

.product__ttl {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  font-family: "Midashi Go MB31", sans-serif;
}

.product__ttl:before {
  content: '';
  width: 51px;
  height: 51px;
  background-image: url(../img/icon_honey.png);
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.product__txt {
  padding-left: 48px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.product__footer {
  background-color: #fbb03b;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
}

.product__footer p {
  width: calc(100% - 20px);
  max-width: 830px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  font-family: "Midashi Go MB31", sans-serif;
}

.product__footer p .ship {
  color: #fff;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  font-family: "Midashi Go MB31", sans-serif;
}

.item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 50%;
}

.item__container {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  max-width: 830px;
  margin: 0 auto;
  padding: 20px 0;
}

.item__value {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Midashi Go MB31", sans-serif;
}

.item__value .value {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Midashi Go MB31", sans-serif;
}

.item__value .tax {
  display: block;
  font-size: 1.1rem;
}

.item__cart {
  padding: 20px 35px;
}

.item__cart .stock {
  display: none;
  color: #f00;
  padding: 5px 0 0 28px;
  letter-spacing: 0.05em;
}

.item__cart .stock.active {
  display: block;
}

.info {
  background-color: rgba(84, 195, 241, 0.9);
  padding: 40px 0;
}

.info__ttl {
  width: 100%;
  max-width: 870px;
  height: 116px;
  text-indent: -9999px;
  background-image: url(../img/memo_ttl.png);
  background-size: contain;
  display: block;
  margin: 0 auto;
}

.info__contents {
  width: calc(100% - 20px);
  max-width: 870px;
  margin: 0 auto;
}

.info__content {
  display: -ms-flexbox;
  display: flex;
  max-width: 866px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 0 40px 20px;
}

.info__txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.info__img {
  padding-top: 7px;
}

.footer {
  background-color: rgba(255, 255, 255, 0.9);
}

.footer__contents {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  max-width: 872px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 34px 0;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  max-width: 740px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 34px 0 100px;
}

.footer__menu li a {
  font-size: 1.3rem;
}

.date {
  text-align: center;
  font-size: 1.4rem;
  color: #808080;
  border-bottom: 1px solid #999999;
  padding: 30px 0;
}

.share__list {
  width: 398px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.copyright {
  text-align: right;
}

.copyright__store {
  margin-bottom: 10px;
}

.copyright__store a {
  color: #000;
  text-decoration: underline;
}

.copyright__logo {
  margin-bottom: 10px;
}

.copyright__txt {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #808080;
}

.note {
  padding: 50px 0;
}

.note__visual {
  width: 100%;
  height: 350px;
  background-image: url(../img/note_img.jpg);
  background-size: cover;
  background-position: center center;
}

.note__contents {
  width: 470px;
  margin: 0 auto;
}

.note__contents h2 {
  font-size: 2.4rem;
  color: #eb641e;
  font-family: "Midashi Go MB31", sans-serif;
  margin-bottom: 30px;
}

.note__contents p {
  margin-top: 1.5em;
  font-size: 1.5rem;
  line-height: 2;
}

.note__info {
  background: #fff578;
  padding: 50px 0;
}

.note__info__contents {
  width: calc(100% - 20px);
  max-width: 850px;
  margin: 0 auto;
}

.note__info__contents h2 {
  font-size: 2.4rem;
  color: #eb641e;
  font-family: "Midashi Go MB31", sans-serif;
  margin-bottom: 30px;
}

.note__info__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.note__info__img {
  width: 48%;
  padding-right: 2%;
}

.note__info__img img {
  width: 100%;
}

.note__info__txt {
  width: 48%;
  padding-left: 2%;
}

.note__info__txt h3 {
  font-size: 2.4rem;
  font-family: "Midashi Go MB31", sans-serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}

.note__info__txt p {
  font-size: 1.5rem;
  line-height: 1.9;
}

.about {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
  border-bottom: 1px solid #999999;
}

.about__contents {
  width: calc(100% - 20px);
  max-width: 450px;
  margin: 0 auto;
}

.about__contents h2 {
  font-size: 2rem;
  color: #eb641e;
  font-family: "Midashi Go MB31", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.about__contents p {
  font-size: 1.5rem;
  line-height: 1.9;
}

.about__contents p a {
  color: #eb641e;
}

@media screen and (max-width: 600px) {
  img {
    width: 100%;
  }
  html, body {
    height: 100%;
  }
  .header {
    height: 210px;
    background-color: #fff;
    z-index: 10;
    position: relative;
  }
  .header__contents {
    width: 100%;
    max-width: 920px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
  }
  .header__logo {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 48px 0 0;
    position: relative;
  }
  .header__menu {
    display: none;
  }
  .header__menu-s {
    width: 80%;
    max-width: 100%;
    padding: 0 0 0 40px;
    height: auto;
  }
  .header__menu-s li {
    width: 25%;
    text-align: right;
  }
  .header__menu-s li.narrow {
    width: 20%;
  }
  .header__menu-s li.wide {
    width: 40%;
  }
  .header__menu-s li a {
    font-size: 1.3rem;
  }
  .header__cart {
    display: none;
    padding-top: 0;
  }
  .header-l {
    transition: top .5s ease;
    top: 0;
  }
  .header-l.active {
    top: 0;
  }
  .header-s {
    height: 70px;
    padding: 7px 0 0;
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;
    transition: top .5s ease;
    z-index: 20;
    border-bottom: 1px solid #999;
  }
  .header-s.active {
    top: 0;
  }
  .header-s .header__logo {
    width: 30%;
    padding: 0;
    margin: 0 auto 0 0;
  }
  .header-s .header__logo img {
    width: 100%;
  }
  .header-s .header__contents {
    width: calc(100% - 40px);
    max-width: 990px;
    padding-top: 6px;
  }
  .header-s .header__cart {
    padding-top: 0;
  }
  .menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    display: none;
  }
  .menu.active {
    display: block;
  }
  .menu__contents {
    width: calc(100% - 40px);
    height: 100vh;
    margin: 0 auto;
    padding: 13px 0 0;
    overflow: scroll;
  }
  .menu__logo {
    width: 30%;
    padding: 0;
    margin: 0 auto 0 0;
  }
  .menu__logo img {
    width: 100%;
  }
  .menu__list {
    width: 80%;
    margin: 30px auto;
  }
  .menu__list li {
    margin-bottom: 20px;
  }
  .menu__list li a {
    display: block;
    letter-spacing: 0;
    font-size: 1.7rem;
    padding: 5px 0;
    border-bottom: 1px solid #999;
  }
  .menu__cart {
    margin-bottom: 40px;
  }
  .menu__cart .btn__cart {
    font-size: 1.7rem;
  }
  .menu__cart .btn__cart:before {
    width: 60px;
    height: 60px;
  }
  .btn__cart {
    font-size: 1.3rem;
    color: #eb641e;
    text-align: center;
    font-family: "Midashi Go MB31", sans-serif;
    letter-spacing: 0.05em;
    display: block;
  }
  .btn__cart:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/icon_cart.png);
    background-size: contain;
    margin: 0 auto;
  }
  .btn__down {
    position: absolute;
    width: 48px;
    height: 23px;
    left: 50%;
    bottom: 10px;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    display: block;
  }
  .btn__down:before {
    content: '';
    display: block;
    background-image: url(../img/main_img_arrow.png);
    background-size: contain;
    width: 48px;
    height: 23px;
  }
  .btn__addcart {
    display: none;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    width: 140px;
    height: 28px;
    border-radius: 14px;
    background-color: #eb641e;
    text-align: right;
    line-height: 30px;
    padding-right: 15px;
    color: #fff;
    position: relative;
    font-family: "Midashi Go MB31", sans-serif;
  }
  .btn__addcart.active {
    display: block;
  }
  .btn__addcart:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/icon_cart.png);
    background-size: contain;
    position: absolute;
    left: -30px;
    top: -10px;
  }
  .btn__addcart.sold {
    padding-right: 18px;
    background-color: #999;
    pointer-events: none;
    text-align: right;
    letter-spacing: 0.3em;
  }
  .btn__addcart.sold:before {
    display: none;
  }
  .visual {
    height: calc(100vh - 210px);
  }
  .visual__slide {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
    padding: 0;
  }
  .visual__slide__item {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .visual__slide__item:nth-child(1) {
    background-image: url(../img/main_img_sp_1.jpg);
  }
  .visual__slide__item:nth-child(2) {
    background-image: url(../img/main_img_sp_2.jpg);
  }
  .visual__slide__item:nth-child(3) {
    background-image: url(../img/main_img_sp_3.jpg);
  }
  .visual__slide__item:nth-child(4) {
    background-image: url(../img/main_img_sp_4.jpg);
  }
  .visual__slide__item:nth-child(5) {
    background-image: url(../img/main_img_sp_5.jpg);
  }
  .visual__slide__item:nth-child(6) {
    background-image: url(../img/main_img_sp_6.jpg);
  }
  .visual__slide__item.active {
    opacity: 1;
    z-index: 90;
  }
  .intro {
    text-align: center;
    padding: 25px 0;
  }
  .intro__txt {
    width: calc(100% - 50px);
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 1.8125;
    font-family: "Midashi Go MB31", sans-serif;
    text-align: left;
    margin: 0 auto;
  }
  .intro__txt_red {
    width: calc(100% - 50px);
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.8125;
    text-align: left;
    margin: 0 auto;
    color: #ff0000;
    margin-top: 2em;
    font-weight: bold;
    font-family: YuGothic, sans-serif;
  }
  .intro__info {
    width: calc(100% - 50px);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    background-color: #eb641e;
    border-radius: 5px;
    padding: 13px;
    text-align: left;
    color: #fff;
    margin: 15px auto 0;
    font-family: "Midashi Go MB31", sans-serif;
  }
  .products {
    overflow: hidden;
  }
  .products__contents {
    width: calc(100% - 50px);
    max-width: 900px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 24px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .products__ttl {
    font-size: 2rem;
    color: #eb641e;
    letter-spacing: 0.05em;
    font-family: "Midashi Go MB31", sans-serif;
    line-height: 1.5;
  }
  .products__intro {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.8666666667;
    letter-spacing: 0.1em;
    margin-top: 18px;
  }
  .product {
    width: calc(100% - 20px);
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 12px 0 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .product hr {
    width: calc(100% - 36px);
    max-width: 830px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
  .product__container {
    width: calc(100% - 36px);
    max-width: 830px;
    margin: 15px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .product__ttl {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.025em;
    font-family: "Midashi Go MB31", sans-serif;
  }
  .product__ttl:before {
    content: '';
    width: 51px;
    height: 51px;
    background-image: url(../img/icon_honey.png);
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .product__txt {
    padding-top: 18px;
    padding-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .product__footer {
    background-color: #fbb03b;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
  }
  .product__footer p {
    width: calc(100% - 20px);
    max-width: 830px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    font-family: "Midashi Go MB31", sans-serif;
  }
  .product__footer p .ship {
    color: #fff;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    font-family: "Midashi Go MB31", sans-serif;
  }
  .item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 30px;
  }
  .item__container {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    max-width: 830px;
    margin: 0 auto;
    padding: 20px 0px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .item__value {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-family: "Midashi Go MB31", sans-serif;
  }
  .item__value .tax {
    display: block;
    font-size: 1.1rem;
  }
  .item__img {
    width: 40%;
  }
  .item__txt {
    width: 60%;
  }
  .item__cart {
    padding: 20px 0 20px 24px;
  }
  .item__cart .stock {
    display: none;
    color: #f00;
    padding: 5px 0 0 28px;
    letter-spacing: 0.05em;
  }
  .item__cart .stock.active {
    display: block;
  }
  .info {
    padding: 15px 0 10px;
  }
  .info__ttl {
    width: 100%;
    height: 0;
    padding-top: 52.94117647%;
    text-indent: -9999px;
    background-image: url(../img/memo_ttl_sp.png);
  }
  .info__contents {
    max-width: 870px;
    margin: 0 auto;
  }
  .info__content {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    max-width: 866px;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 15px;
  }
  .info__txt {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
  .info__img {
    padding-top: 20px;
  }
  .footer__contents {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 56px);
    max-width: 872px;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 34px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__menu {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    max-width: 872px;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 34px 0 100px;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .date {
    text-align: center;
    font-size: 1.4rem;
    color: #808080;
    border-bottom: 1px solid #999999;
    padding: 30px 0;
  }
  .share__list {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
  }
  .share__list li {
    width: 48px;
  }
  .copyright {
    text-align: center;
  }
  .copyright__store {
    margin-bottom: 10px;
  }
  .copyright__store a {
    color: #000;
    text-decoration: underline;
  }
  .copyright__logo {
    width: 50%;
    margin: 40px auto 10px;
  }
  .copyright__txt {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #808080;
  }
  .note {
    padding: 30px 0;
  }
  .note__visual {
    width: 100%;
    height: 200px;
    background-image: url(../img/note_img.jpg);
    background-size: cover;
    background-position: center center;
  }
  .note__contents {
    width: calc(100% - 36px);
    margin: 0 auto;
  }
  .note__contents h2 {
    font-size: 2rem;
    color: #eb641e;
    font-family: "Midashi Go MB31", sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .note__contents p {
    margin-top: 1.5em;
    font-size: 1.4rem;
    line-height: 2;
  }
  .note__info {
    background: #fff578;
    padding: 50px 0;
  }
  .note__info__contents {
    width: calc(100% - 36px);
    max-width: 850px;
    margin: 0 auto;
  }
  .note__info__contents h2 {
    font-size: 1.8rem;
    color: #eb641e;
    font-family: "Midashi Go MB31", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .note__info__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .note__info__img {
    width: 100%;
    padding-right: 0;
  }
  .note__info__img img {
    width: 100%;
  }
  .note__info__txt {
    width: 100%;
    padding-left: 0;
  }
  .note__info__txt h3 {
    font-size: 2rem;
    font-family: "Midashi Go MB31", sans-serif;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .note__info__txt p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .about {
    padding: 20px 0;
    border-bottom: 1px solid #999999;
  }
  .about__contents {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0 auto;
  }
  .about__contents h2 {
    font-size: 2.4rem;
    color: #eb641e;
    font-family: "Midashi Go MB31", sans-serif;
    margin-bottom: 20px;
  }
  .about__contents p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .about__contents p a {
    color: #eb641e;
  }
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
