@charset "UTF-8";
/*clear fix*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pc-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-br {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-display {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-display {
    display: block;
  }
}

.sp-display {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-display {
    display: none;
  }
}

.slideIn {
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  overflow: hidden;
}

.slideInItem {
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.animated.slideIn {
  transform: translate(0, 0);
  transition-duration: 1s;
}
.animated .slideIn,
.animated .slideInItem {
  transform: translate(0, 0);
  transition-duration: 1s;
}

@keyframes opacity {
  100% {
    opacity: 1;
  }
}
/* TOC+ */
#toc_container {
  margin-bottom: 1.5em;
  background-color: rgba(120, 162, 128, 0.04);
  /* 目次全体の背景カラー */
  border: 3px solid rgba(120, 162, 128, 0.2);
  /* 目次全体の枠線 */
  border-radius: 3px;
  box-sizing: border-box;
  padding: 28px 42px;
  display: table;
  min-width: 68%;
  counter-reset: li;
}
#toc_container ul.toc_list li::before {
  content: none;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  background: none;
  box-shadow: none;
}
#toc_container .toc_title {
  font-weight: bold;
  font-size: 118%;
  padding: 0;
}
#toc_container .toc_title::before {
  position: relative;
  font-size: 28px;
  content: "≔";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: baseline;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #459e55;
  text-align: center;
}
#toc_container .toc_toggle a {
  font-size: 13px;
  font-weight: normal;
  padding: 2px 4px;
}
#toc_container p.toc_title + ul.toc_list {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#toc_container ul.toc_list li {
  position: relative;
  padding: 0;
  margin: 0;
}
#toc_container ul.toc_list li a {
  position: relative;
  font-size: 94%;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 1.6;
  padding: 3px 0;
  margin: 5px 0;
  transition: all 0.3s ease;
}
#toc_container ul.toc_list a {
  color: #78a280;
  /* リンクカラー */
}
#toc_container ul.toc_list a:visited {
  color: #78a280;
  /* リンクカラー */
}
#toc_container ul.toc_list li a:hover {
  text-decoration: none;
  box-shadow: 0 2px;
}
#toc_container ul.toc_list > li > a {
  font-size: 104%;
  font-weight: bold;
  margin-left: 40px;
}
#toc_container ul.toc_list > li::before, #toc_container ul.toc_list > li::after {
  position: absolute;
  top: 3px;
  left: 0;
}
#toc_container ul.toc_list > li::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  border-radius: 16px;
  background-color: rgba(120, 162, 128, 0.66);
}
#toc_container ul.toc_list > li::after {
  counter-increment: li;
  content: counter(li);
  width: 32px;
  line-height: 32px;
  font-family: "Avenir Next", "Helvetica Neue", Arial, "Meiryo", "Yu Gothic", san-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
#toc_container ul.toc_list > li > ul {
  margin-left: 40px;
}
#toc_container ul.toc_list > li ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "‣";
  display: inline-block;
  width: 14px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #5f7b96;
}
#toc_container ul.toc_list > li ul li a {
  font-weight: normal;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  #toc_container {
    padding: 20px 3vw;
    min-width: auto;
    width: 100% !important;
  }
  #toc_container p.toc_title + ul.toc_list {
    padding: 20px 0 0;
  }
  #toc_container ul.toc_list > li > ul {
    margin-left: 30px;
  }
}
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0 60px;
}
.pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 50%;
  background: #f1f1f1;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .pager .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.pager .page-numbers.current {
  background: #459e55;
  color: #ffffff;
}

.c-moreBtn {
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 35px;
  border: solid 1px #707070;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-moreBtn {
    max-width: 300px;
    font-size: 2.4rem;
  }
}
.c-moreBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c-moreBtn a {
    height: 70px;
    padding: 0 30px;
  }
}
.c-moreBtn a:hover {
  background: #ffc247;
}

