@charset "UTF-8";
@import url("/css/font/icon.css");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Roboto+Slab:wght@700&display=swap");
/* =======================================

  BASE

======================================= */
html,
body {
  height: 100%;
}

body {
  padding-top: 80px;
  color: #222;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  background: #fff;
  letter-spacing: 0.064em;
  overflow-wrap: break-word;
}

#container {
  min-height: 100%;
  overflow: hidden;
}

a {
  color: #37b2e0;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 60px;
  }
  body.has_banner {
    padding-top: 120px;
  }
}
/*-----------------------------------------
  CLEARFIX
-----------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

/* =======================================

  PLUGINS > SLICK

======================================= */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* =======================================

  SCROLL HINT

======================================= */
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 65px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* =======================================

  HEADER

======================================= */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff;
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16);
}
header .inner {
  position: relative;
}

.app_banner {
  display: none;
}

.header_logo {
  width: 73px;
  position: absolute;
  top: 14px;
  left: 32px;
}
.header_logo img {
  width: 100%;
  display: block;
}

.header_global {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.header_global li {
  margin: 0 0 0 40px;
}
.header_global li a {
  height: 80px;
  color: #222;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.header_global li a span {
  margin: 0 0 4px;
  display: block;
  color: #f8ca0e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.header_global li.about {
  width: 80px;
  margin: 0 0 0 32px;
}
.header_global li.about a {
  padding: 45px 0 0 0;
  position: relative;
  background: #fdf8f3;
}
.header_global li.about a::before {
  content: "\e90b";
  font-family: "cocos";
  display: block;
  font-weight: normal;
  color: #5c1511;
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 15px;
}
.header_global li.recruit {
  width: 80px;
  margin: 0;
}
.header_global li.recruit a {
  padding: 45px 0 0 0;
  position: relative;
  color: #fff;
  background: #5c1511;
}
.header_global li.recruit a::before {
  content: "\e90a";
  display: block;
  font-weight: normal;
  font-family: "cocos";
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 15px;
  background: #5c1511;
}

@media (max-width: 979.98px) {
  .header_logo {
    width: 60px;
    top: 18px;
    left: 20px;
  }
  .header_global li {
    margin: 0 0 0 12px;
  }
  .header_global li a {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  .header_global li a span {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  .header_global li.about {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 767.98px) {
  .header_logo {
    width: 58px;
    top: 10px;
    left: 16px;
  }
  .header_global {
    display: none;
  }
  .app_banner {
    position: relative;
  }
  .app_banner a {
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 2%;
    position: relative;
    background: #fdf8f3;
  }
  .app_banner a .info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .app_banner a .info img {
    width: 40px;
  }
  .app_banner a .info span {
    margin: 0 0 0 8px;
    color: #5c1511;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .app_banner a .use {
    margin: 0 0 0 12px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.2307692308;
    color: #f8ca0e;
    border: 2px solid #f8ca0e;
  }
  .app_banner .close_btn {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    cursor: pointer;
  }
  .app_banner .close_btn::before {
    content: "\e900";
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #5c1511;
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sp_menu {
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04);
  }
  .sp_menu li {
    width: 80px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #e3e0d8;
  }
  .sp_menu li a {
    display: block;
    padding: 36px 0 0 0;
    color: #222;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
  }
  .sp_menu li a::before {
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #f8ca0e;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10px;
  }
  .sp_menu li.menu_btn a::before {
    content: "\e909";
  }
  .sp_menu li.search_btn a::before {
    content: "\e908";
  }
  .sp_menu li.sp_menu_btn {
    width: 60px;
    height: 100%;
    text-align: center;
    background: #f8ca0e;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_menu li.sp_menu_btn::before {
    content: "\e902";
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #5c1511;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menu_open header {
    height: 100%;
  }
  .menu_open header .inner {
    height: 100%;
  }
  .menu_open header .inner nav {
    height: 100%;
  }
  .menu_open header .inner nav .sp_menu li.sp_menu_btn {
    background: #fdf8f3;
  }
  .menu_open header .inner nav .sp_menu li.sp_menu_btn::before {
    content: "\e900";
    font-family: "cocos";
    font-size: 1.4rem;
    line-height: 1;
  }
  .menu_open.has_banner .sp_menu_list {
    height: calc(100% - 120px);
  }
  .sp_menu_list {
    display: none;
    height: calc(100% - 60px);
    overflow-y: auto;
    background: #fdf8f3;
    -webkit-overflow-scrolling: touch;
  }
  .sp_menu_list .feature_link {
    padding: 8px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .sp_menu_list .feature_link li {
    width: 49%;
  }
  .sp_menu_list .feature_link li a {
    width: 100%;
    height: 100px;
    padding: 60px 0 0 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    color: #5c1511;
    display: block;
    text-align: center;
    background: #f8ca0e;
    position: relative;
    border-radius: 4px;
  }
  .sp_menu_list .feature_link li a::before {
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #5c1511;
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_menu_list .feature_link li.menu a::before {
    content: "\e909";
  }
  .sp_menu_list .feature_link li.search a::before {
    content: "\e908";
  }
  .sp_menu_list .main_link {
    padding: 0 4%;
  }
  .sp_menu_list .main_link li {
    border-top: 1px solid #dcd8d4;
  }
  .sp_menu_list .main_link li:first-child {
    border: none;
  }
  .sp_menu_list .main_link li a {
    padding: 20px 30px 20px 0;
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    color: #222;
    position: relative;
  }
  .sp_menu_list .main_link li a::before {
    content: "\e931";
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #f8ca0e;
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_menu_list .main_link li a.external::before {
    content: "\e932";
    color: #5c1511;
    font-size: 1.2rem;
    line-height: 1;
    right: 6px;
  }
  .sp_menu_list .sub_link {
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: #fff;
  }
  .sp_menu_list .sub_link .twitter,
  .sp_menu_list .sub_link .instagram {
    width: 18%;
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .sp_menu_list .sub_link .twitter a,
  .sp_menu_list .sub_link .instagram a {
    width: 100%;
    height: 80px;
    line-height: 54px;
    text-align: center;
  }
  .sp_menu_list .sub_link .twitter a img,
  .sp_menu_list .sub_link .instagram a img {
    width: 30px;
  }
  .sp_menu_list .sub_link .twitter a {
    padding: 0 0 0 14px;
  }
  .sp_menu_list .sub_link .instagram a {
    padding: 0 14px 0 0;
  }
  .sp_menu_list .sub_link .cocoweb {
    width: 63%;
    height: 80px;
    border: 1px solid #f5f2e4;
  }
  .sp_menu_list .sub_link .cocoweb a {
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
  }
  .sp_menu_list .sub_link .cocoweb a::before {
    content: "\e932";
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #f8ca0e;
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .sp_menu_list .sub_link .cocoweb a img {
    width: 160px;
    display: block;
  }
}
@media (min-width: 768px) {
  .app_banner,
  .sp_menu,
  .sp_menu_list {
    display: none !important;
  }
}
/*-- Hover --*/
.header_global a,
footer a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .header_global a:hover,
  body:not(.tab_view) footer a:hover {
    opacity: 0.7;
  }
}
/* =======================================

  FOOTER

======================================= */
footer {
  color: #fff;
}
footer .main_sitemap {
  background: #220809;
}
footer .main_sitemap .inner {
  width: 960px;
  margin: 0 auto;
  padding: 32px 0 40px;
}
footer .main_sitemap .footer_logo {
  width: 58px;
  margin: 0 0 38px;
}
footer .main_sitemap .footer_logo img {
  width: 100%;
  display: block;
}
footer .main_sitemap .sitemap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
footer .main_sitemap .column:nth-child(1) {
  width: 50%;
}
footer .main_sitemap .column:nth-child(2) {
  width: 26%;
  padding: 0 2%;
  border-left: 1px solid;
  -o-border-image: repeating-linear-gradient(to bottom, rgba(248, 202, 14, 0.5) 0 7px, transparent 7px 8px);
     border-image: repeating-linear-gradient(to bottom, rgba(248, 202, 14, 0.5) 0 7px, transparent 7px 8px);
  border-image-slice: 1;
}
footer .main_sitemap .column:nth-child(3) {
  width: 24%;
  padding: 0 2%;
  border-left: 1px solid;
  -o-border-image: repeating-linear-gradient(to bottom, rgba(248, 202, 14, 0.5) 0 7px, transparent 7px 8px);
     border-image: repeating-linear-gradient(to bottom, rgba(248, 202, 14, 0.5) 0 7px, transparent 7px 8px);
  border-image-slice: 1;
}
footer .main_sitemap .clm_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
footer .main_sitemap .clm_wrap .clm {
  width: 100%;
}
footer .main_sitemap .clm_wrap .clm ul {
  height: 298px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .main_sitemap .clm_wrap .clm ul li {
  width: 46%;
  margin: 0 4% 10px 0;
}
footer .main_sitemap dt {
  margin: 0 0 12px;
}
footer .main_sitemap dt a {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #fff;
}
footer .main_sitemap li {
  margin: 0 0 10px;
}
footer .main_sitemap li a {
  display: block;
  padding: 0 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #fff;
  position: relative;
}
footer .main_sitemap li a::before {
  content: "";
  width: 6px;
  height: 1px;
  display: block;
  background: #f8ca0e;
  position: absolute;
  top: 0.7em;
  left: 0;
}
footer .main_sitemap .single {
  margin: 0 0 24px;
}
footer .main_sitemap .single li {
  margin: 0 0 20px;
}
footer .main_sitemap .single li a {
  padding: 0 16px 0 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #fff;
}
footer .main_sitemap .single li a::before {
  content: none;
}
footer .main_sitemap .single li a::after {
  content: "\e931";
  font-family: "cocos";
  display: block;
  font-weight: normal;
  color: #f8ca0e;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: auto;
  right: 0;
}
footer .main_sitemap .single li a.external::after {
  content: "\e932";
  top: 0.4em;
}
footer .sub_sitemap {
  background: #170404;
}
footer .sub_sitemap .inner {
  width: 960px;
  margin: 0 auto;
  padding: 28px 0;
}
footer .sub_sitemap .copy_wrap {
  color: rgba(255, 255, 255, 0.7);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
footer .sub_sitemap .copy_wrap .other {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
footer .sub_sitemap .copy_wrap .other li {
  margin: 0 16px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}
footer .sub_sitemap .copy_wrap .other li::before {
  content: "/";
  font-family: "cocos";
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0.2em;
  left: auto;
  right: 0;
}
footer .sub_sitemap .copy_wrap .other li a {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: rgba(255, 255, 255, 0.7);
}
footer .sub_sitemap .copy_wrap .other li:last-child {
  margin: 0;
  padding: 0;
}
footer .sub_sitemap .copy_wrap .other li:last-child::before {
  content: none;
}
footer .sub_sitemap .copy_wrap .copyright {
  letter-spacing: -0.04em;
}
footer .group_company {
  background: #fff;
}
footer .group_company .inner {
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 0;
}
footer .group_company .sp_store {
  display: none;
}
footer .group_company .grouplist {
  margin: 0 0 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .group_company .grouplist a,
footer .group_company .grouplist span {
  display: block;
  padding: 4px;
}
footer .group_company .grouplist a img,
footer .group_company .grouplist span img {
  width: 48px;
}
footer .group_company .zensho_logo {
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid #e3e0d8;
}
footer .group_company .zensho_logo img {
  width: 70px;
}

@media (max-width: 979.98px) {
  footer .main_sitemap .inner {
    width: 90%;
  }
  footer .main_sitemap .clm_wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  footer .main_sitemap .clm_wrap .clm {
    margin: 0 4% 0 0;
  }
  footer .main_sitemap .clm_wrap .clm ul {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .main_sitemap .clm_wrap .clm ul li {
    width: 50%;
    margin: 0 0 12px;
  }
  footer .sub_sitemap .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
  footer .sub_sitemap .copy_wrap {
    padding: 24px 0;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .sub_sitemap .copy_wrap .other {
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 20px;
  }
  footer .sub_sitemap .copy_wrap .other li {
    margin: 0;
  }
  footer .sub_sitemap .copy_wrap .other li::before {
    top: calc(50% - 0.6em);
  }
  footer .sub_sitemap .copy_wrap .copyright {
    letter-spacing: -0.04em;
  }
  footer .group_company .inner {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  footer .main_sitemap .inner {
    width: 100%;
    padding: 24px 0 0;
  }
  footer .main_sitemap .footer_logo {
    margin: 0 0 24px 4%;
  }
  footer .main_sitemap .sitemap {
    display: block;
  }
  footer .main_sitemap .column:nth-child(1) {
    width: 100%;
  }
  footer .main_sitemap .column:nth-child(2) {
    width: 100%;
    padding: 0;
    border-left: 0;
  }
  footer .main_sitemap .column:nth-child(2) dl ul {
    display: block;
  }
  footer .main_sitemap .column:nth-child(2) dl ul li {
    width: 100%;
  }
  footer .main_sitemap .column:nth-child(2) dl ul li a {
    padding: 0 0 0 5%;
  }
  footer .main_sitemap .column:nth-child(3) {
    width: 100%;
    padding: 0;
    border-left: 0;
  }
  footer .main_sitemap .clm_wrap {
    display: none;
  }
  footer .main_sitemap .clm_wrap .clm {
    width: 100%;
    margin: 0;
  }
  footer .main_sitemap li a {
    color: rgba(255, 255, 255, 0.8);
  }
  footer .main_sitemap dt {
    margin: 0;
    position: relative;
  }
  footer .main_sitemap dt a {
    display: block;
    padding: 20px 8% 20px 4%;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .main_sitemap dt span {
    width: 55px;
    height: 100%;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
  }
  footer .main_sitemap dt span::before, footer .main_sitemap dt span::after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f8ca0e;
  }
  footer .main_sitemap dt span::before {
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  footer .main_sitemap dt.open span::before {
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  footer .main_sitemap dd {
    display: none;
  }
  footer .main_sitemap ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .main_sitemap ul li {
    width: 48%;
    margin: 0 4% 12px 0;
  }
  footer .main_sitemap ul li:nth-child(2n) {
    margin: 0 0 12px;
  }
  footer .main_sitemap ul li a {
    padding: 0 0 0 10%;
  }
  footer .main_sitemap ul li a::before {
    content: none;
  }
  footer .main_sitemap .single {
    margin: 0;
  }
  footer .main_sitemap .single li {
    width: 100%;
    margin: 0;
  }
  footer .main_sitemap .single li:nth-child(2n) {
    margin: 0;
  }
  footer .main_sitemap .single li a {
    padding: 20px 8% 20px 4%;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .main_sitemap .single li a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 23px;
  }
  footer .main_sitemap .single li a.external::after {
    top: 50%;
  }
  footer .group_company {
    background: #fff;
  }
  footer .group_company .inner {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  footer .group_company .sp_store {
    padding: 12px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  footer .group_company .sp_store ul {
    padding: 0 2%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  footer .group_company .sp_store ul li {
    width: 40px;
    margin: 0 4px 0 0;
  }
  footer .group_company .sp_store ul li img {
    width: 100%;
    display: block;
  }
  footer .group_company .sp_store .sp_store_btn {
    padding: 12px 60px 12px 0;
    color: #25519f;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    position: relative;
  }
  footer .group_company .sp_store .sp_store_btn span {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    background: #f6f5f6;
  }
  footer .group_company .sp_store .sp_store_btn span::before, footer .group_company .sp_store .sp_store_btn span::after {
    content: "";
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #d4d8dc;
  }
  footer .group_company .sp_store .sp_store_btn span::before {
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  footer .group_company .sp_store .sp_store_btn.open span::before {
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  footer .group_company .grouplist li {
    width: 16.6%;
  }
  footer .group_company .grouplist li img {
    width: 100%;
    display: block;
  }
  footer .group_company .zensho_logo {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  footer .main_sitemap dd {
    display: block !important;
  }
  footer .main_sitemap dd.clm_wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  footer .group_company .grouplist {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* =======================================

  ELEMENTS COMMON

======================================= */
/*-----------------------------------------
  CONTAINER
-----------------------------------------*/
.basic_container {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 979.98px) {
  .basic_container {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .basic_container {
    width: 92%;
  }
}
/*-----------------------------------------
  PARTS
-----------------------------------------*/
.pc {
  display: block !important;
}

.pc_only {
  display: block !important;
}

.sp {
  display: none !important;
}

.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

.align_l {
  text-align: left !important;
}

.v_align_t {
  vertical-align: top !important;
}

.v_align_m {
  vertical-align: middle !important;
}

.v_align_b {
  vertical-align: bottom !important;
}

.font_s {
  font-size: 88%;
}

.w5 {
  width: 5% !important;
}

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

.maker {
  padding: 0 0 0.3em;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(235, 255, 0, 0.3)));
  background: linear-gradient(transparent 65%, rgba(235, 255, 0, 0.3) 0%);
}

@media (max-width: 979.98px) {
  .pc_only {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*-----------------------------------------
  BUTTON
-----------------------------------------*/
.btn_area {
  margin: 0 0 16px;
}
.btn_area.clm2 {
  text-align: center;
}
.btn_area.clm2 a {
  margin: 0 16px 16px;
  display: inline-block;
}

.btn {
  min-width: 295px;
  padding: 16px 48px;
  display: inline-block;
  color: #222;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  border-radius: 60px;
  position: relative;
  background: #f8ca0e;
  border: 3px solid #f8ca0e;
}
.btn.size_l {
  min-width: 400px;
}
.btn.btn_arrow {
  color: #222;
  background: #f8ca0e;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.btn.btn_arrow::before {
  content: "\e931";
  font-family: "cocos";
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.btn.btn_blank {
  color: #d9b316;
  background: #fff;
}
.btn.btn_blank::before {
  content: "\e932";
  font-family: "cocos";
  display: block;
  font-weight: normal;
  color: #f8ca0e;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.btn.btn_view_result {
  color: #222;
  background: #f8ca0e;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.btn.btn_view_result::before {
  content: "\e931";
  font-family: "cocos";
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  rotate: 90deg;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 767.98px) {
  .btn {
    min-width: auto;
    width: 86%;
    padding: 14px 36px 14px 36px;
  }
  .btn.size_l {
    min-width: auto;
  }
  .btn.btn_arrow {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  }
}
/*-- Hover --*/
.btn {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .btn:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------
  HEADING
-----------------------------------------*/
.sec_head {
  margin: 0 0 40px;
  text-align: center;
  color: #5c1511;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  z-index: 0;
}
.sec_head .accesnt {
  color: #fff;
}
.sec_head .deco {
  display: block;
  color: #f8ca0e;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Homemade Apple", cursive;
  position: relative;
  z-index: -1;
}

.desc {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.26rem;
}

@media (max-width: 767.98px) {
  .sec_head {
    margin: 0 0 32px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .sec_head .deco {
    font-size: 2.4rem;
    line-height: 1;
  }
}
/*-----------------------------------------
  BANNER SLIDER
-----------------------------------------*/
.banner_slider {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 64px 0 0;
  overflow: hidden;
}
.banner_slider.two .slick-list {
  width: 602px;
}
.banner_slider .inner {
  margin-bottom: 0;
}
.banner_slider .slick-list {
  width: 900px;
  margin: 0 auto;
  overflow: visible;
}
.banner_slider .slick-slide {
  width: 292px !important;
  margin: 0 16px 0 0;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.banner_slider .slick-slide.slick-active, .banner_slider .slick-slide.slick-active + li, .banner_slider .slick-slide.slick-active + li + li {
  opacity: 1;
}
.banner_slider .slick-slide a {
  display: block;
}
.banner_slider .slick-slide img {
  width: 100%;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.banner_slider .slick-prev,
.banner_slider .slick-next {
  display: none !important;
}
.banner_slider .slick-dots {
  position: static;
  margin: 12px 0 0;
}
.banner_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.banner_slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.banner_slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #DED0CF;
  opacity: 1;
  border-radius: 100%;
}
.banner_slider .slick-dots li.slick-active button:before {
  background: #f8ca0e;
  opacity: 1;
}

@media (max-width: 979.98px) {
  .banner_slider.two .slick-list {
    width: 634px;
  }
  .banner_slider .inner {
    margin-left: 4%;
  }
  .banner_slider .inner::before {
    content: none;
  }
  .banner_slider .slick-dots {
    width: 96%;
  }
}
@media (max-width: 767.98px) {
  .banner_slider {
    text-align: center;
  }
  .banner_slider .inner {
    margin: 16px 5% 0;
  }
  .banner_slider .slick-list {
    margin: 0;
    padding: 6px;
  }
  .banner_slider .slick-slide {
    width: 42vw !important;
    margin: 0 8px 0 0;
  }
  .banner_slider .slick-slide.slick-active + li + li {
    opacity: 0.4;
  }
  .banner_slider .slick-slide a img {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  }
  .banner_slider .slick-prev,
  .banner_slider .slick-next {
    display: inline-block !important;
    width: 20px;
    height: 25px;
    padding: 5px;
    display: block;
    top: auto;
    left: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .banner_slider .slick-prev::before,
  .banner_slider .slick-next::before {
    content: "\e931";
    font-family: "cocos";
    display: block;
    font-weight: normal;
    color: #f8ca0e;
    font-size: 1.4rem;
    line-height: 1;
  }
  .banner_slider .slick-prev::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .banner_slider .slick-dots {
    width: auto;
    max-width: 85%;
    margin: 4px auto 8px;
    display: inline-block;
    position: static;
  }
  .banner_slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .banner_slider .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
  .banner_slider .slick-dots li.slick-active button:before {
    width: 8px;
    height: 8px;
    background: #d9b316;
    opacity: 1;
  }
}
/*-- Hover --*/
.banner_slider a,
.slick-prev,
.slick-next {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .banner_slider a:hover,
  body:not(.tab_view) .slick-prev:hover,
  body:not(.tab_view) .slick-next:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------
  MENU
-----------------------------------------*/
.seasonal {
  width: 100%;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.seasonal a {
  display: block;
}
.seasonal a figure {
  width: 100%;
  height: 326px;
  overflow: hidden;
  position: relative;
}
.seasonal a figure::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(63, 18, 10, 0.2)), to(rgba(36, 15, 3, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(63, 18, 10, 0.2) 40%, rgba(36, 15, 3, 0.8) 100%);
}
.seasonal a figure img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.seasonal a figure figcaption {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.44;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
}
.seasonal a figure figcaption span {
  color: #f8ca0e;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}

.menulist {
  margin: 0 0 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menulist li {
  width: 180px;
  margin: 0 14px 12px 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.menulist li:nth-child(5n) {
  margin: 0 0 12px 0;
}
.menulist li a {
  display: block;
}
.menulist li a figure {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.menulist li a figure::before {
  content: "";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 21, 17, 0)), to(rgba(36, 15, 3, 0.8)));
  background: linear-gradient(180deg, rgba(92, 21, 17, 0) 0%, rgba(36, 15, 3, 0.8) 100%);
}
.menulist li a figure img {
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menulist li a figure figcaption {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.375;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
}
.menulist li a figure figcaption span {
  color: #f8ca0e;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  display: block;
}
.menulist .all a {
  width: 100%;
  height: 180px;
  padding: 115px 0 0 0;
  text-align: center;
  color: #5c1511;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.375;
  position: relative;
  background: #f8ca0e url(/files/common/icon_menu.png) no-repeat center 38%;
}

@media (max-width: 979.98px) {
  .seasonal {
    width: 100%;
    margin: 0 0 12px;
  }
  .seasonal a figure {
    width: 100%;
    height: 100%;
    padding-top: 34%;
  }
  .menulist li {
    width: 24%;
    margin: 0 1.3% 1.3% 0;
  }
  .menulist li:nth-child(5n) {
    margin: 0 1.3% 1.3% 0;
  }
  .menulist li:nth-child(4n) {
    margin: 0 0 1.3% 0;
  }
  .menulist li a figure {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }
  .menulist .all a {
    height: 100%;
    padding-top: 100%;
  }
  .menulist .all span {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 60%;
  }
}
@media (max-width: 767.98px) {
  .seasonal {
    width: 100%;
    margin: 0 0 24px;
  }
  .seasonal a figure {
    width: 100%;
    height: 100%;
    padding-top: 75%;
  }
  .seasonal a figure img {
    width: auto;
    height: 100%;
  }
  .menulist {
    width: 100vw;
    margin: 0 -7% 36px;
    padding: 2px 7%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .menulist li {
    width: 43%;
    margin: 0 2% 0 0;
    display: inline-block;
  }
  .menulist li:nth-child(4n), .menulist li:nth-child(5n) {
    width: 44%;
    margin: 0 2% 0 0;
  }
  .menulist .all {
    display: none;
  }
}
/*-- Hover --*/
.seasonal img.load,
.menulist img.load,
.menulist .all a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .seasonal a:hover img,
  body:not(.tab_view) .menulist a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  body:not(.tab_view) .menulist .all a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------
  NEWS
-----------------------------------------*/
.sec_news .tab_menu {
  width: 586px;
  margin: 0 auto 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  border: 1px solid #e3e0d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.sec_news .tab_menu li {
  margin: 0 12px;
  padding: 16px 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  cursor: pointer;
  position: relative;
}
.sec_news .tab_menu li::before {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background: translate;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec_news .tab_menu li.active {
  color: #f8ca0e;
}
.sec_news .tab_menu li.active::before {
  background: #f8ca0e;
}
.sec_news .tab_cont {
  width: 960px;
  margin: 0 auto 24px;
  border: 1px solid #e3e0d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.sec_news .tab_cont ul {
  display: none;
}
.sec_news .tab_cont ul a {
  padding: 16px;
  display: block;
  color: #222;
  position: relative;
}
.sec_news .tab_cont ul .label {
  min-width: 100px;
  padding: 0 6px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  position: absolute;
  top: 16px;
  left: 16px;
}
.sec_news .tab_cont ul .label.menu {
  background: #edc10e;
}
.sec_news .tab_cont ul .label.campaign {
  background: #e64135;
}
.sec_news .tab_cont ul .label.store {
  background: #6a99d9;
}
.sec_news .tab_cont ul .label.notice {
  background: #5cb474;
}
.sec_news .tab_cont ul .new {
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-family: "Roboto Slab", sans-serif;
  color: #FF0000;
  position: absolute;
  top: 17px;
  left: 130px;
}
.sec_news .tab_cont ul .date {
  padding: 0 5px;
  display: inline-block;
  color: rgba(34, 34, 34, 0.5);
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-family: "Roboto Slab", sans-serif;
  position: absolute;
  top: 16px;
  right: 16px;
}
.sec_news .tab_cont ul p {
  padding: 28px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
}
.sec_news .tab_cont ul p.pdf {
  padding: 28px 0 0 20px;
}
.sec_news .tab_cont ul p.pdf::before {
  content: "\e903";
  font-family: "cocos";
  display: block;
  color: #d11a0d;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 29px;
  left: 0;
}
.sec_news .tab_cont ul p .pdf_amount {
  margin: 0 0 0 8px;
  color: #FF0000;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}
.sec_news .tab_cont ul p .pdf_amount .amount {
  margin: 0 0 0 4px;
  color: #959595;
  font-weight: normal;
}
.sec_news .tab_cont ul li:not(:first-child) {
  border-top: 1px solid #e3e0d8;
}
.sec_news .tab_cont ul .no_article {
  padding: 60px;
  text-align: center;
  color: #909090;
  background: #f4f4f4;
}

@media (max-width: 979.98px) {
  .sec_news .tab_menu {
    width: 70%;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  }
  .sec_news .tab_cont {
    width: 100%;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767.98px) {
  .sec_news .tab_menu {
    width: 100%;
  }
  .sec_news .tab_menu li {
    margin: 0 8px;
    padding: 11px 0;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
  .sec_news .tab_cont ul .no_article {
    padding: 100px 60px;
  }
}
/*-- Hover --*/
.tab_menu li {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.tab_cont li a {
  -webkit-transition: color 0.3s, background-color 0.3s ease-out;
  transition: color 0.3s, background-color 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .tab_menu li:hover {
    opacity: 0.7;
  }
  body:not(.tab_view) .tab_cont li a:hover {
    color: #d9b316;
    background-color: #FDF8F3;
  }
}
/*-----------------------------------------
  SERVICE
-----------------------------------------*/
.sec_service {
  padding: 60px 0 30px;
  background: #fdf8f3;
}
.sec_service .servicelist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_service .servicelist li {
  width: 300px;
  margin: 0 30px 32px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.sec_service .servicelist li a {
  display: block;
  color: #222;
}
.sec_service .servicelist li a.external .ttl {
  padding: 16px 30px 16px 10px;
}
.sec_service .servicelist li a.external .ttl::before {
  content: "\e932";
  font-family: "cocos";
  display: block;
  font-weight: normal;
  color: #f8ca0e;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 16px;
}
.sec_service .servicelist li img {
  width: 100%;
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.sec_service .servicelist li .ttl {
  padding: 20px 16px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  border-top: 1px solid #e3e0d8;
}
.sec_service .servicelist li:nth-child(3n) {
  margin: 0 0 32px 0;
}

@media (max-width: 979.98px) {
  .sec_service .servicelist li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .sec_service .servicelist li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 767.98px) {
  .sec_service {
    padding: 40px 0 32px;
  }
  .sec_service .servicelist li {
    width: 49%;
    margin: 0 2% 16px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  }
  .sec_service .servicelist li:nth-child(3n) {
    margin: 0 2% 16px 0;
  }
  .sec_service .servicelist li:nth-child(2n) {
    margin: 0 0 16px 0;
  }
  .sec_service .servicelist li a.external .ttl::before {
    font-size: 1.2rem;
    right: 12px;
  }
  .sec_service .servicelist li .ttl {
    padding: 16px 10px;
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
/*-- Hover --*/
.servicelist a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .servicelist a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------
  SNS AREA
-----------------------------------------*/
.sns_area {
  padding: 60px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(/files/common/bg_sky_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.sns_area::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/files/common/sns_bg_store.png) no-repeat right -48px center;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sns_area .sec_app,
.sns_area .sec_sns {
  width: 450px;
  margin: 0 60px 0 0;
  padding: 32px 32px 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.sns_area .sec_app:last-child,
.sns_area .sec_sns:last-child {
  margin: 0;
}
.sns_area .sec_head {
  margin: 0 0 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #222;
}
.sns_area .sec_head span {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
}
.sns_area .sec_app {
  position: relative;
  overflow: hidden;
}
.sns_area .sec_app::before {
  content: "";
  width: 120%;
  height: 45%;
  display: block;
  background: #f8ca0e;
  position: absolute;
  right: -10%;
  bottom: -18%;
  z-index: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.sns_area .app_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.sns_area .app_wrap .capture {
  width: 120px;
  margin: 0 30px 0 40px;
}
.sns_area .download .maker {
  font-size: 1.6rem;
  line-height: 1;
  color: #5c1511;
  font-weight: bold;
  padding: 0 0.3em 0.1em 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #f8f80e));
  background: linear-gradient(transparent 65%, #f8f80e 0%);
}
.sns_area .download dd {
  margin: 18px 0 0;
}
.sns_area .applist {
  width: 158px;
  margin: 0 0 0 8px;
}
.sns_area .applist li {
  margin: 8px 0 0 0;
}
.sns_area .applist li:first-child {
  margin: 0;
}
.sns_area .applist li a {
  display: block;
}
.sns_area .applist li a img {
  width: 100%;
  display: block;
}
.sns_area .sec_sns {
  background: #fff url(/files/common/bg_patter_yellow2.png);
}
.sns_area .snslist {
  margin: 48px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.sns_area .snslist li {
  width: 80px;
  margin: 0 32px 0 0;
}
.sns_area .snslist li:last-child {
  margin: 0;
}
.sns_area .snslist a {
  padding: 16px;
  display: block;
  border: 1px solid #e3e0d8;
  border-radius: 4px;
  background: #fff;
}
.sns_area .snslist img {
  width: 100%;
  display: block;
}

@media (max-width: 979.98px) {
  .sns_area .sec_app,
  .sns_area .sec_sns {
    width: 43%;
    margin: 0 4% 0 0;
    padding: 32px 2% 0;
  }
  .sns_area .app_wrap .download {
    width: 64%;
  }
  .sns_area .app_wrap .capture {
    width: 35%;
    margin: 0;
  }
  .sns_area .applist {
    width: 75%;
    margin: 0 0 0 8px;
  }
  .sns_area .snslist li {
    width: 24%;
    margin: 0 5% 0 0;
  }
}
@media (max-width: 767.98px) {
  .sns_area {
    padding: 40px 0 112px;
    display: block;
    background: url(/files/common/bg_sky_sp.jpg) center top;
    background-size: cover;
  }
  .sns_area::before {
    background: url(/files/common/sns_bg_store.png) no-repeat right bottom -6vw;
    background-size: 100% auto;
  }
  .sns_area .sec_app,
  .sns_area .sec_sns {
    width: 92%;
    margin: 0 auto 24px;
    padding: 32px 24px 0;
  }
  .sns_area .sec_app:last-child,
  .sns_area .sec_sns:last-child {
    margin: 0 auto;
  }
  .sns_area .app::before {
    height: 65%;
    bottom: -33%;
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  .sns_area .app_wrap .download {
    width: 65%;
  }
  .sns_area .app_wrap .download .maker {
    font-size: 3.7vw;
  }
  .sns_area .app_wrap .capture {
    width: 35%;
    margin: 0;
  }
  .sns_area .applist {
    width: 75%;
    margin: 0 0 8px 8px;
  }
  .sns_area .snslist {
    margin: 28px 0 0 0;
    padding: 0 0 28px;
  }
  .sns_area .snslist li {
    width: 80px;
    margin: 0 24px 0 0;
  }
}
/*-- Hover --*/
.sns_area a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .sns_area a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------
  BG PARALLAX
-----------------------------------------*/
.bg_parallax {
  visibility: hidden;
  opacity: 0;
}

/*-----------------------------------------
  video
-----------------------------------------*/
.promo_video {
  margin: 0 auto 24px;
}

.promo_video video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767.98px) {
  .promo_video video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }
}
/*-----------------------------------------
  PAGE TOP
-----------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 15;
}
#page_top a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#page_top img {
  width: 100%;
  display: block;
}

@media (max-width: 767.98px) {
  #page_top {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 15;
  }
}
/*-- Hover --*/
#page_top a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) #page_top a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=common.css.map */