@charset "UTF-8";
/** GENERAL
==============================================*/
/** FONTS
==============================================*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?16095885");
  src: url("../font/fontello.eot?16095885#iefix") format("embedded-opentype"), url("../font/fontello.woff2?16095885") format("woff2"), url("../font/fontello.woff?16095885") format("woff"), url("../font/fontello.ttf?16095885") format("truetype"), url("../font/fontello.svg?16095885#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?16095885#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before {
  content: '\e800';
}

/* '' */
.icon-left-dir:before {
  content: '\e801';
}

/* '' */
.icon-right-dir-2:before {
  content: '\e802';
}

/* '' */
.icon-up-dir:before {
  content: '\e803';
}

/* '' */
.icon-down-open-big:before {
  content: '\e804';
}

/* '' */
.icon-left-open-big:before {
  content: '\e805';
}

/* '' */
.icon-right-open-big:before {
  content: '\e806';
}

/* '' */
.icon-up-open-big:before {
  content: '\e807';
}

/* '' */
.icon-search:before {
  content: '\e808';
}

/* '' */
.icon-pin:before {
  content: '\e809';
}

/* '' */
.icon-cog:before {
  content: '\e80a';
}

/* '' */
.icon-plus:before {
  content: '\e80b';
}

/* '' */
.icon-heart:before {
  content: '\e80c';
}

/* '' */
.icon-help-circled:before {
  content: '\e80d';
}

/* '' */
.icon-ok-circle:before {
  content: '\e80e';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-angle-double-left:before {
  content: '\f100';
}

/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-circle:before {
  content: '\f111';
}

/* '' */
/** JS LIBS
==============================================*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.modaal-noscroll header,
.modaal-noscroll main,
.modaal-noscroll footer {
  filter: blur(5px);
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  /* background: transparent; */
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  /* height: 100%; */
  position: relative;
  vertical-align: middle;
  text-align: center;
  /* padding: 80px 25px; */
  height: 98vh;
  /* padding: 70px 25px; */
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  cursor: auto;
  border-radius: 2vw;
  max-width: 66.7vw;
  /* overflow: hidden; */
  height: 88vh;
  overflow: scroll;
  position: relative;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  /* right: 20px;
  top: 20px; */
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  /* position: absolute; */
  top: 8vh;
  right: 18.7vw;
  width: 3vw;
  height: 3vw;
  background: #54a700;
  z-index: 1;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #54a700;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  /* border-radius: 4px; */
  background: #fff;
  transition: background 0.2s ease-in-out;
  top: 50%;
  left: 50%;
  /* width: 2px; */
  /* height: 18px; */
  width: 0.16vw;
  height: 1.17vw;
}

.modaal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}


.modaal-content .section-content{
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-content.m-beans .content.flex .txt,
  .section-content.m-nuts .content.flex .txt {
    width: 30vw;
    padding: 0 0 0 2vw;
  }
}
.modaal-content .section-content .headline{
  width: auto;
  height: 27vw;
}
.modaal-content .section-content .contents.flex-column {
  margin: 5.5vw auto 6vw;
  gap: 4vw;
}
.modaal-content .productname .en.category {
  background: #8c8d23;
  color: #fff;
  padding: 0.15vw 1vw;
  border-radius: 2vw;
  font-size: 1vw;
  width: fit-content;
}
.modaal-content .productname{
  height: auto;
}
.modaal-content .productname .name{
  font-size: 2.7vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 1.6vw;
  line-height: 1.7;
}
.modaal-content .productname .en {
  padding: 0;
  font-size: 0.95vw;
}
.modaal-content .imgarea {
  width: 53%;
}
#m-peanut .modaal-content .imgarea img {
  width: 50vw;
  margin-left: -13vw;
}
.modaal-content .productdesc {
  padding: 3vw 2vw 0vw;
  font-weight: 500;
}
.modaal-content .content .flex-box{
  width: 50%;
}
.modaal-content .txt {
  /* width: 50%; */
  padding: 0 2vw 0 2.4vw;
  text-align: left;
}
.modaal-content .productname {
  height: auto;
}