.howtoplay-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.howtoplay-popup.is-active {
  display: block;
}
.howtoplay-popup .howtoplay-popup__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62rem;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70rem;
    height: 64rem;
    margin: auto !important;
  }
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .popup-arrow {
    bottom: 0;
  }
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow, .howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow {
  display: block;
  width: 6rem;
  padding: 0.5rem 0;
  border-radius: 2rem;
  background: #FFFFFF;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow.slick-disabled, .howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow.slick-disabled {
  opacity: 0.2;
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow {
  right: 30%;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow {
    right: 40%;
  }
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow {
  left: 30%;
  background: #BCBCBC;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow {
    left: 40%;
  }
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box {
  position: relative;
  max-width: 34rem;
  height: 55rem;
  margin: 5rem 1.5rem;
  padding: 0 1rem 1.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #000000;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .howtoplay-box {
    max-width: 60rem;
    width: 100%;
    margin: 5rem;
    padding: 0 2rem 3rem;
    border-radius: 2rem;
  }
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-box__inner {
  height: 100%;
  overflow: auto;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box h3 {
  display: block;
  padding: 2rem 0;
  color: #BCA138;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box h3 span {
  display: block;
  max-width: 12rem;
  margin: 1rem auto 0;
  padding: 0.7rem 0;
  font-weight: 500;
  border-radius: 3rem;
  background: #000;
  color: #FFFFFF;
  font-size: 1.8rem;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box h4 {
  display: block;
  margin: 0 0 2rem;
  color: #000000;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-photo {
  max-width: 27rem;
  margin: 0 auto;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text {
  max-width: 100%;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  overflow: auto;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text p {
  color: #000000;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text iframe {
  display: block;
  width: 100%;
  margin: 2rem 0 0;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text .howtoplay-list {
  width: 27rem;
  margin: 0 auto 3rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text .howtoplay-sheet {
  margin: 3rem 0 0;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text .howtoplay-sheet dt {
  margin: 0 0 1rem;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: solid 0.2rem #FFFFFF;
  background: #000000;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 0;
  cursor: pointer;
}

.girlSearch-area {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.girlSearch-area.is-active {
  display: flex !important;
}
.girlSearch-area .girlSearch-area__inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 0 0;
  background: #FFFFFF;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner {
    max-width: 80rem;
    max-height: 95rem;
    width: 90%;
    height: 60rem;
    border-radius: 1rem;
    overflow: hidden;
  }
}
.girlSearch-area .girlSearch-area__inner h4 {
  display: block;
  margin: 0 0 3rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-close {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-reset {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #BCA138;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-contArea {
  max-height: 100%;
  overflow: auto;
  padding: 0 0 11rem;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-contArea {
    max-height: 44rem;
    padding: 0;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont {
  margin: 0 0 2rem;
  padding: 0 2rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont dt {
  margin: 0 0 0.5rem;
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox {
    justify-content: flex-start;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li {
  position: relative;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li {
    width: 25%;
    margin: 0 0.3% 0.6%;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=checkbox],
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=checkbox]:checked + label,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=radio]:checked + label {
  border: solid 0.1rem #BCA138;
  background: #FFF8FC;
  color: #BCA138;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=checkbox]:checked + label:before,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=radio]:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 0.8rem;
  margin: auto;
  border-left: 2px solid #BCA138;
  border-bottom: 2px solid #BCA138;
  transform: rotate(-45deg);
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li label {
  display: block;
  padding: 1rem;
  color: #000000;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review {
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review input[type=radio]:checked ~ label {
  color: #F8C601;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review label {
  color: #D2D2D2;
  font-size: 3rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review label:hover, .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review label:hover ~ label {
  color: #F8C601;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn {
  display: flex;
  flex-wrap: wrap;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li {
  position: relative;
  width: 32.3%;
  margin: 0 0.5% 1%;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li {
    width: 16%;
    margin: 0 0.3% 0.6%;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=checkbox],
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=checkbox]:checked + label,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=radio]:checked + label {
  border: solid 0.1rem #BCA138;
  background: #FFF8FC;
  color: #BCA138;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li label {
  display: block;
  padding: 1rem;
  color: #000000;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box {
  display: flex;
  flex-wrap: wrap;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 3rem 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=checkbox],
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=checkbox]:checked + label:after,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=radio]:checked + label:after {
  border: solid 0.1rem #BCA138;
  background: #FFF8FC;
  color: #BCA138;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=checkbox]:checked + label:before,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=radio]:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 0.8rem;
  margin: auto;
  border-left: 2px solid #BCA138;
  border-bottom: 2px solid #BCA138;
  transform: rotate(-45deg);
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li label {
  display: flex;
  align-items: center;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li label:after {
  content: "";
  display: block;
  margin: 0 0 0 0.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem #CCCCCC;
  width: 2.4rem;
  height: 2.4rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li:last-of-type {
  margin: 0;
}
.girlSearch-area .girlSearch-area__inner input[type=checkbox],
.girlSearch-area .girlSearch-area__inner input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .search-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  margin: 2rem 0 0;
  background: #FFFFFF;
  box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .search-bottom {
    position: absolute;
  }
}
.girlSearch-area .girlSearch-area__inner .search-bottom p {
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .search-bottom p {
    font-size: 1.8rem;
  }
}
.girlSearch-area .girlSearch-area__inner .search-bottom button {
  width: 17rem;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
  background: #BCA138;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .search-bottom button {
    width: 20rem;
    font-size: 1.8rem;
  }
}

.review-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.review-popup.is-active {
  display: flex;
}
.review-popup .review-popup__inner {
  max-width: 40rem;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .review-popup .review-popup__inner {
    height: 80%;
  }
}
.review-popup .review-popup__inner .review-form {
  width: 100%;
  height: auto;
  padding: 2rem;
  border-radius: 1rem;
  background: #FFFFFF;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .review-popup .review-popup__inner .review-form {
    padding: 3rem;
  }
}
.review-popup .review-popup__inner .review-form p {
  font-weight: 600;
  color: #000000;
  font-size: 1.4rem;
  text-align: center;
}
.review-popup .review-popup__inner .review-form .review-form__dl {
  margin: 2rem 0 0;
}
.review-popup .review-popup__inner .review-form .review-form__dl dt {
  margin: 0 0 0.5rem;
  color: #0F0E0E;
  font-size: 1.4rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd {
  margin: 0 0 2rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star input[type=radio] {
  display: none;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star input[type=radio]:checked ~ label {
  color: #F8C601;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star label {
  color: #D2D2D2;
  font-size: 2rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star label:hover, .review-popup .review-popup__inner .review-form .review-form__dl dd .review-star label:hover ~ label {
  color: #F8C601;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd select,
.review-popup .review-popup__inner .review-form .review-form__dl dd input[type=text] {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #D8D8D8;
  color: #0F0E0E;
  font-weight: 600;
  font-size: 1.4rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd textarea {
  width: 100%;
  min-height: 15rem;
  padding: 1rem;
  border: solid 0.1rem #D8D8D8;
  color: #000000;
  font-size: 1.4rem;
}
.review-popup .review-popup__inner .review-form button {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-radius: 0.5rem;
  background: #000000;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.4rem;
}
.review-popup .review-popup__inner .review-form button:hover {
  background: #ff9600;
}
.review-popup .review-popup__inner .review-close {
  display: block;
  width: 10rem;
  margin: 3rem auto 2rem;
  padding: 0.5rem 0;
  border: solid 0.1rem #707070;
  border-radius: 3rem;
  background: #FFFFFF;
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.review-popup .review-popup__inner .review-close:hover {
  border: solid 0.1rem #ff9600;
  background: #ff9600;
  color: #FFFFFF;
}
.review-popup .review-popup__inner .review-close.is-active {
  background: #FFFFFF;
  color: #000000;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.formSelect,
.formText,
.formSearch,
.formMail,
.formTel,
.formTextarea {
  border: solid 1px #C4C4C4;
  border-radius: 5px;
  font-size: 1.4rem;
}

.formText,
.formSearch,
.formMail,
.formTel,
.formTextarea {
  padding: 5px;
}

.formText {
  background: #FFFFFF;
}

.formSearch {
  background: #EFEFEF;
}
.formSearch::placeholder {
  padding-left: 20px;
  background: url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/search-icon.svg) no-repeat 3px center;
}

.formSelect {
  position: relative;
  /*
  &::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border: solid 2px #C4C4C4;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    box-sizing: border-box;
  }
  */
}
.formSelect select {
  width: 100%;
  padding: 10px;
}

.formTextarea {
  min-height: 300px;
}

.formCheckbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formCheckbox:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
  border: solid 1px #C4C4C4;
}

input[type=checkbox]:checked + .formCheckbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 15px;
  height: 8px;
  margin: auto;
  border-left: 3px solid #096FCA;
  border-bottom: 3px solid #096FCA;
  transform: rotate(-45deg);
}

.switch {
  display: block;
  width: 100px;
  border: solid 1px #656565;
  border-radius: 30px;
  overflow: hidden;
}
.switch label {
  position: relative;
  cursor: pointer;
}
.switch label::before {
  content: "OFF";
  position: absolute;
  top: 0;
  left: 50px;
  display: block;
  width: 50px;
  padding: 5px 0;
  border-radius: 30px;
  background: #D9D9D9;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
}
.switch label.is-active::before {
  content: "ON";
  left: 0px;
}
.switch label .switchList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.switch label .switchList li {
  width: 50%;
  padding: 5px 0;
  color: #656565;
  text-align: center;
}

.columnBtnList {
  margin: 0 20px;
  padding: 20px 0;
}
.columnBtnList .formSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 5px;
  background: #45B9A3;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .columnBtnList .formSubmit {
    height: 40px;
  }
}
.columnBtnList .formSubmit:last-of-type {
  margin: 0 auto;
}
.columnBtnList .formSubmit svg {
  margin-right: 5px;
}
.columnBtnList .formSubmit svg path {
  fill: #FFFFFF;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000000;
  color: #ffffff;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  box-sizing: border-box;
  background-size: 100%;
  color: #000000;
  font-family: "Archivo", sans-serif;
  word-break: break-all;
  webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  body {
    background-size: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
  transition: all 0.1s ease;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: all 0.8s ease;
}
a img:hover {
  opacity: 0.9;
}
a:focus {
  outline: none;
}

a[href^=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  color: #000000;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #000000;
}

span {
  word-break: break-word;
}

table {
  border-collapse: collapse;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #A3A3A3 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A3A3A3 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A3A3A3 !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A3A3A3 !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A3A3A3 !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #A3A3A3 !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 50px;
  width: 100%;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    padding: 0 20px;
    height: 80px;
    background: #000000;
  }
}
header .headerLogo {
  width: 130px;
}
@media screen and (max-width: 768px) {
  header .headerLogo {
    flex: 1;
  }
  header .headerLogo img {
    max-width: 100px;
  }
}
header .headerLogo a {
  display: block;
  line-height: 0;
}
header .headerBtns {
  display: flex;
}
header .headerBtns li {
  margin-right: 30px;
  border-radius: 30px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  header .headerBtns li {
    border-radius: 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    margin-right: 15px;
  }
}
header .headerBtns li:hover {
  transform: scale(1.1);
}
header .headerBtns li a {
  display: block;
  padding: 12px 30px 12px 60px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  header .headerBtns li a {
    padding: 10px 10px 10px 30px;
    font-size: 1.4rem;
  }
  header .headerBtns li a span {
    display: none;
  }
}
header .headerBtns li a span {
  display: block;
  font-size: 1.2rem;
}
header .headerBtns li:first-of-type {
  border: solid 1px #f00;
}
header .headerBtns li:first-of-type a {
  background: url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/mailIcon.svg) no-repeat 30px center #fff;
  color: #f00;
}
@media screen and (max-width: 768px) {
  header .headerBtns li:first-of-type a {
    background-position: center;
  }
}
header .headerBtns li:last-of-type {
  margin-right: 0;
  border: solid 1px #fff;
}
header .headerBtns li:last-of-type a {
  background: url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/phoneIcon.svg) no-repeat 30px center #f00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .headerBtns li:last-of-type a {
    background-position: 5px center;
  }
}
header .headerMenuBtn {
  display: none;
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  header .headerMenuBtn {
    display: block;
    margin-left: 15px;
  }
}
header .headerMenuBtn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s;
}
header .headerMenuBtn span:first-of-type {
  position: absolute;
  top: 0;
  right: 0;
}
header .headerMenuBtn span:nth-of-type(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .headerMenuBtn span:last-of-type {
  position: absolute;
  width: 70%;
  bottom: 0;
  right: 0;
}
header .headerMenuBtn.is-active span {
  background: #FFFFFF;
}
header .headerMenuBtn.is-active span:first-of-type {
  transform: translateY(9px) rotate(-45deg);
}
header .headerMenuBtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
header .headerMenuBtn.is-active span:last-of-type {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: translateY(-9px) rotate(45deg);
}
header .headerMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 120px 20px 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
  transform: translate(100%, 0);
}
header .headerMenu li {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
header .headerMenu li a {
  display: block;
  color: #FFFFFF;
}
header .headerMenu li a::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  margin-top: 5px;
  background: #FFFFFF;
  transition: all 0.4s;
}
header .headerMenu li a:hover::after {
  width: 100%;
}
header .headerMenu.is-active {
  transform: translate(0, 0);
}

main {
  margin-bottom: 30px;
}
main .bottomBtns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .bottomBtns {
    display: block;
  }
}
main .bottomBtns .bottomBtn {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  main .bottomBtns .bottomBtn {
    width: 100%;
  }
}
main .bottomBtns .bottomBtn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  max-height: 500px;
  color: #ffffff;
  font-weight: 600;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  main .bottomBtns .bottomBtn a {
    height: 50vw;
    font-size: 3rem;
  }
}
main .bottomBtns .bottomBtn a span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  main .bottomBtns .bottomBtn a span {
    font-size: 1.4rem;
  }
}
main .bottomBtns .bottomBtn:nth-child(1) a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-aboutBtn.jpg) no-repeat center;
  background-size: 170%;
  transition: all 0.5s ease;
}
main .bottomBtns .bottomBtn:nth-child(1) a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-aboutBtn.jpg) no-repeat center;
  background-size: 200%;
}
main .bottomBtns .bottomBtn:nth-child(2) a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-businessBtn.jpg) no-repeat center;
  background-size: 170%;
  transition: all 0.5s ease;
}
main .bottomBtns .bottomBtn:nth-child(2) a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-businessBtn.jpg) no-repeat center;
  background-size: 200%;
}
main .bottomBtns .bottomBtn:nth-child(3) a {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-recruitBtn.jpg) no-repeat center;
  background-size: 170%;
  transition: all 0.5s ease;
}
main .bottomBtns .bottomBtn:nth-child(3) a:hover {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-recruitBtn.jpg) no-repeat center;
  background-size: 200%;
}
main .breadcrumbs {
  max-width: 1650px;
  margin: 0 auto 30px;
  padding: 0 25px;
  font-size: 1.4rem;
  color: #afafaf;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs {
    margin: 0 auto 15px;
    padding: 0 10px;
    font-size: 1rem;
  }
}
main .breadcrumbs span a {
  color: #afafaf;
}
main .mainSection {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main .mainSection {
    padding: 90px 15px 40px;
  }
}
main .mainSection.animated {
  animation: opacity 1s ease 0s;
  animation-fill-mode: forwards;
}
main .mainSection.wide {
  max-width: 100%;
}
main .mainSection .mainSectionHeader {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .mainSection .mainSectionHeader {
    margin-bottom: 20px;
  }
}
main .mainSection .mainSectionHeader .mainSectionHeaderText {
  width: 100%;
}
main .mainSection .mainSectionHeader .mainSectionHeaderText .mainSectionTitle {
  color: #ffffff;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  main .mainSection .mainSectionHeader .mainSectionHeaderText .mainSectionTitle {
    font-size: 2.4rem;
  }
}
main .mainSection .mainSectionHeader .mainSectionHeaderText .enTitle {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  main .mainSection .mainSectionHeader .mainSectionHeaderText .enTitle {
    font-size: 1.4rem;
  }
}
main .mainSection .mainSectionHeader .mainSectionHeaderText .hr {
  display: block;
  max-width: 50%;
  height: 5px;
  margin: 10px 0;
  background-image: repeating-linear-gradient(to right, hsl(0, 100%, 50%) 0%, hsl(0, 100%, 21%) 10%, hsl(0, 0%, 0%) 50%);
  background-size: 200% 100%;
  animation: colorRotation 10s linear infinite;
}
@media screen and (max-width: 768px) {
  main .mainSection .mainSectionHeader .mainSectionHeaderText .hr {
    max-width: 80%;
    height: 2px;
    margin: 5px 0;
  }
}
main .mainSection .mainSectionHeader .mainSectionHeaderIcon {
  width: 55px;
  margin-right: 15px;
  padding-top: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .mainSection .mainSectionHeader .mainSectionHeaderIcon {
    padding-top: 7px;
    width: 50px;
  }
}
main .mainSection .mainSectionHeader .mainSectionHeaderIcon img {
  max-width: 100%;
}

