@charset "UTF-8";
/* purgecss start ignore */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveRight {
  0% {
    right: 1em;
  }
  30% {
    right: 0.5em;
    opacity: 0;
  }
  40% {
    right: 1.25em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    right: 1em;
  }
  100% {
    right: 1em;
  }
}

@keyframes moveRight {
  0% {
    right: 1em;
  }
  30% {
    right: 0.5em;
    opacity: 0;
  }
  40% {
    right: 1.25em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    right: 1em;
  }
  100% {
    right: 1em;
  }
}

@-webkit-keyframes swing {
  0%, 100% {
    -webkit-transform-origin: bottom center;
  }
  10% {
    -webkit-transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  0%, 100% {
    -webkit-transform-origin: bottom center;
  }
  10% {
    -webkit-transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

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

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

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

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

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

.modaal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.modaal-container {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-radius: 0px;
  background: #fff;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #000;
  text-align: left;
  cursor: auto;
}

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

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

.modaal-close {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

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

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

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

.modaal-close:before, .modaal-close:after {
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  display: block;
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.modaal-content-container {
  padding: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-user-select: none;
   -ms-user-select: none;
  -webkit-user-select: none;
          box-sizing: border-box;
  display: block;
  height: 28px;
  cursor: pointer;
       user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  -o-text-overflow: ellipsis;
  display: block;
  padding-right: 20px;
  padding-left: 8px;
  overflow: hidden;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  -moz-user-select: none;
   -ms-user-select: none;
  -webkit-user-select: none;
          box-sizing: border-box;
  display: block;
  min-height: 32px;
  cursor: pointer;
       user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  -o-text-overflow: ellipsis;
  display: inline-block;
  padding-left: 8px;
  overflow: hidden;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  padding: 0;
  border: none;
  font-size: 100%;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  z-index: 1051;
  position: absolute;
  left: -100000px;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: white;
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-results__option {
  -moz-user-select: none;
   -ms-user-select: none;
  -webkit-user-select: none;
  padding: 6px;
       user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  display: block;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}

.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: white;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  float: left;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-box-shadow: none;
  -webkit-appearance: textfield;
  border: none;
  outline: 0;
  background: transparent;
          box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  border: none;
  background: transparent;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-color: white;
  cursor: text;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  float: left;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #888;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  -webkit-box-shadow: none;
  outline: 0;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  border: 1px solid transparent;
  background-color: white;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
 * Container style
 */
.ps {
  overflow-anchor: none;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  width: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color .2s linear, width .2s ease-in-out;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.color-pink {
  color: #f3005c;
}

.text-16 {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .text-16 {
    font-size: 1.6rem;
  }
}

.hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.hover:focus, .hover:active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  transition: 0.2s;
}

@media (min-width: 769px) {
  .hover:hover {
    opacity: 0.7;
  }
}

@font-face {
  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 700;
}

.slick-wrapper {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  max-height: 400px;
  overflow: hidden;
  pointer-events: none;
  transition: 0.5s;
}

.slick-wrapper.slick-initialized {
  max-height: none;
  overflow: auto;
  pointer-events: all;
}

.slick-wrapper > * {
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
          transform: translateY(1em);
  opacity: 0;
  transition: 0.5s;
}

.slick-initialized > * {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.slick-spinner {
  opacity: 1 !important;
}

.slick-initialized .slick-spinner {
  opacity: 0 !important;
}

.slick-slide > * > * {
  display: block !important;
}

.slick-arrow {
  outline: none;
  font-size: 0;
  pointer-events: all;
}

.modaal-container {
  color: inherit;
}

.modaal-content-container {
  padding: 0;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 769px) {
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff;
  }
}

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

@media (min-width: 769px) {
  .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
  }
}

.modaal-video-wrap {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .modaal-video-wrap {
    display: table;
  }
}

@media (min-width: 769px) {
  .modaal-video-container {
    display: table;
    width: 900px;
    max-width: none;
    height: 506.25px;
    max-height: none;
  }
}

.ps__rail-y {
  width: auto !important;
  opacity: 1 !important;
}

.ps__thumb-y {
  right: 0;
  width: 6px !important;
  border-radius: 0;
  background: currentColor !important;
}

.cartadd_select .add_check {
  display: none;
}

.cart_disabled:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 2px rgba(20, 20, 20, 0.9);
  content: '購入できません';
}

.cart_disabled:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.7);
  content: '';
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

header {
  z-index: 2;
  position: relative;
}

body, main, footer {
  z-index: 1;
  position: relative;
}

section {
  outline: none;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, dl {
  margin: 0;
}

dt {
  display: inline;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-size: 1.15em;
  font-weight: inherit;
}

button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  color: #0c3b63;
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  font-size: 62.5%;
  line-height: 1.75;
}

_:lang(x)::-ms-backdrop, html {
  font-family: Meiryo, メイリオ, sans-serif;
}

body {
  overflow-x: hidden;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 769px) {
  img, svg {
    max-width: none;
  }
}

.l-body {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.l-header {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  padding: 1.6rem 1.6rem 2.4rem;
  background: #0c3b63;
}

@media (min-width: 769px) {
  .l-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.8rem 3.2rem;
  }
}

.l-header__title {
  width: 55%;
  max-width: 260px;
  margin-right: 5%;
}

@media (min-width: 769px) {
  .l-header__title {
    width: auto;
    max-width: none;
  }
}

.l-header__share {
  width: 40%;
  max-width: 200px;
}

@media (min-width: 769px) {
  .l-header__share {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    max-width: none;
  }
}

.l-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.6rem 0 0 0;
}

@media (min-width: 769px) {
  .l-header__buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 2.4rem 0 auto;
  }
}

.l-main::before, .l-main::after {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.l-main::before {
  z-index: -2;
  position: fixed;
  background-image: -webkit-linear-gradient(135deg, #f8fcff 24.95%, white 25%, white 49.95%, #f8fcff 50%, #f8fcff 74.95%, white 75%);
  background-image: -o-linear-gradient(135deg, #f8fcff 24.95%, white 25%, white 49.95%, #f8fcff 50%, #f8fcff 74.95%, white 75%);
  background-image: linear-gradient(-45deg, #f8fcff 24.95%, white 25%, white 49.95%, #f8fcff 50%, #f8fcff 74.95%, white 75%);
  background-size: 22.62742px 22.62742px;
}

.l-main::after {
  z-index: -1;
  position: absolute;
  background: url(../img/bg-base.png) center top;
  background-size: 150% auto;
}

@media (min-width: 769px) {
  .l-main::after {
    background-size: auto;
  }
}

.l-footer {
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .l-footer {
    font-size: 1.2rem;
  }
}

.l-footer__backTopButton {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
          transform: translateY(-50%);
}

@media (min-width: 769px) {
  .l-footer__backTopButton {
    right: 2em;
    left: auto;
  }
}

.l-footer__inner {
  padding: 8.8rem 3.2rem 5.6rem;
  background: #0c3b63;
  color: #fff;
}

@media (min-width: 769px) {
  .l-footer__inner {
    padding: 5.6rem 3.2rem;
  }
}

.archive {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0 -1.6rem -3.2rem;
}

@media (min-width: 769px) {
  .archive {
    margin: 0 -2.4rem -4.8rem;
  }
}

.archive li {
  word-wrap: break-word;
  width: calc(100% - 3.2rem);
  min-width: 0;
  margin: 0 1.6rem 3.2rem;
}

@media (min-width: 769px) {
  .archive li {
    width: calc(50% - 4.8rem);
    margin: 0 2.4rem 4.8rem;
  }
}

.archive a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
  transition: 0.4s;
}

.archive a:focus, .archive a:active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  transition: 0.2s;
}

@media (min-width: 769px) {
  .archive a:hover {
    opacity: 0.7;
  }
}

.archive a:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.7;
}

.archive img {
  width: 100%;
  border: 1px solid rgba(43, 189, 252, 0.7);
}

.bg-cloth {
  background-color: rgba(43, 189, 252, 0.08);
}

.bg-deviation {
  -webkit-box-shadow: 12px 12px 0 0 rgba(43, 189, 252, 0.5);
  border: 1px solid rgba(43, 189, 252, 0.3);
  background-color: #fff;
          box-shadow: 12px 12px 0 0 rgba(43, 189, 252, 0.5);
}

.button {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8em 1.8em 0.8em 1em;
  border-radius: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M8.122%2024l-4.122-4%208-8-8-8%204.122-4%2011.878%2012z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 0.8em center;
  background-repeat: no-repeat;
  background-size: 0.9em 0.9em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  transition: 0.4s;
}

@media (min-width: 769px) {
  .button {
    font-size: 1.6rem;
  }
}

.button:focus, .button:active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  transition: 0.2s;
}

@media (min-width: 769px) {
  .button:hover {
    opacity: 0.7;
  }
}

.button::after {
  display: block;
  clear: both;
  content: '';
}

@media (min-width: 769px) {
  .button {
    padding: 0.5em 2.8em 0.5em 2em;
  }
}

.button::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  content: '';
}

.button::after {
  display: inline;
  line-height: 1.5;
  vertical-align: -0.1em;
}

.button-guide {
  padding: 0.8em 2.3em 0.8em 1.5em;
  background-color: #fbbf3a;
  font-size: 1.9rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .button-guide {
    padding: 0.5em 2.8em 0.5em 2em;
    font-size: 2.4rem;
  }
}

.button-guide::before {
  border-radius: 100px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M14.601%2021.5c0%201.38-1.116%202.5-2.499%202.5-1.378%200-2.499-1.12-2.499-2.5s1.121-2.5%202.499-2.5c1.383%200%202.499%201.119%202.499%202.5zm-2.42-21.5c-4.029%200-7.06%202.693-7.06%208h3.955c0-2.304.906-4.189%203.024-4.189%201.247%200%202.57.828%202.684%202.411.123%201.666-.767%202.511-1.892%203.582-2.924%202.78-2.816%204.049-2.816%207.196h3.943c0-1.452-.157-2.508%201.838-4.659%201.331-1.436%202.986-3.222%203.021-5.943.047-3.963-2.751-6.398-6.697-6.398z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
}

.button-guide::after {
  content: 'お買いものガイド';
}