.content.flex {
  align-items: flex-start;
}
.modaal-content .content .txt {
  width: 30vw;
  padding: 0 3vw 0 2vw;
  /* margin-right: 1vw; */
}
.modaal-content .content .img,
.modaal-content .content .swiper-area {
  width: 28vw;
  margin: 0 auto;

}
.modaal-content .content .productname .name {
  font-size: 1.6vw;
  /* padding-bottom: 1vw; */
  display: block;
  padding-top: 0;
  line-height: 1.2;
}
.modaal-content .content p {
  font-size: 1.12vw;
  letter-spacing: 0.1em;
  padding-bottom: 2vw;
}
.modaal-content p + .productname {
  padding-top: 1vw;
}
.modal-youtube {
  width: 100%;
  aspect-ratio: 40 / 33;
  margin-bottom: 4rem;
  text-align: center;
}
.modal-youtube iframe {
  width:  100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .modal-youtube iframe {
    aspect-ratio: auto;
    width: 400px;
    height: 330px;
  }
  }

/*swiper*/
.swiper-area {
  width: 28vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.modal-swiper {
  width: 100%;
}
.modal-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;                /* 最大幅を指定 */
}

.modal-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

/*modal内のスライダー*/
/* .swiper-area {
  position: relative;
  width: 100%;
  margin-top: 1em;
}

.modal-swiper {
  width: 100%;
}

.modal-swiper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
*/
.swiper-pagination {
  position: static;
  margin-top: 0.5em;
  text-align: center; 
}
.swiper-pagination {
  position: relative;
  z-index: 10;
  display: flex !important;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #888;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s;
}
.swiper-pagination-bullet-active {
  background: #55a900;
  opacity: 1;
}
.modal-map {
  margin: 0 0vw 5vw;
}
@media only screen and (max-width: 767px) {
  .modal-map {
    margin: 0 0vw 10vw;
  }
}


.modaal-content-container {
  padding: 50px;
  overflow: hidden;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

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

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

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  /* .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  } */
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@media only screen and (max-width: 767px) {
  .modaal-close {
    /* top: 14vw; */
    right: 7vw;
    width: 8vw;
    height: 8vw;
    top: 7vh;
  }
  .modaal-close:before, .modaal-close:after {
    height: 3vw;
    width: 0.4vw;
  }
  
  .modaal-inner-wrapper {
    padding: 3vw 2.5vw;
  }
  .modaal-container{
    max-width: 100%;
    width: 94vw;
    border-radius: 5vw;
  }
  .modaal-content-container .flex {
    flex-direction: column;
  }
  .modaal-content .section-content .headline{
    height: auto;
  }
  .modaal-content .imgarea {
    width: 84%;
    padding: 5vw 0;
  }
  .modaal-content .txt{
    width: 100%;
    align-items: center;
  }
  .modaal-content .txt .productname{
    align-items: center;
  }
  .modaal-content .productname .en.category{
    font-size: 3vw;
    padding: 0.6vw 2.6vw;
    border-radius: 4vw;
  }
  .modaal-content .productname .name{
    font-size: 7vw;
    display: block;
    padding-top: 3vw;
  }
  .modaal-content .productname .en{
    font-size: 3vw;
  }


  .modaal-content .section-content .contents.flex-column{
    margin: 12vw auto 6vw;
  }
  .modaal-content-container li.content.flex {
    flex-direction: column-reverse;
  }
  .modaal-content .content .img, 
  .modaal-content .content .swiper-area{
    width: 84vw;
    height: auto;
  }
  .modaal-content .content .txt{
    width: 100%;
    padding: 10vw 2vw 5vw;
  }
  .modaal-content .content p{
    font-size: 3vw;
    padding-bottom: 7vw;
  }
  .modaal-content .content .productname .name{
    font-size: 4.5vw;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modal-wrap {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 15px;
  }
}

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 999;
}

.preloader .masker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preloader span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
}

.preloader .top {
  bottom: 49%;
}

.preloader .btm {
  top: 49%;
}

.preloader .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.preloader .logo img {
  width: 220px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .preloader span {
    width: 120%;
    height: 120%;
  }

  .preloader .logo img {
    width: 180px;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);


  }
}

.btn-confirm-modal {
  visibility: hidden;
  opacity: 0;
}