@keyframes colorRotation {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
footer {
  padding: 0 50px 40px;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
    padding: 0 20px 40px;
  }
}
footer .footerInfo {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .footerInfo {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .footerInfo .footerLogo {
  max-width: 137px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footerInfo .footerLogo {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
footer .footerInfo .footerLogo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footerInfo .footerLogo img {
    max-width: 100px;
  }
}
footer .footerInfo .footerAddress {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .footerInfo .footerAddress {
    font-size: 1.2rem;
    text-align: center;
  }
}
footer .footerInfo .footerTel a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .footerInfo .footerTel a {
    font-size: 1.2rem;
    text-align: center;
  }
}
footer .footerInfo .footerTitle {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
footer .footerInfo .footerSns {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  footer .footerInfo .footerSns {
    justify-content: center;
  }
}
footer .footerInfo .footerSns li {
  width: 35px;
}
footer .footerInfo .footerSns li img {
  width: 100%;
  max-width: 100%;
}
footer .footerContent {
  display: block;
}
footer .footerContent .footerMenu {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  footer .footerContent .footerMenu {
    display: none;
  }
}
footer .footerContent .footerMenu ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
footer .footerContent .footerMenu ul li {
  margin-right: 25px;
  font-size: 1.4rem;
}
footer .footerContent .footerMenu ul li a {
  color: #fff;
}
footer .footerContent .footerMenu ul li:last-of-type {
  margin-right: 0;
}
footer .footerCopy {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
footer .footerCopy a {
  color: #ffffff;
}

.realtimeBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  animation: shrinkPulse 1s infinite ease-in-out;
  z-index: 10;
}
.realtimeBtn:hover {
  transform: scale(1.1);
}
.realtimeBtn img {
  width: 120px;
}

@keyframes shrinkPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  } /* 収縮 */
  100% {
    transform: scale(1);
  }
}
.indexHero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60vw;
  max-height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .indexHero {
    min-height: 500px;
    padding: 0 10px;
    background-size: cover;
  }
}
.indexHero .indexHeroBg {
  width: 100%;
  height: 60vw;
  max-height: 1000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .indexHero .indexHeroBg {
    min-height: 500px;
  }
}
.indexHero .indexHeroBg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
}
.indexHero .indexHeroBg .indexHeroBg1 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero1.jpg");
}
.indexHero .indexHeroBg .indexHeroBg2 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero2.jpg");
  animation-delay: 4s;
}
.indexHero .indexHeroBg .indexHeroBg3 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero3.jpg");
  animation-delay: 8s;
}
.indexHero .indexHeroBg .indexHeroBg4 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero4.jpg");
  animation-delay: 12s;
}
.indexHero .indexHeroBg .indexHeroBg5 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero5.jpg");
  animation-delay: 16s;
}
.indexHero .indexHeroBg .indexHeroBg6 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero6.jpg");
  animation-delay: 20s;
}
.indexHero .indexHeroBg .indexHeroBg7 {
  background-image: url("https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-hero7.jpg");
  animation-delay: 24s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 7;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.indexHero .indexHeroInner {
  position: relative;
  z-index: 2;
}
.indexHero .indexHeroInner .indexHeroCatchCopy {
  text-align: center;
}
.indexHero .indexHeroInner .indexHeroCatchCopy .indexHeroMainCatch {
  font-weight: 600;
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  .indexHero .indexHeroInner .indexHeroCatchCopy .indexHeroMainCatch {
    font-size: 3rem;
  }
}
.indexHero .indexHeroInner .indexHeroCatchCopy .indexHeroSubCatch {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .indexHero .indexHeroInner .indexHeroCatchCopy .indexHeroSubCatch {
    font-size: 1.6rem;
  }
}
.indexHero .indexHeroInner .indexHeroCatchCopy p {
  color: #fff;
}
.indexHero .heroPart {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-animation: passing-bar 2s ease 0s 1 normal forwards;
  animation: passing-bar 2s ease 0s 1 normal forwards;
}
.indexHero .heroPart .heroPartInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.indexHero .heroPart .heroPartInner img {
  position: absolute;
  min-width: 1400px;
  top: -250px;
  right: -170px;
}
@media screen and (max-width: 768px) {
  .indexHero .heroPart .heroPartInner img {
    top: 0;
    right: -100px;
    bottom: -60px;
    min-width: 500px;
    opacity: 0.9;
  }
}

.listArea {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-listArea.jpg) no-repeat center top;
  background-size: cover;
}
.listArea .listAreaInner {
  max-width: 1440px;
  margin: 0 auto;
}

