@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

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

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-l:before {
  content: "\EA01";
}

.icon-arrow-r:before {
  content: "\EA02";
}

.icon-pin:before {
  content: "\EA03";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: 'Noto Serif', serif;
  color: #111;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a:link {
  color: #111;
}

a:visited {
  color: #111;
}

a:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * Footer
**/
.copyright {
  text-align: center;
  font-size: 1rem;
}

.site-footer {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/*
/* Header
/*
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .logo {
    width: 90px;
  }
}

.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 0;
}

@media screen and (max-width: 768px) {
  .site-header {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
  }
}

@media screen and (max-width: 768px) {
  .site-header.-active {
    opacity: 1;
    visibility: visible;
  }
}

.site-header__inner {
  height: 177px;
  max-width: 1200px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .site-header__inner {
    min-width: 0;
    height: auto;
  }
}

.nav-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 769px) {
  .nav-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 101;
    border: none;
    background: transparent;
  }
}

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

.nav-btn::after, .nav-btn::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 22px;
  width: 30px;
  height: 1px;
  background: #333;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transition: top .4s ease, -webkit-box-shadow .2s ease .4s, -webkit-transform .4s ease;
  transition: top .4s ease, -webkit-box-shadow .2s ease .4s, -webkit-transform .4s ease;
  transition: box-shadow .2s ease .4s, transform .4s ease, top .4s ease;
  transition: box-shadow .2s ease .4s, transform .4s ease, top .4s ease, -webkit-box-shadow .2s ease .4s, -webkit-transform .4s ease;
}

.nav-btn.-active::after,
.nav-btn.-active::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 30px;
  -webkit-transition: top .4s ease .2s, -webkit-box-shadow .2s ease, -webkit-transform .4s ease .2s;
  transition: top .4s ease .2s, -webkit-box-shadow .2s ease, -webkit-transform .4s ease .2s;
  transition: box-shadow .2s ease, transform .4s ease .2s, top .4s ease .2s;
  transition: box-shadow .2s ease, transform .4s ease .2s, top .4s ease .2s, -webkit-box-shadow .2s ease, -webkit-transform .4s ease .2s;
}

.nav-btn.-active::before {
  -webkit-box-shadow: 0 8px 0 transparent;
          box-shadow: 0 8px 0 transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nav-btn::before {
  -webkit-box-shadow: 0 8px 0 #333;
          box-shadow: 0 8px 0 #333;
}

.nav-btn::after {
  top: 38px;
}

.nav-anchor {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 30px;
  z-index: 1;
  min-width: 1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
}

@media screen and (max-width: 768px) {
  .nav-anchor {
    display: none;
  }
}

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

.nav-anchor a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: -90px;
}

.nav-anchor a::after, .nav-anchor a::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 22px;
  width: 30px;
  height: 1px;
  background: #333;
}

.nav-anchor a::before {
  -webkit-box-shadow: 0 8px 0 #333;
          box-shadow: 0 8px 0 #333;
}

.nav-anchor a::after {
  top: 38px;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .global-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    padding-bottom: 0;
    margin-top: 40px;
  }
}

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .global-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.global-nav__item {
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .global-nav__item {
    width: 50%;
    margin: 20px 0 0 0;
  }
}

.global-nav__item a {
  display: block;
  padding-top: 40px;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .global-nav__item a {
    padding-top: 0;
    padding-left: 30px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.global-nav__item a::after {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #111;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

@media screen and (min-width: 769px) {
  .global-nav__item a.-current::after, .global-nav__item a:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.global-nav__movie {
  margin-right: 30px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .global-nav__movie {
    margin-right: 0;
    padding-top: 0;
    margin-top: 40px;
  }
}

.global-nav__movie a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px #111 solid;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .global-nav__movie a {
    margin: 0 auto;
  }
}

/*
/* Main
/*
----------------------------------------------------------------- */
/**
 * Bird
**/
.bird,
.bird-child {
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 10;
  width: 52px;
  height: 52px;
}

.bird-01,
.bird-02,
.bird-03 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: anime .6s linear infinite;
          animation: anime .6s linear infinite;
}

.bird-01 path,
.bird-02 path,
.bird-03 path {
  fill: #2e26d1;
}

@media screen and (max-width: 768px) {
  .bird-01,
  .bird-02,
  .bird-03 {
    width: 10px;
  }
}

.bird-02 {
  top: 12px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

@media screen and (max-width: 768px) {
  .bird-02 {
    top: 10px;
  }
}

.bird-03 {
  top: 24px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@media screen and (max-width: 768px) {
  .bird-03 {
    top: 14px;
  }
}

.bird-child .bird-01 path,
.bird-child .bird-02 path,
.bird-child .bird-03 path {
  fill: #313199;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Btn
**/
.btn.-lg a {
  font-size: 1.6rem;
}

.btn.-border a {
  background-color: rgba(17, 17, 17, 0);
  color: #111;
}

.btn.-border a:hover {
  background-color: #111111;
  color: #fff;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: #111;
  color: #fff;
  border: 1px #111 solid;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  text-decoration: none;
}

.btn a:hover {
  background-color: transparent;
  color: #111;
}

/**
 * Glass
**/
.glass {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  padding: 20px 60px;
  background: linear-gradient(217deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70.71%), linear-gradient(127deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 70.71%), linear-gradient(336deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70.71%);
}

@media screen and (max-width: 768px) {
  .glass {
    padding: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

/**
 * Lead
**/
.lead {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .lead {
    margin: 25px 20px 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.about .lead {
  font-size: 3.2rem;
  color: #2f4f4f;
  -webkit-transform: scaleY(1.08);
          transform: scaleY(1.08);
}

@media screen and (max-width: 768px) {
  .about .lead {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  .about .lead.-en {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .about .lead.-en {
    font-size: 1.6rem;
  }
}

/**
 * List
**/
.list-basic {
  margin-top: 1em;
  margin-bottom: 1em;
}

.list-basic li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-basic li::before {
  content: '・';
}

.table-basic td .list-basic:last-child {
  margin-bottom: 0;
}

.nav-lang {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 24px;
}

@media screen and (max-width: 768px) {
  .nav-lang {
    margin-top: 16px;
    top: 5px;
    left: 10px;
  }
}

.nav-lang__item {
  position: relative;
  padding: 0 12px;
}

.nav-lang__item::after {
  content: '/';
  position: absolute;
  right: 0;
  display: inline-block;
}

.nav-lang__item:last-child::after {
  content: none;
}

/**
 * Photo
**/
.photo {
  background: #111;
}

.photo__list {
  position: relative;
}

.photo__item {
  vertical-align: bottom;
}

.photo .slick-arrow {
  cursor: pointer;
  opacity: .8;
}

/**
 * Scroll Animation
**/
.sa {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.sa.sa-init {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sec-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sec-inner {
    width: auto;
  }
}

.sec-inner.-md {
  width: 780px;
}

@media screen and (max-width: 768px) {
  .sec-inner.-md {
    width: auto;
  }
}

.sec-inner.-sm {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .sec-inner.-sm {
    width: auto;
  }
}

/**
 * Section
**/
.sec {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.sec__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .sec__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    margin: 0 20px 15px;
  }
}

.sec__title.-child {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec__title.-child {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.sec__title.-child span {
  font-size: 1.4rem;
  margin-left: 20px;
}

.sec__title.-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sec__title.-c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec__title.-sp-white {
    color: #fff;
  }
}

.sec__title.-white {
  color: #fff;
}

.sec__desc {
	margin-bottom: 40px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.sec__desc {
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 769px) {
  .sec.about {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .sec.about {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sec.attention {
    margin-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .sec.attention {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sec.about.-en {
    margin-top: 320px;
  }
}

@media screen and (max-width: 768px) {
  .sec.about.-en {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sec.wine {
    margin-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .sec.gallery {
    margin-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .sec.souvenir {
    margin-top: 130px;
  }
}

@media screen and (min-width: 769px) {
  .sec.price {
    margin-top: 140px;
  }
}

@media screen and (min-width: 769px) {
  .sec.lodge {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .sec.access {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .sec.news {
    margin-top: 100px;
  }
}

.sec.contact {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .en-index .sec__title span {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
}

/**
 * Slick
**/
.slick-prev,
.slick-next {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  text-indent: -9000px;
  width: 60px;
  height: 60px;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev::after,
.slick-next::after {
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 2rem;
  }
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .8;
}

.slick-prev {
  left: 20px;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-prev::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.slick-next {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: 10px;
  }
}

.slick-next::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Table
**/
.table-basic {
  width: 100%;
  border-collapse: separate;
}

@media screen and (max-width: 768px) {
  .table-basic {
    padding: 0 20px;
  }
}

.table-basic.-r td {
  text-align: right;
}

.table-basic.-no-border th,
.table-basic.-no-border td {
  border-top: none;
}

.table-basic th,
.table-basic td {
  padding: 15px 0;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .table-basic th,
  .table-basic td {
    font-size: 1.3rem;
  }
}

.table-basic tr:first-child th,
.table-basic tr:first-child td {
  border-top: none;
}

.table-basic th {
  width: 200px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table-basic th {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .table-basic.-en th {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .table-basic.-en th,
  .table-basic.-en td {
    display: block;
    width: auto;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .table-basic.-en th {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .table-basic.-en td {
    padding-bottom: 15px;
  }
}

/**
 * Text
**/
.text {
  margin-top: 25px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .text {
    margin: 25px 20px 0;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }
}

.text.-sm {
  font-size: 1.2rem;
}

.text.-l {
  text-align: left;
}

.text.-white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  span.text {
    margin: 25px 0;
  }
}

/**
 * Tree
**/
.tree {
  width: 30px;
  position: absolute;
  right: 0;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .tree {
    left: auto;
    right: 10px;
    top: -40px;
  }
}

.tree img {
  -webkit-animation: rotate 10s ease infinite;
          animation: rotate 10s ease infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  10% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  10% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.gift-form {
  background: url(/assets/images/bg_price.jpg);
  background-size: cover;
  padding: 40px 0;
  /*
/* Grid System
/*
----------------------------------------------------------------- */
}

@media screen and (max-width: 768px) {
  .gift-form {
    padding: 40px 20px;
  }
}

.gift-form .gift-form-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 60px 120px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-form-container {
    padding: 40px 20px 20px;
  }
}

.gift-form .gift-header__title {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-header__title {
    font-size: 1.8rem;
  }
}

.gift-form .gift-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-header__inner {
    display: block;
  }
}

.gift-form .gift-header__header {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-header__header {
    width: auto;
  }
}

.gift-form .gift-header__body {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-header__body {
    width: auto;
  }
}

.gift-form .gift-header__desc {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-header__desc {
    font-size: 1.2rem;
  }
}

.gift-form .gift-body__title {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-body__title {
    font-size: 1.8rem;
  }
}

.gift-form .gift-body__desc {
  margin-bottom: 20px;
}

.gift-form .gift-footer {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-footer {
    text-align: left;
    margin-top: 20px;
  }
}

.gift-form .gift-footer__title {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-footer__title {
    font-size: 1.3rem;
  }
}

.gift-form .gift-footer__desc {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-footer__desc {
    font-size: 1.2rem;
  }
}

.gift-form .gift-product {
  margin-top: 4em;
  margin-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-product {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.gift-form .gift-product__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-product__thumb {
    padding-right: 0;
  }
}

.gift-form .gift-product__thumb img {
  width: 440px;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-product__thumb img {
    width: auto;
  }
}

.gift-form .gift-product__price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-product__price {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.gift-form .gift-product__price span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .gift-form .gift-product__price span {
    font-size: 1.2rem;
  }
}

.gift-form .form-area {
  border: 1px solid #333;
  padding: 45px 40px;
}

@media screen and (max-width: 768px) {
  .gift-form .form-area {
    padding: 20px 15px;
  }
}

.gift-form .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .gift-form .form-btn {
    margin-top: 40px;
    display: block;
  }
}

.gift-form .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #111;
  color: #fff;
  height: 60px;
  width: 320px;
  font-size: 1.8rem;
  cursor: pointer;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .gift-form .btn {
    width: 100%;
    margin: 10px 0;
  }
}

.gift-form .btn:hover {
  background: #333;
}

.gift-form .form-item__header {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.gift-form .form-item__body .notes {
  display: inline-block;
  margin-left: 20px;
}

.gift-form .form-item + .form-item {
  margin-top: 20px;
}

.gift-form .input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 0 10px;
}

.gift-form .input-text.-fit {
  width: 100%;
}

.gift-form .input-text.-sm {
  width: 50px;
}

.gift-form .input-text.-md {
  width: 100px;
}

.gift-form .input-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: none;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  margin-left: 20px;
}

.gift-form .input-radio:first-child {
  margin-left: 0;
}

.gift-form .input-radio.-fit {
  width: 100%;
}

.gift-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gift-form .row.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gift-form .row.-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gift-form .row.-sm {
  margin-right: -5px;
  margin-left: -5px;
}

.gift-form .row.-sm > .col, .gift-form .row.-sm > .col-1, .gift-form .row.-sm > .col-2, .gift-form .row.-sm > .col-3, .gift-form .row.-sm > .col-4, .gift-form .row.-sm > .col-5, .gift-form .row.-sm > .col-6, .gift-form .row.-sm > .col-7, .gift-form .row.-sm > .col-8, .gift-form .row.-sm > .col-9, .gift-form .row.-sm > .col-10, .gift-form .row.-sm > .col-11, .gift-form .row.-sm > .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.gift-form .row.-md {
  margin-left: -20px;
  margin-right: -20px;
}

.gift-form .row.-md > .col, .gift-form .row.-md > .col-1, .gift-form .row.-md > .col-2, .gift-form .row.-md > .col-3, .gift-form .row.-md > .col-4, .gift-form .row.-md > .col-5, .gift-form .row.-md > .col-6, .gift-form .row.-md > .col-7, .gift-form .row.-md > .col-8, .gift-form .row.-md > .col-9, .gift-form .row.-md > .col-10, .gift-form .row.-md > .col-11, .gift-form .row.-md > .col-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.gift-form .row.-lg {
  margin-left: -30px;
  margin-right: -30px;
}

.gift-form .row.-lg > .col, .gift-form .row.-lg > .col-1, .gift-form .row.-lg > .col-2, .gift-form .row.-lg > .col-3, .gift-form .row.-lg > .col-4, .gift-form .row.-lg > .col-5, .gift-form .row.-lg > .col-6, .gift-form .row.-lg > .col-7, .gift-form .row.-lg > .col-8, .gift-form .row.-lg > .col-9, .gift-form .row.-lg > .col-10, .gift-form .row.-lg > .col-11, .gift-form .row.-lg > .col-12 {
  padding-right: 30px;
  padding-left: 30px;
}

.gift-form .col, .gift-form .col-1, .gift-form .col-2, .gift-form .col-3, .gift-form .col-4, .gift-form .col-5, .gift-form .col-6, .gift-form .col-7, .gift-form .col-8, .gift-form .col-9, .gift-form .col-10, .gift-form .col-11, .gift-form .col-12 {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gift-form .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333%;
          flex: 0 0 8.333%;
  max-width: 8.333%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
            flex: 0 0 8.333%;
    max-width: 8.333%;
  }
}

.gift-form .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.667%;
          flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
            flex: 0 0 16.667%;
    max-width: 16.667%;
  }
}

.gift-form .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.gift-form .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.gift-form .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.667%;
          flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
            flex: 0 0 41.667%;
    max-width: 41.667%;
  }
}

.gift-form .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.gift-form .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
            flex: 0 0 58.333%;
    max-width: 58.333%;
  }
}

.gift-form .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.667%;
          flex: 0 0 66.667%;
  max-width: 66.667%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
            flex: 0 0 66.667%;
    max-width: 66.667%;
  }
}

.gift-form .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.gift-form .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333%;
          flex: 0 0 83.333%;
  max-width: 83.333%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}

.gift-form .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.667%;
          flex: 0 0 91.667%;
  max-width: 91.667%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
            flex: 0 0 91.667%;
    max-width: 91.667%;
  }
}

.gift-form .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .gift-form .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gift-form .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.gift-form .txt-error {
  color: #e00;
}

/*
/* Top
/*
----------------------------------------------------------------- */
/**
 * Visual
**/
.visual {
  overflow: hidden;
  position: relative;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  .visual {
    min-width: 0;
    padding-bottom: 110%;
  }
}

.visual__inner {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.visual__thumb {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media screen and (min-width: 769px) {
  .visual__thumb {
    -webkit-animation: visual-zoom 30s linear infinite alternate;
            animation: visual-zoom 30s linear infinite alternate;
  }
}

@media screen and (max-width: 768px) {
  .visual__thumb {
    -webkit-animation: visual-zoom-sp 60s linear infinite alternate;
            animation: visual-zoom-sp 60s linear infinite alternate;
  }
}

@-webkit-keyframes visual-zoom {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  90% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@keyframes visual-zoom {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  90% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@-webkit-keyframes visual-zoom-sp {
  0% {
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
  30% {
    -webkit-transform: translateX(65%);
            transform: translateX(65%);
  }
  35% {
    -webkit-transform: translateX(65%);
            transform: translateX(65%);
  }
  60% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  65% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
}

@keyframes visual-zoom-sp {
  0% {
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
  30% {
    -webkit-transform: translateX(65%);
            transform: translateX(65%);
  }
  35% {
    -webkit-transform: translateX(65%);
            transform: translateX(65%);
  }
  60% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  65% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
}

.visual__thumb img {
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  height: auto;
}

@media screen and (max-width: 768px) {
  .visual__thumb img {
    -webkit-transform: scale(2, 3.2);
            transform: scale(2, 3.2);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.visual__thumb__item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 40s linear;
  transition: opacity 40s linear;
}

.visual__thumb__item.-active {
  opacity: 1;
  z-index: 1;
}

.visual-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.visual-info__body {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 680px;
  overflow-y: auto;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 32px;
}

@media screen and (max-width: 1100px) {
  .visual-info__body {
    padding: 20px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .visual-info__body {
	  padding: 12px 20px;
    margin: 40px 0 20px;
    height: auto;
  }
}

.visual-info__title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
	.visual-info__title {
		font-size: 1.3rem;
	}
}
.visual-info__desc {
  font-size: 1.2rem;
  margin-top: 16px;
/*   margin-bottom: 16px; */
  line-height: 1.8;
}

.visual-info__desc span {
	font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .visual-info__desc {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .visual-info__desc {
    font-size: 1.2rem;
  }
  .visual-info__desc img {
	  display: none;
  }
}

.visual-info__signature {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}

.visual-info__btn {
  text-align: center;
}

.visual-info__btn a {
  display: inline-block;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 12px 32px;
}

@media screen and (max-width: 768px) {
  .visual-info__btn a {
  margin-top: 5px;
    padding: 3px 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .visual-info__btn span {
    font-size: 1.1rem;
  }
}

/**
 * About
**/
.about__inner {
  position: relative;
}

.about__thumb {
  position: relative;
}

.about__thumb__copy {
  margin-bottom: 35px;
  font-size: 2.8rem;
}

/**
 * News
**/
@media screen and (max-width: 768px) {
  .news__list {
    margin: 0 20px;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .news__item {
    display: block;
  }
}

.news__date {
  position: relative;
  width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .news__date {
    font-size: 1.2rem;
    width: 100px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.news__date::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #111;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
  .news__date::after {
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .news__title {
    font-size: 1.2rem;
  }
}

/**
 * Contact
**/
.contact {
  min-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(/assets/images/bg_contact.png) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .contact {
    min-width: 0;
    background: #fafafd;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    margin-top: 30px;
    display: block;
  }
}

.contact-btn__item {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .contact-btn__item {
    margin: 0 auto;
  }
}

/**
 * Souvenir
**/
.souvenir__content {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .souvenir__content {
    margin: 20px 20px 40px;
  }
}

.souvenir__content + .souvenir__content {
  margin-top: 80px;
}

.souvenir__content__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .souvenir__content__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .souvenir-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.souvenir-item__body {
  margin-top: 40px;
}

.souvenir-item__desc {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .souvenir-item__desc {
    font-size: 1.3rem;
  }
}

.souvenir-item__price {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .souvenir-item__price {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}

.souvenir-item__footer {
  margin-top: 15px;
}

/**
 * Bear
**/
.bear__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .bear__body {
    display: block;
    margin-top: 30px;
  }
}

.bear__columns {
  width: 400px;
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  .bear__columns {
    width: auto;
  }
}

.bear__columns:first-child {
  margin-top: -10px;
}

.bear__lead {
  margin-bottom: 20px;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .bear__lead {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.bear__lead strong {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .bear__lead strong {
    font-size: 2.2rem;
  }
}

.bear__desc {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .bear__desc {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}

.bear__desc + .bear__desc {
  margin-top: 1em;
}

.bear__desc strong {
  font-weight: bold;
}

/**
 * Price
**/
.price {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(/assets/images/bg_price.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .price {
    background-image: url(/assets/images/bg_price.jpg);
    background-position: 60% 0;
  }
}

@media screen and (max-width: 768px) {
  .price {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 * Access
**/
.access {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(/assets/images/bg_access.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .access {
    background-image: url(/assets/images/bg_access.jpg);
  }
}

@media screen and (max-width: 768px) {
  .access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 * Recrruit
**/
.recruit {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(/assets/images/bg_recruit.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .recruit {
    background-image: url(/assets/images/bg_recruit.jpg);
    background-position: 100% 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.welcome__thumb {
  margin-bottom: 30px;
}

.welcome__lead {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .welcome__lead {
    font-size: 2rem;
  }
}

/*
/* Reset
/*
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .hidden__pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden__sp {
    display: none;
  }
}