.button-cart {
  padding: 0.8em 2.3em 0.8em 1.5em;
  background-color: #fbbf3a;
  font-size: 1.9rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .button-cart {
    padding: 0.5em 2.8em 0.5em 2em;
    font-size: 2.4rem;
  }
}

.button-cart::before {
  border-radius: 100px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M10%2019.5c0%20.829-.672%201.5-1.5%201.5s-1.5-.671-1.5-1.5c0-.828.672-1.5%201.5-1.5s1.5.672%201.5%201.5zm3.5-1.5c-.828%200-1.5.671-1.5%201.5s.672%201.5%201.5%201.5%201.5-.671%201.5-1.5c0-.828-.672-1.5-1.5-1.5zm1.336-5l1.977-7h-16.813l2.938%207h11.898zm4.969-10l-3.432%2012h-12.597l.839%202h13.239l3.474-12h1.929l.743-2h-4.195z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.button-cart::after {
  content: 'カートに入れる';
}

.button-detail {
  background-color: #2bbdfc;
}

.button-detail::before {
  border-radius: 100px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%232bbdfc%22%3E%3Crect%20y%3D%224%22%20width%3D%2224%22%20height%3D%223%22%2F%3E%3Crect%20y%3D%2211%22%20width%3D%2224%22%20height%3D%223%22%2F%3E%3Crect%20y%3D%2218%22%20width%3D%2218%22%20height%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
}

.button-detail::after {
  content: '商品詳細';
}

.button-backTop {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-block;
  width: 4.5em;
  height: 4.5em;
  border: 4px solid #fbbf3a;
  border-radius: 50%;
  background: #fbbf3a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .button-backTop {
    font-size: 2rem;
  }
}

.button-backTop:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background: #fff;
}

.button-backTop__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.button-backTop__text,
.button-backTop .icon-arrow-top {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  transition: 0.3s;
}

.button-backTop__text {
  line-height: 1.5;
}

.button-backTop:hover .button-backTop__text {
  color: #fbbf3a;
}

.button-backTop .icon-arrow-top {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: 0.1em;
}

.button-backTop:hover .icon-arrow-top {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M487.463%2C216.139L286.099%2C12.576C278.137%2C4.52%2C267.308%2C0%2C255.997%2C0c-11.312%2C0-22.13%2C4.52-30.092%2C12.576L24.541%2C216.139c-16.438%2C16.622-16.304%2C43.437%2C0.329%2C59.875c16.613%2C16.438%2C43.416%2C16.294%2C59.854-0.329l128.955-130.352v324.341c0%2C23.362%2C18.945%2C42.327%2C42.318%2C42.327c23.382%2C0%2C42.327-18.965%2C42.327-42.327V145.332L427.27%2C275.684c16.438%2C16.623%2C43.252%2C16.767%2C59.864%2C0.329C503.758%2C259.576%2C503.901%2C232.761%2C487.463%2C216.139z%22%2F%3E%3C%2Fsvg%3E");
}

.calendar {
  position: relative;
}

.calendar__inner {
  position: relative;
}

.calendar__arrows {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  position: absolute;
  top: 1.5rem;
  left: 50%;
          justify-content: space-between;
  width: 100%;
          transform: translateX(-50%);
}

@media (min-width: 769px) {
  .calendar__arrows {
    width: 420px;
  }
}

.calendar__arrow {
  width: 3rem;
  height: 3rem;
}

.calendar__arrow--next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M8.122%2024l-4.122-4%208-8-8-8%204.122-4%2011.878%2012z%22%2F%3E%3C%2Fsvg%3E");
}

.calendar__arrow--prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M%208.122%200%20L%204%204%20L%2012%2012%20L%204%2020%20L%208.122%2024%20L%2020%2012%20Z%22%20transform%3D%22matrix%28-1%2C%200%2C%200%2C%20-1%2C%2024%2C%2024%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.calendar__pagination {
  z-index: 99;
  position: absolute;
  top: 6.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.calendar table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.calendar thead {
  display: none;
}

@media (min-width: 769px) {
  .calendar thead {
    display: table-header-group;
  }
}

.calendar tbody {
  -webkit-box-shadow: 12px 12px 0 0 rgba(43, 189, 252, 0.5);
  border: 1px solid rgba(43, 189, 252, 0.3);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(5%, rgba(186, 186, 186, 0.2))), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(5%, rgba(186, 186, 186, 0.2)));
  background-image: -webkit-linear-gradient(transparent 95%, rgba(186, 186, 186, 0.2) 5%), -webkit-linear-gradient(left, transparent 95%, rgba(186, 186, 186, 0.2) 5%);
  background-image: -o-linear-gradient(transparent 95%, rgba(186, 186, 186, 0.2) 5%), -o-linear-gradient(left, transparent 95%, rgba(186, 186, 186, 0.2) 5%);
  background-image: linear-gradient(transparent 95%, rgba(186, 186, 186, 0.2) 5%), linear-gradient(90deg, transparent 95%, rgba(186, 186, 186, 0.2) 5%);
  background-repeat: repeat;
  background-size: 18px 18px;
          box-shadow: 12px 12px 0 0 rgba(43, 189, 252, 0.5);
}

.calendar th, .calendar td {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 769px) {
  .calendar th, .calendar td {
    width: 14.28571%;
  }
}

.calendar tbody tr:not(:last-child) {
  border-bottom: 3px solid rgba(43, 189, 252, 0.5);
}

.calendar td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

@media (min-width: 769px) {
  .calendar td {
    display: table-cell;
    height: 130px;
    padding: 0.5em;
  }
}

.calendar td:empty {
  display: none;
}

@media (min-width: 769px) {
  .calendar td:empty {
    display: table-cell;
  }
}

@media (min-width: 769px) {
  .calendar td:nth-of-type(2n) {
    background: rgba(43, 189, 252, 0.1);
  }
}

@media (min-width: 769px) {
  .calendar td:not(:last-child) {
    border-right: 3px solid rgba(43, 189, 252, 0.5);
  }
}

.calendar tr:nth-child(odd) td:nth-child(odd) {
  background: rgba(43, 189, 252, 0.1);
}

@media (min-width: 769px) {
  .calendar tr:nth-child(odd) td:nth-child(odd) {
    background: transparent;
  }
}

.calendar tr:nth-child(even) td:nth-child(even) {
  background: rgba(43, 189, 252, 0.1);
}

.calendar .calendar-wrapper {
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
          transform: translateY(1em);
  opacity: 0;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .calendar .calendar-wrapper {
    padding: 0 2.4rem;
  }
}

.calendar .calendar-wrapper.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  z-index: 1;
          transform: translateY(0);
  opacity: 1;
  transition: 0.3s 0.3s;
}

.calendar .calendar-title {
  display: table;
  width: 70%;
  margin: 0 auto 5.6rem;
  padding: 0.8rem 0;
  border-radius: 8px;
  background: #fbbf3a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  vertical-align: -0.01em;
}

@media (min-width: 769px) {
  .calendar .calendar-title {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .calendar .calendar-title {
    width: auto;
    padding: 0.8rem 8.8rem;
  }
}

.calendar .calendar-title strong {
  font-size: 1.6em;
}

.calendar .calendar-day {
  padding-bottom: 1.6rem;
  color: #2bbdfc;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 769px) {
  .calendar .calendar-day {
    font-size: 2rem;
  }
}

.calendar .calendar-day small {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  border-radius: 100px;
  background-color: #2bbdfc;
  color: #fff;
  line-height: 1.5em;
  vertical-align: middle;
}

.calendar .calendar-date {
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  float: left;
  color: #2bbdfc;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 769px) {
  .calendar .calendar-date {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .calendar .calendar-date {
    margin-right: 0;
    float: none;
  }
}

.calendar .calendar-date small {
  margin-left: 0.1em;
}

@media (min-width: 769px) {
  .calendar .calendar-date small {
    display: none;
  }
}

.calendar .calendar-text {
  font-size: 1.3rem;
  line-height: 1.6;
}

.calendar .calendar-text > * {
  padding-left: 1em;
  text-indent: -1em;
}

.calendar .calendar-text > *::before {
  content: '・';
}

.calendar .acsw-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  background: rgba(186, 186, 186, 0.5);
}

.calendar .acsw-dot:not(:last-child) {
  margin-right: 1rem;
}

.calendar .acsw-dot.is-active {
  background: #fbbf3a;
}

.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}

@media (min-width: 769px) {
  .container {
    max-width: calc(1200px + 6rem);
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.goodsContainer {
  padding-top: 5.6rem;
  padding-bottom: 14.4rem;
}

.goodsContainer__title {
  margin-bottom: 3.2rem;
}

.goodsContainer__banner {
  width: 100%;
}

.goodsContainer__caution {
  margin-bottom: 3.2rem;
}

@media (min-width: 769px) {
  .goodsContainer__caution {
    text-align: center;
  }
}

.goodsContainer__inner {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .goodsContainer--single .goodsContainer__inner {
    width: 90%;
  }
}

.goodsContainer__desc {
  margin-bottom: 5.6rem;
}

.goodsContainer__nav {
  margin-bottom: 5.6rem;
}

.goodsContainer__cart {
  width: 100%;
  margin-top: 8.8rem;
}

@media (min-width: 769px) {
  .goodsContainer__cart {
    width: auto;
  }
}

.goodsContainer.is-closed .goodsContainer__cart {
  display: none;
}

.goodsContainer__cartCaution {
  margin-top: 1.6rem;
  text-align: center;
}

.goodsContainer__cartCaution::before {
  content: '※カートに入った商品の内容と数量について、必ずご確認を行うようお願いいたします。\Aまた、ご注文後はマイページからもご確認いただけます。合わせてご利用ください。';
}

@media (min-width: 769px) {
  .goodsContainer__cartCaution::before {
    white-space: pre;
  }
}

.goodsContainer.is-closed .goodsContainer__cartCaution {
  display: none;
}

.goodsContainerMovie {
  -webkit-box-shadow: 0 2px 0 2px #fbbf3a;
  display: table;
  position: relative;
  width: 80%;
  margin: 0 auto 5.6rem;
  overflow: hidden;
  border: 2px solid #fbbf3a;
  border-radius: 2px;
          box-shadow: 0 2px 0 2px #fbbf3a;
}

@media (min-width: 769px) {
  .goodsContainerMovie {
    width: 500px;
  }
}

.goodsContainerMovie::before, .goodsContainerMovie::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.goodsContainerMovie::before {
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 24.95%, transparent 25%, transparent 49.95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 74.95%, transparent 75%);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 24.95%, transparent 25%, transparent 49.95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 74.95%, transparent 75%);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 24.95%, transparent 25%, transparent 49.95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 74.95%, transparent 75%);
  background-size: 28.28427px 28.28427px;
}