.purchaseListArea .purchaseListAreaInner .purchaseListTitle {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseListTitle {
    font-size: 1.8rem;
  }
}
.purchaseListArea .purchaseListAreaInner .purchaseList {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseList {
    flex-wrap: wrap;
  }
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox {
  width: 20%;
  padding: 0 30px;
  box-sizing: border-box;
  border-right: solid 1px #757575;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox:nth-child(2n) {
    border-right: none;
  }
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchaseTitle {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchaseTitle {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchaseImage {
  position: relative;
  width: 100%;
  height: 15vw;
  max-height: 160px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchaseImage {
    margin-bottom: 15px;
    height: 30vw;
  }
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchaseImage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchaseImage:hover img {
  transform: scale(1.4);
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchasePrice {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchasePrice {
    font-size: 1.3rem;
  }
}
.purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchasePrice span {
  color: #ff0000;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .purchaseListArea .purchaseListAreaInner .purchaseList .purchaseBox .purchasePrice span {
    font-size: 1.6rem;
  }
}
.purchaseListArea .purchaseListBtn {
  width: 330px;
  margin: 0 auto;
}
.purchaseListArea .purchaseListBtn a {
  display: block;
  padding: 15px 20px 15px 70px;
  border-radius: 50px;
  border: solid 1px #ffffff;
  background: #FF0000 url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/purchaseListBtnIcon.svg) no-repeat 35px center;
  color: #ffffff;
  font-weight: 600;
  font-size: 2.2rem;
  transition: all 0.5s ease;
}
.purchaseListArea .purchaseListBtn a:hover {
  transform: scale(1.1);
  background-color: #ff5100;
}

.cautionArea {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-cautionArea.jpg) no-repeat center top;
  background-size: cover;
}
.cautionArea .cautionAreaInner {
  max-width: 1440px;
  margin: 0 auto;
}
.cautionArea .cautinAreaList {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cautionArea .cautinAreaList {
    padding: 0 10px;
  }
}
.cautionArea .cautinAreaList li {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
}
.cautionArea .cautinAreaList li:last-of-type {
  margin-bottom: 0;
}

.pickupArea {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-pickupArea.jpg) no-repeat center top;
  background-size: cover;
}
.pickupArea .pickupAreaInner {
  max-width: 1440px;
  margin: 0 auto;
}
.pickupArea .pickupAreaList {
  max-width: 1320px;
  margin: 0 auto;
}
.pickupArea .pickupAreaBox {
  margin-bottom: 30px;
}
.pickupArea .pickupAreaBox h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 2rem;
}
.pickupArea .pickupAreaBox p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pickupArea .pickupAreaBox ul {
    padding: 0 10px;
  }
}
.pickupArea .pickupAreaBox ul li {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
}
.pickupArea .pickupAreaBox ul li:last-of-type {
  margin-bottom: 0;
}

.vehicleArea {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-vehicleArea.jpg) no-repeat center top;
  background-size: cover;
}
.vehicleArea .vehicleAreaInner {
  max-width: 1440px;
  margin: 0 auto;
}
.vehicleArea .vehicleAreaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vehicleArea .vehicleAreaList {
    flex-direction: column;
    padding: 0 10px;
  }
}
.vehicleArea .vehicleAreaList .vehicleAreaBox {
  width: 32.2580645161%;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .vehicleArea .vehicleAreaList .vehicleAreaBox {
    width: 100%;
    margin-bottom: 15px;
  }
}
.vehicleArea .vehicleAreaList .vehicleAreaBox:last-of-type {
  margin-bottom: 0;
}
.vehicleArea .vehicleAreaList .vehicleAreaBox .vehicleAreaText {
  color: #ffffff;
  text-align: center;
}
.vehicleArea .vehicleAreaList .vehicleAreaBox .vehicleAreaImage {
  position: relative;
}
.vehicleArea .vehicleAreaList .vehicleAreaBox .vehicleAreaImage img:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 1;
}
.vehicleArea .vehicleAreaList .vehicleAreaBox .vehicleAreaImage:hover img:last-of-type {
  opacity: 1;
}

.accessArea {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/bg-accessMapArea.jpg) no-repeat center top;
  background-size: cover;
}
.accessArea .accessAreaInner {
  max-width: 1440px;
  margin: 0 auto;
}
.accessArea .accessMapAreaBox {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .accessArea .accessMapAreaBox {
    margin-bottom: 60px;
  }
}
.accessArea .accessRouteLabel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .accessArea .accessRouteLabel {
    margin: 0 0 30px;
    font-size: 2rem;
  }
}
.accessArea .accessRouteLabel h3 {
  color: #ffffff;
}
.accessArea .accessRouteLabel img {
  width: 45px;
  margin: 0 0 0 10px;
}
.accessArea .accessMaps {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .accessArea .accessMaps {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.accessArea .accessMaps .mapBox {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .accessArea .accessMaps .mapBox {
    margin: 0 0 30px;
  }
}
.accessArea .accessMaps .mapBox:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .accessArea .accessMaps .mapBox:last-of-type {
    margin: 0;
  }
}
.accessArea .accessMaps .mapBox dt {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.accessArea .accessInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .accessArea .accessInfo {
    flex-direction: column;
    margin: 0;
  }
}
.accessArea .accessInfo .accessAddress p {
  padding-left: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
  background: url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/mapPin.svg) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .accessArea .accessInfo .accessAddress p {
    margin-bottom: 20px;
  }
}
.accessArea .accessInfo .accessTelBtn {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .accessArea .accessInfo .accessTelBtn {
    margin-right: 0;
  }
}
.accessArea .accessInfo .accessTelBtn a {
  display: block;
  padding: 10px 40px 10px 80px;
  border-radius: 50px;
  border: solid 1px #ffffff;
  background: #FF0000 url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/phoneIcon2.svg) no-repeat 35px center;
  color: #ffffff;
  font-weight: 600;
  font-size: 2.4rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .accessArea .accessInfo .accessTelBtn a {
    padding: 10px 30px 10px 60px;
    background: #FF0000 url(https://suetoku.jp/wp-content/themes/suetoku/asset/images/phoneIcon2.svg) no-repeat 30px center;
    background-size: 20px;
    font-size: 2rem;
  }
  .accessArea .accessInfo .accessTelBtn a span {
    display: block;
    font-size: 1.2rem !important;
  }
}
.accessArea .accessInfo .accessTelBtn a span {
  display: block;
  font-size: 1.6rem;
}
.accessArea .accessInfo .accessTelBtn a:hover {
  transform: scale(1.1);
  background-color: #ff5100;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000000;
  text-align: center;
}
.opening .openingLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.opening .openingLogo img {
  width: 160px;
}
.opening .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes passing-bar {
  0% {
    right: 0;
    width: 0%;
  }
  100% {
    right: 0;
    width: 100%;
  }
}
.recruitArea .recruitAreaAbout {
  margin-bottom: 40px;
  line-height: 2;
}
.recruitArea .recruitAreaAbout h3 {
  color: #ffffff;
  font-size: 2rem;
}
.recruitArea .recruitAreaAbout .recruitAreaAboutMessage p {
  color: #ffffff;
  font-size: 1.6rem;
}
.recruitArea .recruitAreaDetail table {
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #cccccc;
}
.recruitArea .recruitAreaDetail table th, .recruitArea .recruitAreaDetail table td {
  padding: 20px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .recruitArea .recruitAreaDetail table th, .recruitArea .recruitAreaDetail table td {
    display: block;
  }
}
.recruitArea .recruitAreaDetail table th {
  background: #3a3a3a;
  color: #ffffff;
  font-size: 1.6rem;
}
.recruitArea .recruitAreaDetail table td {
  color: #ffffff;
  font-size: 1.6rem;
}
.recruitArea .recruitAreaDetail table td a {
  color: #ffffff;
}

