@charset "UTF-8";
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/* Slider */
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(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, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(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, .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% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(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: .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;
  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 {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(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;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/template/default/assets/fonts/slick.eot");
  src: url("/template/default/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/template/default/assets/fonts/slick.woff") format("woff"), url("/template/default/assets/fonts/slick.ttf") format("truetype"), url("/template/default/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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%;
  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: 0.75;
  -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: 0.75;
}
@font-face {
  font-family: "lg";
  src: url("/template/default/assets/fonts/lightgallery.js//lg.ttf?22t19m") format("truetype"), url("/template/default/assets/fonts/lightgallery.js//lg.woff?22t19m") format("woff"), url("/template/default/assets/fonts/lightgallery.js//lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/template/default/assets/img/lightgallery.js//vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/template/default/assets/img/lightgallery.js//vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/template/default/assets/img/lightgallery.js//video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/template/default/assets/img/lightgallery.js//youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/template/default/assets/img/lightgallery.js//youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-group {
  *zoom: 1;
}
.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.lg-group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/template/default/assets/img/lightgallery.js//loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
}
.img-100 {
  width: 100px;
}
.img-100 > img {
  width: 100%;
  display: block;
}
.img-200 {
  width: 200px;
}
.img-200 > img {
  width: 100%;
  display: block;
}
.img-100p {
  width: 100%;
}
.img-100p > img {
  width: 100%;
  display: block;
}
#fullOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.6);
  z-index: 2147483647;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
#fullOverlay.active {
  opacity: 1;
  visibility: visible;
}
.header-search {
  width: 100%;
}
.ec-headerSearch .ec-headerSearch__category {
  display: none;
  width: 0 !important;
}
.ec-headerSearch .ec-headerSearch__keyword {
  width: 100px !important;
  border-radius: 20px !important;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  width: 100px;
  font-size: 10px !important;
  padding: 0.5em 35px 0.5em 1em !important;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 15px;
  height: 15px;
}
.nav-category-item {
  margin-left: 30px;
}
.nav-category-item .navbar-nav > a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  transition: 0.3s linear;
  margin-left: 15px;
  height: 70px;
  line-height: 70px;
}
.nav-category-item .navbar-nav > a:hover {
  color: #666;
  text-decoration: underline;
}
.header-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #B3B3B3;
}
.nav-fixed-item .navbar-nav {
  width: 65px;
  height: 65px;
  margin-left: 0px;
}
.nav-fixed-item .navbar-nav > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  text-align: center;
}
.nav-fixed-item .navbar-nav > a .navbar-nav-icon {
  margin-top: 8px;
  font-size: 25px;
}
.nav-fixed-item .navbar-nav > a .nav-link-badge {
  position: absolute;
  font-size: 0.8rem;
  right: 10px;
  bottom: 25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1000;
  background-color: firebrick;
  color: #FFF;
  padding-top: 1px;
}
.nav-link-title {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 3px;
}
.navbar .navbar-toggler {
  width: 65px;
  height: 65px;
  border-width: 0px;
}
.navbar .navbar-toggler:active, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:visited {
  border-width: 0;
}
.submenu {
  list-style-type: none;
  padding-left: 0px;
}
.submenu > li {
  border-bottom: 1px solid #666;
}
.submenu > li > a {
  display: block;
  padding: 15px;
}
.block-title {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.ec-layoutRole__contents {
  padding-top: 0px;
  max-width: 100% !important;
}
.ec-blockTopBtn {
  right: 20px;
  bottom: 20px;
  width: 50px !important;
  height: 50px !important;
  line-height: 53px !important;
  font-size: 26px !important;
  color: #98A6B5 !important;
  background-color: #f1f1f1 !important;
  border: 2px solid #98A6B5 !important;
  opacity: 0.9 !important;
}
.header-nav {
  background-color: #fff;
}
.header-nav .navi-container {
  position: relative;
}
.header-nav .navi-container .brand_view, .header-nav .navi-container .spec_view {
  display: block;
  position: absolute;
  top: 71px;
  left: 0px;
  width: 100%;
  background-color: #f1f1f1;
  border-bottom: 1px solid #333;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
}
.header-nav .navi-container .brand_view .brand_view_box, .header-nav .navi-container .brand_view .spec_view_box, .header-nav .navi-container .spec_view .brand_view_box, .header-nav .navi-container .spec_view .spec_view_box {
  position: relative;
  padding: 30px;
}
.header-nav .navi-container .brand_view .brand_view_box .btn-brand-close, .header-nav .navi-container .brand_view .brand_view_box .btn-spec-close, .header-nav .navi-container .brand_view .spec_view_box .btn-brand-close, .header-nav .navi-container .brand_view .spec_view_box .btn-spec-close, .header-nav .navi-container .spec_view .brand_view_box .btn-brand-close, .header-nav .navi-container .spec_view .brand_view_box .btn-spec-close, .header-nav .navi-container .spec_view .spec_view_box .btn-brand-close, .header-nav .navi-container .spec_view .spec_view_box .btn-spec-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  color: #333;
}
.header-nav .navi-container .brand_view .brand_view_box .brand_list, .header-nav .navi-container .brand_view .spec_view_box .brand_list, .header-nav .navi-container .spec_view .brand_view_box .brand_list, .header-nav .navi-container .spec_view .spec_view_box .brand_list {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}
.header-nav .navi-container .brand_view .brand_view_box .brand_list > li, .header-nav .navi-container .brand_view .spec_view_box .brand_list > li, .header-nav .navi-container .spec_view .brand_view_box .brand_list > li, .header-nav .navi-container .spec_view .spec_view_box .brand_list > li {
  width: 150px;
}
.header-nav .navi-container .brand_view .brand_view_box .brand_list > li > a, .header-nav .navi-container .brand_view .spec_view_box .brand_list > li > a, .header-nav .navi-container .spec_view .brand_view_box .brand_list > li > a, .header-nav .navi-container .spec_view .spec_view_box .brand_list > li > a {
  padding: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.header-nav .navi-container .brand_view .brand_view_box .brand_list > li > a > figure, .header-nav .navi-container .brand_view .spec_view_box .brand_list > li > a > figure, .header-nav .navi-container .spec_view .brand_view_box .brand_list > li > a > figure, .header-nav .navi-container .spec_view .spec_view_box .brand_list > li > a > figure {
  width: auto;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.header-nav .navi-container .brand_view .brand_view_box .brand_list > li > a > figure > img, .header-nav .navi-container .brand_view .spec_view_box .brand_list > li > a > figure > img, .header-nav .navi-container .spec_view .brand_view_box .brand_list > li > a > figure > img, .header-nav .navi-container .spec_view .spec_view_box .brand_list > li > a > figure > img {
  display: block;
  width: 100%;
}
.header-nav .navi-container .brand_view .brand_view_box .spec_search_list, .header-nav .navi-container .brand_view .spec_view_box .spec_search_list, .header-nav .navi-container .spec_view .brand_view_box .spec_search_list, .header-nav .navi-container .spec_view .spec_view_box .spec_search_list {
  display: flex;
  min-width: 150px;
  padding: 0px;
  list-style-type: none;
  justify-content: center;
}
.header-nav .navi-container .brand_view .brand_view_box .spec_search_list .input-group-text, .header-nav .navi-container .brand_view .spec_view_box .spec_search_list .input-group-text, .header-nav .navi-container .spec_view .brand_view_box .spec_search_list .input-group-text, .header-nav .navi-container .spec_view .spec_view_box .spec_search_list .input-group-text {
  line-height: 2;
  font-size: 14px;
  width: 100px;
}
.header-nav .navi-container .brand_view .brand_view_box .spec_search_list select, .header-nav .navi-container .brand_view .spec_view_box .spec_search_list select, .header-nav .navi-container .spec_view .brand_view_box .spec_search_list select, .header-nav .navi-container .spec_view .spec_view_box .spec_search_list select {
  line-height: 2;
  font-size: 14px;
}
.header-nav .navi-container .brand_view .spec_view_box .btn-search, .header-nav .navi-container .spec_view .spec_view_box .btn-search {
  margin-top: 30px;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  transition: 0.3s;
}
.header-nav .navi-container .brand_view .spec_view_box .btn-search:hover, .header-nav .navi-container .spec_view .spec_view_box .btn-search:hover {
  opacity: 0.6;
}
.header-nav .navi-container .brand_view.active, .header-nav .navi-container .spec_view.active {
  height: auto;
  opacity: 1;
  padding: 0px;
  transition: all 0.2s ease-out;
}
.sandwich {
  width: 63%;
  height: 53%;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sandwich::before, .sandwich::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 15%;
  width: 70%;
  height: 5%;
  content: "";
  background-color: #333;
  transition: all 0.8s ease-in-out;
}
.sandwich::before {
  top: 30%;
}
.sandwich::after {
  top: 64%;
}
.sandwich.active::before, .sandwich.active::after {
  top: 47%;
  left: 15%;
  width: 70%;
}
.sandwich.active::before {
  transform: rotate(315deg);
}
.sandwich.active::after {
  transform: rotate(-315deg);
}
.navigate-menu {
  position: fixed;
  top: 59px;
  right: 0px;
  width: 100%;
  padding-left: 50px;
  height: calc(100vh - 59px);
  z-index: 9999;
  background-color: transparent;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: auto;
}
.navigate-menu .navigate-close {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #FFF;
  text-align: center;
  padding-top: 3px;
  transition: 0.3s;
  z-index: 9999;
  border: 1px solid #F5F5F5;
  border-right-width: 0px;
}
.navigate-menu .navigate-menu-area {
  background-color: #f1f1f1;
  height: calc(100vh - 59px);
  border-left: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
.navigate-menu.active {
  transform: translateX(0px);
}
.navigate-menu-list {
  padding: 0px;
  margin-bottom: 0;
  list-style-type: none;
}
.navigate-menu-list > li.navigate-menu-item {
  border-top: 1px solid #FFF;
  background-color: #FFF;
}
.navigate-menu-list > li.navigate-menu-item:last-child {
  border-bottom: 1px solid #FFF;
}
.navigate-menu-list > li.navigate-menu-item > p {
  border-top: 1px solid #FFF;
  background-color: #FFF;
}
.navigate-menu-list > li.navigate-menu-item > ul {
  padding: 0px;
  list-style-type: none;
}
.navigate-menu-list > li.navigate-menu-item > ul > li {
  background-color: #FFF;
  color: #333;
  border-bottom: 1px solid #F5F5F5;
}
.navigate-menu-list > li.navigate-menu-item > ul > li > a {
  position: relative;
  display: block;
  color: #333;
  padding: 15px;
  font-size: 14px;
}
.navigate-menu-list > li.navigate-menu-item > ul > li > a > figure {
  margin: 0;
  width: 35px;
  display: inline-block;
  margin-right: 20px;
}
.navigate-menu-list > li.navigate-menu-item > ul > li > a > figure > img {
  width: 100%;
}
.navigate-menu-list > li.navigate-menu-item > ul > li > a:before {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-right-solid.png");
  right: 15px;
  top: 22px;
}
.navigate-menu-list > li.navigate-menu-item > ul > li:last-child {
  border-bottom-width: 0;
}
.navigate-menu-list > li.navigate-menu-item > a {
  display: block;
  position: relative;
  padding: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  background-color: #F5F5F5;
}
.navigate-menu-list > li.navigate-menu-item > a::before {
  position: absolute;
  content: " ";
  top: 17px;
  right: 10px;
  font: var(--fa-font-solid);
  font-size: 20px;
  color: #666;
}
.navigate-menu-list > li.navigate-menu-item > a:not(.has-list):before {
  content: url("/template/default/assets/img/icon/chevron-right-solid.png");
  right: 17px;
}
.navigate-menu-list > li.navigate-menu-item > a > .icon-area {
  position: absolute;
  top: 17px;
  right: 15px;
  color: #666;
}
.navigate-menu-list .navigate-menu-speclist {
  list-style-type: none;
  padding: 0px;
}
.navigate-menu-list .navigate-menu-speclist > li {
  margin-left: 7px;
  border-left: 2px solid #999999;
}
.navigate-menu-list .navigate-menu-speclist > li > a {
  color: #333;
  display: block;
  padding: 5px;
  padding-left: 10px;
}
#navigate_cate_list,
#navigate_spac_list {
  border-top: 2px solid #F5F5F5;
}
.plusminus {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
}
.plusminus:before {
  transform: translatey(-50%);
}
.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
.navigate-contact {
  background-color: #fff;
  padding-bottom: 10px;
}
.navigate-contact .navigate-contact-box {
  padding: 0;
}
.navigate-contact .navigate-contact-box .contact-box {
  margin-top: 0;
}
.navigate-contact .navigate-contact-box .contact-box .btn-contact {
  width: 90%;
  padding: 10px 35px;
}
.page-title {
  background-color: #F5F5F5;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0;
}
.page-subtitle {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 600;
}
.breadcrumb-container {
  background-color: #F5F5F5;
  padding-top: 5px;
  padding-bottom: 6px;
  width: 100%;
}
.breadcrumb-container .breadcrumb {
  margin-top: 15px;
}
dl.content-list > dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #707070;
}
dl.content-list > dd {
  margin-bottom: 50px;
  color: #707070;
  line-height: 2.4;
}
dl.content-list > dd > table > tbody > tr > th, dl.content-list > dd > table > tbody > tr > td {
  color: #707070;
}
dl.content-list > dd a {
  text-decoration: underline;
  color: #707070;
}
dl.content-list > dd .content-sublist {
  padding-left: 0;
  counter-reset: csub;
  list-style-type: none;
}
dl.content-list > dd .content-sublist > li {
  margin-left: 2em;
  position: relative;
  list-style-type: none;
}
dl.content-list > dd .content-sublist > li::before {
  position: absolute;
  content: counter(csub, decimal-leading-zero) ".";
  counter-increment: csub;
  left: -23px;
}
dl.content-list > dd .content-sublist > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
dl.content-list > dd .content-sublist > li ol {
  padding-left: 0;
  counter-reset: cnsub;
  list-style-type: none;
}
dl.content-list > dd .content-sublist > li ol > li {
  margin-left: 2em;
  position: relative;
}
dl.content-list > dd .content-sublist > li ol > li::before {
  position: absolute;
  content: "(" counter(cnsub) ")";
  counter-increment: cnsub;
  left: -20px;
}
dl.content-list > dd .content-sublist > li ol > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
dl.content-list > dd.detail-area {
  background-color: #F5F5F5;
  padding: 15px;
}
dl.content-list > dd ol.alphabet-list {
  padding-left: 0;
  counter-reset: anum;
  list-style-type: none;
}
dl.content-list > dd ol.alphabet-list > li {
  margin-left: 2em;
  position: relative;
}
dl.content-list > dd ol.alphabet-list > li::before {
  position: absolute;
  content: "(" counter(anum, upper-alpha) ")";
  counter-increment: anum;
  left: -20px;
}
dl.content-list > dd ol.alphabet-list > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
.annotation-list {
  padding-left: 0;
  margin-left: 2rem;
  position: relative;
}
.annotation-list > li::marker {
  content: "※";
  left: -20px;
}
.ec-required {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: 2px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #F5F5F5;
}
.detail-content {
  padding: 15px;
  background-color: #F5F5F5;
  color: #525659;
  line-height: 2.4;
}
.telephone_number {
  font-size: 26px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  padding-top: 3px;
}
.telephone_number::before {
  content: url("/template/default/assets/img/icon/phone-solid.png");
  position: absolute;
  left: 0px;
  top: 5px;
}
.fax_number {
  font-size: 26px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  padding-top: 3px;
}
.fax_number::before {
  content: url("/template/default/assets/img/icon/print-solid.png");
  position: absolute;
  left: 0px;
  top: 5px;
}
.fit-img-box {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.fit-img-box > img {
  display: block;
  width: 100%;
  margin: auto;
  height: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ec-blockBtn--action,
.ec-inlineBtn--action {
  position: relative;
  margin-top: 30px;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  border: 1px solid #269641;
  transition: 0.3s;
  line-height: 1;
  color: #FFF;
  display: block;
  width: auto;
  margin-bottom: 0;
  line-height: 2;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.ec-blockBtn--action::after,
.ec-inlineBtn--action::after {
  position: relative;
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
  color: #FFF;
  top: auto;
  right: -52px;
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:active, .ec-blockBtn--action:focus,
.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:active,
.ec-inlineBtn--action:focus {
  border: 1px solid #269641;
  background-color: #FFF;
  color: #269641;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}
.ec-blockBtn--action:hover::after, .ec-blockBtn--action:active::after, .ec-blockBtn--action:focus::after,
.ec-inlineBtn--action:hover::after,
.ec-inlineBtn--action:active::after,
.ec-inlineBtn--action:focus::after {
  content: url("/template/default/assets/img/icon/chevron-up-solid-green.png");
}
.ec-blockBtn--action:active:focus,
.ec-inlineBtn--action:active:focus {
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
  background-color: #FFF;
}
.ec-blockBtn--cancel,
.ec-inlineBtn--cancel {
  position: relative;
  margin-top: 30px;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #269641;
  background-color: #FFF;
  transition: 0.3s;
  line-height: 2;
  color: #269641 !important;
  display: block;
  width: auto;
  margin-bottom: 0;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.ec-blockBtn--cancel::after,
.ec-inlineBtn--cancel::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-green.png");
  color: #FFF;
  top: auto;
  right: 20px;
}
.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:active, .ec-blockBtn--cancel:focus,
.ec-inlineBtn--cancel:hover,
.ec-inlineBtn--cancel:active,
.ec-inlineBtn--cancel:focus {
  background-color: #269641;
  color: #FFF !important;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}
.ec-blockBtn--cancel:hover::after, .ec-blockBtn--cancel:active::after, .ec-blockBtn--cancel:focus::after,
.ec-inlineBtn--cancel:hover::after,
.ec-inlineBtn--cancel:active::after,
.ec-inlineBtn--cancel:focus::after {
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
}
.ec-blockBtn--cancel:active:focus,
.ec-inlineBtn--cancel:active:focus {
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
  background-color: #269641;
}
/*
.carousel-box {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;

  & .carousel {
    margin: 0 auto;
    width: 100%;

    & .carousel-item {
      margin: 0;

      & img {
        width: 100%;
      }
    }
  }

  & .slick-dotted {
    &.slick-slider {
      margin-bottom: 10px;
    }
  }
  & .slick-dots {
    position: relative;
    display: inline-block;
    padding: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
    width:auto;
    top: -10px;

    & li {
      display: inline-block;
      margin: 0 2px;
      padding: 0;
      width: 30px;
      height: 5px;
      line-height: 0px;
      padding: 0px;

      & button {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        border: 0;
        outline: none;
        background-color: #c1c1c1;
        padding: 0px;

        &::before {
          display: none;
          content: '';
        }
      }

      &.slick-active {
        & button {
          opacity: .75;
          background-color: #fee209;
        }
      }
    }
  }

  & .arrow-dot-row {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom:20px;

    & .prev-arrow,
    & .next-arrow {
        display: inline-block;
        border-radius: 50%;
        transition: all .3s ease;
        cursor: pointer;

        &::after {
          font-weight: 900;
          content: "";
          font-size: 30px;
          margin:auto;
        }
    }

    & .prev-arrow {
        margin-right: 15px;

        &::after {
          font: var(--fa-font-solid);
          content: '\f060';
          font-size: 25px;
        }
    }
    & .next-arrow {
      margin-left: 15px;

      &::after {
        font: var(--fa-font-solid);
        content: '\f061';
        font-size: 25px;
      }
    }
  }
}

@include media_desktop {
  .carousel-box {
    margin-bottom: 60px;

    & .slick-dots {
      & li {
        width: 50px;
      }
    }
    & .arrow-dot-row {
      & .prev-arrow {
        &::after {
          font-size: 30px;
        }
      }
      & .next-arrow {
        &::after {
          font-size: 30px;
        }
      }
    }
  }
}
*/
#commponent_select {
  margin-bottom: 50px;
}
#commponent_select .commponent-row {
  border-bottom: 1px solid #B6B6B6;
}
#commponent_select .commponent-row:first-child {
  border-top: 1px solid #B6B6B6;
}
#commponent_select .commponent-row .component-item {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F5F5F5;
  border-right: 1px solid #B6B6B6;
}
#commponent_select .commponent-row .component-item .component-category-name {
  color: #000;
  font-size: 14px;
}
#commponent_select .commponent-row .component-item .component-explanatory-text {
  margin-top: 5px;
  color: #333;
  font-size: 12px;
}
#commponent_select .commponent-row .component-pattern {
  padding-top: 20px;
  padding-bottom: 20px;
}
#commponent_select .commponent-row .component-pattern .component-pattern-selected-item-image {
  display: block;
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#commponent_select .commponent-row .component-pattern .component-pattern-selected-item-image > img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
#commponent_select .commponent-row .component-pattern .component-pattern-selected-item-image > img:hover {
  scale: 1.1;
}
#commponent_select .commponent-row .component-pattern .selected-item-info-box {
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}
#commponent_select .commponent-row .component-pattern .selected-item-info-box .selected-item {
  display: inline;
  vertical-align: top;
  margin-right: 5px;
}
#commponent_select .commponent-row .component-pattern .selected-item-info-box .selected-difference-price {
  display: inline;
  margin-bottom: 5px;
  vertical-align: top;
  margin-right: 5px;
}
#commponent_select .commponent-row .component-pattern .selected-item-info-box .selected-info {
  display: inline;
  margin-bottom: 5px;
  vertical-align: top;
  margin-right: 5px;
}
#commponent_select .commponent-row .component-pattern .selected-item-box {
  display: flex;
  flex-direction: column;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio {
  display: flex;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  transition: 0.3s;
  margin-left: 5px;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #279640;
  border-radius: 25px;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio:first-child {
  margin-left: 0px;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio.active::after {
  opacity: 1;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio::before, #commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio::after {
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio::before {
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 10px;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio::after {
  background-color: #279640;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 13px;
}
#commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#commponent_select .detail-area {
  margin-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #279640;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 14px;
}
#commponent_select .detail-area.static {
  position: fixed;
  bottom: 0px;
  background-color: white;
  text-align: center;
  left: 0px;
  z-index: 100;
  margin-bottom: 0px;
}
#commponent_select .detail-area .salec-price {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
#commponent_select .detail-area .salec-price .sales-price-tax {
  font-size: 10px;
}
#commponent_select .detail-area .division-simulation-box {
  margin-top: 5px;
  background-color: #F5F5F5;
  padding: 5px;
  font-size: 18px;
}
#commponent_select .detail-area .division-simulation-box .division-count {
  padding: 10px;
  border-radius: 25px;
  margin-right: 5px;
  display: inline-block;
}
#commponent_select .detail-area .division-simulation-box .division-simulation-title {
  display: block;
}
#commponent_select .detail-area .division-simulation-box p {
  display: inline-block;
}
#commponent_select .detail-area .division-campaign-box {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}
#commponent_select .detail-area .division-campaign-box a {
  color: #269641;
  -webkit-text-decoration: underline solid #269641;
          text-decoration: underline solid #269641;
}
#commponent_select .expected-shipping-date-box {
  font-size: 16px;
}
#commponent_select .expected-shipping-date-box .expected-shipping-date-text {
  color: #10A821;
  font-size: 18px;
  font-weight: 600;
}
.btn-cart {
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  border: 1px solid #269641;
  position: relative;
  transition: 0.3s;
  display: block;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 80%;
}
.btn-cart:hover {
  opacity: 0.6;
}
.btn-cart::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
  top: 12px;
  right: 16px;
}
.btn-cart:disabled {
  opacity: 0.8;
}
.btn-cart:disabled:hover {
  opacity: 0.6;
}
.btn-estimate {
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #269641;
  color: #269641;
  background-color: #FFF;
  position: relative;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 80%;
}
.btn-estimate:hover {
  opacity: 0.9;
  color: #FFF;
  background-color: #269641;
}
.btn-estimate:hover::after {
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
}
.btn-estimate::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-green.png");
  top: 12px;
  right: 16px;
}
.ec-cartRow__component {
  display: none;
  list-style: none;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
.cart_component {
  width: 90%;
  margin: 10px auto 10px auto;
}
.product-list-box {
  list-style: none;
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
}
.product-list-box > li {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  color: #3F3F3F;
}
.product-list-box > li .product-list-img-box {
  padding: 15px;
  margin-bottom: 0px;
}
.product-list-box > li .product-list-img-box > img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.product-list-box > li .product-list-img-box > img:hover {
  scale: 1.1;
}
.product-list-box > li .product-list-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3F3F3F;
}
.product-list-box > li .product-list-spec {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  width: 85%;
  margin: 0 auto;
  padding: 5px;
  line-height: 2;
  height: 70px;
  overflow: hidden;
  transition: 0.4s;
}
.product-list-box > li .product-list-spec .product-list-spec-readmore {
  position: absolute;
  display: block;
  height: 30px;
  background: linear-gradient(180deg, rgba(245, 245, 255, 0.1) 0%, rgb(245, 245, 245) 100%);
  bottom: 5px;
  width: calc(100% + 5px);
  text-align: right;
  left: -5px;
}
.product-list-box > li .product-list-spec .product-list-spec-readmore > .product-list-spec-readmore-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #333;
}
.product-list-box > li .product-list-spec .product-list-spec-readmore > .product-list-spec-readmore-button:hover {
  color: #333;
  text-decoration: none;
}
.product-list-box > li .bottom-items .product-list-normal-price {
  font-size: 12px;
}
.product-list-box > li .bottom-items .product-list-sales-price {
  width: 85%;
  font-size: 24px;
  text-align: center;
  margin: 5px auto 10px auto;
  padding-top: 5px;
  color: #DB0100;
}
.product-list-box > li .bottom-items .product-list-sales-price > .product-list-tax {
  font-size: 14px;
  color: #DB0100;
}
.product-list-box > li .bottom-items .product-list-add-cart {
  width: 100%;
  text-align: center;
}
.product-list-box > li .bottom-items .product-list-add-cart button {
  width: 90%;
  border-width: 0px;
  outline: 0;
  box-shadow: none;
  transition: 0.3s;
  margin-top: 15px auto;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  position: relative;
  transition: 0.3s;
  color: #FFF;
}
.product-list-box > li .bottom-items .product-list-add-cart button:hover {
  opacity: 0.6;
}
.product-list-box > li .bottom-items .product-list-add-cart button::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
  top: 12px;
  right: 16px;
}
.product-list-box > li .bottom-items .product-list-btn-detail {
  display: block;
  width: 90%;
  border-width: 0px;
  outline: 0;
  box-shadow: none;
  transition: 0.3s;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #269641;
  background-color: #FFF;
  position: relative;
  transition: 0.3s;
  color: #269641;
  margin: 15px auto;
}
.product-list-box > li .bottom-items .product-list-btn-detail:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #269641;
}
.product-list-box > li .bottom-items .product-list-btn-detail::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-green.png");
  top: 12px;
  right: 16px;
}
.product-detail .ec-productRole__code {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
.product-detail .product-code-box {
  margin-bottom: 5px;
}
.product-detail .product-code-box .product-code {
  background-color: transparent;
  color: #000;
}
.product-detail .sales-price-box .sales-price-box-title {
  background-color: #F5F5F5;
  color: #000;
  padding: 0px;
}
.product-detail .sales-price-box .ec-price {
  margin-top: 0px;
  margin-bottom: 20px;
}
.product-detail .sales-price-box .ec-price .ec-price__price {
  font-size: 28px;
}
.product-detail .sales-price-box .ec-price .ec-price-normal {
  font-size: 14px;
}
.product-detail .sales-price-box .ec-price .ec-price__tax {
  font-size: 14px;
}
.product-detail .component-scroll {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.product-detail .component-scroll > a {
  padding: 10px 75px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  color: #FFF;
  position: relative;
  transition: 0.3s;
  display: block;
  width: 100%;
}
.product-detail .component-scroll > a:hover {
  opacity: 0.6;
}
.product-detail .component-scroll > a::after {
  position: absolute;
  content: url("/template/default/assets/img/contact/chevron-up-solid.png");
  top: 12px;
  right: 16px;
}
.product-detail .add_favorite button {
  padding: 10px 75px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #FFF;
  border: 1px solid #269641;
  color: #269641;
  position: relative;
  transition: 0.3s;
  display: block;
  width: 100%;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}
.product-detail .add_favorite button:hover {
  opacity: 0.6;
  background-color: #269641;
  color: #FFF;
}
.product-detail .add_favorite button:hover::after {
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
}
.product-detail .add_favorite button::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-green.png");
  top: 12px;
  right: 16px;
}
.product-detail .add_favorite button:active:focus {
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
  background-color: #269641;
}
.product-detail .add_favorite button:disabled {
  opacity: 0.8;
  background-color: #269641;
  color: #FFF;
}
.product-detail .add_favorite button:disabled::after {
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
}
.component-select-title {
  font-size: 20px;
  margin-bottom: 20px;
}
#product_review_area {
  margin-top: 50px;
}
#product_review_area .review-list > dt {
  margin-top: 15px;
}
#product_review_area .review-list > dt > i {
  color: #98A6B5;
  margin-right: 5px;
}
#product_review_area .review-list > dt .reviewer-name {
  margin-right: 5px;
}
#product_review_area .review-list > dt .recommend-level {
  font-size: 20px;
  color: #ffcf32;
}
#product_review_area .review-list > dd {
  margin-top: 10px;
}
#product_review_area .review-list > dd > .review-title {
  font-size: 14px;
  font-weight: 600;
}
#product_review_area .review-list > dd > p {
  line-height: 1.8;
}
#product_review_area .review-button-box {
  margin-top: 30px;
}
#product_review_area .review-button-box .ec-inlineBtn--action {
  padding: 10px 75px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  border-width: 0;
  color: #FFF;
  position: relative;
  transition: 0.3s;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#product_review_area .review-button-box .ec-inlineBtn--action:hover {
  opacity: 0.6;
}
#product_review_area .review-button-box .ec-inlineBtn--action::after {
  position: absolute;
  content: url("/template/default/assets/img/contact/chevron-up-solid.png");
  top: 12px;
  right: 16px;
}
.ec-orderDelivery__item2 > table th {
  padding: 10px;
}
.ec-orderDelivery__item2 > table td {
  padding: 10px;
}
.ec-productRole__description {
  background-color: #F5F5F5;
  padding: 30px;
  line-height: 1.8;
}
.ec-productRole {
  margin-top: 80px;
}
.ec-pager > li {
  margin-left: 5px;
}
.ec-pager > li:hover {
  background-color: transparent;
}
.ec-pager > li.ec-pager__item {
  background-color: transparent;
  padding: 0;
}
.ec-pager > li.ec-pager__item:hover {
  background-color: transparent;
}
.ec-pager > li.ec-pager__item > a {
  display: block;
  border: 1px solid #269641;
  color: #279640;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 2;
  transition: 0.3s;
}
.ec-pager > li.ec-pager__item > a:hover {
  border: 1px solid #269641;
  color: #fff;
  background-color: #269641;
}
.ec-pager > li.ec-pager__item--active {
  background-color: transparent;
  padding: 0;
}
.ec-pager > li.ec-pager__item--active > a {
  display: block;
  border: 1px solid #269641;
  background-color: #279640;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 2;
  transition: 0.3s;
}
.ec-pager > li.ec-pager__item--active > a:hover {
  border: 1px solid #269641;
  color: #269641;
  background-color: #fff;
}
.ec-productRole .ec-productRole__profile .ec-productRole__limited_stock {
  color: #10A821;
  font-size: 18px;
  font-weight: 600;
}
.ec-productRole .ec-productRole__profile .expected-shipping-date-text {
  color: #10A821;
  font-size: 18px;
  font-weight: 600;
}
.item_nav {
  display: flex !important;
  margin-top: 55px;
}
.recommend-level-title {
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.recommend-level {
  float: left;
  font-size: 20px;
}
.review-list > dt {
  padding: 15px;
}
.review-list > dd {
  padding: 15px;
  margin-bottom: 0px;
  background-color: #F5F5F5;
}
.reviewer {
  border-top: 2px solid #DDDDDD;
  padding: 15px;
  background-color: #F5F5F5;
}
.reviewer > .reviewer-name > i {
  color: #CBCBCB;
}
.card-review_star {
  position: relative;
  display: inline-block;
}
.card-review_star::before {
  content: "★★★★★";
  color: #CCCCCC;
  font-size: 20px;
}
.card-review_star::after {
  content: "★★★★★";
  position: absolute;
  width: var(--starWidth);
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  font-size: 20px;
}
.card-review_number {
  display: none;
}
.review-item > dt {
  float: left;
}
.review-item > dt::after {
  content: ": ";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.review-item > dd {
  margin-left: 2rem;
}
.detail-credit {
  padding: 10px;
  border-radius: 15px;
  font-size: 14px;
  background-color: #269641;
  color: #FFF;
  position: relative;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.detail-credit:hover {
  opacity: 0.6;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  important_notice.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.important-notice {
  background-color: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 10px;
}
.important-notice .important-notice-title {
  font-weight: 600;
}
.important-notice .important-notice-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0px;
}
.important-notice .important-notice-list > dt {
  width: 70px;
  padding-bottom: 10px;
  margin-right: 30px;
}
.important-notice .important-notice-list > dd {
  width: calc(100% - 100px);
  margin-bottom: 10px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  carousel.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.slick-dots {
  background-color: #F2F4F4;
  bottom: -20px !important;
  height: 30px;
}
.slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 2.5px !important;
}
.slick-dots li button {
  background: rgb(255, 255, 255) !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  filter: drop-shadow(0px 1px 0px rgb(212, 221, 221)) drop-shadow(0px 1px 3px rgba(177, 187, 187, 0.5)) !important;
}
.slick-dots li button::before {
  content: " " !important;
}
.slick-dots li.slick-active button {
  background: rgb(212, 221, 221) !important;
  filter: drop-shadow(0px 1px 0px rgb(177, 187, 187)) drop-shadow(0px 1px 3px rgba(177, 187, 187, 0.5)) !important;
  transform: scale(1);
}
.slick-dots li.slick-active button:before {
  content: " " !important;
}
.carousel-box {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.carousel-box .carousel {
  margin: 0 auto;
  width: 100%;
}
.carousel-box .carousel .carousel-item {
  margin: 0;
}
.carousel-box .carousel .carousel-item img {
  width: 100%;
}
.carousel-box .slick-dots {
  /*bottom: -35px !important; */
}
.carousel-box .slick-dots li button::before {
  font-size: 10px !important;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  lineup.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.lineup-box {
  margin-top: 100px;
  margin-bottom: 30px;
}
.lineup-box a .img-box {
  padding: 0px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.lineup-box a .img-box > img {
  display: block;
  width: 95%;
  margin: auto;
  height: auto;
}
.lineup-box a:hover .img-box > img {
  opacity: 0.6;
}
.lineup-box .line-up-text {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  recommend_product.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.recommend-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.recommend-box a .img-box {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.recommend-box a .img-box > img {
  display: block;
  width: 100%;
  margin: auto;
  height: auto;
}
.recommend-box a:hover .img-box > img {
  opacity: 0.6;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  topics.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.topics-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.topics-box a .img-box {
  padding: 10px;
  width: 100%;
  height: auto;
}
.topics-box a .img-box > img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.topics-box a:hover .img-box > img {
  scale: 1.1;
}
.topics-box .slick-dots {
  background-color: transparent !important;
}
.topics-box .slick-dots li button::before {
  font-size: 30px !important;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  ranking.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.ranking-box {
  margin-top: 140px;
  margin-bottom: 80px;
}
.ranking-box .ranking-carousel-item {
  height: 100%;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box {
  display: flex;
  padding: 10px;
  width: auto;
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box > a {
  display: block;
  width: 100%;
  margin-bottom: auto;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box > a figure {
  width: 100%;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box > a figure > img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box > a:hover figure > img {
  scale: 1.1;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box > a .ranking-text {
  color: #000;
  margin-left: 30px;
  font-size: 16px;
  height: auto;
  text-align: center;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box > a .ranking-description {
  color: #000;
  margin-left: 30px;
  height: auto;
  text-align: center;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-price {
  margin-top: 5px;
  text-align: center;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-price .product-list-normal-price {
  font-size: 12px;
  text-align: center;
  color: #000;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-price .product-list-sales-price {
  width: 85%;
  font-size: 24px;
  text-align: center;
  margin: 5px auto 10px auto;
  padding-top: 5px;
  color: #DB0100;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-price .product-list-sales-price > .product-list-tax {
  font-size: 14px;
  color: #DB0100;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-add-cart {
  width: 100%;
  text-align: center;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-add-cart button {
  width: 90%;
  border-width: 0px;
  outline: 0;
  box-shadow: none;
  transition: 0.3s;
  margin-top: 15px auto;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  position: relative;
  transition: 0.3s;
  color: #FFF;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-add-cart button:hover {
  opacity: 0.6;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-add-cart button::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-white.png");
  top: 12px;
  right: 16px;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-btn-detail {
  display: block;
  width: 90%;
  border-width: 0px;
  outline: 0;
  box-shadow: none;
  transition: 0.3s;
  text-align: center;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #269641;
  background-color: #FFF;
  position: relative;
  transition: 0.3s;
  color: #269641;
  margin: 10px auto;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-btn-detail:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #269641;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .ranking-list-btn-detail::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-up-solid-green.png");
  top: 12px;
  right: 16px;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .rank-icon {
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: transparent;
  text-align: center;
}
.ranking-box .ranking-carousel-item .ranking-carousel-item-box .rank-icon .ranking-lower {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #585858;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 50px;
}
.ranking-box .slick-slide > div {
  height: 100%;
}
.ranking-box .slick-prev {
  left: 25px;
  z-index: 10;
}
.ranking-box .slick-prev::before {
  content: url("/template/default/assets/img/icon/chevron-left-solid.png");
}
.ranking-box .slick-next {
  right: 75px;
  z-index: 10;
}
.ranking-box .slick-next::before {
  content: url("/template/default/assets/img/icon/chevron-right-solid.png");
}
.ranking-box .slick-dots {
  bottom: -35px !important;
}
.ranking-box .slick-dots li button::before {
  font-size: 30px !important;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  search-category.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.search-category-box {
  padding-top: 30px;
  margin-top: 100px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.search-category-box .search-category-item {
  margin-top: 40px;
}
.search-category-box .search-category-item .search-category-title {
  font-size: 14px;
}
.search-category-box .search-category-item .search-category-title > p {
  display: inline-block;
}
.search-category-box .search-category-item .search-category-title .search-category-img {
  display: inline-block;
  width: 35px;
  margin-bottom: 0px;
}
.search-category-box .search-category-item .search-category-title .search-category-img > img {
  width: 100%;
}
.search-category-box .search-category-item .form-select {
  border-radius: 15px;
  border-radius: 15px;
  line-height: 1.8rem;
  font-size: 14px;
  background-color: #F5F5F5;
}
.search-category-box .search-category-item .form-select > option:first-child {
  color: #C2C2C2;
}
.search-category-box .btn-search {
  margin-top: 30px;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  transition: 0.3s;
}
.search-category-box .btn-search:hover {
  opacity: 0.6;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  whatisbto.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.whatisbto-box {
  margin-top: 50px;
}
.whatisbto-box figure {
  width: 220px;
  margin-right: 0px;
}
.whatisbto-box figure > img {
  width: 100%;
}
.whatisbto-box .whatisbto-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.whatisbto-box .whatisbto-text {
  line-height: 1.8;
}
.whatisbto-box .btn-whatisbto {
  margin-top: 30px;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  transition: 0.3s;
}
.whatisbto-box .btn-whatisbto:hover {
  opacity: 0.6;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  news.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.news-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.news-box .news-list {
  list-style-type: none;
  padding-left: 0px;
}
.news-box .news-list > li {
  padding: 15px;
  border-bottom: 1px solid #999;
}
.news-box .news-more {
  margin-top: 30px;
  text-align: center;
}
.news-box .news-more .btn-news-more {
  margin-top: 30px;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  color: #269641;
  background-color: #FFF;
  border: 1px solid #269641;
  transition: 0.3s;
}
.news-box .news-more .btn-news-more:hover {
  color: #FFF;
  background-color: #269641;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  review.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.review-box {
  margin-top: 90px;
  margin-bottom: 90px;
}
.review-box .review-carousel .slick-slide {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
.review-box .review-carousel .review-carousel-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-left: 5px;
  padding-right: 5px;
  width: 300px;
}
.review-box .review-carousel .review-carousel-item > a {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.review-box .review-carousel .review-carousel-item > a > figure {
  display: block;
  margin-bottom: 0px;
}
.review-box .review-carousel .review-carousel-item > a > figure > img {
  width: 100%;
  aspect-ratio: 1.9/1;
  height: auto;
}
.review-box .review-carousel .review-carousel-item > a .review-content {
  width: calc(100% - 30px);
  position: relative;
}
.review-box .review-carousel .review-carousel-item > a .review-content .review-text {
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: stretch;
}
.review-box .review-carousel .review-carousel-item > a .review-content .review-providedby {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #A0A2A3;
  border-top: 1px solid #F5F5F5;
}
.review-box .review-carousel .review-carousel-item > a .review-link {
  position: absolute;
  width: 30px;
  background-color: #F5F5F5;
  height: 100%;
  top: 0px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-box .review-carousel .review-carousel-item > a .review-link > figure {
  margin-bottom: 0px;
  text-align: center;
}
.review-box ul.slick-dots {
  bottom: -45px !important;
  background-color: transparent !important;
}
.review-box ul.slick-dots li {
  width: 50px;
  height: 2px;
  margin: 0;
}
.review-box ul.slick-dots li > button {
  width: 50px;
  height: 2px !important;
  padding: 0px;
  background-color: #DDDDDD;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.review-box ul.slick-dots li > button::before {
  content: "";
  display: none;
}
.review-box ul.slick-dots li.slick-active > button {
  background-color: #696C6D;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  support.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.support-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.support-box .support-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-color: #F5F5F5;
  padding: 30px;
  padding-bottom: 50px;
}
.support-box .support-item > figure {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.support-box .support-item > figure > img {
  width: auto;
  height: 100px;
}
.support-box .support-item .support-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.support-box .support-item .support-text {
  margin-top: 15px;
  text-align: center;
  height: 70px;
}
.support-box .support-item .support-button {
  margin-top: 10px;
  text-align: center;
}
.support-box .support-item .support-button > a {
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  transition: 0.3s;
}
.support-box .support-item .support-button > a:hover {
  opacity: 0.6;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  contact.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.contact-box {
  background-color: #F5F5F5;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact-box .contact-tel {
  border-left: 0px;
  border-right: 0px;
}
.contact-box .contact-tel .contact-subtitle {
  font-size: 24px;
  font-weight: 500;
}
.contact-box .contact-mail {
  border-right: 0px;
}
.contact-box .contact-mail > h2 {
  border-top: 1px solid #707070;
  padding-top: 50px;
}
.contact-box .contact-mail .btn-contact {
  padding: 10px 45px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  position: relative;
  transition: 0.3s;
}
.contact-box .contact-mail .btn-contact:hover {
  opacity: 0.6;
}
.contact-box .contact-mail .btn-contact::after {
  position: absolute;
  content: url("/template/default/assets/img/contact/chevron-up-solid.png");
  top: 12px;
  right: 16px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  footer.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-menu {
  display: block;
  list-style-type: none;
  padding-right: 0px;
  margin-bottom: 0;
  color: #333;
  padding-left: 0px;
  border-top: 1px solid #666;
}
footer .footer-menu > li {
  display: block;
  padding: 0px;
  border-bottom: 1px solid #666;
}
footer .footer-menu > li > h5 {
  font-size: 12px;
  padding-left: 15px;
  padding: 15px;
  border-bottom: 1px solid #666;
  background-color: #F5F5F5;
  margin-bottom: 0;
}
footer .footer-menu > li > ul {
  padding-left: 0px;
}
footer .footer-menu > li > ul > li {
  border-bottom: 1px solid #666;
}
footer .footer-menu > li > ul > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
footer .footer-menu > li > ul > li > a {
  display: block;
  color: #333;
  padding: 15px;
}
footer .footer-menu > li > ul > li:last-child {
  border-bottom: 0px;
}
footer .footer-icon-list {
  list-style-type: none;
  padding-left: 0px;
}
footer .footer-icon-list > li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
footer .footer-icon-list > li > a {
  font-size: 30px;
  color: #333;
}
.support-item {
  border: 0;
  height: 100%;
  padding: 70px 20px 50px 20px;
  display: block;
  color: #4B4B4B;
  background-color: #F5F5F5;
}
.support-item:visited, .support-item:active, .support-item:hover {
  color: #4B4B4B;
}
.support-item .support-img {
  width: auto;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.support-item .support-img > img {
  width: auto;
  height: 100%;
}
.support-item .support-description {
  margin-top: 30px;
}
.support-item .support-description > dt {
  text-align: center;
  font-size: 20px;
  color: #4B4B4B;
}
.support-item .support-description > dd {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
  color: #4B4B4B;
  font-size: 14px;
}
.faq-list > dt {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px solid #CCC;
  position: relative;
  margin-left: 15px;
}
.faq-list > dt::before {
  position: absolute;
  content: "Q.";
  left: -10px;
}
.faq-list > dt > a {
  color: #4B4B4B;
}
.faq-list > dt > a:active, .faq-list > dt > a:visited, .faq-list > dt > a:hover {
  text-decoration: none;
  color: #4B4B4B;
}
.faq-list > dd {
  background-color: #F5F5F5;
  padding: 10px 15px 10px 15px;
  line-height: 2.4;
}
.faq-list > dd .answer {
  margin-left: 2rem;
  position: relative;
}
.faq-list > dd .answer::before {
  position: absolute;
  content: "A.";
  left: -20px;
}
.faq-list > dd .answer-list {
  padding-left: 0;
  counter-reset: ansnum;
  list-style-type: none;
}
.faq-list > dd .answer-list > li {
  margin-left: 2rem;
  position: relative;
  line-height: 2.4;
}
.faq-list > dd .answer-list > li::before {
  position: absolute;
  content: "A" counter(ansnum) ".";
  counter-increment: ansnum;
  left: -20px;
}
.faq-list > dd .answer-list > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
.table-anshin-support {
  width: 570px;
}
.table-anshin-support th {
  background-color: #F5F5F5;
}
.table-anshin-support .first {
  width: 70px;
}
.table-anshin-support .second {
  width: 250px;
}
.table-anshin-support .therd {
  width: 250px;
}
.take-list-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.take-list-container .take-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.take-list-container .take-list dt {
  background-color: #6E6E6E;
  text-align: center;
  font-size: 16px;
  border: 1px solid #6E6E6E;
  color: #FFF;
}
.take-list-container .take-list dt.ok {
  position: relative;
}
.take-list-container .take-list dt.ok::before {
  position: absolute;
  content: url("/template/default/assets/img/support/ok.png");
  top: 5px;
  margin-left: -30px;
}
.take-list-container .take-list dt.ng {
  position: relative;
}
.take-list-container .take-list dt.ng::before {
  position: absolute;
  content: url("/template/default/assets/img/support/ng.png");
  top: 5px;
  margin-left: -30px;
}
.take-list-container .take-list dd {
  flex-grow: 1;
  border: 1px solid #6E6E6E;
  padding: 15px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  company.twig 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.company-mv {
  background-image: url("/template/default/assets/img/company/mv_img_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #080963;
  padding-bottom: 450px;
  margin-bottom: 25px;
}
.company-mv .page-subtitle-company {
  margin-top: 0;
  padding-top: 80px;
  color: #FFF;
  margin-bottom: 20px;
}
.company-header {
  padding: 15px;
  background-color: transparent;
  margin-bottom: 50px;
  color: #FFF;
}
.company-header .company-heading {
  font-size: 28px;
  line-height: 45px;
  font-weight: 600;
}
.company-header .cpmpany-heading-explanation {
  width: 100%;
  margin-top: 30px;
  line-height: 2.4;
  color: #FFF;
}
.company-business-detail-item {
  background-color: #F5F5F5;
  height: 100%;
  padding: 30px 15px;
}
.company-business-detail-item .company-business-detail-item-title {
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.company-business-detail-item .company-business-detail-item-detail {
  padding: 10px;
  line-height: 1.8;
}
.company-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 2.4;
}
.company-info > dt {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #AEAEAE;
  background-color: #F5F5F5;
}
.company-info > dt:last-of-type {
  border-bottom: 1px solid #AEAEAE;
}
.company-info > dd {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #AEAEAE;
  margin-bottom: 0;
}
.company-info > dd:last-child {
  border-bottom: 1px solid #AEAEAE;
}
.company-contact-address dt {
  display: inline-block;
  padding: 0px 5px;
  background-color: #F5F5F5;
  width: 80px;
  text-align: center;
}
.company-contact-address dd {
  display: inline-block;
  padding: 0px 5px;
  width: calc(100% - 90px);
}
dl.content-list > dd .storm_video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.transaction-step {
  width: 100%;
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  counter-reset: tnum;
  margin-top: 10px;
  padding-left: 0px;
}
.transaction-step > .transaction-step-item {
  width: 100%;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
  list-style-type: none;
}
.transaction-step > .transaction-step-item::marker {
  content: "";
  display: none;
  visibility: hidden;
}
.transaction-step > .transaction-step-item::before {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 100%;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  content: counter(tnum, decimal-leading-zero);
  counter-increment: tnum;
}
.transaction-step > .transaction-step-item::after {
  position: absolute;
  content: url("/template/default/assets/img/icon/chevron-right-solid.png");
  bottom: -40px;
  right: 50%;
  transform: rotate(90deg);
}
.transaction-step > .transaction-step-item:last-child::after {
  content: "";
}
.transaction-step > .transaction-step-item > .transaction-step-item-content {
  position: relative;
  width: 100%;
  padding-top: 80px;
  height: 0;
}
.transaction-step > .transaction-step-item > .transaction-step-item-content > p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
}
.bto-order-content-list {
  counter-reset: btonum;
}
.bto-order-content-list > dt {
  position: relative;
  margin-left: 2em;
  font-size: 18px;
}
.bto-order-content-list > dt::before {
  position: absolute;
  content: counter(btonum, decimal-leading-zero) ".";
  counter-increment: btonum;
  left: -2em;
  font-size: 18px;
}
.bto-order-content-list > dd {
  margin-bottom: 50px;
}
.bto-order-content-list > dd.detail-area {
  background-color: #F5F5F5;
  padding: 15px;
}
.bto-order-content-step-list {
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  padding-left: 0;
  counter-reset: btonum;
  flex-direction: column;
  list-style-type: none;
}
.bto-order-content-step-list > li {
  position: relative;
  width: 70%;
  padding: 20px;
  background-color: #FFF;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 50px;
}
.bto-order-content-step-list > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
.bto-order-content-step-list > li::before {
  content: counter(btonum, decimal-leading-zero);
  counter-increment: btonum;
  color: #279640;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 5px;
}
.bto-order-content-step-list > li::after {
  content: url("/template/default/assets/img/icon/chevron-right-solid.png");
  position: absolute;
  right: calc((100% - 10px) / 2);
  bottom: -35px;
  rotate: 90deg;
}
.bto-order-content-step-list > li:last-child::after {
  content: "";
}
.bto-order-content-step-list > li > figure {
  width: 75%;
  height: auto;
  margin: 5px auto;
}
.bto-order-content-step-list > li > figure > img {
  width: 100%;
  height: auto;
}
.bto-attention figure > img {
  width: 500px;
  height: auto;
}
.bto-domestic-production {
  display: flex;
  flex-direction: column;
}
.bto-domestic-production .bto-domestic-production-box {
  position: relative;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.bto-domestic-production .bto-domestic-production-box .bto-domestic-production-title {
  padding: 10px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #989898;
}
.bto-domestic-production .bto-domestic-production-box .bto-domestic-production-detail {
  padding: 20px;
}
.bto-domestic-production .bto-domestic-production-box:first-child {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.bto-domestic-production .bto-domestic-production-box:first-child::after {
  content: url("/template/default/assets/img/icon/chevron-right-solid.png");
  position: absolute;
  right: calc(50% - 5px);
  top: auto;
  bottom: -35px;
  rotate: 90deg;
}
.bto-domestic-production .bto-domestic-production-box:last-child {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.shipping-flow-box {
  padding: 20px;
}
.shipping-flow-box .shipping-flow-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.shipping-flow-box .shipping-flow-title > .step {
  display: block;
  padding: 5px 0;
  color: #279640;
}
.shipping-flow-box .shipping-flow-img {
  width: 100%;
}
.shipping-flow-box .shipping-flow-img > figure {
  width: 100%;
  height: auto;
}
.shipping-flow-box .shipping-flow-img > figure > img {
  width: 100%;
  height: auto;
}
.bto-support > figure {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
.bto-support > figure > img {
  width: 100%;
  height: auto;
}
.pressroom-list > dt {
  padding: 10px;
  border-bottom: 1px solid #DCE2E7;
}
.pressroom-list > dt > a .pressroom-date {
  width: 120px;
  color: #818F98;
}
.pressroom-list > dt > a .pressroom-title {
  color: #848789;
}
.pressroom-list > dt > a .pressroom-open {
  color: #848789;
}
.pressroom-list > dd {
  line-height: 1.8;
  background-color: #F5F5F5;
  padding: 15px;
}
.contact-forms {
  margin-top: 30px;
  margin-bottom: 50px;
}
.contact-forms .p-region-id {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857142;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: var(--bs-border-radius);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.contact-forms .ec-borderedDefs {
  border-top-width: 0px;
}
.contact-forms .ec-borderedDefs > dl {
  border-left: 3px solid #999999;
  border-bottom-width: 0px;
  margin-bottom: 10px;
  padding: 5px 0 4px;
  align-items: center;
}
.contact-forms .ec-borderedDefs > dl > dt {
  padding-left: 15px;
  padding-top: 5px;
  width: 30%;
}
.contact-forms .ec-borderedDefs > dl > dt.line {
  width: 100%;
}
.contact-forms .ec-borderedDefs > dl > dt .ec-label {
  margin-bottom: 0px;
}
.contact-forms .ec-borderedDefs > dl > dt .ec-required {
  display: block;
  background-color: #3F3F3F;
  width: 60px;
  color: #A1A1A1;
  text-align: center;
  margin-left: 0px;
  padding: 2px 10px;
}
.contact-forms .ec-borderedDefs > dl > dd {
  line-height: 1.8;
  padding-top: 5px;
  width: 70%;
}
.contact-forms .ec-borderedDefs > dl > dd.line {
  width: 100%;
  padding-left: 5px;
}
.contact-forms .ec-input input,
.contact-forms .ec-birth input,
.contact-forms .ec-select input,
.contact-forms .ec-telInput input,
.contact-forms .ec-zipInput input,
.contact-forms .ec-numberInput input,
.contact-forms .ec-halfInput input {
  margin-bottom: 0px;
}
dl.content-list > dd .privacy-order-list {
  counter-reset: polnum;
  padding-left: 0;
  list-style-type: none;
}
dl.content-list > dd .privacy-order-list > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
dl.content-list > dd .privacy-order-list > li::before {
  content: counter(polnum, decimal-leading-zero) ".";
  counter-increment: polnum;
}
dl.content-list > dd .privacy-order-list > li .privacy-order-sublist {
  counter-reset: poslnum;
  list-style-type: none;
}
dl.content-list > dd .privacy-order-list > li .privacy-order-sublist > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
dl.content-list > dd .privacy-order-list > li .privacy-order-sublist > li::before {
  content: counter(poslnum, lower-alpha) ".";
  counter-increment: poslnum;
}
.guide-list {
  line-height: 1.8;
  color: #333;
}
.guide-list > dt {
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #DCE2E7;
}
.guide-list > dt > a {
  color: #333;
}
.guide-list > dd {
  padding: 10px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #DCE2E7;
}
.guide-list > dd > dl > dt {
  padding: 10px;
  font-size: 16px;
}
.guide-list > dd > table th, .guide-list > dd > table td {
  padding: 10px;
}
.guide-list > dd ul.guild-sublist {
  padding-left: 0px;
  margin-bottom: 30px;
}
.guide-list > dd ul.guild-sublist > li {
  margin-bottom: 20px;
}
.guide-list > dd ul.guild-sublist > li > .guild-sublist-title {
  font-weight: 600;
  font-size: 18px;
}
.guide-list > dd ul.guild-sublist > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
.guide-list > dd dl.guide-sublist {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #989898;
}
.guide-list > dd dl.guide-sublist > dt {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #989898;
}
.guide-list > dd dl.guide-sublist > dd {
  padding: 10px;
  width: 70%;
  margin-bottom: 0px;
  border-bottom: 1px solid #989898;
}
.guide-list > dd dl.guide-numlist {
  counter-reset: gnum;
  margin-top: 10px;
}
.guide-list > dd dl.guide-numlist > dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.guide-list > dd dl.guide-numlist > dt::before {
  content: counter(gnum, decimal-leading-zero) ".";
  counter-increment: gnum;
}
.guide-list > dd dl.guide-numlist > dd {
  margin-bottom: 10px;
}
.guide-list > dd ol.guide-subnumlist {
  counter-reset: gsnum;
  margin-top: 10px;
  list-style-type: none;
}
.guide-list > dd ol.guide-subnumlist > li::marker {
  content: "";
  display: none;
  visibility: hidden;
}
.guide-list > dd ol.guide-subnumlist > li::before {
  content: "(" counter(gsnum) ")";
  counter-increment: gsnum;
}
.guide-list > dd a {
  color: #333;
  text-decoration: underline;
}
.ec-productRole__freearea {
  background-color: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.ec-totalBox__btn {
  text-align: center;
}
.news-detail-box {
  display: flex;
  align-items: center;
}
.news-detail-box .news-category {
  font-size: 16px;
  color: #279640;
  margin-bottom: 5px;
}
.news-detail-box .news-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-detail-box .news-detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C4C4C4;
}
.ec-cartRole .ec-cartRole__actions p {
  display: inline-block;
  margin-top: 30px;
}
.product-list-category figure.category-mv {
  width: 100%;
  height: auto;
}
.product-list-category figure.category-mv > img {
  display: block;
  width: 100%;
  height: auto;
}
.product-list-category .product-list-category-title {
  font-size: 50px;
  margin-top: 80px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
}
.product-list-category .product-list-category-subtitle {
  font-size: 30px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}
.product-list-category .product-list-category-point-title {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.product-list-category .video_wrapper {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.product-list-category .video_wrapper > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.product-list-category .product-list-category-point {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-list-category .product-list-category-point .product-list-category-point-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-list-category .product-list-category-point .product-list-category-point-row .product-list-category-point-row-image {
  width: 100%;
  padding: 30px;
}
.product-list-category .product-list-category-point .product-list-category-point-row .product-list-category-point-row-explanation {
  width: 100%;
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}
.product-list-category .product-list-category-point .product-list-category-point-row .product-list-category-point-row-explanation-first {
  width: 95%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0px;
  box-shadow: 6px 6px 10px 2px rgba(183, 183, 183, 0.4);
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
}
.product-list-category .product-list-category-point .product-list-category-point-row .title {
  font-weight: 600;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.product-list-category .product-list-category-point .product-list-category-point-row .subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
.product-list-category .product-list-category-point .product-list-category-point-row .list {
  width: 100%;
}
.product-list-category .product-list-category-point .product-list-category-point-row .list > li {
  line-height: 2;
}
.product-list-category .product-list-category-point:nth-child(even) {
  background-color: #F5F5F5;
}
.product-list-category figure.category_sub_visual {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.product-list-category figure.category_sub_visual > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ec-debugModeAlert + * {
  margin-top: 0px !important;
}
.ec-debugModeAlert {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .header-search {
    width: 135px;
  }
  .ec-headerSearch .ec-headerSearch__category {
    display: none;
    width: 0 !important;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    width: 100% !important;
    border-radius: 20px !important;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    width: 100%;
    font-size: 16px !important;
  }
  .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 15px;
    height: 15px;
  }
  .nav-fixed-item .navbar-nav {
    width: 72px;
    height: 65px;
  }
  .nav-fixed-item .navbar-nav > a {
    padding: 5px;
  }
  .nav-fixed-item .navbar-nav > a .nav-link-badge {
    width: 20px;
    height: 20px;
    padding-top: 2px;
  }
  .ec-blockTopBtn {
    right: 50px;
    bottom: 30px;
  }
  dl.content-list > dd.detail-area {
    background-color: #F5F5F5;
    padding: 30px;
  }
  .ec-blockBtn--action,
  .ec-inlineBtn--action {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .ec-blockBtn--action::after,
  .ec-inlineBtn--action::after {
    right: -20px;
  }
  .ec-blockBtn--cancel,
  .ec-inlineBtn--cancel {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  #commponent_select .commponent-row .component-pattern .selected-item-info-box {
    text-align: left;
  }
  #commponent_select .commponent-row .component-pattern .component-pattern-selected-item-image {
    margin-left: 0;
    margin-right: 0;
  }
  #commponent_select .commponent-row .component-pattern .selected-item-box {
    flex-direction: row;
  }
  #commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio {
    width: auto;
    margin-top: 0px;
    border-width: 0px;
  }
  #commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio::before {
    left: 5px;
  }
  #commponent_select .commponent-row .component-pattern .selected-item-box .commponent_radio::after {
    left: 8px;
  }
  #commponent_select .detail-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #commponent_select .detail-area .salec-price {
    margin-bottom: 20px;
  }
  #commponent_select .detail-area .division-simulation-box {
    padding: 20px;
    margin-top: 0px;
  }
  #commponent_select .detail-area .division-simulation-box .division-simulation-title {
    display: inline-block;
  }
  #commponent_select .detail-area .division-campaign-box {
    margin-bottom: 30px;
  }
  .btn-cart {
    padding: 10px 75px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
  }
  .btn-estimate {
    padding: 10px 75px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
  }
  .ec-cartTable {
    display: block !important;
  }
  .ec-cartTable .ec-cartHeader {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px !important;
  }
  .ec-cartTable .ec-cartHeader .ec-cartHeader__label {
    display: block !important;
  }
  .ec-cartTable .ec-cartHeader .ec-cartHeader__label:nth-child(1) {
    width: 8%;
  }
  .ec-cartTable .ec-cartHeader .ec-cartHeader__label:nth-child(2) {
    width: 52%;
  }
  .ec-cartTable .ec-cartHeader .ec-cartHeader__label:nth-child(3) {
    width: 16%;
  }
  .ec-cartTable .ec-cartHeader .ec-cartHeader__label:nth-child(4) {
    width: 16%;
  }
  .ec-cartTable .ec-cartHeader .ec-cartHeader__label:nth-child(5) {
    width: 8%;
  }
  .ec-cartTable .ec-cartRow {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted #ccc;
  }
  .ec-cartTable .ec-cartRow > li:nth-child(1) {
    width: 8%;
  }
  .ec-cartTable .ec-cartRow > li:nth-child(2) {
    width: 52%;
  }
  .ec-cartTable .ec-cartRow > li:nth-child(3) {
    width: 16%;
  }
  .ec-cartTable .ec-cartRow > li:nth-child(4) {
    width: 16%;
  }
  .ec-cartTable .ec-cartRow > li:nth-child(5) {
    width: 8%;
  }
  .ec-cartTable .ec-cartRow .ec-cartRow__component, .ec-cartTable .ec-cartRow .ec-cartRow__contentColumn, .ec-cartTable .ec-cartRow .ec-cartRow__amountColumn, .ec-cartTable .ec-cartRow .ec-cartRow__subtotalColumn, .ec-cartTable .ec-cartRow .ec-cartRow__delColumn {
    display: block !important;
    border-bottom: none;
  }
  .ec-cartRow_commponent_detail {
    display: flex !important;
    border-bottom: 0px !important;
  }
  .ec-cartRow_commponent_detail > div {
    width: 100%;
  }
  .ec-cartRow_commponent_detail > div > table {
    width: 90%;
    margin: 5px auto 5px auto;
  }
  .ec-cartRow_commponent_detail > div > table th {
    padding: 10px;
  }
  .ec-cartRow_commponent_detail > div > table td {
    padding: 10px;
  }
  .product-list-box > li {
    width: 30%;
  }
  .product-list-box > li .product-list-spec {
    height: auto;
    padding: 20px 10px;
  }
  .product-list-box > li .product-list-spec .product-list-spec-readmore {
    display: none;
  }
  .product-list-box > li::after {
    content: " ";
    display: block;
    width: 30%;
  }
  .product-detail .sales-price-box .ec-price {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .product-detail .sales-price-box .ec-price .ec-price__price {
    font-size: 28px;
  }
  .product-detail .sales-price-box .ec-price .normal-price {
    font-size: 18px !important;
  }
  .product-detail .sales-price-box .ec-price .ec-price__tax {
    font-size: 18px;
  }
  #product_review_area .review-button-box .ec-inlineBtn--action {
    width: auto;
    display: inline-block;
  }
  .ec-productRole .ec-productRole__profile .expected-shipping-date-text {
    font-size: 24px;
  }
  .item_nav {
    margin-top: 0px;
  }
  .carousel-box {
    margin-bottom: 60px;
  }
  .lineup-box .img-box {
    padding: 10px 30px;
  }
  .lineup-box .line-up-text {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ranking-box .ranking-carousel-item {
    width: 200px;
  }
  .ranking-box .slick-prev {
    left: 25px;
  }
  .ranking-box .slick-prev::before {
    content: url("/template/default/assets/img/icon/arrow_left.png");
  }
  .ranking-box .slick-next {
    right: 75px;
  }
  .ranking-box .slick-next::before {
    content: url("/template/default/assets/img/icon/arrow_right.png");
  }
  .ranking-box .ranking-carousel-item .ranking-carousel-item-box .rank-icon {
    font-size: 12px;
    top: 15px;
    left: 15px;
  }
  .search-category-box .search-category-item .search-category-title {
    font-size: 20px;
  }
  .whatisbto-box figure {
    margin-right: 30px;
  }
  .review-box ul.slick-dots li {
    width: 120px !important;
  }
  .review-box ul.slick-dots li > button {
    width: 120px !important;
  }
  .support-box .support-item {
    width: 300px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .support-box .support-item:not(:first-child) {
    margin-left: 30px;
  }
  .contact-box .contact-tel {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .contact-box .contact-mail {
    border-right: 1px solid #707070;
  }
  .contact-box .contact-mail > h2 {
    padding-top: 0px;
    border-top: 0px;
  }
  footer .footer-menu {
    display: flex;
    justify-self: center;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 0px;
    border-top: 0px;
  }
  footer .footer-menu > li {
    display: block;
    padding: 2px 10px;
    border-bottom: 0px;
  }
  footer .footer-menu > li > h5 {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
    background: none;
  }
  footer .footer-menu > li > ul {
    padding-left: 0px;
  }
  footer .footer-menu > li > ul > li {
    border-bottom-width: 0;
  }
  footer .footer-menu > li > ul > li::marker {
    content: "";
    display: none;
    visibility: hidden;
  }
  footer .footer-menu > li > ul > li > a {
    color: #333;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
  }
  .table-anshin-support {
    width: 750px;
  }
  .table-anshin-support .first {
    width: 150px;
  }
  .table-anshin-support .second {
    width: 300px;
  }
  .table-anshin-support .therd {
    width: 300px;
  }
  .take-list-container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
  }
  .take-list-container .take-list {
    width: 45%;
  }
  .company-mv {
    padding-bottom: 50px;
    background-size: contain;
    background-image: url("/template/default/assets/img/company/mv_img1.png");
  }
  .company-header .cpmpany-heading-explanation {
    width: 50%;
  }
  .company-info > dt {
    width: 30%;
  }
  .company-info > dd {
    width: 70%;
  }
  .transaction-step {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .transaction-step > .transaction-step-item {
    width: 14%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .transaction-step > .transaction-step-item::before {
    text-align: center;
    top: 5%;
    left: auto;
  }
  .transaction-step > .transaction-step-item::after {
    bottom: auto;
    top: calc(50% - 10px);
    right: -20%;
    transform: rotate(0deg);
  }
  .transaction-step > .transaction-step-item:first-child {
    margin-left: 0;
  }
  .transaction-step > .transaction-step-item:last-child {
    margin-right: 0;
  }
  .transaction-step > .transaction-step-item > .transaction-step-item-content {
    padding-top: 100%;
  }
  .transaction-step > .transaction-step-item > .transaction-step-item-content > p {
    top: calc((100% - 1em) / 2 + 0.5em);
    font-size: 14px;
  }
  .bto-order-content-step-list {
    flex-direction: row;
  }
  .bto-order-content-step-list > li {
    position: relative;
    width: 20%;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 0;
  }
  .bto-order-content-step-list > li::after {
    top: calc(50% - 10px);
    right: -30px;
    bottom: auto;
    rotate: 0deg;
  }
  .bto-attention figure > img {
    width: auto;
    height: auto;
  }
  .bto-domestic-production {
    flex-direction: row;
  }
  .bto-domestic-production .bto-domestic-production-box:first-child {
    width: 30%;
    margin-right: 50px;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .bto-domestic-production .bto-domestic-production-box:first-child::after {
    content: url("/template/default/assets/img/icon/chevron-right-solid.png");
    right: -30px;
    top: calc(50% - 10px);
    bottom: auto;
    rotate: 0deg;
  }
  .bto-domestic-production .bto-domestic-production-box:last-child {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-forms .contact-forms > dl > dt {
    width: 30%;
  }
  .contact-forms .contact-forms > dl > dd {
    width: 70%;
  }
  .product-list-category .video_wrapper {
    height: 100vh;
  }
  .product-list-category .product-list-category-point .product-list-category-point-row {
    flex-wrap: nowrap;
  }
  .product-list-category .product-list-category-point .product-list-category-point-row .product-list-category-point-row-image {
    width: 50%;
  }
  .product-list-category .product-list-category-point .product-list-category-point-row .product-list-category-point-row-explanation {
    width: 50%;
  }
  .product-list-category .product-list-category-point .product-list-category-point-row .product-list-category-point-row-explanation-first {
    width: 45%;
    margin-right: 2.5%;
  }
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
/*# sourceMappingURL=customize.css.map */