.goodsContainerMovie::after {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 18%;
  height: 100%;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M12%202c5.514%200%2010%204.486%2010%2010s-4.486%2010-10%2010-10-4.486-10-10%204.486-10%2010-10zm0-2c-6.627%200-12%205.373-12%2012s5.373%2012%2012%2012%2012-5.373%2012-12-5.373-12-12-12zm-3%2017v-10l9%205.146-9%204.854z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.goodsContainerMovie > img {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  z-index: 1;
  width: 100%;
  transition: 0.8s;
}

.goodsContainerMovie:hover > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
          transform: translate3d(0, 0, 0) scale(1.2);
  transition: 0.4s;
}

.goodsContainerHead {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  margin-bottom: 3.2rem;
  padding: 1rem 0;
  border-top: 4px solid #2bbdfc;
  border-bottom: 4px solid #2bbdfc;
  color: #2bbdfc;
  font-weight: 700;
}

@media (min-width: 769px) {
  .goodsContainerHead {
    padding: 1.6rem 0;
  }
}

.goodsContainerHead__closeText {
  display: none !important;
  width: 100%;
  color: #f3005c;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 769px) {
  .goodsContainerHead__closeText {
    font-size: 2.6rem;
  }
}

.goodsContainerHead__closeText::before {
  content: '本商品の注文受付は終了いたしました。';
}

.goodsContainer.is-closed .goodsContainerHead__closeText {
  display: block !important;
}

.goodsContainer.is-closed .goodsContainerHead__deadline {
  display: none;
}

.goodsContainerHead__deadline span {
  display: block;
  margin-left: -0.5em;
  color: #f3005c;
}

@media (min-width: 769px) {
  .goodsContainerHead__deadline span {
    display: inline;
    margin-left: 0;
  }
}

.goodsContainerHead__note {
  display: block !important;
  width: 100%;
  text-align: center;
}

.goodsContainerHead__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
  margin: 0.5rem 1rem;
}

.goodsContainerHead__rug, .goodsContainerHead__text {
  display: block;
  margin: 0.4rem;
  line-height: 1.2;
}

.goodsContainerHead__rug {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  background-color: #2bbdfc;
  color: #fff;
  font-size: 1.7rem;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .goodsContainerHead__rug {
    font-size: 2.4rem;
  }
}

.goodsContainerHead__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .goodsContainerHead__text {
    font-size: 1.8rem;
  }
}

.goodsContainerHead__text b {
  font-size: 2.4rem;
  vertical-align: -0.05em;
}

@media (min-width: 769px) {
  .goodsContainerHead__text b {
    font-size: 3.2rem;
  }
}

.goodsGroup {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0 -0.8rem -5.6rem;
}

@media (min-width: 769px) {
  .goodsGroup {
    margin: 0 -1.6rem -5.6rem;
  }
}

.goodsGroup:not(:last-child) {
  margin-bottom: 5.6rem;
}

@media (min-width: 769px) {
  .goods--single {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
  }
}

.goods--multi {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
  word-wrap: break-word;
          flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
  padding: 0 0.8rem 5.6rem;
}

@media (min-width: 769px) {
  .goods--multi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1.6rem 5.6rem;
  }
}

.goods__link {
  display: block;
}

.goods__imageOuter {
  position: relative;
  margin-bottom: 2.4rem;
}

@media (min-width: 769px) {
  .goods--single .goods__imageOuter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 480px;
    margin-right: 5.6rem;
    margin-bottom: 0;
  }
}

.goods__image {
  width: 100%;
}

.goods__body > :not(:last-child) {
  margin-bottom: 2.4rem;
}

@media (min-width: 769px) {
  .goods--single .goods__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.goods__title {
  font-weight: 500;
  line-height: 1.5;
}

.goods--single .goods__title {
  font-size: 2.1rem;
}

@media (min-width: 769px) {
  .goods--single .goods__title {
    font-size: 2.4rem;
  }
}

.goods--multi .goods__title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .goods--multi .goods__title {
    font-size: 1.6rem;
  }
}

.goods__price {
  text-align: right;
}

.goods__price small {
  margin-left: 0.2em;
  font-size: 0.7em;
  vertical-align: 0.1em;
}

.goods--single .goods__price {
  margin-top: -1em;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .goods--single .goods__price {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .goods--single .goods__price {
    text-align: left;
  }
}

.goods--multi .goods__price {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .goods--multi .goods__price {
    font-size: 1.6rem;
  }
}

.goods__detail {
  width: 100%;
  font-weight: 700;
}

.goods--single .goods__detail {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .goods--single .goods__detail {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .goods--single .goods__detail {
    width: 70%;
  }
}

@media (min-width: 769px) {
  .goods--multi .goods__detail {
    width: 90%;
  }
}

.goods__select {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.goods--multi .goods__select {
  display: block;
}

@media (min-width: 769px) {
  .goods--multi .goods__select {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
}

.goodsContainer.is-closed .goods__select {
  display: none;
}

.goods__quantity {
  display: table;
  margin-right: 1em;
  padding: 0.5em 2em;
  border-radius: 4px;
  background-color: #0c3b63;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .goods__quantity {
    font-size: 1.6rem;
  }
}

.goods--multi .goods__quantity {
  width: 90%;
  margin: 0 auto 0.8rem;
  text-align: center;
}

@media (min-width: 769px) {
  .goods--multi .goods__quantity {
    width: auto;
    margin: 0 1em 0 0;
    text-align: left;
  }
}

.goods .select2-container {
  width: 70px !important;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .goods .select2-container {
    font-size: 1.6rem;
  }
}

.goods--multi .select2-container {
  display: block;
  width: 90% !important;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .goods--multi .select2-container {
    display: inline-block;
    width: 70px !important;
    margin: 0;
  }
}

.goods .select2-selection {
  height: auto;
  border: 1px solid #c9cacc;
  background-color: #eeeeee;
}

.goods .select2-selection__rendered {
  padding: 0.5em 2em;
  line-height: inherit !important;
}

.goods .select2-selection__arrow {
  top: 0 !important;
  height: 100% !important;
}

.goods .slick-arrows,
.goods .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 3%;
  pointer-events: none;
}

.goods .slick-arrows > *,
.goods .slick-dots > * {
  pointer-events: all;
}

.goods .slick-arrow,
.goods .slick-dots button {
  position: relative;
}

.goods .slick-arrow::before,
.goods .slick-dots button::before {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
  content: '';
}

.goods .slick-arrows {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(50% - 1rem);
          justify-content: space-between;
}

.goods .slick-arrow {
  width: 2rem;
  height: 2rem;
}

.goods .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%232bbdfc%22%3E%3Cpath%20d%3D%22M%208.122%200%20L%204%204%20L%2012%2012%20L%204%2020%20L%208.122%2024%20L%2020%2012%20Z%22%20transform%3D%22matrix%28-1%2C%200%2C%200%2C%20-1%2C%2024%2C%2024%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.goods .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%232bbdfc%22%3E%3Cpath%20d%3D%22M8.122%2024l-4.122-4%208-8-8-8%204.122-4%2011.878%2012z%22%2F%3E%3C%2Fsvg%3E");
}

.goods .slick-dots {
  bottom: 4%;
  font-size: 0;
  text-align: center;
}

.goods .slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.goods .slick-dots li:not(:last-child) {
  margin-right: 1.5rem;
}

.goods .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  background: #7f7f7f;
}

.goods .slick-dots .slick-active button {
  background: #2bbdfc;
}

.grid {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}