.aboutArea h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 2rem;
}
.aboutArea .aboutAreaMesssage {
  margin-bottom: 40px;
  line-height: 2;
}
.aboutArea .aboutAreaMesssage .aboutAreaMesssageInner p {
  color: #ffffff;
  font-size: 1.6rem;
}
.aboutArea .aboutAreaDetail {
  margin-bottom: 40px;
}
.aboutArea .aboutAreaDetail table {
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #cccccc;
}
.aboutArea .aboutAreaDetail table th, .aboutArea .aboutAreaDetail table td {
  padding: 20px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .aboutArea .aboutAreaDetail table th, .aboutArea .aboutAreaDetail table td {
    display: block;
  }
}
.aboutArea .aboutAreaDetail table th {
  background: #3a3a3a;
  color: #ffffff;
  font-size: 1.6rem;
}
.aboutArea .aboutAreaDetail table td {
  color: #ffffff;
  font-size: 1.6rem;
}
.aboutArea .aboutAreaDetail img {
  width: 100%;
}
.aboutArea .aboutAreaHistory {
  margin-bottom: 40px;
}
.aboutArea .aboutAreaHistory img {
  width: 100%;
}
.aboutArea .aboutAreaLicence {
  margin-bottom: 40px;
}
.aboutArea .aboutAreaLicence table {
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #cccccc;
}
.aboutArea .aboutAreaLicence table th, .aboutArea .aboutAreaLicence table td {
  padding: 20px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .aboutArea .aboutAreaLicence table th, .aboutArea .aboutAreaLicence table td {
    display: block;
  }
}
.aboutArea .aboutAreaLicence table th {
  background: #3a3a3a;
  color: #ffffff;
  font-size: 1.6rem;
}
.aboutArea .aboutAreaLicence table td {
  color: #ffffff;
  font-size: 1.6rem;
}

