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

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

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

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

a {
  text-decoration: none;
  color: #0082ff;
  word-break: break-all;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, small {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  font-family: "A1 Mincho", serif;
}

.tcy {
  text-orientation: upright;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

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

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

.sp {
  display: none !important;
}

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

.lity {
  background: rgba(255, 255, 255, 0.7) !important;
}

.lity-close {
  color: #000 !important;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6) !important;
}

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

.lity-content:after {
  box-shadow: none !important;
}

.jisage {
  padding-left: 1em;
  text-indent: -1em;
}

.fade {
  transition: opacity 2s ease-out .5s;
  opacity: 0;
}

.fade.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .pc_space {
    display: none;
  }
  .lity-content {
    width: calc(100% - 20px) !important;
    margin: auto auto !important;
  }
  #spmenu {
    display: block;
    position: absolute;
    z-index: 2000;
  }
  #spmenu.active {
    position: fixed;
  }
  .spmenu,
  .spmenu span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .spmenu {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
  }
  .spmenu span {
    position: absolute;
    left: 6px;
    width: 24px;
    height: 2px;
    background-color: #000;
  }
  .spmenu span:nth-of-type(1) {
    top: 12px;
  }
  .spmenu span:nth-of-type(2) {
    top: 19px;
  }
  .spmenu span:nth-of-type(3) {
    top: 26px;
  }
  .spmenu span:nth-of-type(1) {
    animation: menu-bar01 .3s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(12px) rotate(45deg);
    }
    50% {
      transform: translateY(6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .spmenu span:nth-of-type(2) {
    transition: all .15s .15s;
    opacity: 1;
  }
  .spmenu span:nth-of-type(3) {
    animation: menu-bar02 .3s forwards;
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-6px) rotate(-45deg);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .spmenu.active span {
    left: 4px;
  }
  .spmenu.active span:nth-of-type(1) {
    animation: active-menu-bar01 .3s forwards;
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
      width: 24px;
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
      width: 29px;
    }
  }
  .spmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spmenu.active span:nth-of-type(3) {
    animation: active-menu-bar03 .3s forwards;
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
      width: 24px;
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(-6px) rotate(-45deg);
      width: 29px;
    }
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  .spmenu {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
    .contents__img {
        padding-top: 60% !important;
    }
}
html, body {
  height: 100%;
}

.head__header {
  background-color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.head__contents {
  height: 0;
  background-image: url(../img/head_pc.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 59.375%;
  position: relative;
}
.head2{
    background-image: url(../img/2/head_pc.jpg);
}
.ttl {
  position: absolute;
  left: 21.875%;
  top: 15.57894737%;
  width: 7.9375%;
  max-width: 128px;
  height: 310px;
}
.ttl2{
    left: 70.5%;
    top: 15.685211%;
}
.ttl img {
  width: 100%;
  height: auto;
}

.subttl {
  position: absolute;
  text-indent: -9999px;
  background-image: url(../img/head_subttl.png);
  background-size: contain;
  max-width: 741px;
  width: 46.3125%;
  height: 0;
  padding-top: 11.48450135%;
  display: block;
  left: 50%;
  bottom: 5.9375vw;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.arrowdown {
  position: absolute;
  left: 50%;
  bottom: 1.625vw;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  display: block;
}

.intro {
  padding: 75px 0;
  border-bottom: 1px solid #9b9a94;
}

.intro p {
  font-size: 1.6rem;
  color: #808075;
  width: 95%;
  max-width: 440px;
  margin: 0 auto;
}

.item {
  padding: 50px 0;
  border-bottom: 1px solid #9b9a94;
}

.item__ttl {
  text-align: center;
  color: #808075;
  font-size: 3.8rem;
  line-height: 1.3;
  margin-top: 20px;
}

.item__ttl:after {
  content: '';
  background-image: url(../img/p_a.png);
  width: 146px;
  height: 28px;
  background-size: contain;
  display: block;
  margin: 15px auto 0;
}

.item__ttl .sub {
  color: #808075;
  font-size: 2.2rem;
}

.item__ttl .value {
  color: #808075;
  font-size: 1.6rem;
}

.item__ttl .value .tax {
  font-size: 1.4rem;
}

.item__img {
  width: 100%;
  max-width: 800px;
  height: 532px;
  margin: 0 auto;
  background-size: contain;
}

.item__img-1 {
  background-image: url(../img/p_01.jpg);
}

.item__img-2 {
  background-image: url(../img/p_02.jpg);
}

.item__img-3 {
  background-image: url(../img/p_03.jpg);
}

.item__img-4 {
  background-image: url(../img/p_04.jpg);
}

.item__img-5 {
  background-image: url(../img/p_05.jpg);
}

.item__img-6 {
  background-image: url(../img/p_06.jpg);
}

.item__img-7 {
  background-image: url(../img/p_07.png);
}

.item__img-8 {
  background-image: url(../img/p_08.jpg);
}

.item p {
  font-size: 1.6rem;
  color: #808075;
  width: 95%;
  max-width: 440px;
  margin: 2em auto;
}
.contents__ttl {
    text-align: center;
    color: #808075;
    font-size: 4.2rem;
    line-height: 1.3;
    margin: 5px 0 40px;
}
.contents__ttl2 {
    color: #618790;
    font-size: 2.6rem;
    line-height: 1.3;
    width: 95%;
    max-width: 440px;
    margin: 0 auto;
    padding: 10px 0 35px;
}
.contents__ttl:after {
    content: '';
    background-image: url(../img/p_a.png);
    width: 146px;
    height: 28px;
    background-size: contain;
    display: block;
    margin: 30px auto 0;
}

.contents__ttl .sub {
    color: #808075;
    font-size: 2.2rem;
}

.contents__ttl .member {
    color: #808075;
    font-size: 1.6rem;
}
.no-border{
    border: none !important;
    padding-bottom: 0;
}
.contents {
    padding: 50px 0;
}
.yokoku2{
    padding-bottom: 0;
}
.contents__img {
    width: 100%;
    max-width: 640px;
    height: 426px;
    margin: 0 auto 50px;
    background-size: contain;
}

.contents__img-1 {
    background-image: url(../img/2/p_01.jpg);
}
.contents__img-2 {
    background-image: url(../img/2/p_02.jpg);
}
.contents__img-3 {
    background-image: url(../img/2/p_03.jpg);
    margin-bottom: 30px;
}
.contents__img-4 {
    background-image: url(../img/2/p_04.jpg);
}
.contents__img-5 {
    background-image: url(../img/2/p_05.jpg);
}
.contents__img-6 {
    background-image: url(../img/2/p_06.jpg);
    margin-bottom: 30px;
}
.contents__img-7 {
    background-image: url(../img/2/p_07.jpg);
}
.conv dl {
    width: 90%;
    max-width: 590px;
    margin: 0 auto 3em;
    display: -ms-flexbox;
    display: flex;
    color: #808075 !important;
}
dl.last{
    margin: 0 auto;
}
.conv dl dt {
    margin-right: 1.5em;
    min-width:  50px;
    min-height: 69px;
    top: 8px;
}
.conv dl dt.talker-hiro,
.conv dl dt.talker-shoji,
.conv dl dt.talker-horinouchi{
    text-indent: -9999px;
    position: relative;
}
.conv dl dt.talker-hiro:before,
.conv dl dt.talker-shoji:before,
.conv dl dt.talker-horinouchi:before{
    content: '';
    width: 50px;
    height: 69px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
}
.conv dl dt.talker-hiro:before{
    background-image: url(../img/2/icon_hiro.png);
}
.conv dl dt.talker-shoji:before{
    background-image: url(../img/2/icon_shoji.png);
}
.conv dl dt.talker-horinouchi:before{
    background-image: url(../img/2/icon_horinouchi.png);
}
.conv dl dd{
    color: #808075;
}
.contents a {
    text-decoration: underline;
    color: #808075;
}
.date {
  text-align: center;
  font-size: 1.2rem;
  color: #808075;
  padding: 20px 0;
  letter-spacing: 0.3em;
}

.nav {
  width: 90%;
  margin: 0 auto;
  max-width: 560px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 60px 0;
}

.nav li {
  min-width: 75px;
}

.nav li a {
  font-size: 2.4rem;
  color: #9B9A94;
}

.nav li:first-child a:before {
  content: '';
  background-image: url(../img/arrow_l.png);
  width: 17px;
  height: 33px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.nav li:last-child a:after {
  content: '';
  background-image: url(../img/arrow_r.png);
  width: 17px;
  height: 33px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.info {
  background-color: #f0f0e6;
  border-bottom: 1px solid #9b9a94;
  padding: 50px 0;
}

.info__contents {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 50px 0;
}

.info__item {
  border-left: 1px solid #9b9a94;
  padding-left: 10px;
}

.info__ttl {
  font-size: 1.6rem;
  color: #808075;
  line-height: 2.0625;
  letter-spacing: 0.25em;
}

.info p {
  font-size: 1.1rem;
  color: #808075;
  font-family: "Gothic Medium BBB", sans-serif;
}

.info > a {
  display: block;
  width: 440px;
  margin: 15px auto 30px;
}

.info__staff {
  text-align: center;
  padding: 30px 0;
}

.info__staff h3, .info__staff p {
  color: #808075;
}

.footer {
  padding: 70px 0;
}

.share .tostoretop {
  width: 100%;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  color: #000;
  font-family: "Gothic Medium BBB", sans-serif;
  display: block;
}

.share .tostoretop:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_home.png);
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.share__list {
  width: 95%;
  max-width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
}

.share__list li a {
  text-align: center;
  display: block;
  padding: 15px 5px;
  color: #000;
}

.share__list li a img {
  margin-right: 5px;
}

.share__list li:nth-child(2) {
  margin-right: 10px;
}

.share__list li:nth-child(3) {
  margin-left: 10px;
}

.footer__menu {
  width: 95%;
  max-width: 700px;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  padding-bottom: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer__menu li:after {
  content: '／';
  display: inline;
}

.footer__menu li:last-child:after {
  content: none;
}

.footer__menu a {
  font-size: 1.4rem;
  color: #000;
  font-family: "Gothic Medium BBB", sans-serif;
}

.copyright {
  display: block;
  text-align: center;
  padding: 0 0 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.1rem;
}

@media screen and (max-width: 780px) {
  html, body {
    height: 100%;
  }
  img {
    width: 100%;
  }
  .head__header {
    background-color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .head__header img {
    height: 18px;
    width: auto;
  }
  .head__contents {
    height: 0;
    background-image: url(../img/head_sp.jpg);
    background-size: contain;
    padding-top: 137.1875%;
    position: relative;
  }
.head2{
    background-image: url(../img/2/head_sp.jpg);
}
  .ttl {
    position: absolute;
    left: 5.625%;
    top: 15.57894737%;
    width: 20.9375%;
    max-width: 100%;
    height: auto;
  }
    .ttl2 {
        left: 71.25%;
        top: 17.5%;
    }
  .ttl img {
    width: 100%;
    height: auto;
  }
  .subttl {
    position: absolute;
    text-indent: -9999px;
    background-image: url(../img/head_subttl_sp.png);
    background-size: contain;
    max-width: 100%;
    width: 90%;
    height: 0;
    padding-top: 21.01449275%;
    display: block;
    left: 50%;
    bottom: 10vw;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
    .subttl2 {
        background-image: url(../img/2/head_subttl_sp.png);
        background-size: cover;
        width: 100%;
        padding-top: 24.01449275%;
    }
  .arrowdown {
    position: absolute;
    left: 50%;
    bottom: 1.625vw;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    display: block;
    width: 24px;
  }
  .intro {
    padding: 25px 0;
    border-bottom: 1px solid #9b9a94;
  }
  .intro p {
    font-size: 1.6rem;
    color: #808075;
    width: 95%;
    max-width: 440px;
    margin: 0 auto;
  }
  .item {
    padding: 0;
    border-bottom: 1px solid #9b9a94;
  }
  .item__ttl {
    text-align: center;
    color: #808075;
    font-size: 3.8rem;
    line-height: 1.3;
    margin-top: 20px;
  }
  .item__ttl:after {
    content: '';
    background-image: url(../img/p_a.png);
    width: 146px;
    height: 28px;
    background-size: contain;
    display: block;
    margin: 15px auto 0;
  }
  .item__ttl .sub {
    color: #808075;
    font-size: 2.2rem;
  }
  .item__ttl .value {
    color: #808075;
    font-size: 1.6rem;
  }
  .item__ttl .value .tax {
    font-size: 1.4rem;
  }
  .item__img {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 100%;
    margin: 0 auto;
    background-size: contain;
  }
  .item__img-1 {
    background-image: url(../img/p_01_sp.jpg);
  }
  .item__img-2 {
    background-image: url(../img/p_02_sp.jpg);
  }
  .item__img-3 {
    background-image: url(../img/p_03_sp.jpg);
  }
  .item__img-4 {
    background-image: url(../img/p_04_sp.jpg);
  }
  .item__img-5 {
    background-image: url(../img/p_05_sp.jpg);
  }
  .item__img-6 {
    background-image: url(../img/p_06_sp.jpg);
  }
  .item__img-7 {
    background-image: url(../img/p_07_sp.png);
  }
  .item__img-8 {
    background-image: url(../img/p_08_sp.jpg);
  }
  .item p {
    font-size: 1.6rem;
    color: #808075;
    width: 95%;
    max-width: 440px;
    margin: 2em auto;
  }
    .contents__ttl {
        text-align: center;
        color: #808075;
        font-size: 2.4rem;
        line-height: 1.3;
        margin: 5px 0 40px;
    }
    .contents__ttl2 {
        color: #618790;
        font-size: 2rem;
        line-height: 1.3;
        width: 95%;
        max-width: 440px;
        margin: 0 auto;
        padding: 0 0 10px;
    }
    .contents__ttl:after {
        content: '';
        background-image: url(../img/p_a.png);
        width: 146px;
        height: 28px;
        background-size: contain;
        display: block;
        margin: 15px auto 0;
    }

    .contents__ttl .member {
        color: #808075;
        font-size: 1.4rem;
    }
    .contents__img {
        width: 95%;
        height: 0;
        padding-top: 70%;
        margin: 0 auto;
    }
    .yokoku2{
        padding: 0;
    }
    .contents__img-1 {
        background-image: url(../img/2/p_01_sp.jpg);
    }
    .contents__img-2 {
        background-image: url(../img/2/p_02_sp.jpg);
    }
    .contents__img-3 {
        background-image: url(../img/2/p_03_sp.jpg);
        padding-top: 65%;
    }
    .contents__img-4 {
        background-image: url(../img/2/p_04_sp.jpg);
    }
    .contents__img-5 {
        background-image: url(../img/2/p_05_sp.jpg);
    }
    .contents__img-6 {
        background-image: url(../img/2/p_06_sp.jpg);
        padding-top: 65%;
    }
    .contents__img-7 {
        background-image: url(../img/2/p_07_sp.jpg);
    }
    .conv dl {
        width: 95%;
        max-width: 440px;
        margin: 0 auto 1em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .conv dl dt.talker-hiro,
    .conv dl dt.talker-shoji,
    .conv dl dt.talker-horinouchi{
        min-height: 80px;
    }

    .date {
    text-align: center;
    font-size: 1.2rem;
    color: #808075;
    padding: 20px 0;
  }
  .nav {
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px 0;
  }
  .nav li {
    min-width: 75px;
  }
  .nav li a {
    font-size: 1.8rem;
    color: #9B9A94;
  }
  .nav li:first-child a:before {
    content: '';
    background-image: url(../img/arrow_l.png);
    width: 17px;
    height: 33px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
  .nav li:last-child a:after {
    content: '';
    background-image: url(../img/arrow_r.png);
    width: 17px;
    height: 33px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .info {
    background-color: #f0f0e6;
    border-bottom: 1px solid #9b9a94;
    padding: 10px 0;
  }
  .info__contents {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .info__item {
    border-left: 1px solid #9b9a94;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .info__ttl {
    font-size: 1.6rem;
    color: #808075;
    line-height: 2.0625;
    letter-spacing: 0.25em;
  }
  .info p {
    font-size: 1.1rem;
    color: #808075;
    font-family: "Gothic Medium BBB", sans-serif;
  }
  .info > a {
    display: block;
    width: 90%;
    max-width: 440px;
    margin: 15px auto 30px;
  }
  .info > a img {
    width: 100%;
  }
  .info__staff {
    text-align: center;
    padding: 30px 0;
  }
  .info__staff h3, .info__staff p {
    color: #808075;
  }
  .footer {
    padding: 70px 0;
  }
  .share .tostoretop {
    width: 100%;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    color: #000;
    font-family: "Gothic Medium BBB", sans-serif;
    display: block;
  }
  .share .tostoretop:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../img/icon_home.png);
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .share__list {
    width: 95%;
    max-width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto;
  }
  .share__list li {
    width: 20%;
    max-width: 50px;
  }
  .share__list li a {
    text-align: center;
    display: block;
    padding: 15px 5px;
    color: #000;
  }
  .share__list li a img {
    margin-right: 5px;
  }
  .share__list li:nth-child(2) {
    margin-right: 10px;
  }
  .share__list li:nth-child(3) {
    margin-left: 10px;
  }
  .footer__menu {
    width: 95%;
    max-width: 700px;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    padding-bottom: 30px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__menu li {
    text-align: center;
  }
  .footer__menu li:after {
    content: none;
    display: inline;
  }
  .footer__menu li:last-child:after {
    content: none;
  }
  .footer__menu a {
    font-size: 1.4rem;
    color: #000;
    font-family: "Gothic Medium BBB", sans-serif;
  }
  .copyright {
    display: block;
    text-align: center;
    padding: 0 0 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.1rem;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* 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 {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

/* 3D Effects */
.swiper-container-3d {
  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 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.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-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-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

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

.swiper-scrollbar-lock {
  display: none;
}

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

.swiper-slide-zoomed {
  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);
  }
}

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

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.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-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

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

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 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 .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 .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 .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;
}

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

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