@media (min-width: 769px) {
  .pc-grid {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  word-wrap: break-word;
  min-width: 0;
}

@media (min-width: 769px) {
  .pc-col-1, .pc-col-2, .pc-col-3, .pc-col-4, .pc-col-5, .pc-col-6, .pc-col-7, .pc-col-8, .pc-col-9, .pc-col-10, .pc-col-11, .pc-col-12 {
    word-wrap: break-word;
    min-width: 0;
  }
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .pc-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .pc-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .pc-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .pc-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .pc-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .pc-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .pc-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .pc-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .pc-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .pc-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .pc-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .pc-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
  word-wrap: break-word;
          flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
}

.guide__head {
  margin-bottom: 0.4rem;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
}

@media (min-width: 769px) {
  .guide__head {
    font-size: 2rem;
  }
}

.guide__subhead {
  margin-bottom: 0.4rem;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  text-indent: -1em;
}

@media (min-width: 769px) {
  .guide__subhead {
    font-size: 1.8rem;
  }
}

.guide__section:not(:last-child) {
  margin-bottom: 5.6rem;
}

.guide__rug {
  padding: 2rem;
  line-height: 2;
}

.guide__caption {
  display: block;
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.guide__imageOuter {
  display: block;
  margin: 3.2rem auto;
}

@media (min-width: 769px) {
  .guide__imageOuter {
    display: table;
  }
}

.guide__imageOuter img {
  -webkit-box-shadow: 0 0 10px 0 rgba(43, 189, 252, 0.15);
  border: 2px solid #2bbdfc;
          box-shadow: 0 0 10px 0 rgba(43, 189, 252, 0.15);
}

.guide__link {
  color: #2bbdfc;
  text-decoration: underline;
}

.guide__accent {
  color: #f3005c;
}

.head-main {
  max-width: 70%;
  max-width: 70vw;
  margin: 0 auto 3.2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .head-main {
    max-width: none;
    margin-bottom: 5.6rem;
  }
}

.head-goods {
  margin-bottom: 3.2rem;
  padding: 0.5em 0.75em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .head-goods {
    font-size: 3.2rem;
  }
}

.head-goods--trickstar {
  background-color: #ef8b29;
}

.head-goods--fine {
  background-color: #e3cf9c;
}

.head-goods--akatsuki {
  background-color: #922928;
}

.head-goods--undead {
  background-color: #6e3f8f;
}

.head-goods--knights {
  background-color: #253b60;
}

.head-goods--ryuseitai {
  background-color: #e93433;
}

.head-goods--rabits {
  background-color: #63d5e0;
}

.head-goods--twowink {
  background-color: #db4994;
}

.head-goods--valkyrie {
  background-color: #4b1817;
}

.head-goods--switch {
  background-color: #90c947;
}

.head-goods--mam {
  background-color: #999;
}

.head-goods--adam {
  background-color: #0e2433;
}

.head-goods--eve {
  background-color: #eee0af;
}

.head-goods--eden {
  background-color: #5f5a5e;
}

.head-goods--general {
  background-color: #4ec8fc;
}

.icon-twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M24%204.557c-.883.392-1.832.656-2.828.775%201.017-.609%201.798-1.574%202.165-2.724-.951.564-2.005.974-3.127%201.195-.897-.957-2.178-1.555-3.594-1.555-3.179%200-5.515%202.966-4.797%206.045-4.091-.205-7.719-2.165-10.148-5.144-1.29%202.213-.669%205.108%201.523%206.574-.806-.026-1.566-.247-2.229-.616-.054%202.281%201.581%204.415%203.949%204.89-.693.188-1.452.232-2.224.084.626%201.956%202.444%203.379%204.6%203.419-2.07%201.623-4.678%202.348-7.29%202.04%202.179%201.397%204.768%202.212%207.548%202.212%209.142%200%2014.307-7.721%2013.995-14.646.962-.695%201.797-1.562%202.457-2.549z%22%2F%3E%3C%2Fsvg%3E");
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9%208h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333%201.115-1.333h2.885v-5h-3.808c-3.596%200-5.192%201.583-5.192%204.615v3.385z%22%2F%3E%3C%2Fsvg%3E");
}

.icon-line {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M24%2010.304c0-5.369-5.383-9.738-12-9.738-6.616%200-12%204.369-12%209.738%200%204.814%204.269%208.846%2010.036%209.608.391.084.922.258%201.057.592.121.303.079.778.039%201.085l-.171%201.027c-.053.303-.242%201.186%201.039.647%201.281-.54%206.911-4.069%209.428-6.967%201.739-1.907%202.572-3.843%202.572-5.992zm-18.988-2.595c.129%200%20.234.105.234.234v4.153h2.287c.129%200%20.233.104.233.233v.842c0%20.129-.104.234-.233.234h-3.363c-.063%200-.119-.025-.161-.065l-.001-.001-.002-.002-.001-.001-.003-.003c-.04-.042-.065-.099-.065-.161v-5.229c0-.129.104-.234.233-.234h.842zm14.992%200c.129%200%20.233.105.233.234v.842c0%20.129-.104.234-.233.234h-2.287v.883h2.287c.129%200%20.233.105.233.234v.842c0%20.129-.104.234-.233.234h-2.287v.884h2.287c.129%200%20.233.105.233.233v.842c0%20.129-.104.234-.233.234h-3.363c-.063%200-.12-.025-.162-.065l-.003-.004-.003-.003c-.04-.042-.066-.099-.066-.161v-5.229c0-.062.025-.119.065-.161l.004-.004.003-.003c.042-.04.099-.066.162-.066h3.363zm-10.442.001c.129%200%20.234.104.234.233v5.229c0%20.128-.105.233-.234.233h-.842c-.129%200-.234-.105-.234-.233v-5.229c0-.129.105-.233.234-.233h.842zm2.127%200h.008l.012.001.013.001.01.001.013.003.008.003.014.004.008.003.013.006.007.003.013.007.007.004.012.009.006.004.013.011.004.004.014.014.002.002.018.023%202.396%203.236v-3.106c0-.129.105-.233.234-.233h.841c.13%200%20.234.104.234.233v5.229c0%20.128-.104.233-.234.233h-.841l-.06-.008-.004-.001-.015-.005-.007-.003-.012-.004-.011-.006-.007-.003-.014-.009-.002-.002-.06-.058-2.399-3.24v3.106c0%20.128-.104.233-.234.233h-.841c-.129%200-.234-.105-.234-.233v-5.229c0-.129.105-.233.234-.233h.841z%22%2F%3E%3C%2Fsvg%3E");
}

.icon-arrow-top {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M487.463%2C216.139L286.099%2C12.576C278.137%2C4.52%2C267.308%2C0%2C255.997%2C0c-11.312%2C0-22.13%2C4.52-30.092%2C12.576L24.541%2C216.139c-16.438%2C16.622-16.304%2C43.437%2C0.329%2C59.875c16.613%2C16.438%2C43.416%2C16.294%2C59.854-0.329l128.955-130.352v324.341c0%2C23.362%2C18.945%2C42.327%2C42.318%2C42.327c23.382%2C0%2C42.327-18.965%2C42.327-42.327V145.332L427.27%2C275.684c16.438%2C16.623%2C43.252%2C16.767%2C59.864%2C0.329C503.758%2C259.576%2C503.901%2C232.761%2C487.463%2C216.139z%22%2F%3E%3C%2Fsvg%3E");
}

.importantNotices {
  padding: 1em 0;
  background-color: #f6f6f6;
}

.importantNotices__label {
  display: table;
  margin-bottom: 0.4em;
  padding: 0.4em 1em;
  background-color: #eb000b;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 769px) {
  .importantNotices__label {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
}

.importantNotices__date {
  margin-right: 0.5em;
}

.inline {
  padding: 3rem 2rem 4rem;
  border: 8px solid #2bbdfc;
}

@media (min-width: 769px) {
  .inline {
    padding: 4rem;
  }
}

.inline--maintenance {
  display: table;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border: none;
}

.inline__title {
  margin-bottom: 1em;
  color: #2bbdfc;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 769px) {
  .inline__title {
    font-size: 2rem;
  }
}

.inline__mbc > :not(:last-child) {
  margin-bottom: 2em;
}

.inline__head {
  color: #2bbdfc;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .inline__head {
    font-size: 1.8rem;
  }
}

.inline__subhead {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .inline__subhead {
    font-size: 1.6rem;
  }
}

.inline .lv1 {
  margin-left: 1em;
}

.inline .lv2 {
  margin-left: 2em;
}

.inline a {
  color: #2bbdfc;
  text-decoration: underline;
}

.inline hr {
  height: 1px;
  border: none;
  background: #bababa;
}

.intro {
  padding-top: 19.8rem;
}

.intro__inner {
  padding: 0 2.4rem 8.8rem;
}

.intro__title {
  position: relative;
  top: -11rem;
  margin-bottom: -8.6rem;
}

.intro__body {
  text-align: left;
}

@media (min-width: 769px) {
  .intro__body {
    text-align: center;
  }
}

.intro__mainText {
  color: #2bbdfc;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
}

@media (min-width: 769px) {
  .intro__mainText {
    font-size: 2rem;
  }
}

.mainSlider {
  position: relative;
}

.mainSlider.slick-invalid {
  margin-top: 4rem;
}

.mainSlider.slick-invalid .slick-list::before, .mainSlider.slick-invalid .slick-list::after {
  display: none;
}

.mainSlider .slick-list::before, .mainSlider .slick-list::after {
  z-index: 1;
  position: absolute;
  top: 0;
  width: calc(50% - 600px);
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  content: '';
}

.mainSlider .slick-list::before {
  left: 0;
}

.mainSlider .slick-list::after {
  right: 0;
}

.mainSlider .slick-slide img {
  max-width: 100%;
}

.mainSlider .slick-arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  margin: auto;
          transform: translateY(-50%);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.mainSlider .slick-arrow::before {
  display: inline-block;
  width: 70%;
  height: 70%;
  content: '';
}

.mainSlider .slick-arrow.slick-prev {
  left: 0;
}

@media (min-width: 1200px) {
  .mainSlider .slick-arrow.slick-prev {
    right: 1200px;
  }
}

.mainSlider .slick-arrow.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%232bbdfc%22%3E%3Cpath%20d%3D%22M%208.122%200%20L%204%204%20L%2012%2012%20L%204%2020%20L%208.122%2024%20L%2020%2012%20Z%22%20transform%3D%22matrix%28-1%2C%200%2C%200%2C%20-1%2C%2024%2C%2024%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.mainSlider .slick-arrow.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M%208.122%200%20L%204%204%20L%2012%2012%20L%204%2020%20L%208.122%2024%20L%2020%2012%20Z%22%20transform%3D%22matrix%28-1%2C%200%2C%200%2C%20-1%2C%2024%2C%2024%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.mainSlider .slick-arrow.slick-next {
  right: 0;
}

@media (min-width: 1200px) {
  .mainSlider .slick-arrow.slick-next {
    left: 1200px;
  }
}

.mainSlider .slick-arrow.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%232bbdfc%22%3E%3Cpath%20d%3D%22M8.122%2024l-4.122-4%208-8-8-8%204.122-4%2011.878%2012z%22%2F%3E%3C%2Fsvg%3E");
}

.mainSlider .slick-arrow.slick-next:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fbbf3a%22%3E%3Cpath%20d%3D%22M8.122%2024l-4.122-4%208-8-8-8%204.122-4%2011.878%2012z%22%2F%3E%3C%2Fsvg%3E");
}