.businessArea .businessAreaDetail h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 2.3rem;
}
.businessArea .businessAreaDetail .businessBox {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .businessArea .businessAreaDetail .businessBox {
    display: block;
    margin-bottom: 70px;
  }
}
.businessArea .businessAreaDetail .businessBox.block {
  display: block;
}
.businessArea .businessAreaDetail .businessBox.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .businessArea .businessAreaDetail .businessBox.reverse {
    display: block;
  }
}
.businessArea .businessAreaDetail .businessBox:last-of-type {
  margin-bottom: 0;
}
.businessArea .businessAreaDetail .businessBox .businessBoxImage {
  width: 50%;
  max-width: 500px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .businessArea .businessAreaDetail .businessBox .businessBoxImage {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.businessArea .businessAreaDetail .businessBox .businessBoxText {
  width: 100%;
}
.businessArea .businessAreaDetail .businessBox .businessBoxText .businessBoxTextInner * {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2;
}
.businessArea .businessAreaDetail .businessBox .businessBoxText .businessBoxTextInner h4 {
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
}
.businessArea .businessAreaDetail .businessBox .businessBoxText .businessBoxTextInner .businessTextBox {
  margin-bottom: 20px;
}
.businessArea .businessAreaDetail .businessBox .businessBoxText .businessListText {
  margin: 10px 0 10px 10px;
}
.businessArea .businessThumbs {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.businessArea .businessThumbs .businessThumbsBox {
  position: relative;
  width: 325px;
}
@media screen and (max-width: 768px) {
  .businessArea .businessThumbs .businessThumbsBox {
    width: 225px;
  }
}
.businessArea .businessThumbs .businessThumbsBox a {
  display: block;
  width: 100%;
  height: 250px;
}
.businessArea .businessThumbs .businessThumbsBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.businessArea .businessThumbs .businessThumbsBox::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  background: url(../images/zoomIcon.svg) no-repeat center top;
  width: 21px;
  height: 22px;
}