.present-campaign .flow dt, .present-campaign .result__ttl {
  font-family: 'Dosis', sans-serif;
}

.present-campaign .campaign-unit__hdr:before {
  font-family: 'Poiret One', cursive;
}

/****************************************************
 * HOME
 */
@-webkit-keyframes infinite {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -1250px 0px;
  }
}
@-moz-keyframes infinite {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -1250px 0px;
  }
}
@keyframes infinite {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -1250px 0px;
  }
}
.st-hdr {
  background: url("../img/bg_header.jpg") repeat 0 0;
  background-size: 1250px auto;
  height: 100vh;
  position: relative;
  -webkit-animation: infinite 60s linear infinite;
  -moz-animation: infinite 60s linear infinite;
  animation: infinite 60s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.st-hdr .hdr__logo {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuOTQyNTU5IiB5MT0iLTAuMDQ2NTE1IiB4Mj0iMC4wNTc0NDEiIHkyPSIxLjA0NjUxNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjY2OSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMGZkM2M3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzYmM4ZWIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzk4ZmNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjY2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(231deg, #fff669, #0fd3c7, #3bc8eb, #98fcff, #fff669);
  background-image: -webkit-linear-gradient(231deg, #fff669, #0fd3c7, #3bc8eb, #98fcff, #fff669);
  background-image: linear-gradient(219deg, #fff669, #0fd3c7, #3bc8eb, #98fcff, #fff669);
  background-size: 200% 200%;
  width: 280px;
  height: 280px;
  padding: 25px 0 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: logoGradation 10s ease infinite;
  -moz-animation: logoGradation 10s ease infinite;
  animation: logoGradation 10s ease infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.st-hdr .hdr__logo img {
  width: 234px;
}

@-webkit-keyframes logoGradation {
  0% {
    background-position: 90% 0%;
  }
  50% {
    background-position: 11% 100%;
  }
  100% {
    background-position: 90% 0%;
  }
}
@-moz-keyframes logoGradation {
  0% {
    background-position: 90% 0%;
  }
  50% {
    background-position: 11% 100%;
  }
  100% {
    background-position: 90% 0%;
  }
}
@keyframes logoGradation {
  0% {
    background-position: 90% 0%;
  }
  50% {
    background-position: 11% 100%;
  }
  100% {
    background-position: 90% 0%;
  }
}
.insta-trip {
  background: url("../img/insta-trip/bg_sand-loop.png") repeat 50% 0;
  background-size: 100% auto;
}
.insta-trip__inner {
  background: url("../img/insta-trip/bg_sand.png") no-repeat 50% 0;
  background-size: 100% auto;
  padding: 22px 0 24px;
}
.insta-trip__ttl {
  margin-bottom: 55px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.insta-trip-container {
  padding-bottom: 117px;
}
.insta-trip__unit {
  margin-bottom: 62px;
  position: relative;
}
.insta-trip__unit .photo {
  position: relative;
  z-index: 10;
}
.insta-trip__unit .photo .mask {
  display: block;
  overflow: hidden;
}
.insta-trip__unit .photo .square {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  content: '';
}
.insta-trip__unit .number {
  position: absolute;
  z-index: 100;
}
.insta-trip__unit .block {
  padding: 1px;
  position: relative;
  top: -18px;
}
.insta-trip__unit .block__inner {
  background-color: #FFF;
  padding: 33px 0 25px;
}
.insta-trip__unit--01 .number {
  width: 99px;
  top: -36px;
  right: 41px;
}
.insta-trip__unit--01 .photo .square {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiZjFlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #45aaf7), color-stop(100%, #4bf1ef));
  background-image: -moz-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: -webkit-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: linear-gradient(to right, #45aaf7 0%, #4bf1ef 100%);
  left: -38px;
  bottom: 27px;
}
.insta-trip__unit--01 .block {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiZjFlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #45aaf7), color-stop(100%, #4bf1ef));
  background-image: -moz-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: -webkit-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: linear-gradient(to right, #45aaf7 0%, #4bf1ef 100%);
}
.insta-trip__unit--01 .lead span {
  color: #46b0f6;
}
.insta-trip__unit--01 .m-btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiZjFlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #45aaf7), color-stop(100%, #4bf1ef));
  background-image: -moz-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: -webkit-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: linear-gradient(to right, #45aaf7 0%, #4bf1ef 100%);
}
.insta-trip__unit--02 .number {
  width: 150px;
  top: -48px;
  left: 14px;
}
.insta-trip__unit--02 .photo .square {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
  right: 21px;
  bottom: -35px;
}
.insta-trip__unit--02 .block {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
}
.insta-trip__unit--02 .lead span {
  color: #44e469;
}
.insta-trip__unit--02 .m-btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
}
.insta-trip__unit--03 {
  margin-bottom: 0;
}
.insta-trip__unit--03 .number {
  width: 145px;
  top: -48px;
  right: 43px;
}
.insta-trip__unit--03 .photo .square {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc233), color-stop(100%, #ffa39e));
  background-image: -moz-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: linear-gradient(to right, #ffc233 0%, #ffa39e 100%);
  left: -36px;
  bottom: -34px;
}
.insta-trip__unit--03 .block {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc233), color-stop(100%, #ffa39e));
  background-image: -moz-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: linear-gradient(to right, #ffc233 0%, #ffa39e 100%);
}
.insta-trip__unit--03 .lead span {
  color: #fe7962;
}
.insta-trip__unit--03 .m-btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc233), color-stop(100%, #ffa39e));
  background-image: -moz-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: linear-gradient(to right, #ffc233 0%, #ffa39e 100%);
}
.insta-trip__unit:nth-child(odd) .block {
  margin: 0 15px 0 25px;
}
.insta-trip__unit:nth-child(odd) .photo {
  margin: 0 25px 0 15px;
}
.insta-trip__unit:nth-child(even) .block {
  margin: 0 25px 0 15px;
}
.insta-trip__unit:nth-child(even) .photo {
  margin: 0 15px 0 25px;
}
.insta-trip__unit .m-btn img {
  width: 120px;
}
.insta-trip__hdr {
  margin-bottom: 15px;
  text-align: center;
}
.insta-trip__hdr .title {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.insta-trip__hdr .lead {
  margin-bottom: 10px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  font-weight: bold;
  position: relative;
}
.insta-trip .profile {
  margin: 0 22px;
}
.insta-trip .profile .name {
  display: table;
  margin-bottom: 5px;
  position: relative;
}
.insta-trip .profile .name > * {
  display: table-cell;
  vertical-align: middle;
}
.insta-trip .profile .thumb {
  width: 40px;
}
.insta-trip .profile .nickname {
  padding-left: 10px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.insta-trip .profile .account {
  padding-left: 8px;
  font-size: 0.6875em;
  font-size: 0.6875rem;
}
.insta-trip .profile .account a {
  text-decoration: underline;
}
.insta-trip .profile .description {
  margin-bottom: 16px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  position: relative;
}
.insta-trip .profile .description small {
  font-size: 0.5625em;
  font-size: 0.5625rem;
}

.instagram-gallery {
  padding: 14px 0 70px;
  position: relative;
}
.instagram-gallery .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}
.instagram-gallery .lead {
  padding-top: 20px;
  margin-bottom: 34px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  text-align: center;
}
.instagram-gallery .instafeed {
  width: 100%;
  margin-bottom: 27px;
  position: relative;
}
.instagram-gallery .instafeed__nav {
  position: absolute;
  top: -moz-calc(50% - 12px);
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  right: 0;
  left: 0;
}
.instagram-gallery .instafeed__prev, .instagram-gallery .instafeed__next {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.instagram-gallery .instafeed__prev .icon-arrow, .instagram-gallery .instafeed__next .icon-arrow {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
}
.instagram-gallery .instafeed__prev .icon-arrow:before, .instagram-gallery .instafeed__next .icon-arrow:before {
  display: inline-block;
  font-size: 1.75em;
  font-size: 1.75rem;
  color: #FFF;
}
.instagram-gallery .instafeed__prev {
  left: 6px;
}
.instagram-gallery .instafeed__next {
  right: 6px;
}
.instagram-gallery .instafeed__next .icon-arrow:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.instagram-gallery .row li {
  padding: 0 1px 1px 0;
}
.instagram-gallery .row--small {
  width: 101px;
}
.instagram-gallery .row--large {
  width: 201px;
}
.instagram-gallery .row a {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.instagram-gallery .row a img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.instagram-gallery .row a:hover img {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.instagram-gallery .btn {
  text-align: center;
}
.instagram-gallery .btn a {
  display: block;
  height: 42px;
  margin: 0 15px;
  line-height: 40px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  position: relative;
}
.instagram-gallery .btn .icon-arrow-btn {
  font-size: 0.6875em;
  font-size: 0.6875rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gradation-block-01 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlZGFkOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZmZhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #3edad8 0%, #efffad 100%);
  background-image: -webkit-linear-gradient(45deg, #3edad8 0%, #efffad 100%);
  background-image: linear-gradient(45deg, #3edad8 0%, #efffad 100%);
  padding-bottom: 65px;
}
.gradation-block-02 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY4MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #ffff80 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(45deg, #ffff80 0%, #ffa39e 100%);
  background-image: linear-gradient(45deg, #ffff80 0%, #ffa39e 100%);
  padding-bottom: 33px;
}

.present-campaign {
  padding: 54px 0 163px;
  position: relative;
}
.present-campaign .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}
.present-campaign .m-inner {
  counter-reset: number;
}
.present-campaign .campaign-unit {
  padding: 26px 0;
  margin: 0 15px 69px;
  position: relative;
  counter-increment: number;
}
.present-campaign .campaign-unit:nth-child(2) {
  margin-bottom: 25px;
}
.present-campaign .campaign-unit:before, .present-campaign .campaign-unit:after {
  display: block;
  position: absolute;
  top: 0;
  content: '';
}
.present-campaign .campaign-unit:before {
  border-width: 13px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  left: 0;
}
.present-campaign .campaign-unit:after {
  background-color: #FFF;
  height: 26px;
  left: 26px;
  right: 0;
}
.present-campaign .campaign-unit:last-child {
  margin-bottom: 0;
}
.present-campaign .campaign-unit__hdr {
  margin-bottom: 32px;
  text-align: center;
}
.present-campaign .campaign-unit__hdr:before {
  font-size: 2.8125em;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  content: counter(number);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.present-campaign .unit-inner {
  background-color: #FFF;
}
.present-campaign .unit-inner:before, .present-campaign .unit-inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
}
.present-campaign .unit-inner:before {
  background-color: #FFF;
  height: 26px;
  right: 26px;
  left: 0;
}
.present-campaign .unit-inner:after {
  border-width: 13px;
  border-style: solid;
  border-color: #fff transparent transparent #fff;
  right: 0;
}
.present-campaign .title {
  margin-bottom: 20px;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.39;
}
.present-campaign .title .m-line-gradation:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
}
.present-campaign .title-sub {
  margin: -12px 0 0;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.present-campaign .insta-photo {
  margin-bottom: 20px;
}
.present-campaign .insta-photo-container {
  width: 100vw;
  height: 178px;
  margin-left: -50vw;
  position: relative;
  left: 50%;
}
.present-campaign .insta-photo-block {
  width: 100vw;
}
.present-campaign .insta-photo__list {
  margin: 0 18px;
}
.present-campaign .lead {
  margin-bottom: 15px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.54;
}
.present-campaign .lead a {
  color: #2ea7e0;
  text-decoration: underline;
}
.present-campaign .term {
  background-color: #ff3859;
  padding: 3px 7px;
  margin: 0 10px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1.35;
}
.present-campaign .present-container {
  margin-bottom: 70px;
}
.present-campaign .present-unit {
  margin-bottom: 92px;
}
.present-campaign .present-unit:last-child {
  margin-bottom: 0;
}
.present-campaign .present-unit .image {
  margin: 0 18px;
  position: relative;
}
.present-campaign .present-unit .balloon {
  display: block;
  width: 27.42%;
  position: absolute;
  top: -5px;
  left: -5px;
}
.present-campaign .present-unit .text {
  padding: 0 18px;
  position: relative;
}
.present-campaign .present__ttl {
  margin: -16px 0 18px;
  color: #3edad8;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
}
.present-campaign .present__comment {
  margin-bottom: 18px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.present-campaign .present__number {
  width: 70px;
  margin-left: -10px;
}
.present-campaign .present__note p {
  font-size: 0.625em;
  font-size: 0.625rem;
  line-height: 1.65;
}
.present-campaign .present__note a {
  text-decoration: underline;
  color: #000;
}
.present-campaign .application h4 {
  margin-bottom: 26px;
  font-size: 1.125em;
  font-size: 1.125rem;
  text-align: center;
}
.present-campaign .application h4 .m-line-gradation:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
}
.present-campaign .application--photo-contest {
  padding-top: 40px;
}
.present-campaign .application--photo-contest .flow {
  position: relative;
  z-index: 10;
}
.present-campaign .application--photo-contest .flow__list:nth-child(1):before {
  display: block;
  background: url("../img/present-campaign/img_smartphone.png") no-repeat 0 0;
  background-size: contain;
  width: 105px;
  height: 161px;
  position: absolute;
  top: -28px;
  left: -51px;
  z-index: -1;
  content: '';
}
.present-campaign .application--photo-contest .flow dd small {
  display: block;
  font-size: 0.625em;
  font-size: 0.625rem;
  line-height: 1.5;
}
.present-campaign .application--photo-contest .flow .icon-mail:before {
  font-size: 1.5em;
  font-size: 1.5rem;
}
.present-campaign .flow {
  padding-bottom: 34px;
  text-align: center;
}
.present-campaign .flow__list {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlZGFkOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZmZhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #3edad8 0%, #efffad 100%);
  background-image: -webkit-linear-gradient(45deg, #3edad8 0%, #efffad 100%);
  background-image: linear-gradient(45deg, #3edad8 0%, #efffad 100%);
  width: 200px;
  height: 200px;
  padding: 1px;
  margin: 0 auto 30px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.present-campaign .flow__list:after {
  background: url("../img/present-campaign/img_arrow-gradation.png") no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 29px;
  height: 11px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  content: '';
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.present-campaign .flow__list:last-child {
  margin-bottom: 0;
}
.present-campaign .flow__list:last-child:after {
  display: none;
}
.present-campaign .flow__inner {
  background-color: #FFF;
  width: 198px;
  height: 198px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.present-campaign .flow dt {
  padding-top: 18px;
  margin-bottom: 10px;
  color: #72e986;
  letter-spacing: 0.15em;
  font-size: 1.5625em;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.present-campaign .flow dd {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.present-campaign .flow .icon-instagram img {
  width: 45px;
}
.present-campaign .flow .icon-mail {
  display: inline-block;
  padding-top: 8px;
}
.present-campaign .flow .icon-mail:before {
  font-size: 2.1875em;
  font-size: 2.1875rem;
}
.present-campaign .rule {
  margin: 0 15px;
}
.present-campaign .rule .btn {
  background: url("../img/present-campaign/bg_dot.png") repeat 0 0;
  background-size: 4px auto;
  height: 35px;
  text-align: center;
  border: 1px solid #fff;
}
.present-campaign .rule .btn span {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 33px;
  color: #FFF;
  position: relative;
}
.present-campaign .rule .btn span:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 9px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  position: relative;
  top: -3px;
  content: '';
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.present-campaign .rule .btn.is-open span:after {
  top: 1px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.present-campaign .rule-container {
  display: none;
}
.present-campaign .rule dl {
  padding-top: 40px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.present-campaign .rule dt {
  font-weight: bold;
}
.present-campaign .rule dd {
  margin-bottom: 22px;
}
.present-campaign .rule dd:last-child {
  margin-bottom: 0;
}
.present-campaign .note {
  display: block;
  margin-top: -20px;
  text-align: center;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 1.55;
}
.present-campaign .thanks {
  padding-bottom: 10px;
  margin: -9px 20px 0;
}
.present-campaign .thanks__inner {
  background-color: rgba(0, 0, 0, 0.05);
  height: 177px;
  text-align: center;
  position: relative;
}
.present-campaign .thanks p {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.538461538;
  letter-spacing: 0.33px;
  color: #ff3859;
  font-weight: bold;
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.present-campaign .result {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
  padding: 2.8985507% 2.8985507% 0;
  margin-top: 96px;
  position: relative;
}
.present-campaign .result:after {
  display: block;
  background: url("../img/present-campaign/result/bg_bottom.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 8.4057971%;
  position: absolute;
  left: 0;
  bottom: -moz-calc(( 100vw - 30px ) * -.084057971);
  bottom: -webkit-calc(( 100vw - 30px ) * -.084057971);
  bottom: calc(( 100vw - 30px ) * -.084057971);
  z-index: 100;
  content: '';
}
.present-campaign .result__ttl {
  padding-top: 66px;
  margin-bottom: 65px;
  font-size: 1.5625em;
  font-size: 1.5625rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .2em;
}
.present-campaign .result__tag {
  background-color: #000;
  width: 124px;
  height: 124px;
  padding-top: 48px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.31;
  text-align: center;
  color: #e0fcaf;
  font-weight: bold;
  position: absolute;
  top: -62px;
  left: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.present-campaign .result__inner {
  background-color: #fff;
}
.present-campaign .result__unit__hdr {
  text-align: center;
}
.present-campaign .result__unit__hdr .ttl {
  display: inline-block;
  margin-bottom: 23px;
  position: relative;
}
.present-campaign .result__unit__hdr .ttl:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.present-campaign .result__unit__hdr .lead {
  margin-bottom: 0;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  letter-spacing: 0.65px;
}
.present-campaign .result__unit:nth-child(1) {
  margin-bottom: 72px;
}
.present-campaign .result__unit:nth-child(1) .result__unit__hdr {
  margin-bottom: 43px;
}
.present-campaign .result__unit:nth-child(1) .result__unit__hdr .ttl img {
  width: 137px;
}
.present-campaign .result__unit:nth-child(1) .result__unit__hdr .ttl:after {
  background-image: url("../img/present-campaign/result/obj_kumi-no-shima.png");
  width: 278px;
  height: 43px;
  top: 16px;
  left: -66px;
}
.present-campaign .result__unit:nth-child(1) .users {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.present-campaign .result__unit:nth-child(1) .users__list {
  margin-bottom: 36px;
}
.present-campaign .result__unit:nth-child(1) .users__list:nth-child(1) {
  margin-top: 31px;
}
.present-campaign .result__unit:nth-child(1) .users__list:nth-child(2) {
  margin-top: 0;
}
.present-campaign .result__unit:nth-child(1) .users__list:nth-child(3) {
  margin-top: 6px;
}
.present-campaign .result__unit:nth-child(1) .users__list:nth-child(4) {
  margin-top: -18px;
}
.present-campaign .result__unit:nth-child(1) .users__list:nth-child(5) {
  margin-top: -8px;
}
.present-campaign .result__unit:nth-child(1) .users__list:nth-child(6) {
  margin-top: 7px;
}
.present-campaign .result__unit:nth-child(2) {
  margin-bottom: 104px;
}
.present-campaign .result__unit:nth-child(2) .result__unit__hdr {
  margin-bottom: 7px;
}
.present-campaign .result__unit:nth-child(2) .result__unit__hdr .ttl img {
  width: 189px;
}
.present-campaign .result__unit:nth-child(2) .result__unit__hdr .ttl:after {
  background-image: url("../img/present-campaign/result/obj_ma-samun.png");
  width: 292px;
  height: 105px;
  top: -2px;
  left: -50px;
}
.present-campaign .result__unit:nth-child(2) .users__list:nth-child(1) {
  margin-top: 0;
}
.present-campaign .result__unit:nth-child(2) .users__list:nth-child(2) {
  margin-top: 78px;
}
.present-campaign .result__unit:nth-child(2) .users__list:nth-child(3) {
  margin-top: -2px;
}
.present-campaign .result__unit:nth-child(3) .result__unit__hdr {
  margin-bottom: 12px;
}
.present-campaign .result__unit:nth-child(3) .result__unit__hdr .ttl img {
  width: 219px;
}
.present-campaign .result__unit:nth-child(3) .result__unit__hdr .ttl:after {
  background-image: url("../img/present-campaign/result/obj_insta-trip.png");
  width: 246px;
  height: 113px;
  top: -9px;
  left: 22px;
}
.present-campaign .result__unit:nth-child(3) .users:after {
  display: block;
  width: 250px;
  content: '';
}
.present-campaign .result__unit:nth-child(3) .users__list {
  margin-bottom: 38px;
}
.present-campaign .result .users {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-justify-content: space-between;
  display: -webkit-flexbox;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin: 0 32px;
}
.present-campaign .result .users__list {
  width: 47.5285171%;
}
.present-campaign .result .users__list--w200 .users__photo {
  width: 80%;
  margin: 0 auto 8px;
}
.present-campaign .result .users__photo {
  margin-bottom: 8px;
  text-align: center;
}
.present-campaign .result .users__data {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  display: flexbox;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
}
.present-campaign .result .users__data dt {
  width: 25px;
}
.present-campaign .result .users__data dd {
  -webkit-flex: 1;
  flex: 1;
  padding-top: 7px;
  margin-left: 7px;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 1.18;
  letter-spacing: 0.55px;
}
.present-campaign .result .thanks {
  padding: 46px 0 68px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}

.item {
  padding-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.item__inner {
  position: relative;
}
.item .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  z-index: 10;
}
.item .lead {
  padding-top: 10px;
  margin-bottom: 35px;
}
.item .lead dt {
  margin-bottom: 14px;
  font-size: 1.125em;
  font-size: 1.125rem;
}
.item .lead dd {
  font-size: 0.8125em;
  font-size: 0.8125rem;
}
.item .lead dd a {
  color: #2ea7e0;
  text-decoration: underline;
}
.item .lead dd strong {
  color: #e95377;
}
.item .photos {
  margin: 0 18px;
}
.item .photos li {
  margin-bottom: 10px;
}
.item small {
  display: block;
  padding-top: 5px;
  margin: 0 18px 48px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  text-align: left;
}
.item .place {
  background: url(../img/item/bg_dot.png) repeat 0 0;
  background-size: 4px auto;
  padding: 35px 0 42px;
}
.item .place dt {
  margin-bottom: 9px;
  font-size: 1.125em;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ff3859;
  line-height: 1;
}
.item .place dd p {
  margin-bottom: 25px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: bold;
}
.item .place dd ul {
  margin: 0 18px;
}
.item .place dd li {
  margin-bottom: 10px;
}
.item .place dd a {
  display: block;
  background-color: #FFF;
  height: 75px;
  line-height: 73px;
  border: 1px solid #eeeeee;
  color: #3ddad7;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.item .item-unit {
  padding: 26px 0;
  margin: 0 15px;
  position: relative;
}
.item .item-unit:before, .item .item-unit:after {
  display: block;
  position: absolute;
  top: 0;
  content: '';
}
.item .item-unit:before {
  border-width: 13px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  left: 0;
}
.item .item-unit:after {
  background-color: #FFF;
  height: 26px;
  left: 26px;
  right: 0;
}
.item .item-inner {
  background-color: #FFF;
}
.item .item-inner:before, .item .item-inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
}
.item .item-inner:before {
  background-color: #FFF;
  height: 26px;
  right: 26px;
  left: 0;
}
.item .item-inner:after {
  border-width: 13px;
  border-style: solid;
  border-color: #fff transparent transparent #fff;
  right: 0;
}

.post {
  background-color: #FFF;
  padding: 32px 0 42px;
  position: relative;
}
.post .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}
.post .lead {
  margin-bottom: 28px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  text-align: center;
}
.post-container {
  margin: 0 18px 36px;
}
.post-container ul {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-justify-content: space-between;
  display: -webkit-flexbox;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin: 0 13px;
}
.post-container li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.post-container li img {
  width: 100%;
}
.post .cmtin-andmore {
  padding: 0 44px !important;
}
.post .btn {
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxY2FmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhZmY5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61cafa), color-stop(100%, #7aff99));
  background-image: -moz-linear-gradient(left, #61cafa 0%, #7aff99 100%);
  background-image: -webkit-linear-gradient(left, #61cafa 0%, #7aff99 100%);
  background-image: linear-gradient(to right, #61cafa 0%, #7aff99 100%);
  height: 35px;
  padding: 1px !important;
  margin: 0 auto !important;
}
.post .btn span {
  background-color: #FFF;
  display: block;
  height: 33px;
  line-height: 33px !important;
  font-size: 0.75em !important;
  font-size: 0.75rem !important;
  font-weight: bold !important;
  text-align: center !important;
  letter-spacing: 0.15em;
  color: #3edad8;
}

.access {
  padding-bottom: 100px;
  position: relative;
}
.access__hdr {
  padding-top: 53px;
  text-align: center;
}
.access__hdr dl {
  margin: 0 15px 45px;
}
.access__hdr dt {
  margin-bottom: 6px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  line-height: 1.32;
}
.access__hdr dd {
  text-align: left;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.access__hdr .map {
  margin: 0 15px;
}
.access .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}
.access .means__unit {
  padding-top: 60px;
}
.access .means__unit:last-child {
  padding-top: 112px;
}
.access .means__unit .means__ttl {
  margin-bottom: 24px;
  font-size: 1.125em;
  font-size: 1.125rem;
  text-align: center;
  color: #212121;
}
.access .means .to {
  margin: 0 auto;
}
.access .means .to__unit {
  width: 100%;
  margin-bottom: 52px;
  text-align: center;
}
.access .means .to__unit:last-child {
  margin-bottom: 0;
}
.access .means .to__unit > p {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.access .means .to .ttl {
  margin-bottom: 12px;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1;
}
.access .means .to .ttl img {
  width: 67px;
}
.access .means .to .ttl span {
  display: block;
  padding-top: 20px;
}
.access .means .to .company {
  margin-bottom: 22px;
}
.access .means .to .company dt {
  margin-bottom: 3px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.access .means .to .company dd {
  font-size: 0.8125em;
  font-size: 0.8125rem;
}
.access .means .to .pic {
  margin-bottom: 22px;
}
.access .means .to .pic img {
  width: 166px;
}
.access .means .to .ship {
  padding-top: 22px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.access .means .to .ship dd {
  margin-bottom: 25px;
}
.access .means .to .ship dd:last-child {
  margin-bottom: 0;
}
.access .means .for {
  margin-top: -16px;
}
.access .means .for__item {
  padding: 33px 0;
  text-align: center;
}
.access .means .for__item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
.access .means .for__item dt {
  margin-bottom: 2px;
  font-size: 0.875em;
  font-size: 0.875rem;
  font-weight: bold;
}
.access .means .for__item dt strong {
  font-size: 1.125em;
  font-size: 1.125rem;
}
.access .means .for__item dd li:nth-child(1) {
  margin-bottom: 22px;
}
.access .means .for__item dd p {
  margin-bottom: 8px;
  font-size: 0.75em;
  font-size: 0.75rem;
  line-height: 1.67;
}
.access .means .for__item dd .url {
  font-size: 0.625em;
  font-size: 0.625rem;
}

.accommodations {
  background-color: #FFF;
  padding-bottom: 35px;
  margin: 0 15px;
  text-align: center;
  position: relative;
}
.accommodations__hdr {
  padding-top: 53px;
  margin-bottom: 43px;
}
.accommodations__hdr .lead dt {
  margin-bottom: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1;
}
.accommodations__hdr .lead dd {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.accommodations .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}
.accommodations .link {
  margin: 0 10px;
}
.accommodations .link-col {
  padding-top: 28px;
  margin-bottom: 28px;
}
.accommodations .link-col__list {
  margin-bottom: 30px;
  text-align: left;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.accommodations .link-col__list:last-child {
  margin-bottom: 0;
}
.accommodations .link-col a {
  display: inline-block;
  padding-left: 47px;
  position: relative;
}
.accommodations .link-col .icon-external {
  position: absolute;
  top: 0;
  left: 27px;
}
.accommodations .link dl {
  margin-bottom: 32px;
}
.accommodations .link dl:last-child {
  margin-bottom: 0;
}
.accommodations .link dt {
  margin-bottom: 6px;
  font-size: 0.75em;
  font-size: 0.75rem;
}
.accommodations .btn-block {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc233), color-stop(100%, #ffa39e));
  background-image: -moz-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: linear-gradient(to right, #ffc233 0%, #ffa39e 100%);
  padding: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.accommodations .btn-block a {
  background-color: #FFF;
  display: block;
  text-align: left;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
}
.accommodations .btn-block .icon-external {
  position: absolute;
  top: 13px;
  left: 26px;
}
.accommodations .btn-block .icon-arrow-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accommodations .btn-block .icon-arrow-btn:before {
  font-size: 0.6875em;
  font-size: 0.6875rem;
}
.accommodations .btn__inner {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 66px;
  padding-left: 46px;
  position: relative;
}