.mainSlider .slick-dots-outer {
  width: 100%;
  padding: 1.5rem 1rem 1rem;
  background-image: -webkit-linear-gradient(135deg, #2bbdfc 24.95%, #35c0fc 25%, #35c0fc 49.95%, #2bbdfc 50%, #2bbdfc 74.95%, #35c0fc 75%);
  background-image: -o-linear-gradient(135deg, #2bbdfc 24.95%, #35c0fc 25%, #35c0fc 49.95%, #2bbdfc 50%, #2bbdfc 74.95%, #35c0fc 75%);
  background-image: linear-gradient(-45deg, #2bbdfc 24.95%, #35c0fc 25%, #35c0fc 49.95%, #2bbdfc 50%, #2bbdfc 74.95%, #35c0fc 75%);
  background-size: 22.62742px 22.62742px;
}

.mainSlider.slick-invalid .slick-dots-outer {
  display: none;
}

.mainSlider .slick-dots {
  display: table;
  margin: 0 auto;
}

.mainSlider .slick-dots > li {
  display: inline-block;
  width: 50%;
  padding: 0.5rem;
}

@media (min-width: 769px) {
  .mainSlider .slick-dots > li {
    width: 240px;
    padding: 1rem;
  }
}

.mainSlider .slick-dots button {
  border: 4px solid transparent;
  outline: none;
}

.mainSlider .slick-dots li.slick-active button {
  position: relative;
  border: 4px solid #fbbf3a;
}

.mainSlider .slick-dots li.slick-active button::before {
  -webkit-transform: translate(-50%, -100%) scale(1);
      -ms-transform: translate(-50%, -100%) scale(1);
  position: absolute;
  top: 0;
  left: 50%;
          transform: translate(-50%, -100%) scale(1);
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fbbf3a;
  border-left: 15px solid transparent;
  content: '';
}

.mainSlider .slick-dots img {
  width: 100%;
}

.nav-goods__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  .nav-goods__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.nav-goods__item {
  width: 100%;
}

.nav-goods__item:not(:last-child) {
  margin-bottom: 0.8rem;
}

@media (min-width: 769px) {
  .nav-goods__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.nav-goods__link {
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.nav-goods__link::before, .nav-goods__link::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  content: '';
  transition: 0.3s;
}

.nav-goods__link::before {
  -webkit-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
  z-index: -1;
  width: 100%;
          transform: translateX(-5rem);
}

@media (min-width: 769px) {
  .nav-goods__link::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav-goods__item--trickstar .nav-goods__link::before {
  background: #ef8b29;
}

.nav-goods__item--fine .nav-goods__link::before {
  background: #e3cf9c;
}

.nav-goods__item--akatsuki .nav-goods__link::before {
  background: #922928;
}

.nav-goods__item--undead .nav-goods__link::before {
  background: #6e3f8f;
}

.nav-goods__item--knights .nav-goods__link::before {
  background: #253b60;
}

.nav-goods__item--ryuseitai .nav-goods__link::before {
  background: #e93433;
}

.nav-goods__item--rabits .nav-goods__link::before {
  background: #63d5e0;
}

.nav-goods__item--twowink .nav-goods__link::before {
  background: #db4994;
}

.nav-goods__item--valkyrie .nav-goods__link::before {
  background: #4b1817;
}

.nav-goods__item--switch .nav-goods__link::before {
  background: #90c947;
}

.nav-goods__item--mam .nav-goods__link::before {
  background: #999;
}

.nav-goods__item--adam .nav-goods__link::before {
  background: #0e2433;
}

.nav-goods__item--eve .nav-goods__link::before {
  background: #eee0af;
}

.nav-goods__item--eden .nav-goods__link::before {
  background: #5f5a5e;
}

.nav-goods__item--general .nav-goods__link::before {
  background: #4ec8fc;
}

@media (min-width: 769px) {
  .nav-goods__link:hover::before {
    -webkit-transform: translateX(-5rem);
        -ms-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
}

.nav-goods__link::after {
  z-index: -2;
  width: 5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M0%207.33l2.829-2.83%209.175%209.339%209.167-9.339%202.829%202.83-11.996%2012.17z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}

.nav-goods__item--trickstar .nav-goods__link::after {
  background-color: rgba(239, 139, 41, 0.8);
}

.nav-goods__item--fine .nav-goods__link::after {
  background-color: rgba(227, 207, 156, 0.8);
}

.nav-goods__item--akatsuki .nav-goods__link::after {
  background-color: rgba(146, 41, 40, 0.8);
}

.nav-goods__item--undead .nav-goods__link::after {
  background-color: rgba(110, 63, 143, 0.8);
}

.nav-goods__item--knights .nav-goods__link::after {
  background-color: rgba(37, 59, 96, 0.8);
}

.nav-goods__item--ryuseitai .nav-goods__link::after {
  background-color: rgba(233, 52, 51, 0.8);
}

.nav-goods__item--rabits .nav-goods__link::after {
  background-color: rgba(99, 213, 224, 0.8);
}

.nav-goods__item--twowink .nav-goods__link::after {
  background-color: rgba(219, 73, 148, 0.8);
}

.nav-goods__item--valkyrie .nav-goods__link::after {
  background-color: rgba(75, 24, 23, 0.8);
}

.nav-goods__item--switch .nav-goods__link::after {
  background-color: rgba(144, 201, 71, 0.8);
}

.nav-goods__item--mam .nav-goods__link::after {
  background-color: rgba(153, 153, 153, 0.8);
}

.nav-goods__item--adam .nav-goods__link::after {
  background-color: rgba(14, 36, 51, 0.8);
}

.nav-goods__item--eve .nav-goods__link::after {
  background-color: rgba(238, 224, 175, 0.8);
}

.nav-goods__item--eden .nav-goods__link::after {
  background-color: rgba(95, 90, 94, 0.8);
}

.nav-goods__item--general .nav-goods__link::after {
  background-color: rgba(78, 200, 252, 0.8);
}

.nav-goods__item--general .nav-goods__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 100%;
  padding: 1.5em 0 1.5em 1.5em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .nav-goods__item--general .nav-goods__link {
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .nav-goods__item--general .nav-goods__link {
    padding: 0;
  }
}

.nav-goods__logo {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transform: translateX(-2em);
      -ms-transform: translateX(-2em);
          transform: translateX(-2em);
  transition: 0.4s;
}

@media (min-width: 769px) {
  .nav-goods__logo {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 769px) {
  .nav-goods__link:hover .nav-goods__logo {
    -webkit-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
            transform: translateX(-2em);
  }
}

.news__inner {
  position: relative;
  padding: 2rem 1rem 2rem 2rem;
}

.news__scroll {
  padding-right: 1em;
}

.news__date {
  display: block;
  color: #bababa;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.news__date:not(:first-child) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #bababa;
}

.news__text p {
  padding-left: 1em;
  text-indent: -1em;
}

.news__text p::before {
  content: '・';
}

.news__text a {
  text-decoration: underline;
}

.relation {
  padding-bottom: 8.8rem;
  background-color: rgba(43, 189, 252, 0.08);
}

@media (min-width: 769px) {
  .relation {
    padding-bottom: 5.6rem;
  }
}

.relation__head {
  margin-bottom: 0 !important;
}

.relation__head > img {
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-backface-visibility: hidden;
          transform: translate3d(0, -50%, 0);
          backface-visibility: hidden;
}

.relation__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin: 0 -0.8rem -1.6rem;
}

@media (min-width: 769px) {
  .relation__list {
    margin: 0 -1.6rem -3.2rem;
  }
}

.relation li {
  word-wrap: break-word;
  width: calc(100% - 1.6rem);
  min-width: 0;
  margin: 0 0.8rem 1.6rem;
}

@media (min-width: 769px) {
  .relation li {
    width: calc(33.33333% - 3.2rem);
    margin: 0 1.6rem 3.2rem;
  }
}

.relation li a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
  transition: 0.4s;
}

.relation li a:focus, .relation li a:active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  transition: 0.2s;
}

@media (min-width: 769px) {
  .relation li a:hover {
    opacity: 0.7;
  }
}

.relation li a:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.7;
}

.relation li img {
  width: 100%;
}

.scroll {
  position: relative;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  .scroll {
    height: 400px;
  }
}

.scroll--twitter {
  height: calc(300px + 4rem);
}

@media (min-width: 769px) {
  .scroll--twitter {
    height: calc(400px + 4rem);
  }
}

.scroll .ps__thumb-y {
  color: rgba(43, 189, 252, 0.5);
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share__item {
  width: 33%;
}

@media (min-width: 769px) {
  .share__item {
    width: 60px;
  }
}

.share__link {
  display: block;
  z-index: 1;
  position: relative;
  padding: 0.5rem;
}

@media (min-width: 769px) {
  .share__link {
    padding: 1rem;
  }
}

.share__icon {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  vertical-align: middle;
}

.spinner {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  width: 90px;
  height: 15px;
  transition: 0.2s;
}

.spinner--center {
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%);
}

.spinner__dot {
  -webkit-animation: spinner 1s infinite;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  float: left;
  border: 3px solid #2bbdfc;
  border-radius: 50%;
          animation: spinner 1s infinite;
}

.spinner__dot:nth-child(1) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner__dot:nth-child(2) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.spinner__dot:nth-child(3) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

.strikethrough {
  position: relative;
}

.strikethrough::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: currentColor;
  content: '';
}

/* purgecss end ignore */
.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-m-xxs {
  margin: 0.8rem !important;
}

.u-m-xs {
  margin: 1.6rem !important;
}

.u-m-s {
  margin: 2.4rem !important;
}

.u-m-m {
  margin: 3.2rem !important;
}

.u-m-l {
  margin: 5.6rem !important;
}

.u-m-xl {
  margin: 8.8rem !important;
}

.u-m-xxl {
  margin: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-m-0 {
    margin: 0 !important;
  }
  .u-pc-m-auto {
    margin: auto !important;
  }
  .u-pc-m-xxs {
    margin: 0.8rem !important;
  }
  .u-pc-m-xs {
    margin: 1.6rem !important;
  }
  .u-pc-m-s {
    margin: 2.4rem !important;
  }
  .u-pc-m-m {
    margin: 3.2rem !important;
  }
  .u-pc-m-l {
    margin: 5.6rem !important;
  }
  .u-pc-m-xl {
    margin: 8.8rem !important;
  }
  .u-pc-m-xxl {
    margin: 14.4rem !important;
  }
}

.u-mt-0, .u-my-0 {
  margin-top: 0 !important;
}

.u-mt-auto, .u-my-auto {
  margin-top: auto !important;
}

.u-mt-xxs, .u-my-xxs {
  margin-top: 0.8rem !important;
}

.u-mt-xs, .u-my-xs {
  margin-top: 1.6rem !important;
}

.u-mt-s, .u-my-s {
  margin-top: 2.4rem !important;
}

.u-mt-m, .u-my-m {
  margin-top: 3.2rem !important;
}

.u-mt-l, .u-my-l {
  margin-top: 5.6rem !important;
}

.u-mt-xl, .u-my-xl {
  margin-top: 8.8rem !important;
}

.u-mt-xxl, .u-my-xxl {
  margin-top: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-mt-0, .u-pc-my-0 {
    margin-top: 0 !important;
  }
  .u-pc-mt-auto, .u-pc-my-auto {
    margin-top: auto !important;
  }
  .u-pc-mt-xxs, .u-pc-my-xxs {
    margin-top: 0.8rem !important;
  }
  .u-pc-mt-xs, .u-pc-my-xs {
    margin-top: 1.6rem !important;
  }
  .u-pc-mt-s, .u-pc-my-s {
    margin-top: 2.4rem !important;
  }
  .u-pc-mt-m, .u-pc-my-m {
    margin-top: 3.2rem !important;
  }
  .u-pc-mt-l, .u-pc-my-l {
    margin-top: 5.6rem !important;
  }
  .u-pc-mt-xl, .u-pc-my-xl {
    margin-top: 8.8rem !important;
  }
  .u-pc-mt-xxl, .u-pc-my-xxl {
    margin-top: 14.4rem !important;
  }
}

.u-mb-0, .u-my-0 {
  margin-bottom: 0 !important;
}

.u-mb-auto, .u-my-auto {
  margin-bottom: auto !important;
}

.u-mb-xxs, .u-my-xxs {
  margin-bottom: 0.8rem !important;
}

.u-mb-xs, .u-my-xs {
  margin-bottom: 1.6rem !important;
}

.u-mb-s, .u-my-s {
  margin-bottom: 2.4rem !important;
}

.u-mb-m, .u-my-m {
  margin-bottom: 3.2rem !important;
}

.u-mb-l, .u-my-l {
  margin-bottom: 5.6rem !important;
}

.u-mb-xl, .u-my-xl {
  margin-bottom: 8.8rem !important;
}

.u-mb-xxl, .u-my-xxl {
  margin-bottom: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-mb-0, .u-pc-my-0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mb-auto, .u-pc-my-auto {
    margin-bottom: auto !important;
  }
  .u-pc-mb-xxs, .u-pc-my-xxs {
    margin-bottom: 0.8rem !important;
  }
  .u-pc-mb-xs, .u-pc-my-xs {
    margin-bottom: 1.6rem !important;
  }
  .u-pc-mb-s, .u-pc-my-s {
    margin-bottom: 2.4rem !important;
  }
  .u-pc-mb-m, .u-pc-my-m {
    margin-bottom: 3.2rem !important;
  }
  .u-pc-mb-l, .u-pc-my-l {
    margin-bottom: 5.6rem !important;
  }
  .u-pc-mb-xl, .u-pc-my-xl {
    margin-bottom: 8.8rem !important;
  }
  .u-pc-mb-xxl, .u-pc-my-xxl {
    margin-bottom: 14.4rem !important;
  }
}

.u-mr-0, .u-mx-0 {
  margin-right: 0 !important;
}

.u-mr-auto, .u-mx-auto {
  margin-right: auto !important;
}

.u-mr-xxs, .u-mx-xxs {
  margin-right: 0.8rem !important;
}

.u-mr-xs, .u-mx-xs {
  margin-right: 1.6rem !important;
}

.u-mr-s, .u-mx-s {
  margin-right: 2.4rem !important;
}

.u-mr-m, .u-mx-m {
  margin-right: 3.2rem !important;
}

.u-mr-l, .u-mx-l {
  margin-right: 5.6rem !important;
}

.u-mr-xl, .u-mx-xl {
  margin-right: 8.8rem !important;
}

.u-mr-xxl, .u-mx-xxl {
  margin-right: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-mr-0, .u-pc-mx-0 {
    margin-right: 0 !important;
  }
  .u-pc-mr-auto, .u-pc-mx-auto {
    margin-right: auto !important;
  }
  .u-pc-mr-xxs, .u-pc-mx-xxs {
    margin-right: 0.8rem !important;
  }
  .u-pc-mr-xs, .u-pc-mx-xs {
    margin-right: 1.6rem !important;
  }
  .u-pc-mr-s, .u-pc-mx-s {
    margin-right: 2.4rem !important;
  }
  .u-pc-mr-m, .u-pc-mx-m {
    margin-right: 3.2rem !important;
  }
  .u-pc-mr-l, .u-pc-mx-l {
    margin-right: 5.6rem !important;
  }
  .u-pc-mr-xl, .u-pc-mx-xl {
    margin-right: 8.8rem !important;
  }
  .u-pc-mr-xxl, .u-pc-mx-xxl {
    margin-right: 14.4rem !important;
  }
}

.u-ml-0, .u-mx-0 {
  margin-left: 0 !important;
}

.u-ml-auto, .u-mx-auto {
  margin-left: auto !important;
}

.u-ml-xxs, .u-mx-xxs {
  margin-left: 0.8rem !important;
}

.u-ml-xs, .u-mx-xs {
  margin-left: 1.6rem !important;
}

.u-ml-s, .u-mx-s {
  margin-left: 2.4rem !important;
}

.u-ml-m, .u-mx-m {
  margin-left: 3.2rem !important;
}

.u-ml-l, .u-mx-l {
  margin-left: 5.6rem !important;
}

.u-ml-xl, .u-mx-xl {
  margin-left: 8.8rem !important;
}

.u-ml-xxl, .u-mx-xxl {
  margin-left: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-ml-0, .u-pc-mx-0 {
    margin-left: 0 !important;
  }
  .u-pc-ml-auto, .u-pc-mx-auto {
    margin-left: auto !important;
  }
  .u-pc-ml-xxs, .u-pc-mx-xxs {
    margin-left: 0.8rem !important;
  }
  .u-pc-ml-xs, .u-pc-mx-xs {
    margin-left: 1.6rem !important;
  }
  .u-pc-ml-s, .u-pc-mx-s {
    margin-left: 2.4rem !important;
  }
  .u-pc-ml-m, .u-pc-mx-m {
    margin-left: 3.2rem !important;
  }
  .u-pc-ml-l, .u-pc-mx-l {
    margin-left: 5.6rem !important;
  }
  .u-pc-ml-xl, .u-pc-mx-xl {
    margin-left: 8.8rem !important;
  }
  .u-pc-ml-xxl, .u-pc-mx-xxl {
    margin-left: 14.4rem !important;
  }
}

.u-nm-xxs {
  margin: -0.8rem !important;
}

.u-nm-xs {
  margin: -1.6rem !important;
}

.u-nm-s {
  margin: -2.4rem !important;
}

.u-nm-m {
  margin: -3.2rem !important;
}

.u-nm-l {
  margin: -5.6rem !important;
}

.u-nm-xl {
  margin: -8.8rem !important;
}

.u-nm-xxl {
  margin: -14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-nm-xxs {
    margin: -0.8rem !important;
  }
  .u-pc-nm-xs {
    margin: -1.6rem !important;
  }
  .u-pc-nm-s {
    margin: -2.4rem !important;
  }
  .u-pc-nm-m {
    margin: -3.2rem !important;
  }
  .u-pc-nm-l {
    margin: -5.6rem !important;
  }
  .u-pc-nm-xl {
    margin: -8.8rem !important;
  }
  .u-pc-nm-xxl {
    margin: -14.4rem !important;
  }
}

.u-nmt-xxs, .u-nmy-xxs {
  margin-top: -0.8rem !important;
}

.u-nmt-xs, .u-nmy-xs {
  margin-top: -1.6rem !important;
}

.u-nmt-s, .u-nmy-s {
  margin-top: -2.4rem !important;
}

.u-nmt-m, .u-nmy-m {
  margin-top: -3.2rem !important;
}

.u-nmt-l, .u-nmy-l {
  margin-top: -5.6rem !important;
}

.u-nmt-xl, .u-nmy-xl {
  margin-top: -8.8rem !important;
}

.u-nmt-xxl, .u-nmy-xxl {
  margin-top: -14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-nmt-xxs, .u-pc-nmy-xxs {
    margin-top: -0.8rem !important;
  }
  .u-pc-nmt-xs, .u-pc-nmy-xs {
    margin-top: -1.6rem !important;
  }
  .u-pc-nmt-s, .u-pc-nmy-s {
    margin-top: -2.4rem !important;
  }
  .u-pc-nmt-m, .u-pc-nmy-m {
    margin-top: -3.2rem !important;
  }
  .u-pc-nmt-l, .u-pc-nmy-l {
    margin-top: -5.6rem !important;
  }
  .u-pc-nmt-xl, .u-pc-nmy-xl {
    margin-top: -8.8rem !important;
  }
  .u-pc-nmt-xxl, .u-pc-nmy-xxl {
    margin-top: -14.4rem !important;
  }
}

.u-nmb-xxs, .u-nmy-xxs {
  margin-bottom: -0.8rem !important;
}

.u-nmb-xs, .u-nmy-xs {
  margin-bottom: -1.6rem !important;
}

.u-nmb-s, .u-nmy-s {
  margin-bottom: -2.4rem !important;
}

.u-nmb-m, .u-nmy-m {
  margin-bottom: -3.2rem !important;
}

.u-nmb-l, .u-nmy-l {
  margin-bottom: -5.6rem !important;
}

.u-nmb-xl, .u-nmy-xl {
  margin-bottom: -8.8rem !important;
}

.u-nmb-xxl, .u-nmy-xxl {
  margin-bottom: -14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-nmb-xxs, .u-pc-nmy-xxs {
    margin-bottom: -0.8rem !important;
  }
  .u-pc-nmb-xs, .u-pc-nmy-xs {
    margin-bottom: -1.6rem !important;
  }
  .u-pc-nmb-s, .u-pc-nmy-s {
    margin-bottom: -2.4rem !important;
  }
  .u-pc-nmb-m, .u-pc-nmy-m {
    margin-bottom: -3.2rem !important;
  }
  .u-pc-nmb-l, .u-pc-nmy-l {
    margin-bottom: -5.6rem !important;
  }
  .u-pc-nmb-xl, .u-pc-nmy-xl {
    margin-bottom: -8.8rem !important;
  }
  .u-pc-nmb-xxl, .u-pc-nmy-xxl {
    margin-bottom: -14.4rem !important;
  }
}

.u-nmr-xxs, .u-nmx-xxs {
  margin-right: -0.8rem !important;
}

.u-nmr-xs, .u-nmx-xs {
  margin-right: -1.6rem !important;
}

.u-nmr-s, .u-nmx-s {
  margin-right: -2.4rem !important;
}

.u-nmr-m, .u-nmx-m {
  margin-right: -3.2rem !important;
}

.u-nmr-l, .u-nmx-l {
  margin-right: -5.6rem !important;
}

.u-nmr-xl, .u-nmx-xl {
  margin-right: -8.8rem !important;
}

.u-nmr-xxl, .u-nmx-xxl {
  margin-right: -14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-nmr-xxs, .u-pc-nmx-xxs {
    margin-right: -0.8rem !important;
  }
  .u-pc-nmr-xs, .u-pc-nmx-xs {
    margin-right: -1.6rem !important;
  }
  .u-pc-nmr-s, .u-pc-nmx-s {
    margin-right: -2.4rem !important;
  }
  .u-pc-nmr-m, .u-pc-nmx-m {
    margin-right: -3.2rem !important;
  }
  .u-pc-nmr-l, .u-pc-nmx-l {
    margin-right: -5.6rem !important;
  }
  .u-pc-nmr-xl, .u-pc-nmx-xl {
    margin-right: -8.8rem !important;
  }
  .u-pc-nmr-xxl, .u-pc-nmx-xxl {
    margin-right: -14.4rem !important;
  }
}

.u-nml-xxs, .u-nmx-xxs {
  margin-left: -0.8rem !important;
}

.u-nml-xs, .u-nmx-xs {
  margin-left: -1.6rem !important;
}

.u-nml-s, .u-nmx-s {
  margin-left: -2.4rem !important;
}

.u-nml-m, .u-nmx-m {
  margin-left: -3.2rem !important;
}

.u-nml-l, .u-nmx-l {
  margin-left: -5.6rem !important;
}

.u-nml-xl, .u-nmx-xl {
  margin-left: -8.8rem !important;
}

.u-nml-xxl, .u-nmx-xxl {
  margin-left: -14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-nml-xxs, .u-pc-nmx-xxs {
    margin-left: -0.8rem !important;
  }
  .u-pc-nml-xs, .u-pc-nmx-xs {
    margin-left: -1.6rem !important;
  }
  .u-pc-nml-s, .u-pc-nmx-s {
    margin-left: -2.4rem !important;
  }
  .u-pc-nml-m, .u-pc-nmx-m {
    margin-left: -3.2rem !important;
  }
  .u-pc-nml-l, .u-pc-nmx-l {
    margin-left: -5.6rem !important;
  }
  .u-pc-nml-xl, .u-pc-nmx-xl {
    margin-left: -8.8rem !important;
  }
  .u-pc-nml-xxl, .u-pc-nmx-xxl {
    margin-left: -14.4rem !important;
  }
}

.u-mrc-0 > :not(:last-child) {
  margin-right: 0;
}

.u-mrc-auto > :not(:last-child) {
  margin-right: auto;
}

.u-mrc-xxs > :not(:last-child) {
  margin-right: 0.8rem;
}

.u-mrc-xs > :not(:last-child) {
  margin-right: 1.6rem;
}

.u-mrc-s > :not(:last-child) {
  margin-right: 2.4rem;
}

.u-mrc-m > :not(:last-child) {
  margin-right: 3.2rem;
}

.u-mrc-l > :not(:last-child) {
  margin-right: 5.6rem;
}

.u-mrc-xl > :not(:last-child) {
  margin-right: 8.8rem;
}

.u-mrc-xxl > :not(:last-child) {
  margin-right: 14.4rem;
}

@media (min-width: 769px) {
  .u-pc-mrc-0 > :not(:last-child) {
    margin-right: 0;
  }
  .u-pc-mrc-auto > :not(:last-child) {
    margin-right: auto;
  }
  .u-pc-mrc-xxs > :not(:last-child) {
    margin-right: 0.8rem;
  }
  .u-pc-mrc-xs > :not(:last-child) {
    margin-right: 1.6rem;
  }
  .u-pc-mrc-s > :not(:last-child) {
    margin-right: 2.4rem;
  }
  .u-pc-mrc-m > :not(:last-child) {
    margin-right: 3.2rem;
  }
  .u-pc-mrc-l > :not(:last-child) {
    margin-right: 5.6rem;
  }
  .u-pc-mrc-xl > :not(:last-child) {
    margin-right: 8.8rem;
  }
  .u-pc-mrc-xxl > :not(:last-child) {
    margin-right: 14.4rem;
  }
}

.u-mbc-0 > :not(:last-child) {
  margin-bottom: 0;
}

.u-mbc-auto > :not(:last-child) {
  margin-bottom: auto;
}

.u-mbc-xxs > :not(:last-child) {
  margin-bottom: 0.8rem;
}

.u-mbc-xs > :not(:last-child) {
  margin-bottom: 1.6rem;
}

.u-mbc-s > :not(:last-child) {
  margin-bottom: 2.4rem;
}

.u-mbc-m > :not(:last-child) {
  margin-bottom: 3.2rem;
}

.u-mbc-l > :not(:last-child) {
  margin-bottom: 5.6rem;
}

.u-mbc-xl > :not(:last-child) {
  margin-bottom: 8.8rem;
}

.u-mbc-xxl > :not(:last-child) {
  margin-bottom: 14.4rem;
}

@media (min-width: 769px) {
  .u-pc-mbc-0 > :not(:last-child) {
    margin-bottom: 0;
  }
  .u-pc-mbc-auto > :not(:last-child) {
    margin-bottom: auto;
  }
  .u-pc-mbc-xxs > :not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .u-pc-mbc-xs > :not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .u-pc-mbc-s > :not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .u-pc-mbc-m > :not(:last-child) {
    margin-bottom: 3.2rem;
  }
  .u-pc-mbc-l > :not(:last-child) {
    margin-bottom: 5.6rem;
  }
  .u-pc-mbc-xl > :not(:last-child) {
    margin-bottom: 8.8rem;
  }
  .u-pc-mbc-xxl > :not(:last-child) {
    margin-bottom: 14.4rem;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-xxs {
  padding: 0.8rem !important;
}

.u-p-xs {
  padding: 1.6rem !important;
}

.u-p-s {
  padding: 2.4rem !important;
}

.u-p-m {
  padding: 3.2rem !important;
}

.u-p-l {
  padding: 5.6rem !important;
}

.u-p-xl {
  padding: 8.8rem !important;
}

.u-p-xxl {
  padding: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-p-0 {
    padding: 0 !important;
  }
  .u-pc-p-xxs {
    padding: 0.8rem !important;
  }
  .u-pc-p-xs {
    padding: 1.6rem !important;
  }
  .u-pc-p-s {
    padding: 2.4rem !important;
  }
  .u-pc-p-m {
    padding: 3.2rem !important;
  }
  .u-pc-p-l {
    padding: 5.6rem !important;
  }
  .u-pc-p-xl {
    padding: 8.8rem !important;
  }
  .u-pc-p-xxl {
    padding: 14.4rem !important;
  }
}

.u-pt-0, .u-py-0 {
  padding-top: 0 !important;
}

.u-pt-xxs, .u-py-xxs {
  padding-top: 0.8rem !important;
}

.u-pt-xs, .u-py-xs {
  padding-top: 1.6rem !important;
}

.u-pt-s, .u-py-s {
  padding-top: 2.4rem !important;
}

.u-pt-m, .u-py-m {
  padding-top: 3.2rem !important;
}

.u-pt-l, .u-py-l {
  padding-top: 5.6rem !important;
}

.u-pt-xl, .u-py-xl {
  padding-top: 8.8rem !important;
}

.u-pt-xxl, .u-py-xxl {
  padding-top: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-pt-0, .u-pc-py-0 {
    padding-top: 0 !important;
  }
  .u-pc-pt-xxs, .u-pc-py-xxs {
    padding-top: 0.8rem !important;
  }
  .u-pc-pt-xs, .u-pc-py-xs {
    padding-top: 1.6rem !important;
  }
  .u-pc-pt-s, .u-pc-py-s {
    padding-top: 2.4rem !important;
  }
  .u-pc-pt-m, .u-pc-py-m {
    padding-top: 3.2rem !important;
  }
  .u-pc-pt-l, .u-pc-py-l {
    padding-top: 5.6rem !important;
  }
  .u-pc-pt-xl, .u-pc-py-xl {
    padding-top: 8.8rem !important;
  }
  .u-pc-pt-xxl, .u-pc-py-xxl {
    padding-top: 14.4rem !important;
  }
}

.u-pb-0, .u-py-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxs, .u-py-xxs {
  padding-bottom: 0.8rem !important;
}

.u-pb-xs, .u-py-xs {
  padding-bottom: 1.6rem !important;
}

.u-pb-s, .u-py-s {
  padding-bottom: 2.4rem !important;
}

.u-pb-m, .u-py-m {
  padding-bottom: 3.2rem !important;
}

.u-pb-l, .u-py-l {
  padding-bottom: 5.6rem !important;
}

.u-pb-xl, .u-py-xl {
  padding-bottom: 8.8rem !important;
}

.u-pb-xxl, .u-py-xxl {
  padding-bottom: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-pb-0, .u-pc-py-0 {
    padding-bottom: 0 !important;
  }
  .u-pc-pb-xxs, .u-pc-py-xxs {
    padding-bottom: 0.8rem !important;
  }
  .u-pc-pb-xs, .u-pc-py-xs {
    padding-bottom: 1.6rem !important;
  }
  .u-pc-pb-s, .u-pc-py-s {
    padding-bottom: 2.4rem !important;
  }
  .u-pc-pb-m, .u-pc-py-m {
    padding-bottom: 3.2rem !important;
  }
  .u-pc-pb-l, .u-pc-py-l {
    padding-bottom: 5.6rem !important;
  }
  .u-pc-pb-xl, .u-pc-py-xl {
    padding-bottom: 8.8rem !important;
  }
  .u-pc-pb-xxl, .u-pc-py-xxl {
    padding-bottom: 14.4rem !important;
  }
}

.u-pr-0, .u-px-0 {
  padding-right: 0 !important;
}

.u-pr-xxs, .u-px-xxs {
  padding-right: 0.8rem !important;
}

.u-pr-xs, .u-px-xs {
  padding-right: 1.6rem !important;
}

.u-pr-s, .u-px-s {
  padding-right: 2.4rem !important;
}

.u-pr-m, .u-px-m {
  padding-right: 3.2rem !important;
}

.u-pr-l, .u-px-l {
  padding-right: 5.6rem !important;
}

.u-pr-xl, .u-px-xl {
  padding-right: 8.8rem !important;
}

.u-pr-xxl, .u-px-xxl {
  padding-right: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-pr-0, .u-pc-px-0 {
    padding-right: 0 !important;
  }
  .u-pc-pr-xxs, .u-pc-px-xxs {
    padding-right: 0.8rem !important;
  }
  .u-pc-pr-xs, .u-pc-px-xs {
    padding-right: 1.6rem !important;
  }
  .u-pc-pr-s, .u-pc-px-s {
    padding-right: 2.4rem !important;
  }
  .u-pc-pr-m, .u-pc-px-m {
    padding-right: 3.2rem !important;
  }
  .u-pc-pr-l, .u-pc-px-l {
    padding-right: 5.6rem !important;
  }
  .u-pc-pr-xl, .u-pc-px-xl {
    padding-right: 8.8rem !important;
  }
  .u-pc-pr-xxl, .u-pc-px-xxl {
    padding-right: 14.4rem !important;
  }
}

.u-pl-0, .u-px-0 {
  padding-left: 0 !important;
}

.u-pl-xxs, .u-px-xxs {
  padding-left: 0.8rem !important;
}

.u-pl-xs, .u-px-xs {
  padding-left: 1.6rem !important;
}

.u-pl-s, .u-px-s {
  padding-left: 2.4rem !important;
}

.u-pl-m, .u-px-m {
  padding-left: 3.2rem !important;
}

.u-pl-l, .u-px-l {
  padding-left: 5.6rem !important;
}

.u-pl-xl, .u-px-xl {
  padding-left: 8.8rem !important;
}

.u-pl-xxl, .u-px-xxl {
  padding-left: 14.4rem !important;
}

@media (min-width: 769px) {
  .u-pc-pl-0, .u-pc-px-0 {
    padding-left: 0 !important;
  }
  .u-pc-pl-xxs, .u-pc-px-xxs {
    padding-left: 0.8rem !important;
  }
  .u-pc-pl-xs, .u-pc-px-xs {
    padding-left: 1.6rem !important;
  }
  .u-pc-pl-s, .u-pc-px-s {
    padding-left: 2.4rem !important;
  }
  .u-pc-pl-m, .u-pc-px-m {
    padding-left: 3.2rem !important;
  }
  .u-pc-pl-l, .u-pc-px-l {
    padding-left: 5.6rem !important;
  }
  .u-pc-pl-xl, .u-pc-px-xl {
    padding-left: 8.8rem !important;
  }
  .u-pc-pl-xxl, .u-pc-px-xxl {
    padding-left: 14.4rem !important;
  }
}

.u-w-10 {
  width: 10%;
}

.u-w-20 {
  width: 20%;
}

.u-w-30 {
  width: 30%;
}

.u-w-40 {
  width: 40%;
}

.u-w-50 {
  width: 50%;
}

.u-w-60 {
  width: 60%;
}

.u-w-70 {
  width: 70%;
}

.u-w-80 {
  width: 80%;
}

.u-w-90 {
  width: 90%;
}

.u-w-100 {
  width: 100%;
}

.u-w-auto {
  width: auto;
}

@media (min-width: 769px) {
  .u-pc-w-10 {
    width: 10%;
  }
  .u-pc-w-20 {
    width: 20%;
  }
  .u-pc-w-30 {
    width: 30%;
  }
  .u-pc-w-40 {
    width: 40%;
  }
  .u-pc-w-50 {
    width: 50%;
  }
  .u-pc-w-60 {
    width: 60%;
  }
  .u-pc-w-70 {
    width: 70%;
  }
  .u-pc-w-80 {
    width: 80%;
  }
  .u-pc-w-90 {
    width: 90%;
  }
  .u-pc-w-100 {
    width: 100%;
  }
  .u-pc-w-auto {
    width: auto;
  }
}

.u-mw-10 {
  max-width: 10%;
}

.u-mw-20 {
  max-width: 20%;
}

.u-mw-30 {
  max-width: 30%;
}

.u-mw-40 {
  max-width: 40%;
}

.u-mw-50 {
  max-width: 50%;
}

.u-mw-60 {
  max-width: 60%;
}

.u-mw-70 {
  max-width: 70%;
}

.u-mw-80 {
  max-width: 80%;
}

.u-mw-90 {
  max-width: 90%;
}

.u-mw-100 {
  max-width: 100%;
}

.u-mw-none {
  max-width: none;
}

@media (min-width: 769px) {
  .u-pc-mw-10 {
    max-width: 10%;
  }
  .u-pc-mw-20 {
    max-width: 20%;
  }
  .u-pc-mw-30 {
    max-width: 30%;
  }
  .u-pc-mw-40 {
    max-width: 40%;
  }
  .u-pc-mw-50 {
    max-width: 50%;
  }
  .u-pc-mw-60 {
    max-width: 60%;
  }
  .u-pc-mw-70 {
    max-width: 70%;
  }
  .u-pc-mw-80 {
    max-width: 80%;
  }
  .u-pc-mw-90 {
    max-width: 90%;
  }
  .u-pc-mw-100 {
    max-width: 100%;
  }
  .u-pc-mw-none {
    max-width: none;
  }
}

.u-fs-i {
  font-size: inherit;
}

.u-fs-10 {
  font-size: 10%;
}

.u-fs-20 {
  font-size: 20%;
}

.u-fs-30 {
  font-size: 30%;
}

.u-fs-40 {
  font-size: 40%;
}

.u-fs-50 {
  font-size: 50%;
}

.u-fs-60 {
  font-size: 60%;
}

.u-fs-70 {
  font-size: 70%;
}

.u-fs-80 {
  font-size: 80%;
}

.u-fs-90 {
  font-size: 90%;
}

.u-fs-110 {
  font-size: 110%;
}

.u-fs-120 {
  font-size: 120%;
}

.u-fs-130 {
  font-size: 130%;
}

.u-fs-140 {
  font-size: 140%;
}

.u-fs-150 {
  font-size: 150%;
}

.u-fs-160 {
  font-size: 160%;
}

@media (min-width: 769px) {
  .u-pc-fs-i {
    font-size: inherit;
  }
  .u-pc-fs-10 {
    font-size: 10%;
  }
  .u-pc-fs-20 {
    font-size: 20%;
  }
  .u-pc-fs-30 {
    font-size: 30%;
  }
  .u-pc-fs-40 {
    font-size: 40%;
  }
  .u-pc-fs-50 {
    font-size: 50%;
  }
  .u-pc-fs-60 {
    font-size: 60%;
  }
  .u-pc-fs-70 {
    font-size: 70%;
  }
  .u-pc-fs-80 {
    font-size: 80%;
  }
  .u-pc-fs-90 {
    font-size: 90%;
  }
  .u-pc-fs-110 {
    font-size: 110%;
  }
  .u-pc-fs-120 {
    font-size: 120%;
  }
  .u-pc-fs-130 {
    font-size: 130%;
  }
  .u-pc-fs-140 {
    font-size: 140%;
  }
  .u-pc-fs-150 {
    font-size: 150%;
  }
  .u-pc-fs-160 {
    font-size: 160%;
  }
}

.u-fw-s {
  font-weight: 400;
}

.u-fw-m {
  font-weight: 500;
}

.u-fw-l {
  font-weight: 700;
}

.u-fsy-i {
  font-style: italic;
}

.u-fsy-n {
  font-style: normal;
}

.u-lh-10 {
  line-height: 0.1;
}

.u-lh-20 {
  line-height: 0.2;
}

.u-lh-30 {
  line-height: 0.3;
}

.u-lh-40 {
  line-height: 0.4;
}

.u-lh-50 {
  line-height: 0.5;
}

.u-lh-60 {
  line-height: 0.6;
}

.u-lh-70 {
  line-height: 0.7;
}

.u-lh-80 {
  line-height: 0.8;
}

.u-lh-90 {
  line-height: 0.9;
}

.u-lh-100 {
  line-height: 1;
}

.u-lh-110 {
  line-height: 1.1;
}

.u-lh-120 {
  line-height: 1.2;
}

.u-lh-130 {
  line-height: 1.3;
}

.u-lh-140 {
  line-height: 1.4;
}

.u-lh-150 {
  line-height: 1.5;
}

.u-lh-160 {
  line-height: 1.6;
}

.u-lh-170 {
  line-height: 1.7;
}

.u-lh-180 {
  line-height: 1.8;
}

.u-lh-190 {
  line-height: 1.9;
}

.u-lh-200 {
  line-height: 2;
}

.u-ta-r {
  text-align: right;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-j {
  text-align: justify;
}

.u-td-lt {
  text-decoration: line-through;
}

.u-td-ul {
  text-decoration: underline;
}

.u-c-white {
  color: #fff;
}

.u-c-red {
  color: #ff0000;
}

.u-d-b {
  display: block;
}

@media (min-width: 769px) {
  .u-pc-d-b {
    display: block;
  }
}

.u-d-n {
  display: none;
}

@media (min-width: 769px) {
  .u-pc-d-n {
    display: none;
  }
}

.u-d-i {
  display: inline;
}

@media (min-width: 769px) {
  .u-pc-d-i {
    display: inline;
  }
}

.u-d-ib {
  display: inline-block;
}

@media (min-width: 769px) {
  .u-pc-d-ib {
    display: inline-block;
  }
}

.u-d-t {
  display: table;
}

@media (min-width: 769px) {
  .u-pc-d-t {
    display: table;
  }
}

.u-d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .u-pc-d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ai-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-jc-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-fl-l {
  float: left;
}

.u-fl-r {
  float: right;
}

.u-fl-n {
  float: none;
}

.u-disable {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.u-nowrap {
  white-space: nowrap;
}

.u-copyright {
  font-size: 95%;
  line-height: 1;
  vertical-align: super;
}

.u-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .u-pc-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

.u-fluid {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media (min-width: 769px) {
  .u-pc-fluid {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.u-visuallyHidden {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.u-bullet,
.u-bullets > * {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bullet > *,
.u-bullets > * > * {
  text-indent: 0;
}

.u-hanging,
.u-hangings > * {
  display: table;
}

.u-hanging > *,
.u-hangings > * > * {
  display: table-cell;
  position: relative;
  right: -1px;
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */
