@charset "UTF-8";
/* Font
---------------------------------------------------------- */
/* Breakpoint
---------------------------------------------------------- */
/* Color
---------------------------------------------------------- */
/* line-height
---------------------------------------------------------- */
/* Z-index list
---------------------------------------------------------- */
/* calc-vw1920
---------------------------------------------------------- */
/* calc-vw1366
---------------------------------------------------------- */
/* calc-vw1280
---------------------------------------------------------- */
/* calc-vw375
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  21% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  27% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  48% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  21% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  27% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  48% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* ==========================================================
 fonts
========================================================== */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 350;
  src: local("Noto Sans CJK JP Light"), url("/assets/font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/assets/font/NotoSansCJKjp-DemiLight.otf") format("opentype"), url("/assets/font/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

/* ==========================================================
 Swiper
========================================================== */
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

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

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: 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;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

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

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  margin-left: -25px;
  width: 100%;
}

.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 5px;
  width: 5px;
  outline: none;
  color: transparent;
  margin: 0 7px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  margin: 0 7px;
  width: 5px;
  height: 5px;
  background-color: #E2E6F2;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button::before {
  width: 10px;
  height: 10px;
  background-color: #9FA8AF;
}

/* ==========================================================
 mixin
========================================================== */
/* up
---------------------------------------------------------- */
/* down
---------------------------------------------------------- */
/* ==========================================================
 base
========================================================== */
/* ==========================================================
 layout
========================================================== */
html {
  font-size: 62.5%;
}

html.is-locked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #666;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* contents
---------------------------------------------------------- */
.l-contents {
  width: 100%;
  padding-top: 120px;
}

.l-contents.-gray {
  background-color: #F6F7FB;
  padding-bottom: 160px;
}

@media (max-width: 896px) {
  .l-contents.-gray {
    padding-bottom: 80px;
  }
}

@media (max-width: 896px) {
  .l-contents {
    padding-top: 50px;
  }
}

/* container
---------------------------------------------------------- */
.l-container {
  padding-top: 30px;
  padding-bottom: 180px;
}

@media (max-width: 896px) {
  .l-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.l-container > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .l-container > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .l-container > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .l-container > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.l-container.-gray {
  background-color: #F6F7FB;
  padding-bottom: 160px;
}

@media (max-width: 896px) {
  .l-container.-gray {
    padding-bottom: 80px;
  }
}

.l-container.-border {
  border-top: 1px solid #E6E6E6;
}

/* container-column
---------------------------------------------------------- */
.l-container-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 897px) {
  .l-container-column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 896px) {
  .l-container-column.-detail > .l-container-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 896px) {
  .l-container-column.-detail > .l-container-right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 896px) {
  .l-container-column.-detail > .p-journal-relate {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l-container-column > .l-container-left {
  width: 914px;
  padding-right: 110px;
}

@media (max-width: 1300px) {
  .l-container-column > .l-container-left {
    width: calc((100vw * 900) / 1300);
    padding-right: calc((100vw * 110) / 1300);
  }
}

@media (max-width: 896px) {
  .l-container-column > .l-container-left {
    width: 100%;
    padding-right: 0;
  }
}

.l-container-column > .l-container-right {
  width: 256px;
}

@media (max-width: 1300px) {
  .l-container-column > .l-container-right {
    width: calc((100vw * 256) / 1300);
  }
}

@media (max-width: 896px) {
  .l-container-column > .l-container-right {
    width: 100%;
  }
}

/* l-grid-row
---------------------------------------------------------- */
.l-grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-grid-row.-gutter_5 {
  margin-top: -10px !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.l-grid-row.-gutter_5 > [class^="col"] {
  margin-top: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.l-grid-row.-gutter_x_5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.l-grid-row.-gutter_x_5 > [class^="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.l-grid-row.-gutter_y_5 {
  margin-top: -10px !important;
}

.l-grid-row.-gutter_y_5 > [class^="col"] {
  margin-top: 10px !important;
}

.l-grid-row.-gutter_10 {
  margin-top: -20px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.l-grid-row.-gutter_10 > [class^="col"] {
  margin-top: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.l-grid-row.-gutter_x_10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.l-grid-row.-gutter_x_10 > [class^="col"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.l-grid-row.-gutter_y_10 {
  margin-top: -20px !important;
}

.l-grid-row.-gutter_y_10 > [class^="col"] {
  margin-top: 20px !important;
}

.l-grid-row.-gutter_15 {
  margin-top: -30px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.l-grid-row.-gutter_15 > [class^="col"] {
  margin-top: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.l-grid-row.-gutter_x_15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.l-grid-row.-gutter_x_15 > [class^="col"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.l-grid-row.-gutter_y_15 {
  margin-top: -30px !important;
}

.l-grid-row.-gutter_y_15 > [class^="col"] {
  margin-top: 30px !important;
}

.l-grid-row.-gutter_20 {
  margin-top: -40px !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.l-grid-row.-gutter_20 > [class^="col"] {
  margin-top: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.l-grid-row.-gutter_x_20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.l-grid-row.-gutter_x_20 > [class^="col"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.l-grid-row.-gutter_y_20 {
  margin-top: -40px !important;
}

.l-grid-row.-gutter_y_20 > [class^="col"] {
  margin-top: 40px !important;
}

.l-grid-row.-gutter_25 {
  margin-top: -50px !important;
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.l-grid-row.-gutter_25 > [class^="col"] {
  margin-top: 50px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.l-grid-row.-gutter_x_25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.l-grid-row.-gutter_x_25 > [class^="col"] {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.l-grid-row.-gutter_y_25 {
  margin-top: -50px !important;
}

.l-grid-row.-gutter_y_25 > [class^="col"] {
  margin-top: 50px !important;
}

.l-grid-row.-gutter_30 {
  margin-top: -60px !important;
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.l-grid-row.-gutter_30 > [class^="col"] {
  margin-top: 60px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.l-grid-row.-gutter_x_30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.l-grid-row.-gutter_x_30 > [class^="col"] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.l-grid-row.-gutter_y_30 {
  margin-top: -60px !important;
}

.l-grid-row.-gutter_y_30 > [class^="col"] {
  margin-top: 60px !important;
}

@media (max-width: 896px) {
  .l-grid-row.-gutter_sm_5 {
    margin-top: -10px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .l-grid-row.-gutter_sm_5 > [class^="col"] {
    margin-top: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .l-grid-row.-gutter_x_sm_5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .l-grid-row.-gutter_x_sm_5 > [class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .l-grid-row.-gutter_y_sm_5 {
    margin-top: -10px !important;
  }
  .l-grid-row.-gutter_y_sm_5 > [class^="col"] {
    margin-top: 10px !important;
  }
  .l-grid-row.-gutter_sm_10 {
    margin-top: -20px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .l-grid-row.-gutter_sm_10 > [class^="col"] {
    margin-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .l-grid-row.-gutter_x_sm_10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .l-grid-row.-gutter_x_sm_10 > [class^="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .l-grid-row.-gutter_y_sm_10 {
    margin-top: -20px !important;
  }
  .l-grid-row.-gutter_y_sm_10 > [class^="col"] {
    margin-top: 20px !important;
  }
  .l-grid-row.-gutter_sm_15 {
    margin-top: -30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .l-grid-row.-gutter_sm_15 > [class^="col"] {
    margin-top: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-grid-row.-gutter_x_sm_15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .l-grid-row.-gutter_x_sm_15 > [class^="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-grid-row.-gutter_y_sm_15 {
    margin-top: -30px !important;
  }
  .l-grid-row.-gutter_y_sm_15 > [class^="col"] {
    margin-top: 30px !important;
  }
  .l-grid-row.-gutter_sm_20 {
    margin-top: -40px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .l-grid-row.-gutter_sm_20 > [class^="col"] {
    margin-top: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-grid-row.-gutter_x_sm_20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .l-grid-row.-gutter_x_sm_20 > [class^="col"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-grid-row.-gutter_y_sm_20 {
    margin-top: -40px !important;
  }
  .l-grid-row.-gutter_y_sm_20 > [class^="col"] {
    margin-top: 40px !important;
  }
  .l-grid-row.-gutter_sm_25 {
    margin-top: -50px !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .l-grid-row.-gutter_sm_25 > [class^="col"] {
    margin-top: 50px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-grid-row.-gutter_x_sm_25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .l-grid-row.-gutter_x_sm_25 > [class^="col"] {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-grid-row.-gutter_y_sm_25 {
    margin-top: -50px !important;
  }
  .l-grid-row.-gutter_y_sm_25 > [class^="col"] {
    margin-top: 50px !important;
  }
  .l-grid-row.-gutter_sm_30 {
    margin-top: -60px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .l-grid-row.-gutter_sm_30 > [class^="col"] {
    margin-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .l-grid-row.-gutter_x_sm_30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .l-grid-row.-gutter_x_sm_30 > [class^="col"] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .l-grid-row.-gutter_y_sm_30 {
    margin-top: -60px !important;
  }
  .l-grid-row.-gutter_y_sm_30 > [class^="col"] {
    margin-top: 60px !important;
  }
}

@media (min-width: 897px) {
  .l-grid-row.-gutter_md_5 {
    margin-top: -10px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .l-grid-row.-gutter_md_5 > [class^="col"] {
    margin-top: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .l-grid-row.-gutter_x_md_5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .l-grid-row.-gutter_x_md_5 > [class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .l-grid-row.-gutter_y_md_5 {
    margin-top: -10px !important;
  }
  .l-grid-row.-gutter_y_md_5 > [class^="col"] {
    margin-top: 10px !important;
  }
  .l-grid-row.-gutter_md_10 {
    margin-top: -20px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .l-grid-row.-gutter_md_10 > [class^="col"] {
    margin-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .l-grid-row.-gutter_x_md_10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .l-grid-row.-gutter_x_md_10 > [class^="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .l-grid-row.-gutter_y_md_10 {
    margin-top: -20px !important;
  }
  .l-grid-row.-gutter_y_md_10 > [class^="col"] {
    margin-top: 20px !important;
  }
  .l-grid-row.-gutter_md_15 {
    margin-top: -30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .l-grid-row.-gutter_md_15 > [class^="col"] {
    margin-top: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-grid-row.-gutter_x_md_15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .l-grid-row.-gutter_x_md_15 > [class^="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-grid-row.-gutter_y_md_15 {
    margin-top: -30px !important;
  }
  .l-grid-row.-gutter_y_md_15 > [class^="col"] {
    margin-top: 30px !important;
  }
  .l-grid-row.-gutter_md_20 {
    margin-top: -40px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .l-grid-row.-gutter_md_20 > [class^="col"] {
    margin-top: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-grid-row.-gutter_x_md_20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .l-grid-row.-gutter_x_md_20 > [class^="col"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-grid-row.-gutter_y_md_20 {
    margin-top: -40px !important;
  }
  .l-grid-row.-gutter_y_md_20 > [class^="col"] {
    margin-top: 40px !important;
  }
  .l-grid-row.-gutter_md_25 {
    margin-top: -50px !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .l-grid-row.-gutter_md_25 > [class^="col"] {
    margin-top: 50px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-grid-row.-gutter_x_md_25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .l-grid-row.-gutter_x_md_25 > [class^="col"] {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-grid-row.-gutter_y_md_25 {
    margin-top: -50px !important;
  }
  .l-grid-row.-gutter_y_md_25 > [class^="col"] {
    margin-top: 50px !important;
  }
  .l-grid-row.-gutter_md_30 {
    margin-top: -60px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .l-grid-row.-gutter_md_30 > [class^="col"] {
    margin-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .l-grid-row.-gutter_x_md_30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .l-grid-row.-gutter_x_md_30 > [class^="col"] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .l-grid-row.-gutter_y_md_30 {
    margin-top: -60px !important;
  }
  .l-grid-row.-gutter_y_md_30 > [class^="col"] {
    margin-top: 60px !important;
  }
}

@media (min-width: 1601px) {
  .l-grid-row.-gutter_lg_5 {
    margin-top: -10px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .l-grid-row.-gutter_lg_5 > [class^="col"] {
    margin-top: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .l-grid-row.-gutter_x_lg_5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .l-grid-row.-gutter_x_lg_5 > [class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .l-grid-row.-gutter_y_lg_5 {
    margin-top: -10px !important;
  }
  .l-grid-row.-gutter_y_lg_5 > [class^="col"] {
    margin-top: 10px !important;
  }
  .l-grid-row.-gutter_lg_10 {
    margin-top: -20px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .l-grid-row.-gutter_lg_10 > [class^="col"] {
    margin-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .l-grid-row.-gutter_x_lg_10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .l-grid-row.-gutter_x_lg_10 > [class^="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .l-grid-row.-gutter_y_lg_10 {
    margin-top: -20px !important;
  }
  .l-grid-row.-gutter_y_lg_10 > [class^="col"] {
    margin-top: 20px !important;
  }
  .l-grid-row.-gutter_lg_15 {
    margin-top: -30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .l-grid-row.-gutter_lg_15 > [class^="col"] {
    margin-top: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-grid-row.-gutter_x_lg_15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .l-grid-row.-gutter_x_lg_15 > [class^="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l-grid-row.-gutter_y_lg_15 {
    margin-top: -30px !important;
  }
  .l-grid-row.-gutter_y_lg_15 > [class^="col"] {
    margin-top: 30px !important;
  }
  .l-grid-row.-gutter_lg_20 {
    margin-top: -40px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .l-grid-row.-gutter_lg_20 > [class^="col"] {
    margin-top: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-grid-row.-gutter_x_lg_20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .l-grid-row.-gutter_x_lg_20 > [class^="col"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-grid-row.-gutter_y_lg_20 {
    margin-top: -40px !important;
  }
  .l-grid-row.-gutter_y_lg_20 > [class^="col"] {
    margin-top: 40px !important;
  }
  .l-grid-row.-gutter_lg_25 {
    margin-top: -50px !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .l-grid-row.-gutter_lg_25 > [class^="col"] {
    margin-top: 50px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-grid-row.-gutter_x_lg_25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .l-grid-row.-gutter_x_lg_25 > [class^="col"] {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-grid-row.-gutter_y_lg_25 {
    margin-top: -50px !important;
  }
  .l-grid-row.-gutter_y_lg_25 > [class^="col"] {
    margin-top: 50px !important;
  }
  .l-grid-row.-gutter_lg_30 {
    margin-top: -60px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .l-grid-row.-gutter_lg_30 > [class^="col"] {
    margin-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .l-grid-row.-gutter_x_lg_30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .l-grid-row.-gutter_x_lg_30 > [class^="col"] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .l-grid-row.-gutter_y_lg_30 {
    margin-top: -60px !important;
  }
  .l-grid-row.-gutter_y_lg_30 > [class^="col"] {
    margin-top: 60px !important;
  }
}

.l-grid-row > .col {
  width: 100%;
}

.l-grid-row > .col-12 {
  width: 100%;
}

.l-grid-row > .col-11 {
  width: 91.66667%;
}

.l-grid-row > .col-10 {
  width: 83.33333%;
}

.l-grid-row > .col-9 {
  width: 75%;
}

.l-grid-row > .col-8 {
  width: 66.66667%;
}

.l-grid-row > .col-7 {
  width: 58.33333%;
}

.l-grid-row > .col-6 {
  width: 50%;
}

.l-grid-row > .col-5 {
  width: 41.66667%;
}

.l-grid-row > .col-4 {
  width: 33.33333%;
}

.l-grid-row > .col-3 {
  width: 25%;
}

.l-grid-row > .col-2 {
  width: 16.66667%;
}

.l-grid-row > .col-1 {
  width: 8.33333%;
}

@media (max-width: 896px) {
  .l-grid-row > .col-sm-12 {
    width: 100%;
  }
  .l-grid-row > .col-sm-11 {
    width: 91.66667%;
  }
  .l-grid-row > .col-sm-10 {
    width: 83.33333%;
  }
  .l-grid-row > .col-sm-9 {
    width: 75%;
  }
  .l-grid-row > .col-sm-8 {
    width: 66.66667%;
  }
  .l-grid-row > .col-sm-7 {
    width: 58.33333%;
  }
  .l-grid-row > .col-sm-6 {
    width: 50%;
  }
  .l-grid-row > .col-sm-5 {
    width: 41.66667%;
  }
  .l-grid-row > .col-sm-4 {
    width: 33.33333%;
  }
  .l-grid-row > .col-sm-3 {
    width: 25%;
  }
  .l-grid-row > .col-sm-2 {
    width: 16.66667%;
  }
  .l-grid-row > .col-sm-1 {
    width: 8.33333%;
  }
}

@media (min-width: 897px) {
  .l-grid-row > .col-md-12 {
    width: 100%;
  }
  .l-grid-row > .col-md-11 {
    width: 91.66667%;
  }
  .l-grid-row > .col-md-10 {
    width: 83.33333%;
  }
  .l-grid-row > .col-md-9 {
    width: 75%;
  }
  .l-grid-row > .col-md-8 {
    width: 66.66667%;
  }
  .l-grid-row > .col-md-7 {
    width: 58.33333%;
  }
  .l-grid-row > .col-md-6 {
    width: 50%;
  }
  .l-grid-row > .col-md-5 {
    width: 41.66667%;
  }
  .l-grid-row > .col-md-4 {
    width: 33.33333%;
  }
  .l-grid-row > .col-md-3 {
    width: 25%;
  }
  .l-grid-row > .col-md-2 {
    width: 16.66667%;
  }
  .l-grid-row > .col-md-1 {
    width: 8.33333%;
  }
}

@media (min-width: 1601px) {
  .l-grid-row > .col-lg-12 {
    width: 100%;
  }
  .l-grid-row > .col-lg-11 {
    width: 91.66667%;
  }
  .l-grid-row > .col-lg-10 {
    width: 83.33333%;
  }
  .l-grid-row > .col-lg-9 {
    width: 75%;
  }
  .l-grid-row > .col-lg-8 {
    width: 66.66667%;
  }
  .l-grid-row > .col-lg-7 {
    width: 58.33333%;
  }
  .l-grid-row > .col-lg-6 {
    width: 50%;
  }
  .l-grid-row > .col-lg-5 {
    width: 41.66667%;
  }
  .l-grid-row > .col-lg-4 {
    width: 33.33333%;
  }
  .l-grid-row > .col-lg-3 {
    width: 25%;
  }
  .l-grid-row > .col-lg-2 {
    width: 16.66667%;
  }
  .l-grid-row > .col-lg-1 {
    width: 8.33333%;
  }
}

.l-grid-row .w-100 {
  width: 100% !important;
}

/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html {
  font-size: 62.5%;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
  vertical-align: top;
}

address,
caption,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
  font-weight: normal;
}

a,
input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: sub;
}

strong {
  font-weight: 500;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ==========================================================
 base Link
========================================================== */
a {
  text-decoration: none;
  color: #666;
}

a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.contents::before, .contents::after {
  content: '';
  display: table;
}

.clearfix::after,
.contents::after {
  clear: both;
}

/* l-sec
---------------------------------------------------------- */
.l-sec__in {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 896px) {
  .l-sec__in {
    width: 100%;
    padding: 0 32px;
  }
}

/* ==========================================================
 components
========================================================== */
.c-anchorlinks {
  width: 100%;
  background-color: #F6F7FB;
  margin-top: 2px;
}

.c-anchorlinks > .inner {
  max-width: 764px;
  margin: 0 auto;
  padding: 84px 0 82px;
}

@media (max-width: 896px) {
  .c-anchorlinks > .inner {
    max-width: inherit;
    padding: 40px 25px;
  }
}

.c-anchorlinks > .inner > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -38px;
}

@media (max-width: 896px) {
  .c-anchorlinks > .inner > .list {
    margin-top: -20px;
  }
}

.c-anchorlinks > .inner > .list > .item {
  width: 382px;
  margin-top: 38px;
}

@media (max-width: 896px) {
  .c-anchorlinks > .inner > .list > .item {
    width: 100%;
    margin-top: 20px;
  }
}

@media (min-width: 897px) {
  .c-anchorlinks > .inner > .list > .item:nth-child(odd) {
    padding-right: 24px;
  }
}

@media (min-width: 897px) {
  .c-anchorlinks > .inner > .list > .item:nth-child(even) {
    padding-left: 24px;
  }
}

.c-anchorlinks > .inner > .list > .item > .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 358px;
  height: 50px;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (min-width: 897px) {
  .c-anchorlinks > .inner > .list > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-anchorlinks > .inner > .list > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-anchorlinks > .inner > .list > .item > .link {
    width: 100%;
  }
}

.c-anchorlinks > .inner > .list > .item > .link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 6px;
  background: url("/assets/image/common/ico_arrow_down_pink.svg") right center no-repeat;
  background-size: 12px 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 896px) {
  .c-anchorlinks > .inner > .list > .item > .link::after {
    right: 25px;
  }
}

.js-fade-scroll-item {
  visibility: hidden;
}

.fadeInDown {
  visibility: visible;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* c-box-heading
---------------------------------------------------------- */
.c-box-heading > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 169px;
  padding-bottom: 97px;
}

@media (max-width: 1280px) {
  .c-box-heading > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-heading > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-box-heading > .inner {
    padding-top: 83px;
    padding-bottom: 48px;
  }
}

.c-box-heading > .inner > .c-text-intro {
  margin-top: 43px;
  text-align: left;
}

@media (max-width: 896px) {
  .c-box-heading > .inner > .c-text-intro {
    margin-top: 24px;
  }
}

.c-box-heading.-bd-bottom {
  border-bottom: 1px solid #E6E6E6;
}

/* c-box-navigation
---------------------------------------------------------- */
.c-box-navigation {
  background-color: #F6F7FB;
}

.c-box-navigation > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1280px) {
  .c-box-navigation > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-navigation > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-box-navigation > .inner {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.c-box-navigation > .inner > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 896px) {
  .c-box-navigation > .inner > .list {
    display: block;
  }
}

.c-box-navigation > .inner > .list > .item {
  position: relative;
  width: 33.33%;
  border-left: 1px solid #DCDCDC;
}

@media (max-width: 896px) {
  .c-box-navigation > .inner > .list > .item {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #DCDCDC;
  }
}

.c-box-navigation > .inner > .list > .item:last-child {
  border-right: 1px solid #DCDCDC;
}

@media (max-width: 896px) {
  .c-box-navigation > .inner > .list > .item:last-child {
    border: none;
  }
}

.c-box-navigation > .inner > .list > .item > .link {
  display: block;
  padding: 13px 10px 24px;
  text-align: center;
}

@media (min-width: 897px) {
  .c-box-navigation > .inner > .list > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-navigation > .inner > .list > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-navigation > .inner > .list > .item > .link {
    padding: 43px 10px;
  }
}

.c-box-navigation > .inner > .list > .item > .link > .jp {
  font-size: 2.2rem;
  letter-spacing: 4.5px;
}

@media (max-width: 896px) {
  .c-box-navigation > .inner > .list > .item > .link > .jp {
    font-size: 1.8rem;
    letter-spacing: 3.8px;
  }
}

.c-box-navigation > .inner > .list > .item > .link > .en {
  margin-top: 9px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  color: #9FA8AF;
  letter-spacing: 3px;
}

@media (max-width: 896px) {
  .c-box-navigation > .inner > .list > .item > .link > .en {
    font-size: 1.2rem;
    letter-spacing: 2.8px;
  }
}

/* .c-box-intro
---------------------------------------------------------- */
.c-box-intro {
  margin-bottom: 160px;
  text-align: center;
}

@media (max-width: 896px) {
  .c-box-intro {
    margin-bottom: 80px;
    text-align: left;
  }
}

.c-box-intro > .title {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 2.6rem;
  font-weight: 350;
  color: #C1AC03;
  letter-spacing: 4px;
}

@media (max-width: 896px) {
  .c-box-intro > .title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

.c-box-intro > .text {
  margin-top: 45px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  line-height: 3;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .c-box-intro > .text {
    margin-top: 22px;
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: 2.1px;
  }
}

/* .c-box-routine
---------------------------------------------------------- */
.c-box-routine {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 160px;
  padding: 80px 0;
  background-color: #F6F7FB;
}

@media (max-width: 896px) {
  .c-box-routine {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 80px;
    padding: 50px 10px;
  }
  .c-box-routine::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: url("/assets/image/common/ico_scroll.svg") right center no-repeat;
    background-size: contain;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-routine.is-scroll::after {
    opacity: 0;
  }
}

.c-box-routine.-series-harikoshi > .inner > .routine-bar {
  width: 822px;
  margin-left: 0;
  top: -103px;
}

.c-box-routine.-series-harikoshi, .c-box-routine.-series-face {
  padding: 185px 0 80px;
}

.c-box-routine > .inner {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .c-box-routine > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-routine > .inner {
    padding-left: 0;
    padding-right: 60px;
  }
}

.c-box-routine > .inner > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-box-routine > .inner > .list + .list {
  margin-left: 20px;
}

.c-box-routine > .inner > .list > .item {
  width: 140px;
  margin: 0 15px;
}

.c-box-routine > .inner > .list > .item.-w180 {
  width: 180px;
}

.c-box-routine > .inner > .list > .item.-w200 {
  width: 200px;
}

.c-box-routine > .inner > .list > .item > .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  margin: 0 auto 25px;
}

.c-box-routine > .inner > .list > .item > .image img {
  height: 100%;
}

.c-box-routine > .inner > .list > .item > .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 10px 35px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 2px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (min-width: 897px) {
  .c-box-routine > .inner > .list > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-routine > .inner > .list > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-box-routine > .inner > .list > .item > .link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 6px;
  background: url("/assets/image/common/ico_arrow_down_pink.svg") right center no-repeat;
  background-size: 12px 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-routine > .inner > .routine {
  position: absolute;
  top: -3px;
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4A66BF;
  letter-spacing: 2.1px;
}

.c-box-routine > .inner > .routine::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("/assets/image/common/ico_night.svg") top left no-repeat;
  background-size: contain;
}

@media (max-width: 896px) {
  .c-box-routine > .inner > .routine::before {
    top: -2px;
  }
}

.c-box-routine > .inner > .routine::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 115px;
  height: 5px;
  background-color: #4A66BF;
  border-radius: 10px;
}

.c-box-routine > .inner > .routine.-day {
  color: #F29A0C;
}

.c-box-routine > .inner > .routine.-day::before {
  width: 27px;
  height: 27px;
  background-image: url("/assets/image/common/ico_day.svg");
}

.c-box-routine > .inner > .routine.-day::after {
  background-color: #F29A0C;
}

.c-box-routine > .inner > .routine.-w320::after {
  width: 320px;
}

.c-box-routine > .inner > .routine.-w395::after {
  width: 395px;
}

.c-box-routine > .inner > .routine-bar {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 690px;
  margin-left: 17px;
}

.c-box-routine.-series-damage > .inner {
  padding-top: 49px;
}

@media (max-width: 896px) {
  .c-box-routine.-series-damage > .inner {
    padding-top: 40px;
  }
}

.c-box-routine.-series-damage > .inner > .routine.-night {
  left: 57px;
}

@media (max-width: 896px) {
  .c-box-routine.-series-damage > .inner > .routine.-night {
    left: 16px;
  }
}

.c-box-routine.-series-damage > .inner > .routine.-day {
  left: 593px;
}

@media (max-width: 896px) {
  .c-box-routine.-series-damage > .inner > .routine.-day {
    left: 568px;
  }
}

/* .c-box-white
---------------------------------------------------------- */
.c-box-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 330px;
  padding: 20px;
  background-color: #fff;
}

@media (max-width: 896px) {
  .c-box-white {
    height: 183px;
  }
}

.c-box-white > .text {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 2.2rem;
  font-weight: 350;
  color: #999;
  letter-spacing: 3.4px;
}

@media (max-width: 896px) {
  .c-box-white > .text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 2.5px;
  }
}

/* c-box-detail-info
---------------------------------------------------------- */
.c-box-detail-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.c-box-detail-info > .category {
  position: relative;
  margin-right: 20px;
  padding-right: 17px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #C1AC03;
  letter-spacing: 2px;
}

@media (min-width: 897px) {
  .c-box-detail-info > .category {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-detail-info > .category:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-detail-info > .category {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-right: 10px;
    padding-right: 8px;
  }
}

.c-box-detail-info > .category::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #D2D2D2;
}

.c-box-detail-info > .date {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 2px;
}

@media (max-width: 896px) {
  .c-box-detail-info > .date {
    margin-top: 2px;
    font-size: 1.1rem;
    letter-spacing: 1.7px;
  }
}

/* c-box-author
---------------------------------------------------------- */
.c-box-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

@media (max-width: 896px) {
  .c-box-author {
    margin-top: 24px;
  }
}

.c-box-author > .image {
  width: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 896px) {
  .c-box-author > .image {
    width: 50px;
  }
}

.c-box-author > .image img {
  border-radius: 60px;
}

.c-box-author > .detail {
  width: 100%;
  padding-left: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 896px) {
  .c-box-author > .detail {
    padding-left: 15px;
  }
}

.c-box-author > .detail .position {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  letter-spacing: .21rem;
}

@media (max-width: 896px) {
  .c-box-author > .detail .position {
    font-size: 1.3rem;
  }
}

.c-box-author > .detail .name {
  font-size: 1.4rem;
  color: #666;
  margin-top: 4px;
  letter-spacing: .2rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-author > .detail .name {
    font-size: 1.3rem;
  }
}

/* c-box-content-detail
---------------------------------------------------------- */
.c-box-content-detail {
  padding: 30px 0 75px;
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .c-box-content-detail {
    padding: 25px 0 48px;
    margin-top: 25px;
    margin-bottom: 28px;
  }
}

.c-box-detail-wysiwyg {
  margin-top: 60px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg {
    margin-top: 40px;
  }
}

.c-box-detail-wysiwyg > *:first-child {
  margin-top: 0;
}

.c-box-detail-wysiwyg > *:first-child img {
  margin-top: 0;
}

.c-box-detail-wysiwyg > *:last-child {
  margin-bottom: 0;
}

.c-box-detail-wysiwyg h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 80px;
  margin-bottom: 50px;
  line-height: 1.8;
  letter-spacing: .21rem;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg h2 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.c-box-detail-wysiwyg h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1.7;
  letter-spacing: .21rem;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg h3 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.c-box-detail-wysiwyg h3.heading-dotted {
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg h3.heading-dotted {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.c-box-detail-wysiwyg h3.heading-dotted::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E50E86;
  position: absolute;
  top: 11px;
  left: 4px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg h3.heading-dotted::before {
    top: 9px;
  }
}

.c-box-detail-wysiwyg * + h3.heading-dotted {
  margin-top: 78px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg * + h3.heading-dotted {
    margin-top: 40px;
  }
}

.c-box-detail-wysiwyg p + h3.heading-dotted {
  margin-top: 30px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg p + h3.heading-dotted {
    margin-top: 24px;
    margin-bottom: 10px;
  }
}

.c-box-detail-wysiwyg.-basic-post-type h3 {
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg.-basic-post-type h3 {
    margin-bottom: 15px;
  }
}

.c-box-detail-wysiwyg p {
  font-size: 1.6rem;
  letter-spacing: .24rem;
  line-height: 2;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg p {
    font-size: 1.4rem;
  }
}

.c-box-detail-wysiwyg p + p {
  margin-top: 32px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg p + p {
    margin-top: 30px;
  }
}

.c-box-detail-wysiwyg p strong {
  font-family: "Noto Sans JP", sans-serif;
}

.c-box-detail-wysiwyg a {
  color: #0087D2;
}

@media (min-width: 897px) {
  .c-box-detail-wysiwyg a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-detail-wysiwyg a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-box-detail-wysiwyg a[target="_blank"] {
  display: inline-block;
  position: relative;
  padding-right: 13px;
}

.c-box-detail-wysiwyg a[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 9px;
  background: url(/assets/image/common/ico_newwindow.svg) no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-detail-wysiwyg * + figure {
  margin-top: 75px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg * + figure {
    margin-top: 30px;
  }
}

.c-box-detail-wysiwyg figure {
  max-width: 100%;
}

.c-box-detail-wysiwyg img {
  margin-top: 50px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg img {
    margin-top: 30px;
  }
}

.c-box-detail-wysiwyg img + img {
  margin-top: 50px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg img + img {
    margin-top: 30px;
  }
}

.c-box-detail-wysiwyg img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-box-detail-wysiwyg img.alignleft {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.c-box-detail-wysiwyg img.alignright {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg .mainimg {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    max-width: inherit;
  }
}

.c-box-detail-wysiwyg figcaption {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 1.4rem;
  color: #999;
  letter-spacing: .24rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg figcaption {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.c-box-detail-wysiwyg figcaption img {
  margin-bottom: 0;
}

.c-box-detail-wysiwyg ul:not(.list-pink-dotted) {
  background-color: #F6F7FB;
  padding: 39px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg ul:not(.list-pink-dotted) {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 27px 20px;
  }
}

.c-box-detail-wysiwyg ul:not(.list-pink-dotted) > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  line-height: 1.7;
  letter-spacing: .25rem;
  margin-top: 12px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg ul:not(.list-pink-dotted) > li {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.c-box-detail-wysiwyg ul:not(.list-pink-dotted) > li:first-child {
  margin-top: 0;
}

.c-box-detail-wysiwyg ul:not(.list-pink-dotted) > li::before {
  content: '・';
}

.c-box-detail-wysiwyg h3 + ul.list-pink-dotted {
  margin-top: 30px;
}

.c-box-detail-wysiwyg ul.list-pink-dotted {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg ul.list-pink-dotted {
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 0;
  }
}

.c-box-detail-wysiwyg ul.list-pink-dotted:first-of-type {
  margin-top: 30px;
}

.c-box-detail-wysiwyg ul.list-pink-dotted > li {
  display: block;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.7;
  letter-spacing: .25rem;
  margin-top: 12px;
  padding-left: 20px;
  position: relative;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg ul.list-pink-dotted > li {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}

.c-box-detail-wysiwyg ul.list-pink-dotted > li:first-child {
  margin-top: 0;
}

.c-box-detail-wysiwyg ul.list-pink-dotted > li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #E50E86;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 2px;
}

.c-box-detail-wysiwyg figure + h2,
.c-box-detail-wysiwyg img + h2 {
  margin-top: 80px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg figure + h2,
  .c-box-detail-wysiwyg img + h2 {
    margin-top: 50px;
  }
}

.c-box-detail-wysiwyg figure + h3,
.c-box-detail-wysiwyg img + h3 {
  margin-top: 60px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg figure + h3,
  .c-box-detail-wysiwyg img + h3 {
    margin-top: 40px;
  }
}

.c-box-detail-wysiwyg figure + p,
.c-box-detail-wysiwyg img + p {
  margin-top: 50px;
}

@media (max-width: 896px) {
  .c-box-detail-wysiwyg figure + p,
  .c-box-detail-wysiwyg img + p {
    margin-top: 27px;
  }
}

.c-box-detail-wysiwyg * + img {
  margin-top: 0;
}

.c-box-detail-wysiwyg .text-red {
  color: #FF0000;
}

.c-box-detail-wysiwyg .text-pink {
  color: #E50C85;
}

.c-box-detail-wysiwyg .text-gold {
  color: #C1AC03;
}

/* c-box-share
---------------------------------------------------------- */
.c-box-share .text {
  letter-spacing: .03rem;
  color: #9FA8AF;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media (max-width: 896px) {
  .c-box-share .text {
    font-size: 1.2rem;
    letter-spacing: 1.8px;
    line-height: 1.7;
  }
}

.c-box-share > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box-share > .item.-align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-box-share > .item.-align-top .text {
  margin-top: 5px;
}

@media (max-width: 896px) {
  .c-box-share > .item.-align-top .text {
    margin-top: 8px;
  }
}

.c-box-share > .item:not(:first-child) {
  margin-top: 25px;
}

@media (max-width: 896px) {
  .c-box-share > .item:not(:first-child) {
    margin-top: 30px;
  }
}

/* c-box-about-article
---------------------------------------------------------- */
.c-box-about-article {
  max-width: 804px;
  margin: 0 auto;
}

.c-box-about-article > figure > img {
  width: 100%;
}

.c-box-about-article > figure > figcaption {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 2.1px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-about-article > figure > figcaption {
    margin-top: 14px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
    line-height: 1.7;
  }
}

.c-box-about-article > figure + p {
  margin-top: 46px;
}

@media (max-width: 896px) {
  .c-box-about-article > figure + p {
    margin-top: 28px;
  }
}

.c-box-about-article > p {
  letter-spacing: 2.4px;
  line-height: 2;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-about-article > p {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

.c-box-about-article > p + p {
  margin-top: 32px;
}

@media (max-width: 896px) {
  .c-box-about-article > p + p {
    margin-top: 28px;
  }
}

.c-box-about-article > p + figure {
  margin-top: 78px;
}

@media (max-width: 896px) {
  .c-box-about-article > p + figure {
    margin-top: 49px;
  }
}

.c-box-about-pager {
  margin-top: 160px;
  background-color: #F6F7FB;
}

@media (max-width: 896px) {
  .c-box-about-pager {
    margin-top: 80px;
  }
}

.c-box-about-pager > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 1280px) {
  .c-box-about-pager > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner {
    padding-top: 28px;
    padding-bottom: 40px;
  }
}

.c-box-about-pager > .inner > .col {
  width: 50%;
}

.c-box-about-pager > .inner > .col.-prev {
  float: left;
  padding-right: 50px;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col.-prev {
    padding-right: 20px;
    padding-left: 10px;
  }
}

.c-box-about-pager > .inner > .col.-prev > .link > .arrow > span {
  padding-left: 40px;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col.-prev > .link > .arrow > span {
    padding-left: 30px;
  }
}

.c-box-about-pager > .inner > .col.-prev > .link > .arrow > span::after {
  left: 0;
  background-image: url("/assets/image/common/ico_pager_prev.svg");
}

.c-box-about-pager > .inner > .col.-next {
  padding-left: 50px;
  float: right;
  border-left: 1px solid #fff;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col.-next {
    padding-left: 20px;
    padding-right: 10px;
  }
}

.c-box-about-pager > .inner > .col.-next > .link > .arrow > span {
  padding-right: 40px;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col.-next > .link > .arrow > span {
    padding-right: 30px;
  }
}

.c-box-about-pager > .inner > .col.-next > .link > .arrow > span::after {
  right: 0;
  background-image: url("/assets/image/common/ico_pager_next.svg");
}

.c-box-about-pager > .inner > .col > .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 897px) {
  .c-box-about-pager > .inner > .col > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-about-pager > .inner > .col > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col > .link {
    display: block;
    text-align: center;
  }
}

.c-box-about-pager > .inner > .col > .link > .arrow {
  position: absolute;
  top: 0;
  left: 230px;
  font-family: "Lato", sans-serif;
  color: #E50E86;
  letter-spacing: 2.2px;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col > .link > .arrow {
    position: static;
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
}

.c-box-about-pager > .inner > .col > .link > .arrow > span {
  position: relative;
}

.c-box-about-pager > .inner > .col > .link > .arrow > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col > .link > .arrow > span::after {
    width: 20px;
    height: 4px;
  }
}

.c-box-about-pager > .inner > .col > .link > .image {
  width: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 30px;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col > .link > .image {
    width: 100%;
    margin-right: 0;
  }
}

.c-box-about-pager > .inner > .col > .link > .image img {
  width: 100%;
}

.c-box-about-pager > .inner > .col > .link > .box {
  width: 100%;
  padding-top: 40px;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col > .link > .box {
    padding-top: 8px;
  }
}

.c-box-about-pager > .inner > .col > .link > .box > .text {
  font-weight: 500;
}

@media (max-width: 896px) {
  .c-box-about-pager > .inner > .col > .link > .box > .text {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.75;
    letter-spacing: 2px;
  }
}

/* c-box-chapter
---------------------------------------------------------- */
.c-box-chapter > .inner {
  background-color: #fff;
  position: relative;
}

.c-box-chapter .ttl-chapter {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -71%);
  -ms-transform: translate(-50%, -71%);
  transform: translate(-50%, -71%);
  width: 100px;
}

@media (max-width: 896px) {
  .c-box-chapter .ttl-chapter {
    width: 80px;
    -webkit-transform: translate(-50%, -68%);
    -ms-transform: translate(-50%, -68%);
    transform: translate(-50%, -68%);
  }
}

.c-box-chapter .ttl-chapter.-chapter-3 img._d-sm-none {
  height: 80px;
}

.c-box-chapter .ttl-chapter img {
  width: 100%;
  height: auto;
}

.c-box-chapter .box-chapter {
  padding: 80px 100px 50px 80px;
}

@media (min-width: 897px) {
  .c-box-chapter .box-chapter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1280px) {
  .c-box-chapter .box-chapter {
    padding: calc((100vw * 80) / 1280) calc((100vw * 80) / 1280) calc((100vw * 50) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter {
    padding: 40px 0 30px;
  }
}

@media (min-width: 897px) {
  .c-box-chapter .box-chapter > .image {
    width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (max-width: 1280px) {
  .c-box-chapter .box-chapter > .image {
    width: calc((100vw * 300) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .image {
    width: 130px;
    margin: 0 auto;
  }
}

.c-box-chapter .box-chapter > .image img {
  width: 100%;
}

.c-box-chapter .box-chapter > .detail {
  width: 100%;
}

@media (min-width: 897px) {
  .c-box-chapter .box-chapter > .detail {
    padding-left: 60px;
    margin-top: 15px;
  }
}

@media (max-width: 1280px) {
  .c-box-chapter .box-chapter > .detail {
    padding-left: calc((100vw * 60) / 1280);
    margin-top: calc((100vw * 15) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail {
    padding: 20px 20px 0;
  }
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail > .title {
    text-align: center;
  }
}

.c-box-chapter .box-chapter > .detail > .text {
  font-weight: 350;
  margin-top: 27px;
  line-height: 2;
  letter-spacing: .22rem;
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail > .text {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 16px;
  }
}

.c-box-chapter .box-chapter > .detail > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 19px;
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail > .list {
    margin-top: 14px;
  }
}

.c-box-chapter .box-chapter > .detail > .list > .item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 26px;
  padding-bottom: 13px;
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail > .list > .item {
    padding-bottom: 10px;
    margin-top: 14px;
  }
}

@media (min-width: 897px) {
  .c-box-chapter .box-chapter > .detail > .list > .item.-col-6 {
    width: calc(50% - 15px);
  }
  .c-box-chapter .box-chapter > .detail > .list > .item.-col-6:nth-child(odd) {
    margin-right: 15px;
  }
  .c-box-chapter .box-chapter > .detail > .list > .item.-col-6:nth-child(even) {
    margin-left: 15px;
  }
}

.c-box-chapter .box-chapter > .detail > .list .link {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  letter-spacing: .29rem;
  font-weight: 350;
  font-family: "NotoSansCJKjp", sans-serif;
  padding-left: 35px;
}

@media (min-width: 897px) {
  .c-box-chapter .box-chapter > .detail > .list .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-chapter .box-chapter > .detail > .list .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail > .list .link {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}

.c-box-chapter .box-chapter > .detail > .list .link::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("/assets/image/common/ico_arrow_pink_01.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  content: '';
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail > .list .link::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

.c-box-chapter .box-chapter > .detail .link-list {
  display: inline-block;
  position: relative;
  font-weight: 350;
  padding-left: 35px;
  padding-left: 22px;
  letter-spacing: .2rem;
}

@media (min-width: 897px) {
  .c-box-chapter .box-chapter > .detail .link-list {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-chapter .box-chapter > .detail .link-list:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail .link-list {
    padding-left: 16px;
  }
}

.c-box-chapter .box-chapter > .detail .link-list-wrap {
  text-align: right;
  margin-top: 30px;
}

.c-box-chapter .box-chapter > .detail .link-list::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background-image: url("/assets/image/common/ico_arrow_pink_02.svg");
  background-repeat: no-repeat;
  background-size: 10px 16px;
  content: '';
  margin-top: 1px;
}

@media (max-width: 896px) {
  .c-box-chapter .box-chapter > .detail .link-list::before {
    width: 9px;
    height: 14px;
    background-size: 9px 14px;
  }
}

/* c-box-btn-basic
---------------------------------------------------------- */
.c-box-btn-basic {
  background-color: #fff;
  padding: 80px 0 180px;
}

@media (max-width: 896px) {
  .c-box-btn-basic {
    padding: 50px 0 90px;
  }
}

.c-box-btn-basic > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .c-box-btn-basic > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-btn-basic > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-box-btn-basic > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 897px) {
  .c-box-btn-basic .c-btn {
    width: 260px;
  }
}

/* c-box-search
---------------------------------------------------------- */
.c-box-search {
  display: block;
  background-color: #F6F7FB;
  padding: 30px 20px;
}

@media (max-width: 896px) {
  .c-box-search {
    padding: 20px;
  }
}

.c-box-search-wrap .txt-note {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  letter-spacing: .2rem;
  font-size: 1.3rem;
  font-weight: 350;
  text-align: center;
}

.c-box-search-wrap .txt-note::before {
  content: '※';
  width: 15px;
}

@media (max-width: 896px) {
  .c-box-search-wrap .txt-note::before {
    width: 13px;
  }
}

@media (min-width: 897px) {
  .c-box-search-wrap .txt-note {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 896px) {
  .c-box-search-wrap .txt-note {
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: .15;
    text-align: left;
    margin-top: 18px;
  }
}

.c-box-search-wrap .c-btn {
  margin: 63px auto 0;
}

@media (min-width: 897px) {
  .c-box-search-wrap .c-btn {
    width: 260px;
  }
}

@media (max-width: 896px) {
  .c-box-search-wrap .c-btn {
    margin-top: 60px;
  }
}

.c-box-search .form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.c-box-search .input-text {
  display: block;
  width: 100%;
  padding: 15px 10px 15px 30px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: #fff;
  color: #999;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "NotoSansCJKjp", sans-serif;
  letter-spacing: .25rem;
}

@media (max-width: 896px) {
  .c-box-search .input-text {
    padding: 16px 0px 13px 19px;
    font-size: 1.3rem;
    letter-spacing: .2rem;
  }
}

@media (max-width: 370px) {
  .c-box-search .input-text {
    padding-left: 12px;
  }
}

@media (max-width: 320px) {
  .c-box-search .input-text {
    padding-left: 12px;
    font-size: 1rem;
  }
}

.c-box-search .input-text::-webkit-input-placeholder {
  color: #999;
}

.c-box-search .input-text:-ms-input-placeholder {
  color: #999;
}

.c-box-search .input-text::-moz-placeholder {
  color: #999;
}

.c-box-search .input-text::-ms-input-placeholder {
  color: #999;
}

.c-box-search .input-text::placeholder {
  color: #999;
}

.c-box-search .btn-submit {
  width: 67px;
  height: 60px;
  background-color: #9FA8AF;
  background-image: url("/assets/image/common/ico_search.svg");
  background-repeat: no-repeat;
  background-size: 25px 26px;
  background-position: center center;
  border-radius: 0;
}

@media (min-width: 897px) {
  .c-box-search .btn-submit {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-search .btn-submit:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-search .btn-submit {
    width: 47px;
    height: 50px;
    background-size: 17px 19px;
  }
}

.c-box-basic-link {
  background-color: #F6F7FB;
  padding: 40px;
  margin-top: 160px;
}

@media (max-width: 896px) {
  .c-box-basic-link {
    padding: 10px;
    margin-top: 80px;
  }
}

.c-box-basic-link .inner {
  background-color: #fff;
}

.c-box-basic-link .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("/assets/image/common/bg_basics_pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 110px;
}

@media (max-width: 896px) {
  .c-box-basic-link .main-content {
    background-image: url("/assets/image/common/bg_basics_sp@2x.png");
    padding-top: 30px;
  }
}

.c-box-basic-link .main-content .title {
  font-size: 2.2rem;
  font-weight: 350;
  letter-spacing: .45rem;
  margin-bottom: 42px;
  text-align: center;
  color: #333;
}

@media (max-width: 896px) {
  .c-box-basic-link .main-content .title {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .35rem;
    margin-bottom: 21px;
  }
}

@media (max-width: 370px) {
  .c-box-basic-link .main-content .title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-box-basic-link .main-content .content {
  margin-top: 42px;
  text-align: center;
  line-height: 2.5;
  letter-spacing: .25rem;
}

@media (max-width: 896px) {
  .c-box-basic-link .main-content .content {
    font-size: 1.3rem;
    text-align: left;
    line-height: 2.2;
    letter-spacing: .2rem;
    padding: 0 20px;
    margin-top: 16px;
  }
}

@media (max-width: 1280px) {
  .c-box-basic-link .main-content .image img {
    width: calc((100vw * 358) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-basic-link .main-content .image img {
    width: calc((100vw * 181) / 375);
  }
}

.c-box-basic-link .main-content .link {
  margin-top: 42px;
}

@media (min-width: 897px) {
  .c-box-basic-link .main-content .link .c-btn {
    width: 260px;
  }
}

@media (max-width: 896px) {
  .c-box-basic-link .main-content .link {
    margin-top: 24px;
  }
}

.c-box-basic-link .box-link {
  padding: 83px 80px 78px;
}

@media (max-width: 896px) {
  .c-box-basic-link .box-link {
    padding: 40px 20px 30px;
  }
}

.c-box-basic-link .box-link .c-heading-relate {
  margin-bottom: 0;
}

.c-box-basic-link .box-link .c-heading-relate span {
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 300;
}

.c-box-basic-link .box-link .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 896px) {
  .c-box-basic-link .box-link .list {
    margin-top: 14px;
  }
}

.c-box-basic-link .box-link .list > .item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 42px;
  padding-bottom: 13px;
}

@media (max-width: 896px) {
  .c-box-basic-link .box-link .list > .item {
    padding-bottom: 10px;
    margin-top: 14px;
  }
}

@media (min-width: 897px) {
  .c-box-basic-link .box-link .list > .item.-col-6 {
    width: calc(50% - 15px);
  }
  .c-box-basic-link .box-link .list > .item.-col-6:nth-child(odd) {
    margin-right: 15px;
  }
  .c-box-basic-link .box-link .list > .item.-col-6:nth-child(even) {
    margin-left: 15px;
  }
}

.c-box-basic-link .box-link .list .link {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  letter-spacing: .29rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  padding-left: 35px;
  color: #333;
}

@media (min-width: 897px) {
  .c-box-basic-link .box-link .list .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-basic-link .box-link .list .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-basic-link .box-link .list .link {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}

.c-box-basic-link .box-link .list .link::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("/assets/image/common/ico_arrow_pink_01.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  content: '';
}

@media (max-width: 896px) {
  .c-box-basic-link .box-link .list .link::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 113px;
}

@media (max-width: 896px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb > .item {
  position: relative;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  color: #999;
}

.c-breadcrumb > .item:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
}

.c-breadcrumb > .item:not(:last-child)::after {
  content: '  /  ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}

.c-breadcrumb > .item > a {
  color: #999;
}

@media (min-width: 897px) {
  .c-breadcrumb > .item > a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-breadcrumb > .item > a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-breadcrumb > .item > span {
  color: #999;
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  background-color: #e50c85;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (min-width: 897px) {
  .c-btn:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 4px 10px rgba(229, 12, 133, 0.3);
    box-shadow: 2px 4px 10px rgba(229, 12, 133, 0.3);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
}

.c-btn.-blue {
  background-color: #61B7D9;
}

@media (min-width: 897px) {
  .c-btn.-blue:hover {
    -webkit-box-shadow: 2px 4px 10px rgba(97, 183, 217, 0.3);
    box-shadow: 2px 4px 10px rgba(97, 183, 217, 0.3);
  }
}

.c-btn.-outline {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  color: #666;
}

@media (min-width: 897px) {
  .c-btn.-outline:hover {
    -webkit-box-shadow: 2px 4px 10px rgba(102, 102, 102, 0.3);
    box-shadow: 2px 4px 10px rgba(102, 102, 102, 0.3);
  }
}

.c-btn.-arrow-left > span {
  position: relative;
  padding-left: 16px;
}

.c-btn.-arrow-left > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 3px;
  background: url("/assets/image/common/ico_arrow_left_gray.svg") left center no-repeat;
}

.c-btn.-center {
  margin: 0 auto;
}

.c-btn.-accd {
  position: relative;
}

.c-btn.-accd::before, .c-btn.-accd::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.c-btn.-accd::before {
  right: 30px;
  width: 1px;
  height: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn.-accd::after {
  right: 25px;
  width: 11px;
  height: 1px;
}

.c-btn.-accd.is-show::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.c-btn.-accd.is-show::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-btn.-white {
  width: 400px;
  background-color: #fff;
  color: #666666;
}

.c-card-lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F6F7FB;
}

@media (min-width: 897px) {
  .c-card-lineup .-zoom {
    overflow: hidden;
  }
  .c-card-lineup .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .c-card-lineup:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media (min-width: 897px) {
  .c-card-lineup {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-card-lineup:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-card-lineup > .image {
  width: 32.08%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 896px) {
  .c-card-lineup > .image {
    width: 22.77%;
  }
}

.c-card-lineup > .image img {
  width: 100%;
}

.c-card-lineup > .text {
  width: 100%;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.6px;
}

@media (max-width: 896px) {
  .c-card-lineup > .text {
    padding: 15px 15px 15px 20px;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 2.2px;
  }
}

/* c-card-article
---------------------------------------------------------- */
.c-card-article {
  display: block;
}

@media (min-width: 897px) {
  .c-card-article > .link .-zoom {
    overflow: hidden;
  }
  .c-card-article > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .c-card-article > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.c-card-article .text {
  overflow: hidden;
  height: 95px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 2.7px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}

@media (max-width: 896px) {
  .c-card-article .text {
    height: 66px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-top: 9px;
  }
}

.c-card-article > .image img {
  width: 100%;
}

.c-card-article > .image > .text {
  overflow: hidden;
  height: 95px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 2.7px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 896px) {
  .c-card-article > .image > .text {
    height: 66px;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}

.c-card-article > .box > .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

@media (max-width: 896px) {
  .c-card-article > .box > .info {
    display: block;
    margin-top: 6px;
  }
}

.c-card-article > .box > .info > .category {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #C1AC03;
  letter-spacing: 2px;
}

@media (max-width: 896px) {
  .c-card-article > .box > .info > .category {
    margin-right: 0;
    padding-right: 0;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 897px) {
  .c-card-article > .box > .info > .category::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D2D2D2;
  }
}

.c-card-article > .box > .info > .category > .category-link {
  color: #C1AC03;
}

@media (min-width: 897px) {
  .c-card-article > .box > .info > .category > .category-link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-card-article > .box > .info > .category > .category-link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-card-article > .box > .info > .date {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 2px;
}

@media (max-width: 896px) {
  .c-card-article > .box > .info > .date {
    margin-top: 2px;
    font-size: 1.1rem;
    letter-spacing: 1.7px;
  }
}

.c-card-article.-new .image {
  position: relative;
}

.c-card-article.-new .image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 50px;
  background: url("/assets/image/common/ico_new_rinbon.svg") center no-repeat;
  background-size: contain;
}

@media (max-width: 1280px) {
  .c-card-article.-new .image::after {
    right: calc((100vw * 20) / 1280);
    width: calc((100vw * 40) / 1280);
    height: calc((100vw * 50) / 1280);
  }
}

@media (max-width: 896px) {
  .c-card-article.-new .image::after {
    right: 10px;
    width: 32px;
    height: 38px;
  }
}

.c-card-article.-sm.-new .image::after {
  right: 16px;
}

@media (max-width: 896px) {
  .c-card-article.-sm.-new .image::after {
    right: 12px;
  }
}

.c-card-article.-sm .text {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  max-height: 70px;
  height: 70px;
}

@media (max-width: 896px) {
  .c-card-article.-sm .text {
    font-size: 1.3rem;
    height: auto;
    max-height: inherit;
  }
}

.c-card-article.-sm > .box > .info {
  margin-top: 10px;
}

@media (max-width: 896px) {
  .c-card-article.-sm > .box > .info {
    margin-top: 8px;
  }
}

.c-card-article.-sm > .box > .info > .category {
  font-size: 1.2rem;
  margin-right: 9px;
  padding-right: 9px;
  font-weight: 500;
}

@media (max-width: 896px) {
  .c-card-article.-sm > .box > .info > .category {
    font-size: 1.1rem;
  }
}

.c-card-article.-sm > .box > .info > .date {
  font-size: 1.1rem;
  font-weight: 300;
}

@media (max-width: 896px) {
  .c-card-article.-column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 896px) and (max-width: 896px) {
  .c-card-article.-column2.-new .image::after {
    right: 6px;
  }
}

@media (max-width: 896px) {
  .c-card-article.-column2 > .link {
    width: calc((100vw * 110) / 375);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .c-card-article.-column2 > .box {
    width: 100%;
    padding-left: calc((100vw * 15) / 375);
    padding-top: 0;
  }
  .c-card-article.-column2 > .box .text {
    margin-top: 0;
    height: auto;
    max-height: initial;
  }
  .c-card-article.-column2 > .box > .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
}

@media (max-width: 896px) and (max-width: 896px) {
  .c-card-article.-column2 > .box > .info > .category::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D2D2D2;
  }
}

/* c-card-about
---------------------------------------------------------- */
.c-card-about > .image {
  overflow: hidden;
}

.c-card-about > .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 238.95px;
}

@media (max-width: 1280px) {
  .c-card-about > .image img {
    height: calc((100vw * 238.95) / 1280);
  }
}

@media (max-width: 896px) {
  .c-card-about > .image img {
    height: calc((100vw * 103) / 375);
  }
}

.c-card-about > .detail {
  padding: 18px 20px 28px;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media (max-width: 896px) {
  .c-card-about > .detail {
    padding: 10px 10px 18px;
  }
}

.c-card-about > .detail .title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25rem;
  line-height: 1.78;
  color: #666;
}

@media (max-width: 896px) {
  .c-card-about > .detail .title {
    font-size: 1.2rem;
  }
}

/* c-card-basic
---------------------------------------------------------- */
.c-card-basic a {
  display: block;
}

@media (min-width: 897px) {
  .c-card-basic a .-zoom {
    overflow: hidden;
  }
  .c-card-basic a .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .c-card-basic a:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.c-card-basic .image {
  overflow: hidden;
}

.c-card-basic .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 157px;
}

@media (max-width: 1280px) {
  .c-card-basic .image img {
    height: calc((100vw * 157) / 1280);
  }
}

@media (max-width: 896px) {
  .c-card-basic .image img {
    height: calc((100vw * 190) / 375);
  }
}

.c-card-basic .detail {
  padding: 18px 20px 28px;
  background-color: #fff;
}

@media (max-width: 1280px) {
  .c-card-basic .detail {
    padding: calc((100vw * 18) / 1280) calc((100vw * 20) / 1280) calc((100vw * 28) / 1280);
  }
}

@media (max-width: 896px) {
  .c-card-basic .detail {
    padding: 19px 20px 28px;
  }
}

.c-card-basic .detail .title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25rem;
  line-height: 1.7;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}

@media (max-width: 896px) {
  .c-card-basic .detail .title {
    height: auto;
  }
}

.c-card-basic .detail .text {
  font-size: 1.3rem;
  font-weight: 350;
  letter-spacing: .2rem;
  line-height: 1.85;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

@media (max-width: 896px) {
  .c-card-basic .detail .text {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.c-card-basic .box {
  background-color: #fff;
}

.c-card-basic .box .txt-gold {
  font-size: 1.3rem;
  letter-spacing: .2rem;
  font-weight: 350;
  color: #C1AC03;
}

@media (max-width: 896px) {
  .c-card-basic .box .txt-gold {
    font-size: 1.2rem;
  }
}

.c-card-basic.-transparent .detail {
  padding: 18px 0 12px;
}

@media (max-width: 896px) {
  .c-card-basic.-transparent .detail {
    padding-top: 13px;
    padding-bottom: 15px;
  }
}

/* c-footer
---------------------------------------------------------- */
.c-footer {
  width: 100%;
  background-color: #fff;
}

@media (max-width: 896px) {
  .c-footer {
    overflow: hidden;
  }
}

.c-footer-in {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 83px;
  color: #999;
  text-align: center;
}

@media (max-width: 1280px) {
  .c-footer-in {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-footer-in {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-footer-in {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.c-footer .pagetop {
  opacity: 0;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media (max-width: 896px) {
  .c-footer .pagetop {
    bottom: 15px;
    right: 15px;
  }
}

.c-footer .pagetop.is-active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.c-footer .pagetop .link {
  display: block;
  width: 67px;
  height: 67px;
  background: url("/assets/image/common/pagetop.svg") center no-repeat;
  background-size: 97px;
  text-indent: -9999px;
}

@media (min-width: 897px) {
  .c-footer .pagetop .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-footer .pagetop .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-footer .pagetop .link {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}

.c-footer .footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
}

@media (max-width: 896px) {
  .c-footer .footer-row {
    display: block;
  }
}

.c-footer .footer-row.type01 {
  padding-bottom: 69px;
}

@media (max-width: 896px) {
  .c-footer .footer-row.type01 {
    padding-bottom: 38px;
  }
}

.c-footer .footer-row.type02 {
  padding: 40px 0 38px;
}

@media (max-width: 896px) {
  .c-footer .footer-row.type02 {
    padding: 31px 0 32px;
  }
}

.c-footer .footer-row.type03 {
  display: block;
  padding: 61px 0;
  border-bottom: none;
}

@media (max-width: 896px) {
  .c-footer .footer-row.type03 {
    padding: 36px 0;
  }
}

.c-footer .logo {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 896px) {
  .c-footer .logo {
    width: 150px;
  }
}

.c-footer .logo > a {
  display: block;
  width: 100%;
  height: 36px;
  background: url("/assets/image/common/logo.svg") left top no-repeat;
  background-size: 180px 36px;
  text-indent: -9999px;
}

@media (max-width: 896px) {
  .c-footer .logo > a {
    height: 30px;
    background-size: 150px 30px;
  }
}

.c-footer .content {
  width: 100%;
  text-align: right;
}

.c-footer .link-main {
  margin: 5px 4px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 896px) {
  .c-footer .link-main {
    display: block;
    overflow: hidden;
    margin: 30px 0 0 -30px;
  }
}

@media only screen and (max-width: 320px) {
  .c-footer .link-main {
    margin-left: -21px;
  }
}

.c-footer .link-main .item {
  margin-left: 2.5vw;
}

@media (max-width: 896px) {
  .c-footer .link-main .item {
    float: left;
    margin: 16px 0 0 30px;
  }
}

@media only screen and (max-width: 320px) {
  .c-footer .link-main .item {
    margin: 10px 0 0 20px;
  }
}

.c-footer .link-main .item .link {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (min-width: 897px) {
  .c-footer .link-main .item .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-footer .link-main .item .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 1000px) {
  .c-footer .link-main .item .link {
    font-size: 1.2rem;
  }
}

@media (max-width: 896px) {
  .c-footer .link-main .item .link {
    font-size: 1.4rem;
  }
}

.c-footer .link-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 29px;
}

@media (max-width: 896px) {
  .c-footer .link-sub {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

.c-footer .link-sub .item {
  margin-left: 1.9271vw;
}

@media (max-width: 896px) {
  .c-footer .link-sub .item {
    margin: 16px 30px 0 0;
  }
}

.c-footer .link-sub .item .link {
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  color: #999;
  letter-spacing: 1.7px;
}

@media (min-width: 897px) {
  .c-footer .link-sub .item .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-footer .link-sub .item .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-footer .link-sub .item .link {
    font-size: 1.4rem;
    letter-spacing: 1.9px;
  }
}

.c-footer .link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 34px;
}

@media (max-width: 896px) {
  .c-footer .link-btn {
    display: block;
    margin-top: 38px;
  }
}

.c-footer .link-btn .item {
  margin-left: 20px;
}

@media (max-width: 896px) {
  .c-footer .link-btn .item {
    margin: 0 0 20px;
  }
}

@media (max-width: 896px) {
  .c-footer .link-btn .item:last-child {
    margin: 0;
  }
}

.c-footer .link-btn .item .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  font-size: 1.2rem;
  color: #999;
  border: 1px solid #C8C8C8;
  border-radius: 20px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (min-width: 897px) {
  .c-footer .link-btn .item .btn {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-footer .link-btn .item .btn:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-footer .link-btn .item .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 1.4rem;
  }
}

.c-footer .link-btn .item .btn span {
  position: relative;
  letter-spacing: 1px;
  padding-right: 16px;
}

@media (max-width: 896px) {
  .c-footer .link-btn .item .btn span {
    padding-right: 19px;
    letter-spacing: 2.1px;
  }
}

.c-footer .link-btn .item .btn span::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 11px;
  height: 9px;
  background: url("/assets/image/common/ico_new_window_gray.svg") 0 0 no-repeat;
  background-size: 100%;
}

.c-footer .footer-wrap-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .c-footer .footer-wrap-sns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-footer .footer-sns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 896px) {
  .c-footer .footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 896px) {
  .c-footer .footer-sns:not(:first-child) {
    margin-top: 25px;
  }
}

.c-footer .footer-sns .list-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 18px;
}

@media (max-width: 896px) {
  .c-footer .footer-sns .list-sns {
    margin-left: 15px;
  }
}

.c-footer .footer-sns .list-sns .item {
  margin-left: 13px;
}

@media (max-width: 896px) {
  .c-footer .footer-sns .list-sns .item {
    margin-left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .c-footer .footer-sns .list-sns .item {
    margin-left: 5px;
  }
}

.c-footer .footer-sns .list-sns .item:first-child {
  margin-left: 0;
}

.c-footer .footer-sns .list-sns .item .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 28px;
}

@media (min-width: 897px) {
  .c-footer .footer-sns .list-sns .item .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-footer .footer-sns .list-sns .item .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-footer .footer-sns .list-sns .item .link {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 896px) {
  .c-footer .footer-sns .list-sns .item .link img {
    width: 100%;
  }
}

.c-footer .footer-sns .name {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .06em;
}

@media (max-width: 896px) {
  .c-footer .footer-sns .name {
    width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: left;
  }
}

.c-footer .copy {
  font-size: 1.2rem;
  letter-spacing: .4px;
  text-align: center;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-footer .copy {
    font-size: 1.1rem;
    text-align: left;
    letter-spacing: -.3px;
  }
}

.c-box-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-color: #9FA8AF;
}

@media (min-width: 897px) {
  .c-box-cart {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-cart:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-cart {
    height: 180px;
  }
}

.c-box-cart .inner {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.c-box-cart .inner .box {
  position: relative;
  width: 100%;
  padding: 36px 20px 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 896px) {
  .c-box-cart .inner .box {
    padding: 30px 14px 0;
  }
}

.c-box-cart .inner .box::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background: url("/assets/image/common/ico_new_window_white.svg") top left no-repeat;
  background-size: 10px 8px;
}

.c-box-cart .inner .box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 27px;
  background: url("/assets/image/common/ico_cart.svg") top left no-repeat;
  background-size: 100%;
}

@media (max-width: 896px) {
  .c-box-cart .inner .box::after {
    width: 25px;
    height: 25px;
  }
}

.c-box-cart .inner .box .jp {
  font-size: 2.2rem;
  letter-spacing: 4.5px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .c-box-cart .inner .box .jp {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}

.c-box-cart .inner .box .en {
  margin-top: 9px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .c-box-cart .inner .box .en {
    margin-top: 7px;
    font-size: 1.2rem;
    letter-spacing: 2.5px;
  }
}

/* c-header
---------------------------------------------------------- */
body.transparent .c-header,
body.transparent .header-main {
  background-color: transparent;
}

body.gray .c-header {
  background-color: #F6F7FB;
}

body.gray .c-header.is-active {
  background-color: #FFF;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 896px) {
  .c-header {
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
  }
}

.c-header .header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc((100vw * 40) / 1920);
}

@media (max-width: 1920px) {
  .c-header .header-main {
    padding: 0 calc((100vw * 40) / 1920);
  }
}

@media (max-width: 896px) {
  .c-header .header-main {
    padding: 0 50px;
  }
}

.c-header .header-logo {
  width: 180px;
  padding: 52px 0 36px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 896px) {
  .c-header .header-logo {
    width: 90px;
    margin: 0 auto;
    padding: 16px 0;
  }
}

.c-header .header-logo > a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 32px;
  background: url("/assets/image/common/logo.svg") left top no-repeat;
  background-size: 160px 32px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 896px) {
  .c-header .header-logo > a {
    height: 18px;
    background-size: 90px 18px;
  }
}

.c-header .header-logo img {
  width: 100%;
}

.c-header.is-hide {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}

.c-header.is-open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 896px) {
  .c-header.is-active {
    background-color: #fff !important;
  }
}

.c-header.is-active .header-nav .list {
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

@media (min-width: 897px) {
  .c-header.is-active .header-nav .list {
    opacity: 0;
  }
}

.c-header.is-scroll {
  background-color: #fff !important;
  /* PC sticky */
}

@media (min-width: 897px) {
  .c-header.is-scroll {
    height: 100px;
  }
  .c-header.is-scroll .header-main {
    padding: 0 calc((100vw * 40) / 1920);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .c-header.is-scroll .header-logo {
    width: 130px;
    padding: 38px 0 36px;
  }
  .c-header.is-scroll .header-logo > a {
    height: 26px;
    background-size: 130px 26px;
  }
  .c-header.is-scroll .header-nav {
    padding-top: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}

.header-nav .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 896px) {
  .header-nav .list {
    display: none;
  }
}

.header-nav .list .item {
  padding: 0 calc((100vw * 20) / 1920);
}

.header-nav .list .item .link {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 1.8px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 1366px) {
  .header-nav .list .item .link {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {
  .header-nav .list .item .link {
    font-size: 1.2rem;
  }
}

.header-nav .list .item .link.is-active, .header-nav .list .item .link:hover {
  color: #E50E86;
}

.header-nav .menu {
  position: relative;
  width: 56px;
  height: 56px;
  margin-left: 1.5625vw;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 897px) {
  .header-nav .menu {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .header-nav .menu:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .header-nav .menu {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 42px;
    height: 42px;
  }
}

.header-nav .menu::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background-color: #E50E86;
  border-radius: 50px;
}

@media (max-width: 896px) {
  .header-nav .menu::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}

.header-nav .menu > span {
  display: block;
  position: absolute;
  left: 16px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .22s ease 0s;
  -o-transition: all .22s ease 0s;
  transition: all .22s ease 0s;
  z-index: 1;
}

@media (max-width: 896px) {
  .header-nav .menu > span {
    width: 14px;
    left: 14px;
    height: 1px;
  }
}

.header-nav .menu > span:nth-child(1) {
  top: 20px;
  width: 24px;
}

@media (max-width: 896px) {
  .header-nav .menu > span:nth-child(1) {
    top: 17px;
    width: 14px;
  }
}

.header-nav .menu > span:nth-child(2) {
  top: 27px;
  width: 19px;
}

@media (max-width: 896px) {
  .header-nav .menu > span:nth-child(2) {
    top: 21px;
    width: 11px;
  }
}

.header-nav .menu > span:nth-child(3) {
  top: 34px;
  width: 14px;
}

@media (max-width: 896px) {
  .header-nav .menu > span:nth-child(3) {
    top: 25px;
    width: 8px;
  }
}

.header-nav .menu.is-show > span {
  width: 24px;
}

@media (max-width: 896px) {
  .header-nav .menu.is-show > span {
    width: 14px;
  }
}

.header-nav .menu.is-show > span:nth-child(1) {
  top: 17px;
  -webkit-transform: translate(0, 10px) rotate(-45deg);
  -ms-transform: translate(0, 10px) rotate(-45deg);
  transform: translate(0, 10px) rotate(-45deg);
  -webkit-animation: unset;
  animation: unset;
}

@media (max-width: 896px) {
  .header-nav .menu.is-show > span:nth-child(1) {
    top: 11px;
  }
}

.header-nav .menu.is-show > span:nth-child(2) {
  opacity: 0;
  -webkit-animation: unset;
  animation: unset;
}

.header-nav .menu.is-show > span:nth-child(3) {
  top: 37px;
  -webkit-transform: translate(0, -10px) rotate(45deg);
  -ms-transform: translate(0, -10px) rotate(45deg);
  transform: translate(0, -10px) rotate(45deg);
  -webkit-animation: unset;
  animation: unset;
}

@media (max-width: 896px) {
  .header-nav .menu.is-show > span:nth-child(3) {
    top: 31px;
  }
}

.c-nav-global {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 98;
  overflow-y: auto;
}

.c-nav-global .inner {
  width: 730px;
  display: table;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .c-nav-global .inner {
    width: 100%;
  }
}

.c-nav-global .inner .content {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  padding: 110px 0;
}

@media (max-width: 896px) {
  .c-nav-global .inner .content {
    position: static;
    padding: 110px 40px 60px;
  }
}

.c-nav-global .inner .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .c-nav-global .inner .box {
    display: block;
  }
}

.c-nav-global .inner .box .col {
  width: 50%;
}

@media (max-width: 896px) {
  .c-nav-global .inner .box .col {
    width: 100%;
  }
}

.c-nav-global .inner .box .col:first-child {
  padding-right: 50px;
}

@media (max-width: 896px) {
  .c-nav-global .inner .box .col:first-child {
    padding-right: 0;
  }
}

.c-nav-global .inner .box .col:last-child {
  padding-left: 70px;
}

@media (max-width: 896px) {
  .c-nav-global .inner .box .col:last-child {
    margin-top: 48px;
    padding-left: 0;
  }
}

.c-nav-global .list-nav .item:not(:first-child) {
  margin-top: 42px;
}

@media (max-width: 896px) {
  .c-nav-global .list-nav .item:not(:first-child) {
    margin-top: 23px;
  }
}

.c-nav-global .list-nav .item .link {
  display: inline-block;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.c-nav-global .list-nav .item .link .jp {
  font-size: 2.8rem;
  color: #333;
  letter-spacing: 5.5px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .c-nav-global .list-nav .item .link .jp {
    font-size: 2.2rem;
    letter-spacing: 4.5px;
  }
}

.c-nav-global .list-nav .item .link .en {
  margin-top: 7px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #E50E86;
  letter-spacing: 3px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .c-nav-global .list-nav .item .link .en {
    margin-top: 4px;
    font-size: 1.2rem;
    letter-spacing: 2.3px;
  }
}

.c-nav-global .list-nav .item .link:hover .jp {
  color: #E50E86;
}

.c-nav-global .list-banner .item:not(:first-child) {
  margin-top: 43px;
}

@media (max-width: 896px) {
  .c-nav-global .list-banner .item:not(:first-child) {
    margin-top: 22px;
  }
}

.c-nav-global .list-banner .item .link {
  display: block;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.c-nav-global .list-banner .item .link .banner img {
  width: 100%;
}

.c-nav-global .list-banner .item .link .text {
  margin-top: 9px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 1.8px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-nav-global .list-banner .item .link .text {
    margin-top: 10px;
  }
}

.c-nav-global .list-banner .item .link:hover .text {
  color: #E50E86;
}

.c-nav-global .btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  margin: 60px auto 0;
  border: 1px solid #eee;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 897px) {
  .c-nav-global .btn-close {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-nav-global .btn-close:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-nav-global .btn-close {
    margin-top: 40px;
  }
}

.c-nav-global .btn-close span {
  position: relative;
  padding-left: 24px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.c-nav-global .btn-close span::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/image/common/ico_close_nav.svg") left center no-repeat;
  background-size: 12px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media (max-width: 896px) {
      .c-nav-global .inner {
        padding-bottom: 160px;
      }
    }
  }
}

/* keyframes menu */
@-webkit-keyframes equalizer01 {
  0% {
    width: 50%;
  }
  10% {
    width: 30%;
  }
  20% {
    width: 70%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 30%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 70%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 50%;
  }
}
@keyframes equalizer01 {
  0% {
    width: 50%;
  }
  10% {
    width: 30%;
  }
  20% {
    width: 70%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 30%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 70%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 50%;
  }
}

@-webkit-keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}

@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}

/* c-heading-main
---------------------------------------------------------- */
.c-heading-main > .jp {
  font-size: 3rem;
  font-weight: 300;
  color: #333;
  letter-spacing: 6px;
}

@media (max-width: 896px) {
  .c-heading-main > .jp {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
}

.c-heading-main > .en {
  margin-top: 14px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #E50E86;
  letter-spacing: 3px;
  padding-left: 3px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .c-heading-main > .en {
    margin-top: 8px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}

.c-heading-main.-center {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 896px) {
  .c-heading-main.-center {
    margin-bottom: 48px;
  }
}

/* c-heading
---------------------------------------------------------- */
.c-heading {
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 896px) {
  .c-heading {
    margin-bottom: 50px;
  }
}

.c-heading > .main {
  font-size: 2.6rem;
  font-weight: 300;
  color: #333;
  letter-spacing: 5px;
}

@media (max-width: 896px) {
  .c-heading > .main {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}

/* c-heading-line
---------------------------------------------------------- */
.c-heading-line {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 896px) {
  .c-heading-line {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.c-heading-line:first-of-type {
  margin-top: 0;
}

.c-heading-line::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  z-index: -1;
}

.c-heading-line > .main {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  font-size: 2.2rem;
  letter-spacing: 4.3px;
  z-index: 2;
}

@media (max-width: 896px) {
  .c-heading-line > .main {
    padding: 0 20px;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
}

.c-heading-line > .main img {
  display: block;
  line-height: 0;
}

.c-heading-line.-product {
  color: #9FA8AF;
  margin-top: 120px;
}

@media (max-width: 896px) {
  .c-heading-line.-product {
    margin-top: 60px;
  }
}

.c-heading-line.-product > .main {
  font-size: 2.6rem;
  letter-spacing: 6px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-heading-line.-product > .main {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}

.c-heading-line.-product > .sub {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
  letter-spacing: 2.5px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 896px) {
  .c-heading-line.-product > .sub {
    margin-top: 2px;
    font-size: 1.1rem;
    letter-spacing: 1.8px;
  }
}

.c-heading-line.-lasana > .main img {
  width: 110px;
}

@media (max-width: 896px) {
  .c-heading-line.-lasana > .main img {
    width: 100px;
  }
}

.c-heading-line.-premior img {
  width: 116px;
}

@media (max-width: 896px) {
  .c-heading-line.-premior img {
    width: 102px;
  }
}

/* c-heading-sub
---------------------------------------------------------- */
.c-heading-sub {
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: .52rem;
  position: relative;
  z-index: 2;
  text-align: center;
}

@media (max-width: 896px) {
  .c-heading-sub {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.c-heading-sub > .sub {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  margin-top: 28px;
  padding-top: 40px;
  line-height: 1.9;
  letter-spacing: .25rem;
}

@media (max-width: 896px) {
  .c-heading-sub > .sub {
    margin-top: 23px;
    padding-top: 28px;
  }
}

.c-heading-sub > .sub::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #E50E86;
}

@media (max-width: 896px) {
  .c-heading-sub > .sub::before {
    width: 30px;
    margin-left: -15px;
  }
}

@media (max-width: 896px) {
  .c-heading-sub > .sub {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-heading-sub.-left {
  text-align: left;
}

.c-heading-sub.-left > .sub::before {
  left: 0;
  margin-left: 0;
}

.c-heading-sub.-blue {
  line-height: 2;
}

@media (max-width: 896px) {
  .c-heading-sub.-blue {
    line-height: 1.7;
    letter-spacing: 4px;
  }
}

.c-heading-sub.-blue > .sub {
  padding-top: 28px;
  margin-top: 22px;
  line-height: 3;
}

@media (max-width: 896px) {
  .c-heading-sub.-blue > .sub {
    padding-top: 27px;
    margin-top: 16px;
    line-height: 2;
    letter-spacing: 2.1px;
  }
}

.c-heading-sub.-blue > .sub::before {
  background-color: #61B7D9;
}

/* c-heading-ribbon
---------------------------------------------------------- */
.c-heading-ribbon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 896px) {
  .c-heading-ribbon {
    height: 50px;
    margin-bottom: 40px;
  }
}

.c-heading-ribbon > .main {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4.3px;
}

@media (max-width: 896px) {
  .c-heading-ribbon > .main {
    font-size: 1.8rem;
    letter-spacing: 3.6px;
  }
}

.c-heading-ribbon::before, .c-heading-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.c-heading-ribbon::before {
  left: 0;
  border-width: 30px 0 30px 20px;
}

@media (max-width: 896px) {
  .c-heading-ribbon::before {
    border-width: 25px 0 25px 15px;
  }
}

.c-heading-ribbon::after {
  right: 0;
  border-width: 30px 20px 30px 0;
}

@media (max-width: 896px) {
  .c-heading-ribbon::after {
    border-width: 25px 15px 25px 0;
  }
}

.c-heading-ribbon.-gold {
  background-color: #C1AC03;
}

.c-heading-ribbon.-silver {
  background-color: #A0A0A0;
}

.c-heading-ribbon.-bg-gray::before {
  border-color: transparent transparent transparent #F6F7FB;
}

.c-heading-ribbon.-bg-gray::after {
  border-color: transparent #F6F7FB transparent transparent;
}

.c-heading-ribbon.-bg-white::before {
  border-color: transparent transparent transparent #fff;
}

.c-heading-ribbon.-bg-white::after {
  border-color: transparent #fff transparent transparent;
}

/* c-heading-detail
---------------------------------------------------------- */
.c-heading-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #666;
  letter-spacing: .45rem;
  line-height: 1.6;
}

@media (max-width: 896px) {
  .c-heading-detail {
    font-size: 2.4rem;
    letter-spacing: .3rem;
    line-height: 1.5;
  }
}

.c-heading-detail + .c-box-detail-info {
  margin-top: 18px;
}

.c-heading-about > .sub {
  margin-bottom: 25px;
  color: #999;
  letter-spacing: 2.4px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-heading-about > .sub {
    margin-bottom: 18px;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

.c-heading-about > .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 4.5px;
  line-height: 2;
}

@media (max-width: 896px) {
  .c-heading-about > .title {
    display: block;
    font-size: 2.4rem;
    line-height: 1.9;
    letter-spacing: 3.2px;
  }
}

.c-heading-about > .title > .num {
  padding-right: 15px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  color: #E50E86;
  letter-spacing: 1px;
}

@media (max-width: 896px) {
  .c-heading-about > .title > .num {
    display: block;
    font-size: 1.2rem;
  }
}

/* c-heading-relate
---------------------------------------------------------- */
.c-heading-relate {
  text-align: center;
  position: relative;
  margin-bottom: 78px;
}

@media (max-width: 896px) {
  .c-heading-relate {
    margin-bottom: 55px;
  }
}

.c-heading-relate::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}

.c-heading-relate span {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #666;
  text-align: center;
  letter-spacing: .45rem;
  background-color: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

@media (max-width: 896px) {
  .c-heading-relate span {
    font-size: 2rem;
    letter-spacing: .4rem;
    padding: 0 18px;
  }
}

@media (max-width: 896px) {
  .c-heading-relate.-md span {
    font-size: 1.8rem;
  }
}

.c-heading-relate.-sm span {
  font-size: 1.8rem;
  letter-spacing: .3rem;
}

@media (max-width: 896px) {
  .c-heading-relate.-sm span {
    font-size: 2rem;
    letter-spacing: .4rem;
    padding: 0 18px;
  }
}

/* c-heading-basic
---------------------------------------------------------- */
.c-heading-basic {
  font-size: 2.6rem;
  font-weight: 350;
  position: relative;
  padding-bottom: 26px;
  letter-spacing: .4rem;
}

@media (max-width: 896px) {
  .c-heading-basic {
    font-size: 2rem;
    letter-spacing: .3rem;
    padding-bottom: 24px;
  }
}

.c-heading-basic::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e2e6f2;
}

.c-heading-basic::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E50E86;
}

.c-heading-basic + .txt-desc {
  margin-top: 37px;
}

@media (max-width: 896px) {
  .c-heading-basic + .txt-desc {
    margin-top: 26px;
  }
}

.c-link-newwindow {
  display: inline-block;
  position: relative;
  color: #0087D2;
  text-decoration: none;
  margin-right: 20px;
}

@media (min-width: 897px) {
  .c-link-newwindow {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-link-newwindow:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-link-newwindow::after {
  position: absolute;
  top: 8px;
  right: -12px;
  width: 10px;
  height: 9px;
  background-image: url("/assets/image/common/icon_newwindow_pc.svg");
  background-repeat: no-repeat;
  background-size: auto 8px;
  content: '';
}

/* c-list-product
---------------------------------------------------------- */
.c-list-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 896px) {
  .c-list-product {
    display: block;
  }
}

.c-list-product > .item {
  width: 33.33%;
}

@media (min-width: 897px) {
  .c-list-product > .item {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .c-list-product > .item:nth-child(1), .c-list-product > .item:nth-child(2), .c-list-product > .item:nth-child(3) {
    border-top: none;
  }
  .c-list-product > .item:nth-child(3n+1) {
    border-left: none;
  }
}

@media (max-width: 896px) {
  .c-list-product > .item {
    width: 100%;
    margin-top: 2px;
  }
  .c-list-product > .item:first-child {
    margin-top: 0;
  }
}

.c-list-product > .item > .link {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  padding: 62px 100px 20px 29px;
  background-color: #F6F7FB;
}

@media (min-width: 897px) {
  .c-list-product > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-list-product > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link {
    padding-top: calc((100vw * 62) / 1280);
    padding-right: calc((100vw * 100) / 1280);
    padding-left: calc((100vw * 29) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link {
    height: 84px;
    padding: 20px 65px 20px 20px;
    border: none;
  }
}

.c-list-product > .item > .link > .box > .en {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 1.9px;
}

@media (max-width: 1060px) {
  .c-list-product > .item > .link > .box > .en {
    font-size: 1.1rem;
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .box > .en {
    letter-spacing: 1.65px;
  }
}

.c-list-product > .item > .link > .box > .jp {
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.7;
}

@media (max-width: 1060px) {
  .c-list-product > .item > .link > .box > .jp {
    font-size: 1.45rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .box > .jp {
    margin-top: 2px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

.c-list-product > .item > .link > .box > .jp.-small {
  margin-top: 5px;
  letter-spacing: 2.1px;
}

@media (max-width: 1060px) {
  .c-list-product > .item > .link > .box > .jp.-small {
    letter-spacing: 2px;
    font-size: 1.3rem;
  }
}

@media (max-width: 374px) {
  .c-list-product > .item > .link > .box > .jp.-small {
    letter-spacing: 1.5px;
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .c-list-product > .item > .link > .box > .jp {
    font-size: 1.2rem;
  }
  .c-list-product > .item > .link > .box > .jp.-small {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }
}

.c-list-product > .item > .link > .image {
  position: absolute;
}

.c-list-product > .item > .link > .image.-img01 {
  width: 48px;
  bottom: -7px;
  right: 33px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img01 {
    width: calc((100vw * 48) / 1280);
    right: calc((100vw * 33) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img01 {
    width: 24px;
    bottom: -7px;
    right: 19px;
  }
}

.c-list-product > .item > .link > .image.-img02 {
  width: 52px;
  bottom: -6px;
  right: 28px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img02 {
    width: calc((100vw * 52) / 1280);
    right: calc((100vw * 28) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img02 {
    width: 24px;
    bottom: -2px;
    right: 19px;
  }
}

.c-list-product > .item > .link > .image.-img03 {
  width: 45px;
  bottom: -20px;
  right: 31px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img03 {
    width: calc((100vw * 45) / 1280);
    right: calc((100vw * 31) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img03 {
    width: 23px;
    bottom: -15px;
    right: 19px;
  }
}

.c-list-product > .item > .link > .image.-img04 {
  width: 42px;
  bottom: -26px;
  right: 38px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img04 {
    width: calc((100vw * 42) / 1280);
    right: calc((100vw * 38) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img04 {
    width: 22px;
    bottom: -15px;
    right: 20px;
  }
}

.c-list-product > .item > .link > .image.-img05 {
  width: 50px;
  bottom: -27px;
  right: 31px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img05 {
    width: calc((100vw * 50) / 1280);
    right: calc((100vw * 31) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img05 {
    width: 24px;
    bottom: -14px;
    right: 19px;
  }
}

.c-list-product > .item > .link > .image.-img06 {
  width: 79px;
  bottom: 15px;
  right: 14px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img06 {
    width: calc((100vw * 79) / 1280);
    right: calc((100vw * 14) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img06 {
    width: 41px;
    bottom: 10px;
    right: 11px;
  }
}

.c-list-product > .item > .link > .image.-img07 {
  width: 62px;
  bottom: -15px;
  right: 29px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img07 {
    width: calc((100vw * 62) / 1280);
    right: calc((100vw * 29) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img07 {
    width: 29px;
    bottom: -7px;
    right: 15px;
  }
}

.c-list-product > .item > .link > .image.-img08 {
  width: 71px;
  bottom: -13px;
  right: 23px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img08 {
    width: calc((100vw * 71) / 1280);
    right: calc((100vw * 23) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img08 {
    width: 33px;
    bottom: -8px;
    right: 13px;
  }
}

.c-list-product > .item > .link > .image.-img09 {
  width: 63px;
  bottom: -10px;
  right: 23px;
}

@media (max-width: 1280px) {
  .c-list-product > .item > .link > .image.-img09 {
    width: calc((100vw * 63) / 1280);
    right: calc((100vw * 23) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-product > .item > .link > .image.-img09 {
    width: 29px;
    bottom: -4px;
    right: 16px;
  }
}

.c-list-product > .item > .link > .image img {
  width: 100%;
}

/* c-list-button
---------------------------------------------------------- */
.c-list-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -24px 0;
}

@media (max-width: 1280px) {
  .c-list-button {
    margin-left: calc((100vw * -24) / 1280);
    margin-right: calc((100vw * -24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-button {
    margin: -20px -8px 0;
  }
}

.c-list-button > .item {
  width: 33.33%;
  margin-top: 40px;
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .c-list-button > .item {
    padding: 0 calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-button > .item {
    width: 50%;
    margin-top: 20px;
    padding: 0 8px;
  }
}

.c-list-button > .item > .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  background-color: #F6F7FB;
  border-radius: 100px;
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (min-width: 897px) {
  .c-list-button > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-list-button > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-list-button > .item > .link {
    padding: 15px 10px;
    letter-spacing: 2px;
  }
}

@media (max-width: 335px) {
  .c-list-button > .item > .link {
    padding: 15px 5px;
    font-size: 1.3rem;
  }
}

/* c-list-lineup
---------------------------------------------------------- */
.c-list-lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -46px;
}

@media (max-width: 896px) {
  .c-list-lineup {
    display: block;
    margin-top: 0;
  }
}

.c-list-lineup > .item {
  width: 50%;
  margin-top: 46px;
}

@media (max-width: 896px) {
  .c-list-lineup > .item {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 896px) {
  .c-list-lineup > .item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 897px) {
  .c-list-lineup > .item:nth-child(odd) {
    padding-right: 24px;
  }
}

@media (max-width: 1280px) {
  .c-list-lineup > .item:nth-child(odd) {
    padding-right: calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-lineup > .item:nth-child(odd) {
    padding-right: 0;
  }
}

@media (min-width: 897px) {
  .c-list-lineup > .item:nth-child(even) {
    padding-left: 24px;
  }
}

@media (max-width: 1280px) {
  .c-list-lineup > .item:nth-child(even) {
    padding-left: calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-lineup > .item:nth-child(even) {
    padding-left: 0;
  }
}

/* c-list-article
---------------------------------------------------------- */
.c-list-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -56px -24px 0;
}

@media (max-width: 1280px) {
  .c-list-article {
    margin: 0 calc((100vw * -24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-article {
    margin: -38px -8px 0;
  }
}

.c-list-article > .item {
  width: 33.33%;
  margin-top: 56px;
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .c-list-article > .item {
    padding: 0 calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-article > .item {
    width: 50%;
    margin-top: 38px;
    padding: 0 8px;
  }
}

/* c-list-about
---------------------------------------------------------- */
.c-list-about {
  counter-reset: count;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -50px -24px 0;
  z-index: 1;
}

@media (max-width: 1280px) {
  .c-list-about {
    margin: calc((100vw * -50) / 1280) calc((100vw * -24) / 1280) 0;
  }
}

@media (max-width: 896px) {
  .c-list-about {
    margin: -20px -8px 0;
  }
}

.c-list-about-wrap {
  margin-top: 98px;
}

@media (max-width: 1280px) {
  .c-list-about-wrap {
    margin-top: calc((100vw * 98) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-about-wrap {
    margin-top: calc((100vw * 48) / 375);
  }
}

.c-list-about > .item {
  counter-increment: count;
  width: 33.33%;
  margin-top: 50px;
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .c-list-about > .item {
    padding: 0 calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-about > .item {
    width: 50%;
    margin-top: 20px;
    padding: 0 8px;
  }
}

.c-list-about .c-card-about .detail::before {
  display: block;
  content: counter(count, decimal-leading-zero);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .3rem;
  color: #E50E86;
  margin-bottom: 1px;
}

@media (max-width: 896px) {
  .c-list-about .c-card-about .detail::before {
    font-size: 1.2rem;
  }
}

.c-list-about a {
  display: block;
}

@media (min-width: 897px) {
  .c-list-about a .-zoom {
    overflow: hidden;
  }
  .c-list-about a .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .c-list-about a:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* c-list-campaign
---------------------------------------------------------- */
.c-list-campaign > .item:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 896px) {
  .c-list-campaign > .item:not(:first-child) {
    margin-top: 30px;
  }
}

.c-list-campaign > .item > .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media (min-width: 897px) {
  .c-list-campaign > .item > .link .-zoom {
    overflow: hidden;
  }
  .c-list-campaign > .item > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .c-list-campaign > .item > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media (min-width: 897px) {
  .c-list-campaign > .item > .link:hover .box {
    opacity: .7;
  }
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link {
    display: block;
  }
}

.c-list-campaign > .item > .link > .image {
  width: 585px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 1280px) {
  .c-list-campaign > .item > .link > .image {
    width: calc((100vw * 585) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .image {
    width: 100%;
  }
}

.c-list-campaign > .item > .link > .image img {
  width: 100%;
}

.c-list-campaign > .item > .link > .box {
  width: 100%;
  padding: 20px 50px 25px;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1280px) {
  .c-list-campaign > .item > .link > .box {
    padding: calc((100vw * 20) / 1280) calc((100vw * 50) / 1280) calc((100vw * 25) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .box {
    padding: 18px 15px 30px 20px;
  }
}

.c-list-campaign > .item > .link > .box > .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.75;
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .box > .title {
    font-size: 1.6rem;
    letter-spacing: 2.4px;
    line-height: 1.85;
  }
}

.c-list-campaign > .item > .link > .box > .text {
  margin-top: 17px;
  line-height: 2;
  letter-spacing: 2.4px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 1280px) {
  .c-list-campaign > .item > .link > .box > .text {
    margin-top: calc((100vw * 17) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .box > .text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 2.1px;
  }
}

.c-list-campaign > .item > .link > .box > .box-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .c-list-campaign > .item > .link > .box > .box-date {
    margin-top: calc((100vw * 20) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .box > .box-date {
    margin-top: 19px;
  }
}

.c-list-campaign > .item > .link > .box > .box-date > .label {
  min-width: 86px;
  padding: 4px 2px;
  background-color: #F6F7FB;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .box > .box-date > .label {
    min-width: 70px;
    font-size: 1.2rem;
    letter-spacing: 1.9px;
  }
}

.c-list-campaign > .item > .link > .box > .box-date > .date {
  margin-left: 14px;
  font-weight: 500;
  color: #999;
  letter-spacing: 2.7px;
}

@media (max-width: 896px) {
  .c-list-campaign > .item > .link > .box > .box-date > .date {
    letter-spacing: 2.6px;
  }
}

/* c-list-share
---------------------------------------------------------- */
.c-list-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-list-share > .item {
  margin-left: 15px;
}

.c-list-share > .item:nth-child(2) .link {
  width: 26px;
}

.c-list-share .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 100%;
}

@media (min-width: 897px) {
  .c-list-share .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-list-share .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

/* c-list-tag
---------------------------------------------------------- */
.c-list-tag {
  overflow: hidden;
  margin-top: -15px;
}

.c-list-tag > .item {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}

.c-list-tag .link {
  display: block;
  background-color: #F6F7FB;
  border-radius: 60px;
  padding: 4px 24px 8px;
}

@media (min-width: 897px) {
  .c-list-tag .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-list-tag .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-list-tag .tag {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .2rem;
  color: #666;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

/* c-list-chapter
---------------------------------------------------------- */
.c-list-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 1280px) {
  .c-list-chapter {
    margin-left: calc((100vw * -25) / 1280);
    margin-right: calc((100vw * -25) / 1280);
  }
}

.c-list-chapter > .item {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1280px) {
  .c-list-chapter > .item {
    padding-left: calc((100vw * 25) / 1280);
    padding-right: calc((100vw * 25) / 1280);
  }
}

.c-list-chapter > .item:not(:first-child) {
  margin-top: 114px;
}

@media (max-width: 896px) {
  .c-list-chapter > .item:not(:first-child) {
    margin-top: 89px;
  }
}

.c-list-chapter > .item.-col-6 {
  width: 50%;
}

@media (min-width: 897px) {
  .c-list-chapter > .item.-col-6 .c-box-chapter .box-chapter {
    display: block;
    padding: 70px 62px 60px;
  }
  .c-list-chapter > .item.-col-6 .c-box-chapter .box-chapter .image {
    width: 180px;
    margin: 0 auto;
  }
  .c-list-chapter > .item.-col-6 .c-box-chapter .box-chapter .detail {
    padding-left: 0;
    margin-top: 35px;
  }
  .c-list-chapter > .item.-col-6 .c-box-chapter .box-chapter .detail .title {
    text-align: center;
  }
  .c-list-chapter > .item.-col-6 .c-box-chapter .box-chapter .detail .link-list-wrap {
    margin-top: 15px;
  }
}

@media (max-width: 1280px) {
  .c-list-chapter > .item.-col-6 .c-box-chapter .image {
    width: calc((100vw * 180) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-chapter > .item.-col-6 {
    width: 100%;
  }
  .c-list-chapter > .item.-col-6 .c-box-chapter .image {
    width: 130px;
  }
}

/* c-list-basic
---------------------------------------------------------- */
.c-list-basic {
  counter-reset: count;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -15px 0;
  z-index: 1;
}

@media (max-width: 1280px) {
  .c-list-basic {
    margin: calc((100vw * -50) / 1280) calc((100vw * -24) / 1280) 0;
  }
}

@media (max-width: 896px) {
  .c-list-basic {
    margin: -20px 0 0;
  }
}

.c-list-basic-wrap {
  margin-top: 63px;
}

@media (max-width: 1280px) {
  .c-list-basic-wrap {
    margin-top: calc((100vw * 63) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-basic-wrap {
    margin-top: calc((100vw * 37) / 375);
  }
}

.c-list-basic > .item {
  counter-increment: count;
  width: 25%;
  margin-top: 30px;
  padding: 0 15px;
}

@media (max-width: 1280px) {
  .c-list-basic > .item {
    padding: 0 calc((100vw * 15) / 1280);
  }
}

@media (max-width: 896px) {
  .c-list-basic > .item {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

@media (max-width: 896px) {
  .c-list-basic.-slider {
    margin-top: calc((100vw * 37) / 375);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
  }
  .c-list-basic.-slider .item {
    width: calc(100vw - 90px) !important;
    margin-right: 20px;
  }
  .c-list-basic.-slider .c-card-basic .image img {
    height: calc((100vw * 166) / 375);
  }
  .c-list-basic.-slider .c-card-basic .detail {
    min-height: 190px;
  }
}

.c-mainimg > .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 896px) {
  .c-mainimg > .inner {
    height: 250px;
  }
}

.c-mainimg > .inner > .main {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 1920px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 896px) {
  .c-mainimg > .inner > .main {
    min-width: inherit;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 375px) {
  .c-mainimg > .inner > .main {
    min-width: 375px;
  }
}

@media (min-width: 1921px) {
  .c-mainimg > .inner > .main {
    min-width: inherit;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 897px) {
  .c-mainimg.-md > .inner {
    height: 700px;
  }
}

.c-mainimg.-cover > .inner > .main {
  width: 100%;
  min-width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 896px) {
  .c-mainimg.-img-common > .inner > .main {
    min-width: 875px;
  }
}

.box-pagination-cmn {
  text-align: center;
  margin-top: 97px;
  margin-bottom: 9px;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .box-pagination-cmn {
    margin-top: 50px;
  }
}

.nav-pagination-cmn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .nav-pagination-cmn {
    padding-top: 30px;
    width: 100%;
  }
}

.nav-pagination-cmn .page-numbers {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.nav-pagination-cmn .page-numbers::after {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-pagination-cmn .page-numbers.-is-disable {
  visibility: hidden;
}

.nav-pagination-cmn .page-numbers.current {
  color: #666;
}

.nav-pagination-cmn .page-numbers:hover {
  opacity: .6;
}

.nav-pagination-cmn .page-numbers.current::after, .nav-pagination-cmn .page-numbers:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #E50E86;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}

.nav-pagination-cmn .page-numbers.dots {
  font-family: "Roboto", sans-serif;
  font-weight: 350;
}

.nav-pagination-cmn .page-numbers.dots:hover::after {
  display: none;
}

.nav-pagination-cmn .page-numbers.prev {
  background: url(/assets/image/common/ico_prev_arrow_01.svg) no-repeat center center;
  margin-right: 38px;
}

@media (max-width: 896px) {
  .nav-pagination-cmn .page-numbers.prev {
    margin-right: 40px;
    margin-left: 0;
  }
}

.nav-pagination-cmn .page-numbers.prev:hover::after {
  display: none;
}

.nav-pagination-cmn .page-numbers.next {
  background: url(/assets/image/common/ico_next_arrow_01.svg) no-repeat center center;
  margin-left: 38px;
}

@media (max-width: 896px) {
  .nav-pagination-cmn .page-numbers.next {
    margin-left: 40px;
    margin-right: 0;
  }
}

.nav-pagination-cmn .page-numbers.next:hover::after {
  display: none;
}

.nav-pagination-cmn span.page-numbers {
  pointer-events: none;
}

.nav-pagination-cmn span.page-numbers:hover {
  opacity: 1 !important;
}

.c-text-tailing {
  font-size: 12px !important;
}

.c-section {
  overflow: hidden;
  margin-top: 160px;
}

@media (max-width: 896px) {
  .c-section {
    margin-top: 80px;
  }
}

.c-sec-border {
  padding-bottom: 160px;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .c-sec-border {
    padding-bottom: 80px;
  }
}

.c-sec-border > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1280px) {
  .c-sec-border > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-sec-border > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-sec-border > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-text-intro {
  text-align: center;
  line-height: 2;
  letter-spacing: 2.5px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-text-intro {
    font-size: 1.4rem;
    letter-spacing: 2.2px;
  }
}

.c-text-intro.-light-gray {
  color: #999;
}

/* ==========================================================
 pages
========================================================== */
/* 404
---------------------------------------------------------- */
.p-box-not-found {
  max-width: 767px;
  margin: 0 auto;
}

.p-not-found-item {
  text-align: center;
}

@media (max-width: 896px) {
  .p-not-found-item {
    text-align: left;
  }
}

.p-not-found-item > .title {
  letter-spacing: .15em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-not-found-item > .title {
    font-size: 1.4rem;
  }
}

.p-not-found-item > .box {
  margin-top: 38px;
  padding: 48px 20px;
  background-color: #F6F7FB;
  border-radius: 10px;
}

@media (max-width: 896px) {
  .p-not-found-item > .box {
    margin-top: 20px;
    border-radius: 5px;
    padding: 26px 18px;
  }
}

.p-not-found-item > .box .list {
  line-height: 2;
  letter-spacing: .05em;
  font-weight: 500;
}

@media (max-width: 896px) {
  .p-not-found-item > .box .list {
    font-size: 1.4rem;
  }
}

.p-not-found-item > .box .list .item .inner {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.p-not-found-item > .box .list .item .inner::before {
  content: '・';
  position: absolute;
  left: 0;
}

.p-not-found-item > .text {
  margin-top: 38px;
  line-height: 1.7;
  letter-spacing: .15em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-not-found-item > .text {
    margin-top: 28px;
    font-size: 1.4rem;
  }
}

.p-not-found-item > .button {
  margin-top: 58px;
}

@media (max-width: 896px) {
  .p-not-found-item > .button {
    margin-top: 68px;
  }
}

/* #thanks_campaign50th */
/* common */
.wrap-thanks-campaign50th-page {
  /* #main */
  /*twitterbnr*/
  /* #prize */
  /* #apply */
  /*#apply02*/
  /* contract */
  /* #twittercampaign */
  /* #twitterjoin */
  /* 20190319ã€€ãƒãƒŠãƒ¼è¿½åŠ 
  ==================================================================*/
}

.wrap-thanks-campaign50th-page #thanks_campaign50th {
  width: 960px;
  margin: 0 auto;
}

.wrap-thanks-campaign50th-page img {
  vertical-align: bottom;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #thanks_campaign50th {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #thanks_campaign50th img {
    width: 100%;
  }
  .wrap-thanks-campaign50th-page .smt_menu {
    display: block;
  }
}

.wrap-thanks-campaign50th-page #lp_lasana #thanks_campaign50th section#main div {
  height: auto;
}

.wrap-thanks-campaign50th-page #lp_lasana #thanks_campaign50th section#main div p {
  width: auto;
}

.wrap-thanks-campaign50th-page #thanks_campaign50th .main_inner {
  width: 100%;
}

.wrap-thanks-campaign50th-page #thanks_campaign50th .main_inner > a {
  width: 100%;
}

.wrap-thanks-campaign50th-page #thanks_campaign50th a {
  text-decoration: underline;
}

.wrap-thanks-campaign50th-page #thanks_campaign50th a:hover {
  text-decoration: none;
  opacity: .7;
}

.wrap-thanks-campaign50th-page #thanks_campaign50th .main_inner > a img {
  width: 100%;
}

.wrap-thanks-campaign50th-page #thanks_campaign50th .btn {
  display: inline-block;
}

.wrap-thanks-campaign50th-page #main .main_cap {
  padding: 16px 0;
  background: #e3c600;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #main .main_cap {
    padding: 13px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #main .main_cap img {
    width: 230px;
    line-height: 1;
  }
}

.wrap-thanks-campaign50th-page #twitterbnr {
  margin-top: 30px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twitterbnr {
    margin-top: 0;
  }
  .wrap-thanks-campaign50th-page .twitterbnr_inner {
    padding: 0 10px;
  }
}

.wrap-thanks-campaign50th-page #prize {
  margin-top: 30px;
}

.wrap-thanks-campaign50th-page #prize .prize_txt {
  margin: 0 0 20px 0;
  padding: 0 0 25px 0;
  text-align: center;
}

.wrap-thanks-campaign50th-page #prize .prize_txt .txt-attention {
  margin-top: 35px;
  text-align: right;
}

.wrap-thanks-campaign50th-page #prize .txt-01 {
  margin-top: 30px;
  text-align: center;
  font-size: 1.3rem;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize .txt-01 {
    font-size: 1.1rem;
  }
}

.wrap-thanks-campaign50th-page #prize .txt-01 a {
  color: #008cd5;
}

.wrap-thanks-campaign50th-page #prize .item01 + .item01 {
  margin-top: 30px;
}

.wrap-thanks-campaign50th-page #prize .box-cource {
  overflow: hidden;
}

.wrap-thanks-campaign50th-page #prize .box-cource h4 {
  margin-bottom: 30px;
}

.wrap-thanks-campaign50th-page #prize .box-cource p {
  float: left;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.wrap-thanks-campaign50th-page #prize .box-cource p:nth-of-type(2) {
  margin-left: 20px;
}

.wrap-thanks-campaign50th-page #prize .prize_content .box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-thanks-campaign50th-page #prize .prize_content .box-flex .btn {
  margin-left: 72px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize .prize_txt .txt-attention {
    display: inline-block;
    margin-top: 15px;
    max-width: 150px;
    float: right;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize .txt-01 {
    margin-top: 18px;
    font-size: 11px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize .item01 + .item01 {
    margin-top: 15px;
  }
  .wrap-thanks-campaign50th-page #prize .box-cource p:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize .prize_content .box-flex .btn {
    margin-left: 0;
    max-width: 211px;
  }
  .wrap-thanks-campaign50th-page #prize .prize_content .box-flex .btn img {
    vertical-align: middle;
  }
}

.wrap-thanks-campaign50th-page .btn_c a {
  position: relative;
  background-color: #103c58 !important;
}

.wrap-thanks-campaign50th-page .btn_c a::after {
  position: absolute;
  content: '';
  background: url(/assets/image/campaign/50ththanks20200221/ico_arrow_01_pc.png) no-repeat center top;
  width: 7px;
  height: 12px;
  display: inline-block;
  top: 22px;
  right: 19px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .btn_c a::after {
    position: absolute;
    content: '';
    background: url(/assets/image/campaign/50ththanks20200221/ico_arrow_01_sp.png) no-repeat center top;
    width: 5px;
    height: 9px;
    background-size: cover;
    display: inline-block;
    top: 14px;
    right: 19px;
  }
}

.wrap-thanks-campaign50th-page #prize .item02 .txt-attention {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

.wrap-thanks-campaign50th-page #prize .img-position01 {
  margin-top: -15px;
}

.wrap-thanks-campaign50th-page #prize .img-position02 {
  margin-top: -19px;
}

.wrap-thanks-campaign50th-page #prize > h3 {
  padding: 0;
  text-align: center;
  background: #e3c600;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize .item02 .txt-attention {
    max-width: 90px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize {
    margin-top: 10px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #prize > h3 img {
    width: 100%;
  }
}

.wrap-thanks-campaign50th-page .prize_inner {
  padding: 90px 40px 40px;
  background: url(/assets/image/campaign/50ththanks20200221/prize_bg_01_pc.jpg) no-repeat center top;
  background-size: cover;
}

.wrap-thanks-campaign50th-page .prize_inner > h4 {
  text-align: center;
  /*margin-top: -65px;*/
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list {
  /*overflow: hidden;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  text-align: center;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li:not(.item01) {
  margin-top: 30px;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item01 {
  height: 293px;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 {
  margin-left: 20px;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item02, .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 {
  width: calc((100% - 20px) / 2);
  height: 510px;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item04 {
  height: 210px;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item05 {
  height: 180px;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_tag {
  position: absolute;
  top: -6PX;
  right: -6PX;
  z-index: 1;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_item_in > .prize_content {
  width: 100%;
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content {
  top: 33px;
  left: 50%;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content {
  top: 33px;
  left: 48%;
}

.wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_character {
  position: absolute;
  bottom: -12px;
  right: 12px;
  z-index: 3;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner {
    padding: 44px 10px 26px 10px;
    background: url(/assets/image/campaign/50ththanks20200221/prize_bg_01_sp.jpg) no-repeat center top;
    background-size: contain;
    background-color: #f6e6e8;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > h4 {
    text-align: center;
    margin-top: -35px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list {
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    text-align: center;
  }
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li {
    padding-top: 2.5px;
    padding-right: 2.5px;
    background-color: transparent;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li:not(.item01) {
    margin-top: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item01 {
    height: auto;
    padding-top: 5px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 {
    margin-left: 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item02, .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item04 {
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item05 {
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_tag {
    top: 0;
    right: 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item01 > .prize_tag {
    top: 2.5px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_tag img {
    max-width: 102px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_item_in {
    background-color: #fff;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item02 > .prize_item_in, .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 > .prize_item_in, .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item04 > .prize_item_in, .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item05 > .prize_item_in {
    padding: 20px 0 30px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li > .prize_item_in > .prize_content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content {
    width: 298px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 25px 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content img {
    max-width: 298px;
  }
}

@media screen and (max-width: 320px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content img {
    width: 100%;
    /*margin-top: 5%;*/
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item02 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 216px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item02 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 216px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item03 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 250px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 225px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

.wrap-thanks-campaign50th-page #apply {
  margin-top: 40px;
}

.wrap-thanks-campaign50th-page #apply a:hover {
  opacity: .7;
}

.wrap-thanks-campaign50th-page #apply > h3 {
  padding: 0;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #apply {
    margin-top: 15px;
  }
}

.wrap-thanks-campaign50th-page .apply_inner {
  padding: 80px 80px 84px;
  background: url(/assets/image/campaign/50ththanks20200221/apply_bg_01.png) repeat-y center top;
  background-size: cover;
}

.wrap-thanks-campaign50th-page #apply02 .apply_inner {
  background: url(/assets/image/campaign/50ththanks20200221/apply_bg_02.jpg) repeat-y center top;
  padding-top: 40px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner {
    padding: 40px 15px 15px;
  }
  .wrap-thanks-campaign50th-page #apply02 .apply_inner {
    background: none;
    padding-top: 0;
  }
}

.wrap-thanks-campaign50th-page .apply_inner > h4 {
  text-align: center;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list {
  /*overflow: hidden;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f3f5f6;
  border: 1px dotted #547387;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li {
    float: none;
    width: 100%;
    padding: 40px 15px;
  }
}

.wrap-thanks-campaign50th-page #apply02 .apply_inner > .apply_list > li {
  background-color: #f6e6e8;
  border: 1px dotted #547387;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  top: -37px;
  left: 50%;
  margin-left: -35px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    background-size: cover !important;
  }
}

.wrap-thanks-campaign50th-page #apply02 .box-order-01 {
  margin-top: 20px;
}

.wrap-thanks-campaign50th-page #apply02 .box-order-01 img {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.wrap-thanks-campaign50th-page #apply02 .box-order-02 {
  margin-top: 30px;
}

.wrap-thanks-campaign50th-page #apply02 .box-order-02 img {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.wrap-thanks-campaign50th-page #apply02 .box-order-03 {
  margin-top: 50px;
}

.wrap-thanks-campaign50th-page #apply02 .list-order-attention-01 {
  margin-top: 20px;
  text-align: left;
}

.wrap-thanks-campaign50th-page #apply02 .list-order-attention-01 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.wrap-thanks-campaign50th-page #apply02 .item02 {
  padding-top: 60px;
}

.wrap-thanks-campaign50th-page #apply02 .step02 {
  margin-top: 60px;
}

.wrap-thanks-campaign50th-page #apply02 .step02 h4 {
  margin: 26px 35px;
}

.wrap-thanks-campaign50th-page #apply02 .step02 .text01 {
  font-size: 1.3rem;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #apply02 .step02 .text01 {
    font-size: 1.2rem;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #apply02 .step02 {
    margin-top: 40px;
  }
  .wrap-thanks-campaign50th-page #apply02 .step02 h4 {
    margin: 0 0 15px 0;
  }
  .wrap-thanks-campaign50th-page .box-order-02, .wrap-thanks-campaign50th-page .box-order-03 {
    margin-top: 15px;
  }
  .wrap-thanks-campaign50th-page .list-order-attention-01 li {
    font-size: 11px;
  }
  .wrap-thanks-campaign50th-page #apply .btn_c a {
    vertical-align: middle;
    padding: 13px 64px;
  }
  .wrap-thanks-campaign50th-page #apply .btn_c a::after {
    top: 18px;
  }
  .wrap-thanks-campaign50th-page #apply .btn_c a img {
    display: block;
    margin: auto;
  }
  .wrap-thanks-campaign50th-page #apply .box-01 .btn_c {
    max-width: 210px;
  }
  .wrap-thanks-campaign50th-page #apply .box-02 .btn_c {
    max-width: 250px;
  }
  .wrap-thanks-campaign50th-page #apply .box-01 .btn_c a {
    padding: 13px 53px;
  }
  .wrap-thanks-campaign50th-page #apply .box-02 .btn_c a {
    padding: 13px 41px;
  }
  .wrap-thanks-campaign50th-page #apply .box-01 .btn_c a img {
    max-width: 105px;
  }
  .wrap-thanks-campaign50th-page #apply .box-02 .btn_c a img {
    max-width: 168px;
  }
  .wrap-thanks-campaign50th-page #apply02 .step02 {
    padding-bottom: 30px;
  }
  .wrap-thanks-campaign50th-page #apply02 .apply_inner {
    padding-bottom: 0;
  }
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step02 h4 {
  margin-top: 29px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .btn {
  margin: 29px 0;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-01 {
  margin-top: 40px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-01 .text01 {
  font-size: 13px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-01 .text01 {
    font-size: 12px;
  }
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-02 {
  margin-bottom: 25px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-02 .txt-01 {
  text-align: left;
  font-size: 13px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-02 .txt-01 {
    font-size: 12px;
  }
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step03 h4 {
  margin: 26px 35px;
}

.wrap-thanks-campaign50th-page #apply .txt-limit {
  margin-top: 30px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #apply .txt-limit {
    margin: 15px;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .btn {
    margin: 14px 0;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step02 h4 {
    margin-top: 0;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-01 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-02 {
    margin-bottom: 0;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-01 img, .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li .box-02 img {
    margin-bottom: 24px;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li p {
    text-align: left;
    font-size: 12px;
  }
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step03 h4 {
    margin: 0 0 25px 0;
  }
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step01::after {
  background: url(/assets/image/campaign/50ththanks20200221/ico_step01_pc.png) no-repeat;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step02::after {
  background: url(/assets/image/campaign/50ththanks20200221/ico_step02_pc.png) no-repeat;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.step03::after {
  background: url(/assets/image/campaign/50ththanks20200221/ico_step03_pc.png) no-repeat;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .thum01 {
  margin-top: 32px;
  padding: 44px 0 48px;
  background-color: #fff;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .text01 {
  margin-top: 23px;
  font-size: 13px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .text01 {
    font-size: 12px;
  }
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap {
  margin-top: 12px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap > video {
  width: 516px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap video {
  display: block;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap img {
  display: none;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready video {
  display: none;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready img {
  display: block;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 {
  /* height: 370px; */
  margin-top: 51px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum01 {
  padding: 44px 0 48px;
  background-color: #fff;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 {
  margin-top: 20px;
  padding: 36px 0 38px;
  background-color: #fff;
  border: 1px solid #e6237b;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap {
  margin: 0 auto;
  width: 298px;
  /* height: 55px; */
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap a {
  display: block;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 {
  display: block;
  margin-top: 12px;
  padding: 18px 0 19px;
  text-align: center;
  line-height: 1;
  border-radius: 26px;
  background-color: #e6237b;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 {
  margin-top: 19px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 {
  /* height: 370px; */
  margin-top: 51px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .thum01 {
  margin-top: 29px;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .thum01 img {
  width: 100%;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .thum02 {
  margin-top: 32px;
  padding: 36px 0 38px;
  background-color: #fff;
  border-top: 1px solid #e6237b;
  border-bottom: 1px solid #e6237b;
}

.wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .text01 {
  margin-top: 10px;
  font-size: 13px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .text01 {
    font-size: 12px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .thum01 {
    margin-top: 12px;
    padding: 30px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .thum01 img {
    width: 67%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .text01 {
    margin: 18px auto 0;
    padding: 0 10px;
    /*width: 230px;*/
    text-align: left;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .text01 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap {
    margin-top: 8px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap > video {
    margin: 0 auto;
    width: calc(100% - 34px);
    width: calc(100vw - 34px);
    height: auto;
    height: calc((100vw - 34px) * .63);
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready video {
    display: block;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready img {
    display: none;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 {
    margin-top: 40px;
    padding-bottom: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum01 {
    margin-top: 12px;
    padding: 30px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum01 img {
    width: 156px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 {
    margin-top: 10px;
    padding: 20px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .text01 img {
    width: 68%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap {
    margin-top: 14px;
    width: 70%;
    max-width: 250px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 {
    padding: 13px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 img {
    width: 56px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 {
    margin-top: 15px;
    line-height: 1;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 img {
    width: 194px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 {
    /* height: 370px; */
    margin-top: 40px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .thum01 {
    margin-top: 14px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .thum01 img {
    width: 89%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .apply_inner > .apply_list > li.item03 > .text01 img {
    width: 268px;
  }
}

.wrap-thanks-campaign50th-page #contract {
  margin: 30px auto 0;
}

.wrap-thanks-campaign50th-page .contract_inner {
  padding: 40px;
  background-color: #f6e6e8;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #contract {
    margin: 20px auto 0;
    padding-bottom: 12px;
    background-color: #fff;
  }
  .wrap-thanks-campaign50th-page .contract_inner {
    padding: 0;
    background-color: #fff;
  }
}

.wrap-thanks-campaign50th-page #contract > h3 {
  padding: 0;
  text-align: center;
}

.wrap-thanks-campaign50th-page #contract .kiyakucontents {
  height: 278px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 30px 45px 10px;
  background: #fff;
  font-size: 13px;
  line-height: 1.7;
}

.wrap-thanks-campaign50th-page #contract .kiyakucontents .kiyakucontents_inner ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.wrap-thanks-campaign50th-page #contract .kiyakucontents .kiyakucontents_inner ul li:first-child {
  margin-top: 0;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #contract > h3 {
    padding: 0 15px;
    text-align: center;
  }
  .wrap-thanks-campaign50th-page #contract .kiyakucontents {
    overflow-y: scroll;
    width: calc(100% - 62px);
    margin: 15px auto 0;
    padding: 15px;
    height: 160px;
    font-size: 11px;
  }
}

.wrap-thanks-campaign50th-page #twittercampaign {
  margin-top: 40px;
}

.wrap-thanks-campaign50th-page #twittercampaign h3 {
  padding: 27px 0 30px;
  background: #00a0ea;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twittercampaign {
    margin-top: 35px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twittercampaign h3 {
    padding: 20px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twittercampaign h3 img {
    width: 89%;
  }
}

.wrap-thanks-campaign50th-page .twittercampaign_inner {
  padding: 50px 61px 60px;
  background: #ccecfb;
  border: 1px solid #fafafa;
  border-top: none;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li {
  background: #ffffff;
  text-align: center;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 {
  padding: 66px 0 29px;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .txt {
  margin-top: 38px;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .img {
  margin-top: 29px;
  margin-left: 30px;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum02 {
  position: relative;
  margin-top: 59px;
  padding: 44px 0 54px;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum02::before {
  content: url(/assets/image/campaign/50ththanks20200221/twittercampaign_thun_ico_01.png);
  left: 0;
  right: 0;
  top: -41px;
  position: absolute;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum02 .txt {
  margin-top: 34px;
}

.wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum02 .img {
  margin-top: 54px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner {
    padding: 30px 15px 15px;
    background: #ccecfb;
    border: 1px solid #fafafa;
    border-top: none;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 {
    padding: 30px 15px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .tit img {
    width: 260px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .txt {
    margin-top: 18px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .txt img {
    width: 272px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .img {
    margin-top: 18px;
    margin-left: 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twittercampaign_inner > ul > li.thum01 .img img {
    width: 72%;
  }
}

.wrap-thanks-campaign50th-page #twitterjoin {
  margin-top: 51px;
}

.wrap-thanks-campaign50th-page #twitterjoin h3 {
  padding: 26px 0 25px;
  background: #00a0ea;
  text-align: center;
}

.wrap-thanks-campaign50th-page #twitterjoin img {
  max-width: inherit;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twitterjoin {
    margin-top: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twitterjoin h3 {
    padding: 16px 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page #twitterjoin h3 img {
    width: 83px;
  }
}

.wrap-thanks-campaign50th-page .twitterjoin_inner {
  padding: 70px 94px 70px 127px;
  background: #ffffff;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_inner {
    padding: 25px 15px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 {
    text-align: center;
  }
}

.wrap-thanks-campaign50th-page .btn_c {
  display: inline-block;
}

.wrap-thanks-campaign50th-page .btn_c a {
  display: block;
  border-radius: 64px;
  padding: 22px 68px;
  background: #00a0ea;
}

.wrap-thanks-campaign50th-page .btn_c a img {
  display: block;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .btn_c a {
    border-radius: 40px;
    padding: 13px 64px;
  }
  .wrap-thanks-campaign50th-page .btn_c a img {
    vertical-align: middle;
  }
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .btn {
  margin-top: 37px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .txt.red {
  margin-top: 30px;
  width: 538px;
  border: solid 1px #cf0000;
  padding: 15px 0;
  text-align: center;
  color: #cf0000;
  line-height: 1;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .cap {
  margin-top: 0;
  width: 538px;
  margin-left: 63px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .btn {
  margin-left: 83px;
  margin-top: 19px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .txt.red {
  margin-left: 63px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li .btn > a {
  background-color: #00a0ea !important;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .cap {
  text-align: right;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 {
  position: relative;
  margin-top: 82px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 .btn {
  position: absolute;
  top: 166px;
  left: 83px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 .btn a {
  padding: 22px 50px !important;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum03 {
  margin-top: 10px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum03 .btn {
  margin: -58px 0 0 98px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum03 .btn a {
  padding-left: 60px;
  padding-right: 30px;
}

.wrap-thanks-campaign50th-page .twitterjoin_list li.thum04 {
  margin-top: 104px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .tit img {
    width: 87%;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .txt.red {
    width: 100%;
    padding: 15px 10px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .txt.red img {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .txt.red {
    margin: 25px 0 0 0;
    border: none;
    padding: 0;
    /*margin: 30px auto 0;*/
    /*width: calc(100% - 30px);*/
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .cap {
    margin: 10px auto 0 16px;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 12px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 {
    margin-top: 32px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 .tit img {
    width: 96%;
    /*margin-left: 16px;*/
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 {
    text-align: center;
  }
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 .btn {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    /*max-width: 64%;*/
    max-width: 240px;
    margin: auto;
  }
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 .btn a {
    padding: 20px 50px !important;
  }
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum01 .btn a::after {
    top: 16px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum02 .btn a img {
    width: 145px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum03 {
    margin-top: 35px;
  }
  .wrap-thanks-campaign50th-page .twitterjoin_list li.thum03 .tit img {
    width: 100%;
    margin-left: 0;
  }
}

.wrap-thanks-campaign50th-page .topBnr {
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .topBnr {
    margin: 0 15px 20px;
  }
  .wrap-thanks-campaign50th-page .topBnr img {
    width: 100%;
  }
}

.wrap-thanks-campaign50th-page .sec-etc {
  padding: 50px 0 0;
}

.wrap-thanks-campaign50th-page .twitterjoin_cap {
  /*margin: 78px -19px 0 -52px;*/
  border: solid 1px #e0e0e0;
  padding: 30px 30px 33px;
}

.wrap-thanks-campaign50th-page .twitterjoin_cap02 {
  margin: 32px 0 0;
  background-color: #f7f7f7;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .sec-etc {
    padding: 30px 15px 0;
  }
  .wrap-thanks-campaign50th-page .twitterjoin_cap02 {
    margin: 15px 0 0 0;
  }
  .wrap-thanks-campaign50th-page .twitterjoin_cap {
    margin: 0;
    border: solid 1px #e0e0e0;
    padding: 16px 14px 20px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_cap h5 {
    width: 150px;
  }
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_cap h5 img {
    width: 100%;
  }
}

.wrap-thanks-campaign50th-page .twitterjoin_cap .cap {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: .4px;
}

@media (max-width: 896px) {
  .wrap-thanks-campaign50th-page .twitterjoin_cap .cap {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.77;
    letter-spacing: .4px;
  }
}

.about-page .header-nav .list .item:nth-child(1) .link {
  color: #E50E86;
}

/* p-about-video
---------------------------------------------------------- */
.p-about-video video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 700px;
  width: 100%;
  display: block;
}

@media (max-width: 896px) {
  .p-about-video video {
    height: 250px;
  }
}

/* p-about-intro
---------------------------------------------------------- */
.p-about-intro {
  padding-top: 170px;
}

@media (max-width: 896px) {
  .p-about-intro {
    padding-top: calc((100vw * 80) / 375);
  }
}

.p-about-intro .l-container {
  padding-bottom: calc((100vw * 204) / 1920);
}

@media (max-width: 896px) {
  .p-about-intro .l-container {
    padding: 0;
  }
}

@media (max-width: 896px) {
  .p-about-intro .inner {
    padding-bottom: calc((100vw * 95) / 375);
  }
}

@media (max-width: 896px) {
  .p-about-intro .logo > img {
    max-width: 180px;
  }
}

.p-about-intro .c-heading {
  margin-top: 93px;
  margin-bottom: 61px;
  line-height: 2;
}

@media (max-width: 896px) {
  .p-about-intro .c-heading {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}

.p-about-intro .text-intro {
  font-size: 1.6rem;
  text-align: center;
  line-height: 3;
  letter-spacing: .25rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-about-intro .text-intro {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: .19rem;
  }
}

/* p-about-product
---------------------------------------------------------- */
.p-about-product {
  padding-bottom: calc((100vw * 250) / 1920);
}

@media (max-width: 896px) {
  .p-about-product {
    padding-bottom: calc((100vw * 54) / 375);
  }
}

.p-about-product > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-about-product > .link .-zoom {
    overflow: hidden;
  }
  .p-about-product > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .p-about-product > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-about-product .box-image {
  position: relative;
}

.p-about-product .box-image > .product {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc((100vw * -116) / 1920);
  width: calc((100vw * 526) / 1920);
}

@media (max-width: 896px) {
  .p-about-product .box-image > .product {
    width: calc((100vw * 233) / 375);
    bottom: calc((100vw * -50) / 375);
  }
}

.p-about-product .box-image .bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc((100vw * 630) / 1920);
}

@media (max-width: 896px) {
  .p-about-product .box-image .bg img {
    height: calc((100vw * 276) / 375);
  }
}

.p-about-product .box-image img {
  width: 100%;
}

.p-about-product .box-detail {
  padding-top: 28px;
  background-color: #fff;
}

@media (max-width: 896px) {
  .p-about-product .box-detail {
    padding-top: 23px;
  }
}

.p-about-product .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
}

@media (max-width: 896px) {
  .p-about-product .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-about-product .inner::before {
  content: '';
  position: absolute;
  top: 100%;
  right: calc((100vw * -25) / 1170);
  display: block;
  width: calc((100vw * 700) / 1920);
  height: calc((100vw * 700) / 1920);
  background-image: url(/assets/image/about/bg_about_manu_pc.png);
  background-repeat: no-repeat;
  background-size: calc((100vw * 700) / 1920) calc((100vw * 670) / 1920);
}

@media screen and (min-width: 900px) and (max-width: 1600px) {
  .p-about-product .inner::before {
    right: calc((100vw * 30) / 1170);
  }
}

@media (max-width: 896px) {
  .p-about-product .inner::before {
    position: absolute;
    top: 100%;
    right: 0;
    width: calc((100vw * 163) / 375);
    height: calc((100vw * 200) / 375);
    background-image: url(/assets/image/about/bg_about_manu_sp.png);
    background-size: calc((100vw * 163) / 375) auto;
  }
}

/* p-about-manufacturing
---------------------------------------------------------- */
.p-about-manufacturing > .l-container {
  padding-top: calc((100vw * 30) / 1920);
  padding-bottom: calc((100vw * 70) / 1920);
}

@media (max-width: 896px) {
  .p-about-manufacturing > .l-container {
    padding-bottom: calc((100vw * 54) / 375);
  }
}

.p-about-manufacturing .c-card-about > .detail {
  padding-bottom: 40px;
}

/* p-about-withourhands
---------------------------------------------------------- */
.p-about-withourhands > .l-container {
  padding-left: 0;
  overflow: hidden;
}

@media (max-width: 896px) {
  .p-about-withourhands > .l-container {
    padding-top: 0;
  }
}

.p-about-withourhands .inner {
  position: relative;
}

@media (min-width: 897px) {
  .p-about-withourhands .inner {
    padding-top: calc((100vw * 85) / 1920);
  }
}

@media (max-width: 896px) {
  .p-about-withourhands .inner {
    padding-top: calc((100vw * 30) / 375);
    padding-bottom: 10px;
  }
}

/* p-about-top-withourhands
---------------------------------------------------------- */
.p-about-top-withourhands > .l-container {
  padding-left: 0;
  overflow: hidden;
}

@media (max-width: 896px) {
  .p-about-top-withourhands > .l-container {
    padding-top: 0;
  }
}

.p-about-top-withourhands .inner {
  position: relative;
}

@media (min-width: 897px) {
  .p-about-top-withourhands .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: calc((100vw * 200) / 1920);
  }
}

@media (max-width: 896px) {
  .p-about-top-withourhands .inner {
    padding-top: calc((100vw * 57) / 375);
    padding-bottom: 10px;
  }
}

.p-about-top-withourhands .inner::before {
  content: '';
  position: absolute;
  top: calc((100vw * 26) / 1920);
  left: calc((100vw * -76) / 1920);
  display: block;
  width: calc((100vw * 747) / 1920);
  height: calc((100vw * 388) / 1920);
  background-image: url(/assets/image/about/bg_about_withourhands_pc.png);
  background-repeat: no-repeat;
  background-size: calc((100vw * 747) / 1920) auto;
}

@media screen and (min-width: 900px) and (max-width: 1600px) {
  .p-about-top-withourhands .inner::before {
    left: 5%;
    top: 5%;
  }
}

@media (max-width: 896px) {
  .p-about-top-withourhands .inner::before {
    position: absolute;
    right: 0;
    top: calc((100vw * 13) / 375);
    left: initial;
    width: calc((100vw * 171) / 375);
    height: calc((100vw * 135) / 375);
    background-image: url(/assets/image/about/bg_about_withourhands_sp.png);
    background-size: calc((100vw * 171) / 375) auto;
  }
}

/* main*/
/* common */
.wrap-ambassador20191203-page .ambassador2019 .maincontents {
  width: 940px;
  margin: 0 auto;
  padding: 0 49px 49px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fef4f8;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .maincontents {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 15px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fef4f8;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .main {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .main {
    width: 100%;
    margin: 0 auto;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .main img {
  width: 100%;
}

.wrap-ambassador20191203-page .ambassador2019 .sec01 .title_h2 {
  margin: 0 -50px;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec01 .title_h2 {
    margin: 0 -15px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec01 .title_h2 img {
  width: 100%;
}

.wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents {
  margin-top: 70px;
  border: 1px solid #ddd;
  padding: 70px 90px 60px;
  background: #fff;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents {
    margin-top: 40px;
    border: 1px solid #ddd;
    padding: 40px 45px 35px;
    background: #fff;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents .title_h3 {
  width: 380px;
  margin: -100px auto 0;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents .title_h3 {
    text-align: center;
    width: 74.51%;
    margin: -55px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents ul {
  margin-top: 25px;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents ul {
    font-size: 13px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec01 .seccontents ul li {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 {
  margin-top: 70px;
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .seccontents {
  border: 1px solid #e6237b;
  padding: 70px 144px 60px;
  background: #fff;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .seccontents {
    border: 1px solid #e6237b;
    padding: 40px 35px 40px;
    background: #fff;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .title_h3 {
  width: 380px;
  margin: -105px auto 0;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .title_h3 {
    width: 74.51%;
    margin: -55px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .titlearea {
  width: 458px;
  margin: 45px auto 0;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .titlearea {
    width: 100%;
    margin: 25px auto 0;
    padding: 0 5px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .txtarea {
  margin: 45px -30px 0;
  text-align: center;
  line-height: 1.8;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .txtarea {
    font-size: 13px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents {
  margin-top: 20px;
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step {
  margin-top: 60px;
  border: 1px solid #e6237b;
  background: #fef4f8;
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class01 {
  padding: 0 0 40px;
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class02, .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class03 {
  padding: 0 0 60px;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class02, .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class03 {
    padding: 0 0 30px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.tit {
  width: 152px;
  margin: -20px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.tit {
    width: 27.272%;
    margin: -4.7vw auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.img {
  text-align: center;
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class01 p.img {
  margin-top: 40px;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class01 p.img {
    width: 20%;
    margin: 20px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class02 p.img {
  margin-top: 20px;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class02 p.img {
    width: 83.636%;
    margin: 10px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.txt {
  line-height: 1.8;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.txt {
    width: 83.636%;
    margin: 20px auto 0;
    font-size: 13px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class01 p.txt {
  width: 328px;
  margin: 40px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class01 p.txt {
    width: 83.636%;
    margin: 20px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class02 p.txt {
  width: 458px;
  margin: 15px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class02 p.txt {
    width: 83.636%;
    margin: 20px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class03 p.txt {
  width: 337px;
  margin: 45px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step.class03 p.txt {
    width: 83.636%;
    margin: 20px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.btn {
  width: 260px;
  margin: 30px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec02 .stepcontents .step p.btn {
    width: 47.273%;
    margin: 12px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents {
  margin-top: 70px;
  border: 1px solid #ddd;
  padding: 70px 150px 60px;
  background: #fff;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents {
    margin-top: 40px;
    border: 1px solid #ddd;
    padding: 40px 45px 35px;
    background: #fff;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents .title_h3 {
  width: 380px;
  margin: -100px auto 0;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents .title_h3 {
    width: 74.51%;
    margin: -55px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents ul {
  margin-top: 25px;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents ul {
    font-size: 13px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec03 .seccontents ul li {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.wrap-ambassador20191203-page .ambassador2019 .sec04 .seccontents {
  margin-top: 70px;
  border: 1px solid #ddd;
  padding: 70px 150px 60px;
  background: #fff;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec04 .seccontents {
    margin-top: 40px;
    border: 1px solid #ddd;
    padding: 40px 45px 35px;
    background: #fff;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec04 .seccontents .title_h3 {
  width: 380px;
  margin: -100px auto 0;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec04 .seccontents .title_h3 {
    width: 74.51%;
    margin: -55px auto 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec04 .seccontents .txtarea {
  width: 526px;
  margin: 40px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec04 .seccontents .txtarea {
    width: 100%;
    margin-top: 25px;
    font-size: 13px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec05 {
  width: 940px;
  margin: 40px auto 0;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec05 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 0;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec05 img {
  width: 100%;
}

.wrap-ambassador20191203-page .ambassador2019 .sec05 .kiyakucontents {
  height: 190px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 30px 45px 10px;
  background: #fff;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec05 .kiyakucontents {
    padding: 20px 25px 15px 15px;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec05 .kiyakucontents .kiyakucontents_inner ul li {
  margin-top: 30px;
}

.wrap-ambassador20191203-page .ambassador2019 .sec05 .kiyakucontents .kiyakucontents_inner ul li:first-child {
  margin-top: 0;
}

.wrap-ambassador20191203-page .ambassador2019 .sec06 {
  width: 940px;
  margin: 40px auto 0;
  padding: 35px 0;
  background: #fef4f8;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec06 {
    width: 92%;
    margin: 25px auto 0;
    padding: 15px 0;
    background: #fef4f8;
  }
}

.wrap-ambassador20191203-page .ambassador2019 .sec06 .seccontents {
  width: 260px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .wrap-ambassador20191203-page .ambassador2019 .sec06 .seccontents {
    width: 57.971%;
    margin: 0 auto;
  }
}

/* .p-basics-category
---------------------------------------------------------- */
.p-basic-chapter {
  padding-top: 43px;
}

@media (max-width: 896px) {
  .p-basic-chapter {
    padding-top: 30px;
  }
}

.p-basic-chapter .c-box-chapter .box-chapter {
  padding: 56px 128px 56px;
}

@media (max-width: 1280px) {
  .p-basic-chapter .c-box-chapter .box-chapter {
    padding: calc((100vw * 56) / 1280) calc((100vw * 128) / 1280) calc((100vw * 56) / 1280);
  }
}

@media (max-width: 896px) {
  .p-basic-chapter .c-box-chapter .box-chapter {
    padding: 40px 0 40px;
  }
}

.p-basic-chapter .c-box-chapter .box-chapter > .detail {
  padding-left: 40px;
}

@media (max-width: 1280px) {
  .p-basic-chapter .c-box-chapter .box-chapter > .detail {
    padding-left: calc((100vw * 40) / 1280);
  }
}

@media (max-width: 896px) {
  .p-basic-chapter .c-box-chapter .box-chapter > .detail {
    padding-left: 20px;
  }
}

.p-basic-chapter .c-box-chapter .image {
  width: 180px;
}

@media (max-width: 1280px) {
  .p-basic-chapter .c-box-chapter .image {
    width: calc((100vw * 180) / 1280);
  }
}

@media (max-width: 896px) {
  .p-basic-chapter .c-box-chapter .image {
    width: 130px;
  }
}

/* .p-basic-category-sub 
---------------------------------------------------------- */
.p-basic-category-sub {
  padding-top: 100px;
}

@media (max-width: 896px) {
  .p-basic-category-sub {
    padding-top: 59px;
  }
}

.p-basic-category-sub:last-child {
  padding-bottom: 120px;
}

@media (max-width: 896px) {
  .p-basic-category-sub:last-child {
    padding-bottom: 30px;
  }
}

.p-basic-category-sub > .txt-desc {
  font-size: 1.6rem;
  font-weight: 350;
  letter-spacing: .24rem;
}

@media (max-width: 896px) {
  .p-basic-category-sub > .txt-desc {
    font-size: 1.4rem;
    letter-spacing: .2rem;
    line-height: 1.95;
  }
}

.p-basic-category-sub + .p-basic-category-sub {
  padding-top: 80px;
}

@media (max-width: 896px) {
  .p-basic-category-sub + .p-basic-category-sub {
    padding-top: 30px;
  }
}

/* .p-basics
---------------------------------------------------------- */
@media (max-width: 896px) {
  .p-basics-detail {
    padding-top: 30px;
  }
}

.p-box-basic-mv {
  padding-bottom: 118px;
}

@media (max-width: 896px) {
  .p-box-basic-mv {
    padding-bottom: 60px;
  }
}

.p-box-basic-mv .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100vw * 1548) / 1920);
  background: url("/assets/image/basics/bg_basics_01_pc@2x.png") no-repeat;
  background-size: auto 100%;
  position: relative;
  margin: 0 auto;
  min-height: calc((100vw * 578) / 1920);
}

@media (max-width: 1366px) {
  .p-box-basic-mv .inner {
    width: calc((100vw * 1240) / 1366);
    min-height: calc((100vw * 464) / 1366);
    background: url("/assets/image/basics/bg_basics_01_pc_1366@2x.png") no-repeat 23px center;
    background-size: auto 100%;
  }
}

@media (max-width: 896px) {
  .p-box-basic-mv .inner {
    background: url("/assets/image/basics/bg_basics_01_sp@2x.png") no-repeat;
    min-height: initial;
    background-size: contain;
    background-position: top left;
    width: 100%;
  }
}

.p-box-basic-mv .inner > .box-content {
  text-align: center;
  margin-top: calc((100vw * 30) / 1920);
}

@media (max-width: 1366px) {
  .p-box-basic-mv .inner > .box-content {
    margin-top: calc((100vw * 15) / 1366);
    width: 510px;
  }
}

@media (max-width: 896px) {
  .p-box-basic-mv .inner > .box-content {
    min-width: 100%;
    margin-top: calc((100vw * 110) / 375);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-box-basic-mv .inner > .box-content .title {
  width: calc((100vw * 428) / 1920);
  height: calc((100vw * 226) / 1920);
  background: url("/assets/image/basics/ttl_basics_01@2x.png") center center no-repeat;
  background-size: cover;
  margin: auto;
}

@media (max-width: 1366px) {
  .p-box-basic-mv .inner > .box-content .title {
    width: calc((100vw * 344) / 1366);
    height: calc((100vw * 182) / 1366);
  }
}

@media (max-width: 896px) {
  .p-box-basic-mv .inner > .box-content .title {
    width: calc((100vw * 244) / 375);
    height: calc((100vw * 130) / 375);
    background: url("/assets/image/basics/ttl_basics_01_sp@2x.png") center center no-repeat;
    background-size: cover;
  }
}

.p-box-basic-mv .inner > .box-content .content {
  text-align: center;
  line-height: 2.5;
  letter-spacing: .14em;
  margin-top: calc((100vw * 40) / 1920);
}

@media (max-width: 1366px) {
  .p-box-basic-mv .inner > .box-content .content {
    font-size: 1.4rem;
    line-height: 2.142;
    margin-top: calc((100vw * 35) / 1280);
  }
}

@media (max-width: 896px) {
  .p-box-basic-mv .inner > .box-content .content {
    margin-top: 30px;
  }
}

.p-box-basic-mv .inner > .box-content .link {
  margin-top: calc((100vw * 60) / 1920);
}

@media (max-width: 1366px) {
  .p-box-basic-mv .inner > .box-content .link {
    margin-top: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-box-basic-mv .inner > .box-content .link {
    margin-top: 30px;
  }
}

.p-box-basic-mv .inner > .box-content .link .c-btn {
  width: 260px;
}

.box-basic-content-detail {
  border-top: 4px solid #E50E86;
  background-color: #fff;
  padding: 120px 180px;
}

@media (max-width: 1280px) {
  .box-basic-content-detail {
    padding: calc((100vw * 120) / 1280) calc((100vw * 180) / 1280);
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail {
    padding: 60px 20px;
    border-top: 2px solid #E50E86;
  }
}

.box-basic-content-detail .c-box-content-detail {
  padding: 30px 0 40px;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-content-detail {
    padding: 20px 0 8px;
  }
}

.box-basic-content-detail .box-heading .heading {
  font-size: 3rem;
  font-weight: 500;
  color: #666;
  margin-top: 20px;
  line-height: 1.7;
  letter-spacing: .05em;
}

@media (max-width: 896px) {
  .box-basic-content-detail .box-heading .heading {
    font-size: 2.2rem;
    margin-top: 11px;
  }
}

.box-basic-content-detail .box-heading .sub-heading {
  font-size: 1.4rem;
  color: #9FA8AF;
  font-weight: 350;
  letter-spacing: .05em;
}

@media (max-width: 896px) {
  .box-basic-content-detail .box-heading .sub-heading {
    font-size: 1.2rem;
  }
}

.box-basic-content-detail .c-box-detail-wysiwyg p {
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

.box-basic-content-detail * + .c-box-fuchi-column {
  margin-top: 97px;
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .box-basic-content-detail * + .c-box-fuchi-column {
    margin-top: 72px;
  }
}

.box-basic-content-detail .c-box-fuchi-column {
  border: 6px solid #F6F7FB;
  padding: 63px 57px 50px;
  position: relative;
}

@media (max-width: 1280px) {
  .box-basic-content-detail .c-box-fuchi-column {
    padding: calc((100vw * 70) / 1280) calc((100vw * 60) / 1280);
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column {
    border: 3px solid #F6F7FB;
    padding: 34px 18px 24px;
  }
}

.box-basic-content-detail .c-box-fuchi-column + .c-box-fuchi-column {
  margin-top: 60px;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column + .c-box-fuchi-column {
    margin-top: 53px;
  }
}

.box-basic-content-detail .c-box-fuchi-column .label {
  background: #9FA8AF;
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 8px 24px;
  letter-spacing: .1em;
  border-radius: 6px;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .label {
    font-size: 1.3rem;
    width: 143px;
  }
}

.box-basic-content-detail .c-box-fuchi-column .label .text-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.box-basic-content-detail .c-box-fuchi-column .label .text-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.box-basic-content-detail .c-box-fuchi-column .label::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9FA8AF;
}

.box-basic-content-detail .c-box-fuchi-column .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .15em;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .title {
    font-size: 1.6rem;
  }
}

.box-basic-content-detail .c-box-fuchi-column * + p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.box-basic-content-detail .c-box-fuchi-column * + p:last-of-type {
  margin-bottom: 0;
}

.box-basic-content-detail .c-box-fuchi-column * + heading-dotted {
  margin-top: 40px;
  margin-bottom: 20px;
}

.box-basic-content-detail .c-box-fuchi-column * + heading-dotted:last-of-type {
  margin-bottom: 0;
}

.box-basic-content-detail .c-box-fuchi-column * + figure {
  margin-top: -16px;
}

.box-basic-content-detail .c-box-fuchi-column .title + p {
  margin-top: 15px;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .title + p {
    margin-top: 13px;
  }
}

.box-basic-content-detail .c-box-fuchi-column .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .box-content {
    margin-top: 15px;
  }
}

.box-basic-content-detail .c-box-fuchi-column .box-content > .col {
  width: 332px;
}

@media (max-width: 1280px) {
  .box-basic-content-detail .c-box-fuchi-column .box-content > .col {
    width: calc((100vw * 332) / 1280);
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .box-content > .col {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .box-content > .col:not(:first-of-type) {
    margin-top: 20px;
  }
}

.box-basic-content-detail .c-box-fuchi-column .box-content > .col img {
  margin-top: 0;
}

.box-basic-content-detail .c-box-fuchi-column .heading-dotted + p {
  margin-top: -15px;
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .heading-dotted + p {
    margin-top: 0;
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .heading-dotted {
    font-size: 1.4rem;
    margin-top: 29px;
  }
}

@media (max-width: 896px) {
  .box-basic-content-detail .c-box-fuchi-column .heading-dotted:not(:first-of-type) {
    margin-top: 15px;
  }
}

.c-box-bg-gray {
  background: #F6F7FB;
  padding-bottom: 120px;
  margin-top: -80px;
}

@media (max-width: 896px) {
  .c-box-bg-gray {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    margin-top: -42px;
  }
}

.c-box-bg-gray .c-btn {
  width: 400px;
  border: 0;
}

@media (max-width: 896px) {
  .c-box-bg-gray .c-btn {
    width: 100%;
    padding: 14px 20px;
    height: auto;
  }
}

.c-box-bg-white {
  margin-top: 80px;
  margin-bottom: 180px;
}

@media (max-width: 896px) {
  .c-box-bg-white {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.c-box-bg-white .c-btn {
  width: 260px;
}

@media (max-width: 896px) {
  .c-box-bg-white .c-btn {
    width: 220px;
  }
}

.c-box-basic-accordian {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 896px) {
  .c-box-basic-accordian {
    padding: 50px 25px 0;
  }
}

.c-box-basic-accordian .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .c-box-basic-accordian .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .c-box-basic-accordian .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .c-box-basic-accordian .inner {
    padding: 0;
  }
}

.c-box-basic-accordian .box-heading {
  position: relative;
  text-align: center;
}

.c-box-basic-accordian .box-heading::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-basic-accordian .box-heading .heading {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: .15em;
  text-align: center;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-heading .heading {
    font-size: 1.8rem;
  }
}

.c-box-basic-accordian .box-content {
  margin-top: 80px;
  padding: 40px;
  background: #F6F7FB;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content {
    padding: 0 0 10px;
    background: #fff;
    margin-top: 40px;
  }
}

.c-box-basic-accordian .box-content > .item {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: #DFE2F0;
  box-shadow: #DFE2F0;
  -webkit-box-shadow: 0px 3px 6px 0px #dfe2f0;
  box-shadow: 0px 3px 6px 0px #dfe2f0;
  padding: 25px 30px;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item {
    padding: 20px;
  }
}

.c-box-basic-accordian .box-content > .item + .item {
  margin-top: 20px;
}

.c-box-basic-accordian .box-content > .item .c-title-accordian {
  position: relative;
  cursor: pointer;
}

@media (min-width: 897px) {
  .c-box-basic-accordian .box-content > .item .c-title-accordian:hover {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-basic-accordian .box-content > .item .c-title-accordian:hover:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-box-basic-accordian .box-content > .item .c-title-accordian.is-active .icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
}

.c-box-basic-accordian .box-content > .item .c-title-accordian .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .2em;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .c-title-accordian .text {
    font-size: 1.6rem;
    width: calc(100% - 44px);
  }
}

.c-box-basic-accordian .box-content > .item .c-title-accordian .icon {
  width: 40px;
  height: 40px;
  background-color: #E50E86;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .c-title-accordian .icon {
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-box-basic-accordian .box-content > .item .c-title-accordian .icon::before, .c-box-basic-accordian .box-content > .item .c-title-accordian .icon::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.3, 1);
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .c-title-accordian .icon::before, .c-box-basic-accordian .box-content > .item .c-title-accordian .icon::after {
    width: 10px;
    margin-left: 7px;
    height: 1px;
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.3, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.3, 1);
  }
}

.c-box-basic-accordian .box-content > .item .c-title-accordian .icon::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .c-title-accordian .icon::after {
    margin-top: -1px;
  }
}

.c-box-basic-accordian .box-content > .item .c-content-accordian {
  border-top: 1px solid #E6E6E6;
  margin-top: 27px;
  padding: 38px 30px 16px;
  display: none;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .c-content-accordian {
    padding: 22px 0 7px;
    margin-top: 16px;
  }
}

.c-box-basic-accordian .box-content > .item .c-content-accordian.is-active {
  display: block;
}

.c-box-basic-accordian .box-content > .item .list-page > .item {
  padding-left: 18px;
  position: relative;
  letter-spacing: .2em;
}

@media (min-width: 897px) {
  .c-box-basic-accordian .box-content > .item .list-page > .item:hover {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .c-box-basic-accordian .box-content > .item .list-page > .item:hover:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.c-box-basic-accordian .box-content > .item .list-page > .item + .item {
  margin-top: 28px;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .list-page > .item + .item {
    margin-top: 15px;
    letter-spacing: .15em;
  }
}

.c-box-basic-accordian .box-content > .item .list-page > .item::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 15px;
  background: url("/assets/image/basics/ico_carret_right.svg") no-repeat;
  background-size: cover;
  left: 0;
  top: 5px;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .list-page > .item::before {
    width: 6px;
    height: 12px;
    top: 8px;
  }
}

.c-box-basic-accordian .box-content > .item .list-page > .item .link {
  font-size: 1.6rem;
  font-weight: 350;
}

@media (max-width: 896px) {
  .c-box-basic-accordian .box-content > .item .list-page > .item .link {
    font-size: 1.3rem;
  }
}

.c-box-basic-accordian .box-content > .item .list-page > .item.is-active .link {
  color: #E50E86;
}

/* p-basic-top-chapter
---------------------------------------------------------- */
.p-basic-top-chapter {
  padding: 180px 0 120px;
  background-color: #F6F7FB;
}

@media (max-width: 896px) {
  .p-basic-top-chapter {
    padding: 110px 0 60px;
  }
}

.p-basic-top-chapter > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .p-basic-top-chapter > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-basic-top-chapter > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-basic-top-chapter > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-basic-top-chapter .c-box-chapter .box-chapter {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 897px) {
  .p-basic-top-chapter .c-box-chapter .box-chapter .detail {
    margin-top: 22px;
  }
}

@media (min-width: 897px) {
  .p-basic-top-chapter .c-box-chapter .box-chapter .detail > .list {
    margin-top: 15px;
  }
}

/* p-basic-top-popular
---------------------------------------------------------- */
.p-basic-top-popular {
  padding-top: 100px;
}

@media (max-width: 896px) {
  .p-basic-top-popular {
    padding-top: 50px;
  }
}

.p-basic-top-popular > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .p-basic-top-popular > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-basic-top-popular > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-basic-top-popular > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 896px) {
  .p-basic-top-popular .c-heading-relate {
    margin-bottom: 40px;
  }
}

.p-basic-top-popular .c-list-basic {
  margin-top: -40px;
}

.p-basic-top-popular .c-list-basic > .item {
  margin-top: 40px;
}

/* p-basic-top-search
---------------------------------------------------------- */
.p-basic-top-search {
  padding-top: 102px;
}

@media (max-width: 896px) {
  .p-basic-top-search {
    padding-top: 50px;
  }
}

.p-basic-top-search .c-heading-relate {
  margin-bottom: 58px;
}

@media (max-width: 896px) {
  .p-basic-top-search .c-heading-relate {
    margin-bottom: 30px;
  }
}

.p-basic-top-search > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .p-basic-top-search > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-basic-top-search > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-basic-top-search > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* .p-list-campaign
---------------------------------------------------------- */
.p-list-campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -50px -24px 0;
}

@media (max-width: 1280px) {
  .p-list-campaign {
    margin-left: calc((100vw * -24) / 1280);
    margin-right: calc((100vw * -24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-campaign {
    margin: -15px -8px 0;
  }
}

.p-list-campaign > .item {
  width: 33.33%;
  margin-top: 50px;
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .p-list-campaign > .item {
    padding: 0 calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-campaign > .item {
    width: 50%;
    margin-top: 15px;
    padding: 0 8px;
  }
}

.p-list-campaign > .item > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-list-campaign > .item > .link .-zoom {
    overflow: hidden;
  }
  .p-list-campaign > .item > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .p-list-campaign > .item > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-list-campaign > .item > .link > .image img {
  width: 100%;
}

.p-list-campaign > .item > .link > .box-detail {
  padding: 18px 18px 40px 20px;
  background-color: #F6F7FB;
  letter-spacing: 2.5px;
  line-height: 1.65;
}

@media (max-width: 896px) {
  .p-list-campaign > .item > .link > .box-detail {
    padding: 10px 10px 20px;
    line-height: 1.7;
  }
}

.p-list-campaign > .item > .link > .box-detail > .text {
  font-weight: 500;
}

@media (max-width: 896px) {
  .p-list-campaign > .item > .link > .box-detail > .text {
    font-size: 1.2rem;
    letter-spacing: 1.8px;
  }
}

/* .p-check
---------------------------------------------------------- */
.p-check {
  padding-top: 90px;
  padding-bottom: 180px;
}

@media (max-width: 896px) {
  .p-check {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}

.p-check > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
}

@media (max-width: 1280px) {
  .p-check > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-check > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-check > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-check .box-survey {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 765px;
  margin: 0 auto;
  display: none;
}

@media (max-width: 896px) {
  .p-check .box-survey {
    width: 100%;
  }
}

.p-check .box-survey.q1 .body::before {
  background-image: url(/assets/image/check/bg_check_q1_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q1 .body::before {
    background-image: url(/assets/image/check/bg_check_q1_sp.svg);
  }
}

.p-check .box-survey.q2 .body::before {
  background-image: url(/assets/image/check/bg_check_q2_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q2 .body::before {
    background-image: url(/assets/image/check/bg_check_q2_sp.svg);
  }
}

.p-check .box-survey.q3 .body::before {
  background-image: url(/assets/image/check/bg_check_q3_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q3 .body::before {
    background-image: url(/assets/image/check/bg_check_q3_sp.svg);
  }
}

.p-check .box-survey.q4 .body::before {
  background-image: url(/assets/image/check/bg_check_q4_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q4 .body::before {
    background-image: url(/assets/image/check/bg_check_q4_sp.svg);
  }
}

.p-check .box-survey.q5 .body::before {
  background-image: url(/assets/image/check/bg_check_q5_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q5 .body::before {
    background-image: url(/assets/image/check/bg_check_q5_sp.svg);
  }
}

.p-check .box-survey.q6 .body::before {
  background-image: url(/assets/image/check/bg_check_q6_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q6 .body::before {
    background-image: url(/assets/image/check/bg_check_q6_sp.svg);
  }
}

.p-check .box-survey.q7 .body::before {
  background-image: url(/assets/image/check/bg_check_q7_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-survey.q7 .body::before {
    background-image: url(/assets/image/check/bg_check_q7_sp.svg);
  }
}

.p-check .box-survey .body {
  position: relative;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 130px;
}

@media (max-width: 896px) {
  .p-check .box-survey .body {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}

.p-check .box-survey .body::before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-check .box-survey .body::after {
  content: '';
  background-image: url(/assets/image/check/bg_check_bot_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 800px) {
  .p-check .box-survey .body::after {
    height: 14px;
    background-image: url(/assets/image/check/bg_check_bot_sp.svg);
  }
}

.p-check .box-survey .body .question {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .21rem;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-check .box-survey .body .question {
    font-size: 1.6rem;
  }
}

.p-check .box-survey .body .box-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 896px) {
  .p-check .box-survey .body .box-check {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-check .box-survey .body .list-choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 402px;
}

@media (max-width: 896px) {
  .p-check .box-survey .body .list-choice {
    width: 100%;
    margin-top: 25px;
    padding: 0 45px;
  }
}

.p-check .box-survey .body .list-choice .item {
  font-size: 1.6rem;
}

@media (max-width: 896px) {
  .p-check .box-survey .body .list-choice .item {
    font-size: 1.2rem;
  }
}

.p-check .box-survey .body .list-choice .item + .item {
  margin-top: 25px;
}

@media (max-width: 896px) {
  .p-check .box-survey .body .list-choice .item + .item {
    margin-top: 25px;
  }
}

.p-check .box-survey .body .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 897px) {
  .p-check .box-survey .body .image {
    width: 360px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-check .box-survey .body figure {
  text-align: center;
}

@media (min-width: 897px) {
  .p-check .box-survey .body figure {
    margin-right: 60px;
  }
}

.p-check .box-survey .body figure img {
  height: 148px;
}

@media (max-width: 896px) {
  .p-check .box-survey .body figure img {
    height: 100px;
  }
}

.p-check .box-survey.q3 .image {
  display: none;
}

@media (min-width: 897px) {
  .p-check .box-survey.q3 .body {
    padding-top: 150px;
  }
}

@media (min-width: 897px) {
  .p-check .box-survey.q3 .box-check {
    margin-top: 55px;
  }
}

.p-check .box-survey.q3 .list-choice {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 40px;
}

@media (max-width: 896px) {
  .p-check .box-survey.q3 .list-choice {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}

.p-check .box-survey.q3 .list-choice .item {
  width: 40%;
}

@media (max-width: 896px) {
  .p-check .box-survey.q3 .list-choice .item {
    width: calc(100% - 70px);
  }
}

.p-check .box-survey.q3 .list-choice .item + .item {
  margin-top: 0;
}

@media (max-width: 896px) {
  .p-check .box-survey.q3 .list-choice .item + .item {
    margin-top: 30px;
  }
}

.p-check .box-survey.q3 .list-choice .item img {
  margin-top: 23px;
}

@media (max-width: 896px) {
  .p-check .box-survey.q3 .list-choice .item img {
    margin: 20px 0 0 13px;
  }
}

@media (min-width: 897px) {
  .p-check .box-survey.q4 figure, .p-check .box-survey.q5 figure, .p-check .box-survey.q6 figure {
    margin-right: 75px;
  }
}

@media (max-width: 896px) {
  .p-check .box-survey.q7 figure {
    width: 145px;
  }
}

.p-check .box-survey .progress {
  width: 300px;
  margin: 40px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 896px) {
  .p-check .box-survey .progress {
    width: calc(100% - 25px);
    margin: 20px 0;
  }
}

.p-check .box-survey .progress .bar {
  height: 4px;
  width: 0px;
  background: #E50C85;
  border-radius: 50px;
  -webkit-transition: width .2s ease-in;
  -o-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.p-check .box-survey .progress .bar::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #F6F7FB;
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: 0;
  z-index: -1;
}

.p-check .box-survey .progress .text {
  font-size: 1.6rem;
  margin-top: 15px;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #999;
  letter-spacing: .21rem;
  font-weight: 400;
}

@media (max-width: 896px) {
  .p-check .box-survey .progress .text {
    font-size: 1.4rem;
  }
}

.p-check .box-survey .progress .text .active::after {
  content: ' / ';
  margin: 0 4px;
}

.p-check .box-survey .progress .text .total {
  font-size: 1.3rem;
}

@media (max-width: 896px) {
  .p-check .box-survey .progress .text .total {
    font-size: 1.1rem;
  }
}

.p-check .box-start {
  position: relative;
  width: 765px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-check .box-start {
    width: 100%;
  }
}

.p-check .box-start > .body {
  position: relative;
  width: 100%;
  padding-top: 109px;
  padding-bottom: 116px;
}

@media (max-width: 896px) {
  .p-check .box-start > .body {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}

.p-check .box-start > .body::before, .p-check .box-start > .body::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.p-check .box-start > .body::before {
  top: 0;
  background-image: url(/assets/image/check/bg_check_top_pc.svg);
  height: 52px;
}

@media (max-width: 800px) {
  .p-check .box-start > .body::before {
    background-image: url(/assets/image/check/bg_check_top_sp.svg);
  }
}

.p-check .box-start > .body::after {
  bottom: 0;
  background-image: url(/assets/image/check/bg_check_bot_pc.svg);
  height: 26px;
}

@media (max-width: 800px) {
  .p-check .box-start > .body::after {
    height: 14px;
    background-image: url(/assets/image/check/bg_check_bot_sp.svg);
  }
}

.p-check .box-start > .body > .title {
  width: 348px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-check .box-start > .body > .title {
    text-align: center;
    width: calc(100% - 78px);
  }
}

.p-check .box-start > .body > .image {
  width: 256px;
  margin: 40px auto 0;
  text-align: center;
}

@media (max-width: 896px) {
  .p-check .box-start > .body > .image {
    width: calc(100% - 120px);
    margin-top: 30px;
  }
}

.p-check .box-start > .body > .image img {
  height: 164px;
}

@media (max-width: 896px) {
  .p-check .box-start > .body > .image img {
    height: 133px;
  }
}

.p-check .box-start > .body > .text {
  margin-top: 25px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  text-align: center;
  line-height: 2;
  letter-spacing: 2.5px;
}

@media (max-width: 896px) {
  .p-check .box-start > .body > .text {
    font-size: 1.4rem;
    letter-spacing: 2.2px;
  }
}

.p-check .box-start > .body > .button {
  margin-top: 36px;
}

@media (max-width: 896px) {
  .p-check .box-start > .body > .button {
    margin-top: 16px;
  }
}

.p-check .box-result {
  position: relative;
  width: 765px;
  margin: 0 auto;
  display: none;
}

@media (max-width: 896px) {
  .p-check .box-result {
    width: 100%;
  }
}

.p-check .box-result > .body > .title {
  position: relative;
  margin-bottom: 73px;
  padding: 90px 0 85px;
}

@media (max-width: 896px) {
  .p-check .box-result > .body > .title {
    margin-bottom: 37px;
    padding: 58px 0;
  }
}

.p-check .box-result > .body > .title > img {
  display: block;
  width: 112px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-check .box-result > .body > .title > img {
    width: 89px;
  }
}

.p-check .box-result > .body > .title::before, .p-check .box-result > .body > .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 896px) {
  .p-check .box-result > .body > .title::before, .p-check .box-result > .body > .title::after {
    height: 12px;
  }
}

.p-check .box-result > .body > .title::before {
  top: 0;
  background-image: url(/assets/image/check/bg_check_top_pc.svg);
}

@media (max-width: 896px) {
  .p-check .box-result > .body > .title::before {
    background-image: url(/assets/image/check/bg_check_top_sp.svg);
  }
}

.p-check .box-result > .body > .title::after {
  bottom: 0;
  background-image: url(/assets/image/check/bg_check_bot_pc.svg);
}

@media (max-width: 800px) {
  .p-check .box-result > .body > .title::after {
    background-image: url(/assets/image/check/bg_check_bot_sp.svg);
  }
}

.p-check .box-result > .body > .intro {
  margin-bottom: 38px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 2.0rem;
  font-weight: 350;
  text-align: center;
  line-height: 2;
  letter-spacing: 3px;
}

@media (max-width: 896px) {
  .p-check .box-result > .body > .intro {
    margin-bottom: 34px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 2.5px;
  }
}

.p-check .box-result > .body > .text,
.p-check .box-result > .body .text-advice {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 2.1px;
}

@media (max-width: 896px) {
  .p-check .box-result > .body > .text,
  .p-check .box-result > .body .text-advice {
    text-align: left;
    line-height: 2;
  }
}

.p-check .box-result > .body > .text .pink,
.p-check .box-result > .body .text-advice .pink {
  color: #E50E86;
}

.p-check .box-result > .body > .button {
  margin-top: 100px;
}

.p-check .box-result > .body .p-list-products {
  margin-top: -6px;
}

@media (max-width: 896px) {
  .p-check .box-result > .body .p-list-products {
    margin-top: 6px;
  }
}

@media (min-width: 897px) {
  .p-check .c-btn {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-check .c-btn:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (min-width: 897px) {
  .p-check .c-btn:hover {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}

.p-check-radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.p-check-radio-box input:checked + span::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 13px;
  width: 18px;
  height: 10px;
  background: url(/assets/image/check/ico_check.svg) no-repeat;
  background-size: 18px 10px;
}

@media (max-width: 896px) {
  .p-check-radio-box input:checked + span::after {
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-check-radio-box span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #333;
  letter-spacing: .21rem;
  line-height: 2;
  padding: 2px 0 0 54px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-check-radio-box span {
    font-size: 1.2rem;
    padding: 0 0 0 40px;
  }
}

.p-check-radio-box span::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  border: 4px solid #E6E6E6;
}

@media (max-width: 896px) {
  .p-check-radio-box span::before {
    width: 26px;
    height: 26px;
    border-width: 3px;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* .p-concept-detail
---------------------------------------------------------- */
.p-concept-detail {
  padding-top: 122px;
  padding-bottom: 118px;
  margin-bottom: 120px;
  background-color: #fff;
  border-top: 4px solid #E50E86;
}

@media (max-width: 896px) {
  .p-concept-detail {
    padding-top: 54px;
    padding-bottom: 58px;
    margin-bottom: 60px;
    border-top: 2px solid #E50E86;
  }
}

.p-concept-detail > .inner {
  max-width: 844px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-concept-detail .title {
  padding-bottom: 58px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .p-concept-detail .title {
    padding-bottom: 50px;
    margin-bottom: 37px;
    text-align: center;
  }
}

@media (max-width: 896px) {
  .p-concept-detail .title img {
    max-width: 274px;
  }
}

.p-concept-detail .text {
  line-height: 2;
  letter-spacing: .24rem;
}

@media (max-width: 896px) {
  .p-concept-detail .text {
    letter-spacing: .2rem;
    font-size: 1.4rem;
  }
}

.p-concept-detail .image {
  margin-top: 76px;
}

@media (max-width: 896px) {
  .p-concept-detail .image {
    margin-top: 35px;
  }
  .p-concept-detail .image img {
    width: 100%;
  }
}

.p-concept-detail .title + * {
  margin-top: 0 !important;
}

.p-concept-detail .text + .text {
  margin-top: 38px;
}

@media (max-width: 896px) {
  .p-concept-detail .text + .text {
    margin-top: 28px;
  }
}

.p-concept-detail .image + .text {
  margin-top: 76px;
}

@media (max-width: 896px) {
  .p-concept-detail .image + .text {
    margin-top: 36px;
  }
}

.p-concept .c-breadcrumb {
  margin-bottom: 100px;
}

@media (max-width: 896px) {
  .p-concept .l-container {
    padding-top: 60px;
  }
}

/* p-contact
---------------------------------------------------------- */
.p-box-contact {
  max-width: 804px;
  margin: 0 auto;
}

.p-about-item:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 896px) {
  .p-about-item:not(:first-child) {
    margin-top: 50px;
  }
}

.p-about-item .text {
  letter-spacing: .15em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-about-item .text {
    font-size: 1.4rem;
  }
}

.p-link-contact {
  margin-top: 40px;
  display: block;
  padding: 40px 20px 58px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  text-align: center;
}

@media (min-width: 897px) {
  .p-link-contact {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-link-contact:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .p-link-contact {
    margin-top: 28px;
    padding: 28px 20px 46px;
    border-radius: 5px;
  }
}

.p-link-contact .inner > .ico {
  display: block;
}

.p-link-contact .inner > .jp {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: .12em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-link-contact .inner > .jp {
    font-size: 1.8rem;
  }
}

.p-link-contact .inner > .jp span {
  display: inline-block;
  position: relative;
  top: 6px;
  padding-left: 10px;
}

@media (max-width: 896px) {
  .p-link-contact .inner > .jp span {
    padding-left: 12px;
  }
}

.p-link-contact .inner > .en {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  color: #9FA8AF;
  font-size: 1.4rem;
  letter-spacing: .07em;
}

@media (max-width: 896px) {
  .p-link-contact .inner > .en {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

/*===============================================================================*/
.wrap-copy20190201-page {
  /*====================== hero =====================*/
  /*====================== block =====================*/
  /*====================== nav-twitter =====================*/
  /*====================== sec-entry =====================*/
  /*---------------------- campaign_inner ------------------------*/
  /*====================== sec-present =====================*/
  /*---------------------- prize_inner --------------------*/
  /*@media screen and (max-width: 319px) {*/
  /*.prize_list > li.item01 > .prize_item_in > .prize_content img {*/
  /*width: 80%;*/
  /*margin-left: -10%;*/
  /*margin-top: 10%;*/
  /*}*/
  /*}*/
  /*======================== twittercampaign ==========================*/
  /*======================== twitterjoin ==========================*/
  /*@media screen and (max-width: 768px) {*/
  /*.twitterjoin_list li.thum02 .btn {*/
  /*top: initial;*/
  /*bottom: 7px;*/
  /*left: 14%;*/
  /*max-width: 64%;*/
  /*}*/
  /*}*/
}

.wrap-copy20190201-page .contents-catchphrase {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.wrap-copy20190201-page a {
  text-decoration: underline;
}

.wrap-copy20190201-page a:hover {
  opacity: .7;
  text-decoration: none;
}

.wrap-copy20190201-page img {
  vertical-align: bottom;
}

.wrap-copy20190201-page .hero {
  text-align: center;
  max-width: 1920px;
  margin: 0 auto 15px;
  width: 100%;
}

.wrap-copy20190201-page .hero img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .hero {
    margin: 0 auto 40px;
  }
}

.wrap-copy20190201-page .block {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.wrap-copy20190201-page .block img {
  width: 100%;
}

.wrap-copy20190201-page .nav-twitter {
  position: relative;
}

.wrap-copy20190201-page .nav-twitter img {
  max-width: 960px;
  width: 100%;
}

.wrap-copy20190201-page .nav-twitter .bg {
  padding: 3% 3.5%;
}

.wrap-copy20190201-page .nav-twitter .bg img {
  max-width: 960px;
  width: 100%;
}

.wrap-copy20190201-page .nav-twitter .product {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 18%;
}

.wrap-copy20190201-page .nav-twitter .product img {
  width: 100%;
}

.wrap-copy20190201-page .nav-twitter .btn {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}

.wrap-copy20190201-page .nav-twitter .btn img {
  width: 45%;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .nav-twitter .bg {
    padding: 4% 0;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .nav-twitter .product {
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 13%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .nav-twitter .btn {
    position: absolute;
    bottom: 38%;
    right: -50px;
    width: 50%;
    left: auto;
  }
}

.wrap-copy20190201-page .sec-entry h2 img {
  width: 100%;
}

.wrap-copy20190201-page .sec-entry-in {
  background: url("/assets/image/campaign/copy20190201/bg_entry_01_sp.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 5%;
  padding: 20px 0 40px;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .sec-entry-in {
    background: url("/assets/image/campaign/copy20190201/bg_entry_01.jpg") no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
}

.wrap-copy20190201-page .list-entry {
  overflow: hidden;
}

.wrap-copy20190201-page .list-entry li {
  padding: 15% 3% 5%;
  background-color: #fff;
  margin: 10% 2.5%;
}

.wrap-copy20190201-page .list-entry li:last-child {
  margin: 10% 2.5% 0;
}

.wrap-copy20190201-page .list-entry .first {
  position: relative;
}

.wrap-copy20190201-page .list-entry .first .number {
  position: absolute;
  top: -5%;
  right: 0;
  left: 0;
  width: 15%;
  margin: 0 auto;
}

.wrap-copy20190201-page .list-entry .second, .wrap-copy20190201-page .list-entry .third {
  position: relative;
}

.wrap-copy20190201-page .list-entry .second .number, .wrap-copy20190201-page .list-entry .third .number {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  width: 15%;
  margin: 0 auto;
}

.wrap-copy20190201-page .list-entry li .number img {
  width: 100%;
}

.wrap-copy20190201-page .list-entry li .txt {
  width: 92%;
  margin: 0 auto 6%;
}

.wrap-copy20190201-page .list-entry li:last-child .txt {
  margin: 0 auto;
}

.wrap-copy20190201-page .list-entry li .txt img {
  width: 100%;
}

.wrap-copy20190201-page .list-entry li .btn {
  margin: 0 auto;
  width: 70%;
}

.wrap-copy20190201-page .list-entry li .btn img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry li {
    padding: 9% 3% 5%;
    background-color: #fff;
    margin: 7% 6%;
  }
  .wrap-copy20190201-page .list-entry li:nth-child(2) {
    padding: 7.6% 0 2.6%;
    background-color: #fff;
    margin: 0 0 20px 6%;
    min-height: 345px;
  }
  .wrap-copy20190201-page .list-entry li:nth-child(3) {
    padding: 7% 0;
    background-color: #fff;
    margin: 0 6% 20px 0;
    min-height: 345px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry .second {
    width: 42.5%;
    float: left;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry .third {
    width: 42.5%;
    float: right;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry .first .number {
    top: -6%;
    width: 10%;
  }
  .wrap-copy20190201-page .list-entry .second .number, .wrap-copy20190201-page .list-entry .third .number {
    top: -14%;
    width: 22%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry li .txt, .wrap-copy20190201-page .list-entry li:nth-child(2) .txt {
    width: 80%;
    margin: 0 auto 3%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry li .txt img {
    width: 100%;
    max-width: 630px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .list-entry li .btn {
    width: 44%;
  }
  .wrap-copy20190201-page .list-entry li:nth-child(2) .btn {
    width: 65%;
  }
}

.wrap-copy20190201-page .campaign_inner .video {
  width: 60%;
  margin: 0 auto;
}

.wrap-copy20190201-page .campaign_inner .video-wrap video {
  display: block;
}

.wrap-copy20190201-page .campaign_inner .video-wrap img {
  display: none;
}

.wrap-copy20190201-page .campaign_inner .video-wrap.is-ready video {
  display: none;
}

.wrap-copy20190201-page .campaign_inner .video-wrap.is-ready img {
  display: block;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .campaign_inner .video {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .campaign_inner .video {
    margin: 8px auto 15px;
    width: calc(100% - 34px);
    /*width: calc(100vw - 34px);*/
    height: auto;
    /*height: calc((100vw - 34px) * 0.63);*/
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .campaign_inner .video-wrap.is-ready video {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .campaign_inner .video-wrap.is-ready img {
    display: none;
  }
}

.wrap-copy20190201-page .sec-present-in {
  background: url("/assets/image/campaign/copy20190201/bg_present_01_sp.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0 10px;
  margin-bottom: 5%;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .sec-present-in {
    background: url("/assets/image/campaign/copy20190201/bg_present_01.jpg") no-repeat;
    background-size: cover;
    padding: 35px 0 45px;
    margin-bottom: 50px;
  }
}

.wrap-copy20190201-page .sec-present h2 {
  width: 100%;
}

.wrap-copy20190201-page .sec-present h2 img {
  width: 100%;
}

.wrap-copy20190201-page .sec-present .ttl {
  width: 60%;
  margin: 0 auto 20px;
}

.wrap-copy20190201-page .sec-present .ttl img {
  width: 100%;
}

.wrap-copy20190201-page .sec-present .txt {
  font-weight: bold;
  margin: 0 auto 8%;
  font-size: 14px;
  line-height: 1.6;
}

.wrap-copy20190201-page .sec-present .txt a {
  color: #1f60b1;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .sec-present .ttl {
    margin: 0 auto 2%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .sec-present .txt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 3%;
    line-height: 1.8;
  }
}

.wrap-copy20190201-page .prize_list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3%;
  text-align: center;
}

.wrap-copy20190201-page .prize_list > li {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 10px 10px;
}

.wrap-copy20190201-page .prize_list > li:not(.item01) {
  margin-top: 20px;
}

.wrap-copy20190201-page .prize_list > li.item01 {
  height: 370px;
}

.wrap-copy20190201-page .prize_list > li.item03 {
  margin-left: 20px;
}

.wrap-copy20190201-page .prize_list > li.item02, .wrap-copy20190201-page .prize_list > li.item03 {
  width: calc((100% - 20px) / 2);
  height: 443px;
}

.wrap-copy20190201-page .prize_list > li.item04 {
  height: 210px;
}

.wrap-copy20190201-page .prize_list > li.item05 {
  height: 180px;
}

.wrap-copy20190201-page .prize_list > li > .prize_tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.wrap-copy20190201-page .prize_list > li > .prize_item_in > .prize_content {
  width: 100%;
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

.wrap-copy20190201-page .prize_list > li.item04 > .prize_item_in > .prize_content {
  top: 14px;
  left: 53%;
}

.wrap-copy20190201-page .prize_list > li.item05 > .prize_item_in > .prize_content {
  top: 33px;
  left: 48%;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li {
    padding-top: 2.5px;
    padding-right: 2.5px;
    background-color: transparent;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li:not(.item01) {
    margin-top: 7px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li.item01 {
    height: 370px;
    margin: 0 6%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item01 {
    height: auto;
    padding-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li.item01 .btn {
    position: absolute;
    bottom: 23%;
    left: 19%;
    z-index: 2;
    width: 28%;
  }
  .wrap-copy20190201-page .prize_list > li.item01 .btn img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li.item02 .btn {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    width: 56%;
    margin: 0 auto;
  }
  .wrap-copy20190201-page .prize_list > li.item02 .btn img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li.item03 .btn {
    position: absolute;
    bottom: 27%;
    left: 0;
    right: 0;
    width: 56%;
    margin: 0 auto;
  }
  .wrap-copy20190201-page .prize_list > li.item03 .btn img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item02 {
    /* padding-bottom: 30px; */
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item03 {
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li.item02 {
    width: 42.9%;
    height: 675px;
    margin-left: 6%;
  }
  .wrap-copy20190201-page .prize_list > li.item03 {
    width: 42.9%;
    height: 675px;
    margin-right: 6%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item02, .wrap-copy20190201-page .prize_list > li.item03 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item04 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item05 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li > .prize_tag {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item01 > .prize_tag {
    top: 2.5px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li > .prize_tag img {
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li > .prize_item_in {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item01 > .prize_item_in {
    height: 440px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item02 > .prize_item_in {
    height: 521px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item03 > .prize_item_in {
    height: 362px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item02 > .prize_item_in, .wrap-copy20190201-page .prize_list > li.item03 > .prize_item_in, .wrap-copy20190201-page .prize_list > li.item04 > .prize_item_in, .wrap-copy20190201-page .prize_list > li.item05 > .prize_item_in {
    padding: 2.5px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li > .prize_item_in > .prize_content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item01 > .prize_item_in > .prize_content {
    position: absolute;
    top: 40px;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .prize_list > li.item01 > .prize_item_in > .prize_content {
    top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item01 > .prize_item_in > .prize_content img {
    height: 305px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item02 > .prize_item_in > .prize_content {
    margin: 40px auto 0;
    width: 236px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item02 > .prize_item_in > .prize_content img {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item03 > .prize_item_in > .prize_content {
    margin: 40px auto 0;
    width: 183px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item03 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item04 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 222px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item04 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item05 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 225px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list > li.item05 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .prize_list .btn {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    max-width: 280px;
    min-width: 240px;
  }
  .wrap-copy20190201-page .prize_list .btn img {
    width: 100%;
  }
}

.wrap-copy20190201-page .sec-present .limit {
  width: 88%;
  margin: 0 auto 30px;
}

.wrap-copy20190201-page .sec-present .limit img {
  width: 100%;
}

.wrap-copy20190201-page #twittercampaign {
  margin-top: 40px;
}

.wrap-copy20190201-page #twittercampaign h3 {
  padding: 27px 0 30px;
  background: #00a0ea;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page #twittercampaign {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page #twittercampaign h3 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page #twittercampaign h3 img {
    width: 89%;
  }
}

.wrap-copy20190201-page .twittercampaign_inner {
  padding: 50px 61px 60px;
  background: #ccecfb;
  border: 1px solid #fafafa;
  border-top: none;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li {
  background: #ffffff;
  text-align: center;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 {
  padding: 66px 0 29px;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .txt {
  margin-top: 38px;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .img {
  margin-top: 29px;
  margin-left: 30px;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum02 {
  position: relative;
  margin-top: 59px;
  padding: 44px 0 54px;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum02::before {
  content: url(../img/twittercampaign_thun_ico_01.png);
  left: 0;
  right: 0;
  top: -41px;
  position: absolute;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum02 .txt {
  margin-top: 34px;
}

.wrap-copy20190201-page .twittercampaign_inner > ul > li.thum02 .img {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner {
    padding: 30px 15px 15px;
    background: #ccecfb;
    border: 1px solid #fafafa;
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 {
    padding: 30px 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .tit img {
    width: 260px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .txt {
    margin: 38px auto 0;
    width: 80%;
  }
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .txt img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .txt {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .txt img {
    width: 272px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .img {
    margin-top: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twittercampaign_inner > ul > li.thum01 .img img {
    width: 72%;
  }
}

.wrap-copy20190201-page #twitterjoin {
  margin-top: 51px;
}

.wrap-copy20190201-page #twitterjoin h3 {
  padding: 26px 0 25px;
  background: #00a0ea;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page #twitterjoin {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page #twitterjoin h3 {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page #twitterjoin h3 img {
    width: 83px;
  }
}

.wrap-copy20190201-page .twitterjoin_inner {
  padding: 70px 94px 70px 127px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_inner {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 {
    text-align: left;
    margin-left: 14px;
  }
}

.wrap-copy20190201-page .btn_c {
  display: inline-block;
  width: 60%;
}

.wrap-copy20190201-page .btn_c a {
  display: block;
  border-radius: 30px;
  padding: 17px 43px 16px;
  background: #00a0ea;
}

.wrap-copy20190201-page .btn_c a img {
  display: block;
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .btn_c a {
    display: block;
    border-radius: 30px;
    padding: 16px 35px;
    background: #00a0ea;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .btn_c a {
    border-radius: 40px;
    padding: 15px 30px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .tit {
    width: 78%;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .tit img {
    width: 100%;
  }
}

.wrap-copy20190201-page .twitterjoin_list li.thum01 .btn {
  margin-top: 37px;
}

.wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red {
  margin-top: 30px;
  width: 538px;
  border: solid 1px #cf0000;
  padding: 15px 0;
  text-align: center;
  color: #cf0000;
  line-height: 1;
}

.wrap-copy20190201-page .twitterjoin_list li.thum01 .cap {
  margin-top: 11px;
  color: #cf0000;
  font-size: 16px;
  text-align: left;
}

.wrap-copy20190201-page .twitterjoin_list li.thum01 .btn, .wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red, .wrap-copy20190201-page .twitterjoin_list li.thum01 .cap {
  /*margin-left: 83px;*/
  margin-left: 14%;
}

.wrap-copy20190201-page .twitterjoin_list li.thum02 {
  position: relative;
  margin-top: 82px;
}

.wrap-copy20190201-page .twitterjoin_list li.thum03 {
  margin-top: 15%;
}

.wrap-copy20190201-page .twitterjoin_list li.thum03 .btn {
  margin: -58px 0 0 98px;
}

.wrap-copy20190201-page .twitterjoin_list li.thum03 .btn a {
  padding-left: 60px;
  padding-right: 30px;
}

.wrap-copy20190201-page .twitterjoin_list li.thum04 {
  margin-top: 104px;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .tit img {
    width: 87%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .btn img {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red {
    width: 100%;
    padding: 15px 10px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red {
    margin-top: 30px;
    width: 84.2%;
    border: solid 1px #cf0000;
    padding: 15px 12%;
    text-align: center;
    color: #cf0000;
    line-height: 1;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red img {
    width: 100%;
    max-width: 260px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .btn {
    margin: 20px 0 0 45px;
    width: 75%;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .btn img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .txt.red {
    margin: 30px auto 0;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum01 .cap {
    margin: 10px auto 0 16px;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 {
    position: relative;
    margin-top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 {
    margin-top: 32px;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .tit img {
    width: 96%;
    margin-left: 8px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .tit {
    width: 100%;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .tit img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .btn {
    position: absolute;
    bottom: -35px;
    right: 15px;
    left: 0;
    margin: 0 auto;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .btn_c a {
    border-radius: 30px;
    padding: 18px 25px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .btn {
    position: absolute;
    left: 13%;
    bottom: 8%;
    width: 48%;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .btn img {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum02 .btn a img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum03 .tit img {
    width: 92%;
    margin-left: -10px;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_list li.thum03 .tit {
    width: 88%;
  }
  .wrap-copy20190201-page .twitterjoin_list li.thum03 .tit img {
    width: 100%;
  }
}

.wrap-copy20190201-page .twitterjoin_cap {
  margin: 78px -19px 0 -52px;
  border: solid 1px #e0e0e0;
  padding: 30px 30px 33px;
}

.wrap-copy20190201-page .twitterjoin_cap .cap {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: .4px;
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_cap {
    margin: 34px 0 0;
    border: solid 1px #e0e0e0;
    padding: 16px 14px 20px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_cap h5 {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_cap h5 img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .wrap-copy20190201-page .twitterjoin_cap {
    text-align: left;
  }
  .wrap-copy20190201-page .twitterjoin_cap h5 {
    width: 70px;
  }
  .wrap-copy20190201-page .twitterjoin_cap h5 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-copy20190201-page .twitterjoin_cap .cap {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: .4px;
  }
}

/* copyright
---------------------------------------------------------- */
.p-box-copyright {
  max-width: 804px;
  margin: 0 auto;
}

.p-copyright-item:not(:first-child) {
  margin-top: 96px;
}

.p-copyright-item > .title {
  font-size: 2.2rem;
  letter-spacing: .15em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-copyright-item > .title {
    font-size: 2rem;
  }
}

.p-copyright-item > .text {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: .15em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-copyright-item > .text {
    margin-top: 22px;
    font-size: 1.4rem;
  }
}

.p-copyright-item > .list {
  margin-top: 32px;
  line-height: 2;
  letter-spacing: .15em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-copyright-item > .list {
    font-size: 1.4rem;
  }
}

.p-copyright-item > .list > .item {
  position: relative;
  padding-left: 20px;
}

.p-copyright-item > .list > .item::before {
  content: '・';
  position: absolute;
  left: 0;
}

/* #happy_campaign20th */
.wrap-haddpy-campaign20th-page {
  /* #twitter */
  /* #qpresent */
  /* #itempre */
  /* #joinmethod */
  /* #applicathonmethod */
  /* #twittercampaign */
  /* #twitterjoin */
}

.wrap-haddpy-campaign20th-page #happy_campaign20th {
  max-width: 750px;
  margin: 0 auto;
}

.wrap-haddpy-campaign20th-page #happy_campaign20th img {
  width: 100%;
}

.wrap-haddpy-campaign20th-page a {
  text-decoration: underline;
}

.wrap-haddpy-campaign20th-page a:hover {
  opacity: .7;
  text-decoration: none;
}

.wrap-haddpy-campaign20th-page #twitter {
  padding: 50px 4% 50px;
}

.wrap-haddpy-campaign20th-page .twitter_inner {
  position: relative;
  padding: 15px 0 18px;
  background: #00a0ea;
}

.wrap-haddpy-campaign20th-page .twitter_inner::after {
  content: '';
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 18px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/image/campaign/happy20180914/twitter_ico_01.png) no-repeat right bottom;
  background-size: contain;
}

.wrap-haddpy-campaign20th-page .twitter_inner .btn_a {
  position: relative;
  z-index: 1000;
  margin: -6px auto 0;
  width: 49.565%;
}

.wrap-haddpy-campaign20th-page .qpesent_inner {
  padding: 25px 4% 60px;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .tit {
  margin-top: 25px;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .txt {
  margin-top: 15px;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .img {
  margin-top: 30px;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .btn_area {
  margin-top: 30px;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .btn_area li {
  width: 47.826%;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .btn_area li:nth-child(2n-1) {
  float: left;
}

.wrap-haddpy-campaign20th-page .qpesent_inner .btn_area li:nth-child(2n) {
  float: right;
}

.wrap-haddpy-campaign20th-page .itempre_inner {
  padding: 30px 4% 42px;
  background: url(/assets/image/campaign/happy20180914/itempre_bg_01.png) no-repeat center top;
  background-size: cover;
}

.wrap-haddpy-campaign20th-page .itempre_joinmenu {
  padding: 32px 0 30px;
  background: rgba(255, 255, 255, 0.8);
}

.wrap-haddpy-campaign20th-page .itempre_joinmenu .txt {
  margin-top: 18px;
}

.wrap-haddpy-campaign20th-page .itempre_joinmenu .btn {
  margin: 29px auto 0;
  width: 76.812%;
}

.wrap-haddpy-campaign20th-page .itempre_list {
  margin-top: 35px;
}

.wrap-haddpy-campaign20th-page .itempre_list li {
  margin-top: 66px;
}

.wrap-haddpy-campaign20th-page .itempre_list li:first-child {
  margin-top: 0;
}

.wrap-haddpy-campaign20th-page .itempre_list li .btn {
  margin-top: 15px;
  margin-left: 48.405%;
  width: 46.872%;
}

.wrap-haddpy-campaign20th-page .itempre_list li.select_cataloggift .btn {
  margin-top: -11px;
}

.wrap-haddpy-campaign20th-page .joinmethod_inner {
  padding: 47px 8% 30px;
  background: #fad3e5;
}

.wrap-haddpy-campaign20th-page .joinmethod_list li {
  margin-top: 20px;
}

.wrap-haddpy-campaign20th-page .joinmethod_list li:first-child {
  margin-top: 0;
}

.wrap-haddpy-campaign20th-page .joinmethod_list li .btn {
  margin: -90px auto 90px;
  width: 83.016%;
}

.wrap-haddpy-campaign20th-page #applicathonmethod {
  margin-top: 40px;
}

.wrap-haddpy-campaign20th-page .applicathonmethod_inner {
  padding: 30px 4% 20px;
  background: #fad3e5;
}

.wrap-haddpy-campaign20th-page .applicathonmethod_inner .details > .btn {
  margin: 20px auto 0;
  width: 75.797%;
}

.wrap-haddpy-campaign20th-page .applicathonmethod_inner .details > .txt {
  margin-top: 24px;
}

.wrap-haddpy-campaign20th-page .applicathonmethod_inner .details > .txt img {
  margin-bottom: 19px;
}

.wrap-haddpy-campaign20th-page .applicathonmethod_inner .details > .cap {
  padding-left: 2em;
  text-indent: -1em;
  font-size: 14px;
}

@media (max-width: 896px) {
  .wrap-haddpy-campaign20th-page .applicathonmethod_inner .details > .cap {
    font-size: 14px;
  }
}

.wrap-haddpy-campaign20th-page .necessary_matter {
  margin-top: 30px;
  padding: 29px 4.348%;
  background: #ffffff;
}

.wrap-haddpy-campaign20th-page .necessary_matter .img {
  margin-top: 27px;
}

.wrap-haddpy-campaign20th-page .necessary_matter .txt {
  margin-top: 20px;
}

.wrap-haddpy-campaign20th-page .necessary_matter .txt.red {
  margin-top: 25px;
}

.wrap-haddpy-campaign20th-page .necessary_matter h5 {
  margin-top: 24px;
}

.wrap-haddpy-campaign20th-page .necessary_matter > ul {
  margin-top: 17px;
  font-size: 14px;
}

@media (max-width: 896px) {
  .wrap-haddpy-campaign20th-page .necessary_matter > ul {
    font-size: 14px;
  }
}

.wrap-haddpy-campaign20th-page .necessary_matter > ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.wrap-haddpy-campaign20th-page #twittercampaign {
  margin-top: 40px;
}

.wrap-haddpy-campaign20th-page .twittercampaign_inner {
  padding: 30px 4% 15px;
  background: #ccecfb;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li {
  margin-top: 41px;
  padding: 0 4.348%;
  background: #ffffff;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li:first-child {
  margin-top: 0;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li.thum01 {
  padding-top: 30px;
  padding-bottom: 42px;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li.thum01 .txt {
  margin-top: 19px;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li.thum01 .img {
  margin-top: 25px;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li.thum02 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li.thum02::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/image/campaign/happy20180914/twittercampaign_thun_ico_01.png) no-repeat center top;
  background-size: contain;
}

.wrap-haddpy-campaign20th-page .twittercampaign_list li.thum02 .txt {
  margin-top: 15px;
  margin-bottom: 34px;
}

.wrap-haddpy-campaign20th-page #twitterjoin {
  margin-top: 30px;
}

.wrap-haddpy-campaign20th-page .twitterjoin_inner {
  padding: 30px 4.348% 15px;
  background: #ffffff;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li {
  margin-top: 40px;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li:first-child {
  margin-top: 0;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li.thum01 .btn {
  margin: 18px auto 0;
  width: 43.333%;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li.thum01 .txt.red {
  margin-top: 20px;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li.thum01 .cap {
  margin-top: 10px;
  margin-left: 7.619%;
  color: #cf0000;
  font-size: 14px;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li.thum02 .btn {
  margin: 20px auto;
  width: 60.317%;
}

.wrap-haddpy-campaign20th-page .twitterjoin_list li.thum03 .btn {
  margin: 20px auto;
  width: 44.444%;
}

.wrap-haddpy-campaign20th-page .twitterjoin_cap {
  margin-top: 25px;
  border: solid 2px #ebebeb;
  padding: 16px 4.444% 17px;
}

.wrap-haddpy-campaign20th-page .twitterjoin_cap .cap {
  margin-top: 16px;
  font-size: 14px;
}

@media (max-width: 896px) {
  .wrap-haddpy-campaign20th-page .twitterjoin_cap .cap {
    font-size: 14px;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 {
    width: 100%;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 .main_inner {
  width: 100%;
}

.wrap-heVoting20210220-page #heVoting20210220 .main_inner > a {
  width: 100%;
}

.wrap-heVoting20210220-page #heVoting20210220 a:hover {
  opacity: .7;
}

.wrap-heVoting20210220-page #heVoting20210220 .main_inner > a img {
  width: 100%;
}

.wrap-heVoting20210220-page #heVoting20210220 .btn {
  display: inline-block;
}

.wrap-heVoting20210220-page #heVoting20210220 .main_inner {
  border-bottom: 5px solid #e1057c;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .main_inner {
    border-bottom: none;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 .box-award {
  background-color: #fdf2f8;
  padding: 88px 150px;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-award {
    padding: 0;
    margin: 0 auto;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 .box-award-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.wrap-heVoting20210220-page #heVoting20210220 .box-award-in .third {
  margin-left: 40px;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-award-in {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-award-in .third {
    margin-left: 0;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement {
  background-color: #fbf7e5;
  padding: 60px 80px 80px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-announcement {
    padding: 34px 20px 22px;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement-product .product-announcement {
  margin-left: 35px;
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement-product .product-announcement:first-of-type {
  margin-left: 0;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-announcement-product {
    display: block;
    margin-top: 35px;
  }
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-announcement-product .product-announcement {
    margin-left: 0;
    margin-top: -15px;
  }
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-announcement-product .product-announcement:first-of-type {
    margin-top: 0;
  }
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement-term {
  margin-top: 55px;
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement-term .txt-term {
  margin-top: 20px;
}

.wrap-heVoting20210220-page #heVoting20210220 .box-announcement-term .txt-term:first-of-type {
  margin-top: 0;
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-announcement-term {
    margin-top: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-heVoting20210220-page #heVoting20210220 .box-announcement-term .txt-term {
    margin-top: 15px;
  }
}

/* #ilovelasana_campaign40th */
/* common */
.wrap-ilove20190401-page {
  /* #main */
  /* #cosmeaward */
  /* #campaign */
  /* #prize */
  /* #apply */
  /* contract */
  /* #twittercampaign */
  /* #twitterjoin */
  /* 20190319　バナー追加
  ==================================================================*/
}

.wrap-ilove20190401-page #ilovelasana_campaign40th {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #ilovelasana_campaign40th {
    width: 100%;
    margin: 0 auto;
  }
}

.wrap-ilove20190401-page #lp_lasana #ilovelasana_campaign40th section#main div {
  height: auto;
}

.wrap-ilove20190401-page #lp_lasana #ilovelasana_campaign40th section#main div p {
  width: auto;
}

.wrap-ilove20190401-page #ilovelasana_campaign40th .main_inner {
  width: 100%;
}

.wrap-ilove20190401-page #ilovelasana_campaign40th .main_inner > a {
  width: 100%;
}

.wrap-ilove20190401-page #ilovelasana_campaign40th a:hover {
  opacity: .7;
}

.wrap-ilove20190401-page #ilovelasana_campaign40th .main_inner > a img {
  width: 100%;
}

.wrap-ilove20190401-page #ilovelasana_campaign40th .btn {
  display: inline-block;
}

.wrap-ilove20190401-page #main .main_cap {
  padding: 17px 0 15px;
  background: #e6237b;
}

.wrap-ilove20190401-page #main .main_cap img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #main .main_cap {
    padding: 13px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #main .main_cap img {
    width: 230px;
    line-height: 1;
  }
}

.wrap-ilove20190401-page #cosmeaward {
  /* position: relative;
    padding-bottom: 355px; */
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #cosmeaward {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #cosmeaward > h3 img {
    width: 166px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #cosmeaward > .thum01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #cosmeaward > .thum01 img {
    width: 100%;
  }
}

.wrap-ilove20190401-page #campaign {
  margin-top: 40px;
}

.wrap-ilove20190401-page #campaign > h3 {
  padding: 26px 0;
  text-align: center;
  background: #e6237b;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #campaign {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #campaign > h3 {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #campaign > h3 img {
    width: 154px;
  }
}

.wrap-ilove20190401-page .campaign_inner {
  position: relative;
  padding: 221px 0 70px;
  background: url(/assets/image/campaign/ilove20190401/campaign_bg_01_pc.png) no-repeat center top;
}

.wrap-ilove20190401-page .campaign_inner .video-wrap {
  width: 582px;
  margin: 0 auto;
  text-align: center;
}

.wrap-ilove20190401-page .campaign_inner .video {
  width: 582px;
  margin: 0 auto;
}

.wrap-ilove20190401-page .campaign_inner .video-wrap video {
  display: block;
}

.wrap-ilove20190401-page .campaign_inner .video-wrap img {
  display: none;
}

.wrap-ilove20190401-page .campaign_inner .video-wrap.is-ready video {
  display: none;
}

.wrap-ilove20190401-page .campaign_inner .video-wrap.is-ready img {
  display: block;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner {
    padding: 22px 0 15px;
    background: url(/assets/image/campaign/ilove20190401/campaign_bg_01_sp.png) no-repeat center top;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner::before {
    position: static;
    width: 100%;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner .thum01 {
    padding: 0 13px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner .thum01 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner .video-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner .video {
    margin: 8px auto 0;
    width: calc(100% - 34px);
    width: calc(100vw - 34px);
    height: auto;
    height: calc((100vw - 34px) * .63);
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner .video-wrap.is-ready video {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .campaign_inner .video-wrap.is-ready img {
    display: none;
  }
}

.wrap-ilove20190401-page #prize {
  margin-top: 40px;
}

.wrap-ilove20190401-page #prize > h3 {
  padding: 26px 0;
  text-align: center;
  background: #e6237b;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #prize {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #prize > h3 {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #prize > h3 img {
    width: 80px;
  }
}

.wrap-ilove20190401-page .prize_inner {
  padding: 50px 80px 76px;
  background: -webkit-linear-gradient(315deg, #fffbe6, #fee5f0) fixed;
  background: -o-linear-gradient(315deg, #fffbe6, #fee5f0) fixed;
  background: linear-gradient(135deg, #fffbe6, #fee5f0) fixed;
}

.wrap-ilove20190401-page .prize_inner > h4 {
  text-align: center;
}

.wrap-ilove20190401-page .prize_inner > .prize_list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
  text-align: center;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li:not(.item01) {
  margin-top: 20px;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 {
  height: 370px;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 {
  margin-left: 20px;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item02, .wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 {
  width: calc((100% - 20px) / 2);
  height: 443px;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item04 {
  height: 210px;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item05 {
  height: 180px;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_item_in > .prize_content {
  width: 100%;
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content {
  top: 14px;
  left: 53%;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content {
  top: 33px;
  left: 48%;
}

.wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_character {
  position: absolute;
  bottom: -12px;
  right: 12px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner {
    padding: 20px 7.5px 11px 10px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > h4 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li {
    padding-top: 2.5px;
    padding-right: 2.5px;
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li:not(.item01) {
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 {
    height: auto;
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item02 {
    /* padding-bottom: 30px; */
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item02, .wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item04 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item05 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_tag {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 > .prize_tag {
    top: 2.5px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_tag img {
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_item_in {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 > .prize_item_in {
    height: 330px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item02 > .prize_item_in, .wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 > .prize_item_in, .wrap-ilove20190401-page .prize_inner > .prize_list > li.item04 > .prize_item_in, .wrap-ilove20190401-page .prize_inner > .prize_list > li.item05 > .prize_item_in {
    padding: 2.5px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li > .prize_item_in > .prize_content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content img {
    width: 298px;
  }
}

@media screen and (max-width: 320px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content img {
    width: 90%;
    margin-left: -10%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item02 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 212px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item02 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 217px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item03 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 222px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 225px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

.wrap-ilove20190401-page #apply {
  margin-top: 40px;
}

.wrap-ilove20190401-page #apply > h3 {
  padding: 14px 0;
  text-align: center;
  background: #e6237b;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #apply {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #apply > h3 {
    padding: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #apply > h3 img {
    width: 281px;
  }
}

.wrap-ilove20190401-page .apply_inner {
  padding: 47px 222px 84px;
  background: url(/assets/image/campaign/ilove20190401/apply_bg_01.png) repeat-y center top;
}

.wrap-ilove20190401-page .apply_inner > h4 {
  text-align: center;
}

.wrap-ilove20190401-page .apply_inner > .apply_list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li {
  float: left;
  width: 100%;
  position: relative;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .thum01 {
  margin-top: 32px;
  padding: 44px 0 48px;
  background-color: #fff;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .text01 {
  margin-top: 23px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap {
  margin-top: 12px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap > video {
  width: 516px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap video {
  display: block;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap img {
  display: none;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready video {
  display: none;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready img {
  display: block;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 {
  /* height: 370px; */
  margin-top: 51px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum01 {
  margin-top: 28px;
  padding: 44px 0 48px;
  background-color: #fff;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 {
  margin-top: 20px;
  padding: 36px 0 38px;
  background-color: #fff;
  border: 1px solid #e6237b;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap {
  margin: 0 auto;
  width: 298px;
  /* height: 55px; */
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 {
  display: block;
  margin-top: 4px;
  padding: 18px 0 19px;
  text-align: center;
  line-height: 1;
  border-radius: 26px;
  background-color: #e6237b;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 {
  margin-top: 19px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 {
  /* height: 370px; */
  margin-top: 51px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 > .thum01 {
  margin-top: 29px;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 > .thum02 {
  margin-top: 32px;
  padding: 36px 0 38px;
  background-color: #fff;
  border-top: 1px solid #e6237b;
  border-bottom: 1px solid #e6237b;
}

.wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 > .text01 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner {
    padding: 25px 10px 60px;
    background: url(/assets/image/campaign/ilove20190401/apply_bg_01.png) repeat-y center top;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 h4 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .thum01 {
    margin-top: 12px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .thum01 img {
    width: 67%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .text01 {
    margin: 18px auto 0;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .text01 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap {
    margin-top: 8px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap > video {
    margin: 0 auto;
    width: calc(100% - 34px);
    width: calc(100vw - 34px);
    height: auto;
    height: calc((100vw - 34px) * .63);
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready video {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 h4 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum01 {
    margin-top: 12px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum01 img {
    width: 156px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 {
    margin-top: 10px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 > .text01 img {
    width: 68%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap {
    margin-top: 14px;
    width: 70%;
    max-width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 {
    padding: 13px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 img {
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 {
    margin-top: 15px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 img {
    width: 194px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 {
    /* height: 370px; */
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 h4 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 > .thum01 {
    margin-top: 39px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 > .thum01 img {
    width: 89%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .apply_inner > .apply_list > li.item03 > .text01 img {
    width: 268px;
  }
}

.wrap-ilove20190401-page #contract {
  margin: 40px auto 0;
}

.wrap-ilove20190401-page #contract > h3 {
  padding: 26px 0;
  text-align: center;
  background: #e6237b;
}

.wrap-ilove20190401-page #contract .kiyakucontents {
  height: 319px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 30px 45px 10px;
  background: #fff;
  font-size: 13px;
  line-height: 1.77;
}

.wrap-ilove20190401-page #contract .kiyakucontents .kiyakucontents_inner ul li {
  margin-top: 30px;
}

.wrap-ilove20190401-page #contract .kiyakucontents .kiyakucontents_inner ul li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #contract {
    margin: 20px auto 0;
    padding-bottom: 12px;
    background-color: #eee;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #contract > h3 {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #contract > h3 img {
    width: 82px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #contract .kiyakucontents {
    width: calc(100% - 52px);
    margin: 12px auto 0;
    padding: 15px;
    height: 240px;
    font-size: 12px;
  }
}

.wrap-ilove20190401-page #twittercampaign {
  margin-top: 40px;
}

.wrap-ilove20190401-page #twittercampaign h3 {
  padding: 27px 0 30px;
  background: #00a0ea;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #twittercampaign {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #twittercampaign h3 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #twittercampaign h3 img {
    width: 89%;
  }
}

.wrap-ilove20190401-page .twittercampaign_inner {
  padding: 50px 61px 60px;
  background: #ccecfb;
  border: 1px solid #fafafa;
  border-top: none;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li {
  background: #ffffff;
  text-align: center;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 {
  padding: 66px 0 29px;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .txt {
  margin-top: 38px;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .img {
  margin-top: 29px;
  margin-left: 30px;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum02 {
  position: relative;
  margin-top: 59px;
  padding: 44px 0 54px;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum02::before {
  content: url(../img/twittercampaign_thun_ico_01.png);
  left: 0;
  right: 0;
  top: -41px;
  position: absolute;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum02 .txt {
  margin-top: 34px;
}

.wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum02 .img {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner {
    padding: 30px 15px 15px;
    background: #ccecfb;
    border: 1px solid #fafafa;
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 {
    padding: 30px 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .tit img {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .txt {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .txt img {
    width: 272px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .img {
    margin-top: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twittercampaign_inner > ul > li.thum01 .img img {
    width: 72%;
  }
}

.wrap-ilove20190401-page #twitterjoin {
  margin-top: 51px;
}

.wrap-ilove20190401-page #twitterjoin h3 {
  padding: 26px 0 25px;
  background: #00a0ea;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #twitterjoin {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #twitterjoin h3 {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page #twitterjoin h3 img {
    width: 83px;
  }
}

.wrap-ilove20190401-page .twitterjoin_inner {
  padding: 70px 94px 70px 127px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_inner {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 {
    text-align: center;
  }
}

.wrap-ilove20190401-page .btn_c {
  display: inline-block;
}

.wrap-ilove20190401-page .btn_c a {
  display: block;
  border-radius: 24px;
  padding: 17px 43px 16px;
  background: #00a0ea;
}

.wrap-ilove20190401-page .btn_c a img {
  display: block;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .btn_c a {
    border-radius: 40px;
    padding: 15px 23px;
  }
}

.wrap-ilove20190401-page .twitterjoin_list li.thum01 .btn {
  margin-top: 37px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum01 .txt.red {
  margin-top: 30px;
  width: 538px;
  border: solid 1px #cf0000;
  padding: 15px 0;
  text-align: center;
  color: #cf0000;
  line-height: 1;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum01 .cap {
  margin-top: 11px;
  color: #cf0000;
  font-size: 16px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum01 .btn, .wrap-ilove20190401-page .twitterjoin_list li.thum01 .txt.red, .wrap-ilove20190401-page .twitterjoin_list li.thum01 .cap {
  margin-left: 83px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum02 {
  position: relative;
  margin-top: 82px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum02 .btn {
  position: absolute;
  top: 145px;
  left: 81px;
  /* margin-top: 29px;
        margin-left: 81px; */
}

.wrap-ilove20190401-page .twitterjoin_list li.thum03 {
  margin-top: 10px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum03 .btn {
  margin: -58px 0 0 98px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum03 .btn a {
  padding-left: 60px;
  padding-right: 30px;
}

.wrap-ilove20190401-page .twitterjoin_list li.thum04 {
  margin-top: 104px;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .tit img {
    width: 87%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .txt.red {
    width: 100%;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .txt.red img {
    width: 100%;
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .txt.red {
    margin: 30px auto 0;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum01 .cap {
    margin: 10px auto 0 16px;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum02 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum02 .tit img {
    width: 96%;
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum02 .btn {
    top: initial;
    bottom: 7px;
    left: 14%;
    max-width: 64%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum02 .btn a img {
    width: 145px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_list li.thum03 .tit img {
    width: 84%;
    margin-left: 16px;
  }
}

.wrap-ilove20190401-page .twitterjoin_cap {
  margin: 78px -19px 0 -52px;
  border: solid 1px #e0e0e0;
  padding: 30px 30px 33px;
}

.wrap-ilove20190401-page .twitterjoin_cap .cap {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: .4px;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_cap {
    margin: 34px 0 0;
    border: solid 1px #e0e0e0;
    padding: 16px 14px 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_cap h5 {
    width: 102px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_cap h5 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .twitterjoin_cap .cap {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: .4px;
  }
}

.wrap-ilove20190401-page .topBnr {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20190401-page .topBnr {
    margin: 0 15px 20px;
  }
  .wrap-ilove20190401-page .topBnr img {
    width: 100%;
  }
}

/* #ilovelasana_campaign40th */
/* common */
.wrap-ilove20191001-page {
  /*sweetbouquet*/
  /* #campaign */
  /* #prize */
  /* #apply */
  /* contract */
  /* #twittercampaign */
  /* #twitterjoin */
}

.wrap-ilove20191001-page #ilovelasana_campaign40th {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th a:hover {
  opacity: .7;
}

.wrap-ilove20191001-page #main .main_cap {
  padding: 16px 0;
  background: #e3c600;
}

.wrap-ilove20191001-page #sweetbouquet {
  /* position: relative;
    padding-bottom: 355px; */
  margin-top: 40px;
}

.wrap-ilove20191001-page .sweetbouquet_inner {
  position: relative;
}

.wrap-ilove20191001-page .sweetbouquet_inner .btn a {
  position: absolute;
  bottom: 18%;
  left: 10%;
  background-color: #e3c600;
  padding: 18px 90px;
  border-radius: 50px;
  display: block;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20191001-page .sweetbouquet_inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20191001-page .sweetbouquet_inner .btn a {
    bottom: 10%;
    right: 0;
    margin: 0 auto;
    left: 0;
    padding: 3% 13% 5%;
    text-align: center;
    width: 32%;
    max-width: 150px;
  }
  .wrap-ilove20191001-page .sweetbouquet_inner .btn img {
    width: 80px;
  }
}

.wrap-ilove20191001-page #cosmeaward {
  /* position: relative;
    padding-bottom: 355px; */
  margin-top: 23px;
}

.wrap-ilove20191001-page #cosmeaward img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrap-ilove20191001-page #cosmeaward {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20191001-page #cosmeaward > h3 img {
    width: 166px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20191001-page #cosmeaward > .thum01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-ilove20191001-page #cosmeaward > .thum01 img {
    width: 100%;
  }
}

.wrap-ilove20191001-page #campaign {
  margin-top: 40px;
}

.wrap-ilove20191001-page #campaign > h3 {
  padding: 13px 0 26px;
  text-align: center;
  background: #e3c600;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #campaign {
    margin-top: 20px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #campaign > h3 {
    padding: 10px 0 16px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #campaign > h3 img {
    width: 160px;
  }
}

.wrap-ilove20191001-page .campaign_inner {
  position: relative;
  padding: 221px 0 70px;
  background: url(/assets/image/campaign/ilove20191001/campaign_bg_01_pc.png) no-repeat center top;
}

.wrap-ilove20191001-page .campaign_inner .video-wrap {
  width: 582px;
  margin: 66px auto 0;
  text-align: center;
}

.wrap-ilove20191001-page .campaign_inner .video {
  width: 582px;
  margin: 0 auto;
}

.wrap-ilove20191001-page .campaign_inner .video-wrap video {
  display: block;
}

.wrap-ilove20191001-page .campaign_inner .video-wrap img {
  display: none;
}

.wrap-ilove20191001-page .campaign_inner .video-wrap.is-ready video {
  display: none;
}

.wrap-ilove20191001-page .campaign_inner .video-wrap.is-ready img {
  display: block;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner {
    padding: 22px 0 15px;
    background: url(/assets/image/campaign/ilove20191001/campaign_bg_01_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner::before {
    position: static;
    width: 100%;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .thum01 {
    padding: 0 13px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .thum01 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .video-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .video {
    margin: 8px auto 0;
    width: calc(100% - 34px);
    width: calc(100vw - 34px);
    height: auto;
    height: calc((100vw - 34px) * .63);
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .video-wrap.is-ready video {
    display: block;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .video-wrap.is-ready img {
    display: none;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .campaign_inner .text {
    width: 62%;
    margin: 0 auto;
    text-align: center;
  }
  .wrap-ilove20191001-page .campaign_inner .text img {
    width: 100%;
  }
}

.wrap-ilove20191001-page #prize {
  margin-top: 40px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #prize {
    margin-top: 20px;
  }
}

.wrap-ilove20191001-page #prize > h3 {
  padding: 13px 0 26px;
  text-align: center;
  background: #e3c600;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #prize > h3 {
    padding: 15px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #prize > h3 img {
    width: 120px;
  }
}

.wrap-ilove20191001-page #prize .prize_inner {
  padding: 50px 80px 76px;
  background: url(/assets/image/campaign/ilove20191001/prize_bg_01_pc.png) no-repeat center top;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #prize .prize_inner {
    padding: 20px 7.5px 26px 10px;
    background: url(/assets/image/campaign/ilove20191001/prize_bg_01_sp.png) no-repeat center top;
    background-size: cover;
  }
}

.wrap-ilove20191001-page #prize .prize_inner > h4 {
  text-align: center;
  margin-top: -65px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #prize .prize_inner > h4 {
    text-align: center;
    margin-top: -35px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #prize .prize_inner > h4 img {
    width: 100%;
  }
}

.wrap-ilove20191001-page .prize_inner > .prize_list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
  text-align: center;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li {
    padding-top: 2.5px;
    padding-right: 2.5px;
    background-color: transparent;
  }
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li:not(.item01) {
  margin-top: 20px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li:not(.item01) {
    margin-top: 7px;
  }
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item01 {
  height: 370px;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 {
  margin-left: 20px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item01 {
    height: auto;
    padding-top: 5px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 {
    margin-left: 0;
  }
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item02, .wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 {
  width: calc((100% - 20px) / 2);
  height: 483px;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item04 {
  height: 210px;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item05 {
  height: 180px;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item02, .wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item04 {
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item05 {
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_tag {
    top: 0;
    right: 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item01 > .prize_tag {
    top: 2.5px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_tag img {
    width: 92px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_item_in {
    background-color: #fff;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item02 > .prize_item_in, .wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 > .prize_item_in, .wrap-ilove20191001-page .prize_inner > .prize_list > li.item04 > .prize_item_in, .wrap-ilove20191001-page .prize_inner > .prize_list > li.item05 > .prize_item_in {
    padding: 20px 0 30px;
  }
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_item_in > .prize_content {
  width: 100%;
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content {
  top: 33px;
  left: 50%;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content {
  top: 33px;
  left: 48%;
}

.wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_character {
  position: absolute;
  bottom: -12px;
  right: 12px;
  z-index: 3;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li > .prize_item_in > .prize_content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content {
    width: 298px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 30px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content img {
    width: 298px;
  }
}

@media screen and (max-width: 320px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item01 > .prize_item_in > .prize_content img {
    width: 90%;
    margin-left: -10%;
    margin-top: 5%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item02 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 216px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item02 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 210px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item03 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 250px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item04 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content {
    margin: 6.5px auto 0;
    width: 225px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .prize_inner > .prize_list > li.item05 > .prize_item_in > .prize_content img {
    width: 100%;
  }
}

.wrap-ilove20191001-page #apply {
  margin-top: 40px;
}

.wrap-ilove20191001-page #apply a:hover {
  opacity: .7;
}

.wrap-ilove20191001-page #apply > h3 {
  padding: 13px 0 26px;
  text-align: center;
  background: #e3c600;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #apply {
    margin-top: 20px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #apply > h3 {
    padding: 10px 0 16px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #apply > h3 img {
    width: 290px;
  }
}

.wrap-ilove20191001-page .apply_inner {
  padding: 47px 222px 84px;
  background: url(/assets/image/campaign/ilove20191001/apply_bg_01.png) no-repeat center top;
  background-size: cover;
}

.wrap-ilove20191001-page .apply_inner > h4 {
  text-align: center;
}

.wrap-ilove20191001-page .apply_inner > .apply_list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li {
  float: left;
  width: 100%;
  position: relative;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .thum01 {
  margin-top: 32px;
  padding: 44px 0 48px;
  background-color: #fff;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .text01 {
  margin-top: 23px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap {
  margin-top: 12px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap > video {
  width: 516px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap video {
  display: block;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap img {
  display: none;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready video {
  display: none;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready img {
  display: block;
  max-width: 582px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 {
  /* height: 370px; */
  margin-top: 51px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum01 {
  margin-top: 28px;
  padding: 44px 0 48px;
  background-color: #fff;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 {
  margin-top: 20px;
  padding: 36px 0 38px;
  background-color: #fff;
  border: 1px solid #e6237b;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap {
  margin: 0 auto;
  width: 298px;
  /* height: 55px; */
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap a {
  display: block;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 {
  display: block;
  margin-top: 12px;
  padding: 18px 0 19px;
  text-align: center;
  line-height: 1;
  border-radius: 26px;
  background-color: #e6237b;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 {
  margin-top: 19px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 {
  /* height: 370px; */
  margin-top: 51px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .thum01 {
  margin-top: 29px;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .thum01 img {
  width: 100%;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .thum02 {
  margin-top: 32px;
  padding: 36px 0 38px;
  background-color: #fff;
  border-top: 1px solid #e6237b;
  border-bottom: 1px solid #e6237b;
}

.wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .text01 {
  margin-top: 10px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner {
    padding: 25px 10px 60px;
    background: url(/assets/image/campaign/ilove20191001/apply_bg_01_sp.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .thum01 {
    margin-top: 12px;
    padding: 30px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .thum01 img {
    width: 67%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .text01 {
    margin: 18px auto 0;
    width: 230px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .text01 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap {
    margin-top: 8px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap > video {
    margin: 0 auto;
    width: calc(100% - 34px);
    width: calc(100vw - 34px);
    height: auto;
    height: calc((100vw - 34px) * .63);
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready video {
    display: block;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item01 > .video-wrap.is-ready img {
    display: none;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 {
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum01 {
    margin-top: 12px;
    padding: 30px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum01 img {
    width: 156px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 {
    margin-top: 10px;
    padding: 20px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .text01 img {
    width: 68%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .btn01-wrap {
    margin-top: 14px;
    width: 70%;
    max-width: 250px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 {
    padding: 13px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 .btn01-wrap .btn01 img {
    width: 56px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 {
    margin-top: 15px;
    line-height: 1;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item02 > .thum02 > .text02 img {
    width: 194px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 {
    /* height: 370px; */
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 h4 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .thum01 {
    margin-top: 14px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .thum01 img {
    width: 89%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .apply_inner > .apply_list > li.item03 > .text01 img {
    width: 268px;
  }
}

.wrap-ilove20191001-page #contract {
  margin: 40px auto 0;
}

.wrap-ilove20191001-page #contract > h3 {
  padding: 13px 0 26px;
  text-align: center;
  background: #e3c600;
}

.wrap-ilove20191001-page #contract .kiyakucontents {
  height: 319px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 30px 45px 10px;
  background: #fff;
  font-size: 13px;
  line-height: 1.77;
}

.wrap-ilove20191001-page #contract .kiyakucontents .kiyakucontents_inner ul li {
  margin-top: 30px;
}

.wrap-ilove20191001-page #contract .kiyakucontents .kiyakucontents_inner ul li:first-child {
  margin-top: 0;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #contract {
    margin: 20px auto 0;
    padding-bottom: 12px;
    background-color: #eee;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #contract > h3 {
    padding: 16px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #contract > h3 img {
    width: 82px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #contract .kiyakucontents {
    width: calc(100% - 52px);
    margin: 12px auto 0;
    padding: 15px;
    height: 240px;
    font-size: 12px;
  }
}

.wrap-ilove20191001-page #twittercampaign {
  margin-top: 40px;
}

.wrap-ilove20191001-page #twittercampaign h3 {
  padding: 27px 0 30px;
  background: #00a0ea;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #twittercampaign {
    margin-top: 20px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #twittercampaign h3 {
    padding: 20px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #twittercampaign h3 img {
    width: 89%;
  }
}

.wrap-ilove20191001-page .twittercampaign_inner {
  padding: 50px 61px 60px;
  background: #ccecfb;
  border: 1px solid #fafafa;
  border-top: none;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li {
  background: #ffffff;
  text-align: center;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 {
  padding: 66px 0 29px;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .txt {
  margin-top: 38px;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .img {
  margin-top: 29px;
  margin-left: 30px;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum02 {
  position: relative;
  margin-top: 59px;
  padding: 44px 0 54px;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum02::before {
  content: url(/assets/image/campaign/ilove20191001/twittercampaign_thun_ico_01.png);
  left: 0;
  right: 0;
  top: -41px;
  position: absolute;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum02 .txt {
  margin-top: 34px;
}

.wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum02 .img {
  margin-top: 54px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner {
    padding: 30px 15px 15px;
    background: #ccecfb;
    border: 1px solid #fafafa;
    border-top: none;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 {
    padding: 30px 0 35px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .tit img {
    width: 260px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .txt {
    margin-top: 18px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .txt img {
    width: 272px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .img {
    margin-top: 18px;
    margin-left: 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page .twittercampaign_inner > ul > li.thum01 .img img {
    width: 72%;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th {
  /* 20190319　バナー追加
    ==================================================================*/
}

.wrap-ilove20191001-page #ilovelasana_campaign40th #twitterjoin {
  margin-top: 51px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th #twitterjoin h3 {
  padding: 26px 0 25px;
  background: #00a0ea;
  text-align: center;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th #twitterjoin {
    margin-top: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th #twitterjoin h3 {
    padding: 16px 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th #twitterjoin h3 img {
    width: 83px;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_inner {
  padding: 70px 94px 70px 127px;
  background: #ffffff;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_inner {
    padding: 25px 15px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 {
    text-align: center;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .btn_c {
  display: inline-block;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .btn_c a {
  display: block;
  border-radius: 24px;
  padding: 17px 43px 16px;
  background: #00a0ea;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .btn_c a img {
  display: block;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .btn_c a {
    border-radius: 40px;
    padding: 15px 23px;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .btn {
  margin-top: 37px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .txt.red {
  margin-top: 30px;
  width: 538px;
  border: solid 1px #cf0000;
  padding: 15px 0;
  text-align: center;
  color: #cf0000;
  line-height: 1;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .cap {
  margin-top: 11px;
  color: #cf0000;
  font-size: 16px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .btn, .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .txt.red, .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .cap {
  margin-left: 83px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum02 {
  position: relative;
  margin-top: 82px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum02 .btn {
  position: absolute;
  top: 145px;
  left: 81px;
  /* margin-top: 29px;
          margin-left: 81px; */
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum03 {
  margin-top: 10px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum03 .btn {
  margin: -58px 0 0 98px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum03 .btn a {
  padding-left: 60px;
  padding-right: 30px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum04 {
  margin-top: 104px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .tit img {
    width: 87%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .txt.red {
    width: 100%;
    padding: 15px 10px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .txt.red img {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .btn {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .txt.red {
    margin: 30px auto 0;
    width: calc(100% - 30px);
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum01 .cap {
    margin: 10px auto 0 16px;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 12px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum02 {
    margin-top: 32px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum02 .tit img {
    width: 96%;
    margin-left: 16px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum02 .btn {
    top: initial;
    bottom: 2px;
    left: 14%;
    max-width: 64%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum02 .btn a img {
    width: 145px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_list li.thum03 .tit img {
    width: 84%;
    margin-left: 16px;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_cap {
  margin: 78px -19px 0 -52px;
  border: solid 1px #e0e0e0;
  padding: 30px 30px 33px;
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_cap .cap {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: .4px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_cap {
    margin: 34px 0 0;
    border: solid 1px #e0e0e0;
    padding: 16px 14px 20px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_cap h5 {
    width: 102px;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_cap h5 img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .twitterjoin_cap .cap {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: .4px;
  }
}

.wrap-ilove20191001-page #ilovelasana_campaign40th .topBnr {
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .wrap-ilove20191001-page #ilovelasana_campaign40th .topBnr {
    margin: 0 15px 20px;
  }
  .wrap-ilove20191001-page #ilovelasana_campaign40th .topBnr img {
    width: 100%;
  }
}

/* p-journal-relate
---------------------------------------------------------- */
.p-journal-relate {
  padding-top: 156px;
}

@media (max-width: 896px) {
  .p-journal-relate {
    padding-top: 76px;
  }
}

@media (max-width: 1280px) {
  .p-journal-relate .list-journal-relate {
    margin-top: -56px;
  }
}

.p-journal-relate .list-journal-relate > .item {
  width: 25%;
}

@media (max-width: 896px) {
  .p-journal-relate .list-journal-relate > .item {
    width: 50%;
  }
}

/* p-journal-recommend
---------------------------------------------------------- */
.p-journal-recommend {
  width: 100%;
}

@media (max-width: 896px) {
  .p-journal-recommend {
    padding-top: 48px;
  }
}

.p-journal-recommend .c-heading-relate {
  margin-bottom: 27px;
}

@media (max-width: 896px) {
  .p-journal-recommend .c-heading-relate {
    margin-bottom: 35px;
  }
}

.p-journal-recommend .c-card-article .text {
  max-height: initial;
  height: auto;
}

.p-journal-recommend .list-journal-recommend {
  margin-top: -36px;
}

@media (max-width: 1280px) {
  .p-journal-recommend .list-journal-recommend {
    margin-top: -56px;
  }
}

@media (max-width: 896px) {
  .p-journal-recommend .list-journal-recommend {
    margin-top: -30px;
  }
}

.p-journal-recommend .list-journal-recommend > .item {
  width: 100%;
  margin-top: 36px;
}

@media (max-width: 896px) {
  .p-journal-recommend .list-journal-recommend > .item {
    margin-top: 30px;
  }
}

/* p-journal-category
---------------------------------------------------------- */
.p-journal-category {
  margin-top: 55px;
}

@media (max-width: 896px) {
  .p-journal-category {
    margin-top: 50px;
  }
}

.p-journal-category .c-heading-relate {
  margin-bottom: 30px;
}

@media (max-width: 896px) {
  .p-journal-category .c-heading-relate {
    margin-bottom: 33px;
  }
}

@media (max-width: 896px) {
  .p-journal-category .list-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.p-journal-category .list-category > .item {
  width: 100%;
}

@media (max-width: 896px) {
  .p-journal-category .list-category > .item {
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 897px) {
  .p-journal-category .list-category > .item:not(:first-child) {
    margin-top: 15px;
  }
}

.p-journal-category .list-category .button {
  display: block;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 350;
  text-align: center;
  color: #C1AC03;
  border: 1px solid #E6E6E6;
  border-radius: 60px;
  width: 100%;
  padding: 6px 10px 8px;
  letter-spacing: .1rem;
}

@media (min-width: 897px) {
  .p-journal-category .list-category .button {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-journal-category .list-category .button:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .p-journal-category .list-category .button {
    padding: 13px 10px 14px;
    letter-spacing: .25rem;
  }
}

@media (max-width: 896px) {
  .p-journal .l-container {
    padding-top: 0;
    padding-bottom: 90px;
  }
}

@media (max-width: 896px) {
  .p-journal .l-container > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-journal .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .p-journal .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal .inner {
    padding: 80px 25px;
  }
}

.p-journal .box-breadcrumb {
  margin-top: 20px;
}

@media (max-width: 896px) {
  .p-journal .box-breadcrumb {
    display: none;
  }
}

.p-journal .box-breadcrumb .c-breadcrumb {
  margin-bottom: 63px;
}

.p-journal .box-main-visual-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub {
    margin-top: 92px;
  }
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub.category-page {
    margin-top: 50px;
  }
}

.p-journal .box-main-visual-sub .logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-journal .box-main-visual-sub .logo::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #E50E86;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .logo::after {
    width: 30px;
    margin-left: -5px;
  }
}

.p-journal .box-main-visual-sub .logo img {
  position: relative;
  left: -20px;
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .logo img {
    left: -10px;
  }
}

.p-journal .box-main-visual-sub .text {
  width: 100%;
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #999;
  text-align: center;
  letter-spacing: .1em;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .text {
    font-size: 1.4rem;
    padding: 0 20px;
    margin-top: 24px;
    line-height: 2;
    letter-spacing: 2px;
  }
}

.p-journal .box-main-visual-sub .box-category {
  position: relative;
  padding-bottom: 35px;
  text-align: center;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 42px;
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .box-category {
    padding-bottom: 21px;
  }
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .box-category .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-journal .box-main-visual-sub .category {
  width: 100%;
  letter-spacing: 2px;
}

.p-journal .box-main-visual-sub .category span {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #999;
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .category span {
    font-size: 1.1rem;
  }
}

.p-journal .box-main-visual-sub .category-text {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
  color: #333333;
  margin-top: 11px;
  letter-spacing: 4px;
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .category-text {
    font-size: 2.4rem;
  }
}

.p-journal .box-main-visual-sub .category::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #E50E86;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 896px) {
  .p-journal .box-main-visual-sub .category::after {
    width: 30px;
  }
}

.p-journal .box-journal-recommend {
  position: relative;
}

.p-journal .box-journal-recommend .inner {
  position: relative;
  margin-top: 27px;
  height: 87px;
}

@media (max-width: 896px) {
  .p-journal .box-journal-recommend .inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
  }
}

.p-journal .box-journal-recommend .inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 183px;
  height: 107px;
  background: url(/assets/image/common/ico_recommend_01.svg) center no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

@media (max-width: 1280px) {
  .p-journal .box-journal-recommend .inner::before {
    left: 80px;
  }
}

@media (max-width: 896px) {
  .p-journal .box-journal-recommend .inner::before {
    top: 0;
    left: 20px;
    width: 115px;
    height: 57px;
  }
}

.p-journal .box-journal-slider {
  position: relative;
}

.p-journal .c-journal-slider .item,
.p-journal .c-journal-slider .swiper-slide {
  max-width: 1170px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1280px) {
  .p-journal .c-journal-slider .item,
  .p-journal .c-journal-slider .swiper-slide {
    max-width: calc(100vw - 160px);
  }
}

@media (max-width: 896px) {
  .p-journal .c-journal-slider .item,
  .p-journal .c-journal-slider .swiper-slide {
    max-width: 100%;
  }
}

.p-journal .c-journal-slider .item a,
.p-journal .c-journal-slider .swiper-slide a {
  pointer-events: none;
}

.p-journal .c-journal-slider .item.swiper-slide-active,
.p-journal .c-journal-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.p-journal .c-journal-slider .item.swiper-slide-active a,
.p-journal .c-journal-slider .swiper-slide.swiper-slide-active a {
  pointer-events: all;
}

@media (max-width: 896px) {
  .p-journal .swiper-container {
    border-bottom: 1px solid #E6E6E6;
  }
}

.p-journal .slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-journal .slider-content.-new .frame::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 31px;
  width: 40px;
  height: 50px;
  background: url(/assets/image/common/ico_new_rinbon.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 1280px) {
  .p-journal .slider-content.-new .frame::after {
    right: calc((100vw * 20) / 1280);
    width: calc((100vw * 40) / 1280);
    height: calc((100vw * 50) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal .slider-content.-new .frame::after {
    right: 20px;
    width: 32px;
    height: 38px;
  }
}

.p-journal .slider-content .frame {
  width: 50%;
  position: relative;
}

@media (max-width: 896px) {
  .p-journal .slider-content .frame {
    width: 100%;
  }
}

.p-journal .slider-content .frame a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-journal .slider-content .frame .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-journal .slider-content .box-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 76px 60px 69px;
  border: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .p-journal .slider-content .box-detail {
    padding-top: calc((100vw * 80) / 1280);
    padding-right: calc((100vw * 60) / 1280);
    padding-bottom: calc((100vw * 80) / 1280);
    padding-left: calc((100vw * 60) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal .slider-content .box-detail {
    padding: 27px 24px 40px;
    border-bottom: 0;
  }
}

.p-journal .slider-content .box-detail .heading {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  color: #666;
  letter-spacing: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 896px) {
  .p-journal .slider-content .box-detail .heading {
    font-size: 1.6rem;
    letter-spacing: .15em;
  }
}

.p-journal .slider-content .box-detail .text {
  font-size: 1.4rem;
  line-height: 2;
  color: #666;
  margin-top: 14px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-journal .slider-content .box-detail .text {
    margin-top: 10px;
    line-height: 1.5;
  }
}

.p-journal .slider-content .box-detail .box-category-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 896px) {
  .p-journal .slider-content .box-detail .box-category-date {
    margin-top: 14px;
  }
}

.p-journal .slider-content .box-detail .box-category-date .category {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #C1AC03;
  letter-spacing: 2px;
}

.p-journal .slider-content .box-detail .box-category-date .category::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #D2D2D2;
}

.p-journal .slider-content .box-detail .box-category-date .category a {
  color: #C1AC03;
  letter-spacing: 2px;
}

@media (min-width: 897px) {
  .p-journal .slider-content .box-detail .box-category-date .category a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-journal .slider-content .box-detail .box-category-date .category a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.p-journal .slider-content .box-detail .box-category-date .date {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 2px;
  color: #999;
}

.p-journal .c-journal-slider-nav {
  position: relative;
  height: 50px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 896px) {
  .p-journal .c-journal-slider-nav {
    margin-top: -27px;
  }
}

.p-journal .c-journal-slider-nav .c-journal-slider-btn-prev {
  position: relative;
  width: 50px;
  height: 50px;
  background: #F6F7FB;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 896px) {
  .p-journal .c-journal-slider-nav .c-journal-slider-btn-prev {
    display: none;
  }
}

.p-journal .c-journal-slider-nav .c-journal-slider-btn-prev:focus {
  outline: none;
}

.p-journal .c-journal-slider-nav .c-journal-slider-btn-prev::after {
  content: '';
  width: 16px;
  height: 3px;
  background: url(/assets/image/common/ico_slider_arrow_01.svg) no-repeat center center;
}

.p-journal .c-journal-slider-nav .c-journal-slider-btn-next {
  position: relative;
  width: 50px;
  height: 50px;
  background: #F6F7FB;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 896px) {
  .p-journal .c-journal-slider-nav .c-journal-slider-btn-next {
    display: none;
  }
}

.p-journal .c-journal-slider-nav .c-journal-slider-btn-next:focus {
  outline: none;
}

.p-journal .c-journal-slider-nav .c-journal-slider-btn-next::after {
  content: '';
  width: 16px;
  height: 3px;
  background: url(/assets/image/common/ico_slider_arrow_02.svg) no-repeat center center;
}

.p-journal .c-journal-slider-nav .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 17px;
}

@media (max-width: 896px) {
  .p-journal .c-journal-slider-nav .swiper-pagination {
    padding: 4px 20px;
    background: #fff;
  }
}

.p-journal .c-journal-slider-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 5px;
  height: 5px;
  background: #EAEBEF;
  opacity: 1;
}

.p-journal .c-journal-slider-nav .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.p-journal .c-journal-slider-nav .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #9FA8AF;
  outline: none;
}

.p-journal .c-list-article {
  margin-top: 33px;
}

@media (max-width: 896px) {
  .p-journal .c-list-article {
    margin-top: 3px;
  }
}

@media (max-width: 896px) {
  .p-journal .c-box-navigation .inner {
    padding-top: 0;
  }
}

.error-404.not-found {
  display: none;
}

.error-404.not-found .search-form {
  display: none;
}

.l-contents-beauty {
  overflow: hidden;
  position: relative;
}

.l-contents-beauty-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-contents-beauty-bg .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/image/ouchi-beauty/bg_master_pc.png") top center no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
}

@media (max-width: 896px) {
  .l-contents-beauty-bg .inner {
    background-image: url("/assets/image/ouchi-beauty/bg_master_sp.png");
    background-position: top left;
    background-size: cover;
  }
}

.p-mainimg-beauty {
  position: relative;
  height: 100vh;
}

.p-mainimg-beauty img {
  width: 100%;
}

.p-mainimg-beauty > .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  visibility: hidden;
}

.p-mainimg-beauty > .logo.fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.p-mainimg-beauty > .logo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.p-mainimg-beauty > .-shadow {
  -webkit-filter: drop-shadow(40px 23px 56px #f8e8fa);
  filter: drop-shadow(40px 23px 56px #f8e8fa);
}

.p-mainimg-beauty.-shadow-50 {
  -webkit-filter: drop-shadow(40px 23px 56px #f8e8fa) opacity(50%);
  filter: drop-shadow(40px 23px 56px #f8e8fa) opacity(50%);
}

.p-mainimg-beauty > .image {
  height: 100vh;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .image {
    height: 110vh;
    width: 115%;
  }
}

.p-mainimg-beauty > .image.fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.p-mainimg-beauty > .image img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.p-mainimg-beauty > .img-01 {
  position: absolute;
  top: calc((100vw * 77) / 1920);
  left: calc((100vw * 603) / 1920);
  width: calc((100vw * 264) / 1920);
  z-index: 2;
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .img-01 {
    top: calc((100vw * 126) / 375);
    left: inherit;
    right: calc((100vw * -12) / 375);
    width: calc((100vw * 126) / 375);
  }
}

.p-mainimg-beauty > .img-02 {
  position: absolute;
  top: calc((100vw * 185) / 1920);
  left: calc((100vw * 1258) / 1920);
  width: calc((100vw * 220) / 1920);
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .img-02 {
    top: calc((100vw * 69) / 375);
    left: calc((100vw * 212) / 375);
    width: calc((100vw * 84) / 375);
  }
}

.p-mainimg-beauty > .img-03 {
  position: absolute;
  top: calc((100vw * 323) / 1920);
  left: calc((100vw * 1399) / 1920);
  width: calc((100vw * 400) / 1920);
  z-index: 2;
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .img-03 {
    top: calc((100vw * 505) / 375);
    left: calc((100vw * 38) / 375);
    width: calc((100vw * 156) / 375);
  }
}

.p-mainimg-beauty > .img-04 {
  position: absolute;
  top: calc((100vw * 867) / 1920);
  left: calc((100vw * 924) / 1920);
  width: calc((100vw * 350) / 1920);
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .img-04 {
    top: calc((100vw * 527) / 375);
    left: inherit;
    right: calc((100vw * -31) / 375);
    width: calc((100vw * 163) / 375);
  }
}

.p-mainimg-beauty > .img-05 {
  position: absolute;
  top: calc((100vw * 625) / 1920);
  left: calc((100vw * 402) / 1920);
  width: calc((100vw * 284) / 1920);
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .img-05 {
    top: calc((100vw * 405) / 375);
    left: calc((100vw * -31) / 375);
    width: calc((100vw * 93) / 375);
  }
}

.p-mainimg-beauty > .img-06 {
  position: absolute;
  top: calc((100vw * 381) / 1920);
  left: calc((100vw * 122) / 1920);
  width: calc((100vw * 435) / 1920);
}

@media (max-width: 896px) {
  .p-mainimg-beauty > .img-06 {
    top: calc((100vw * 93) / 375);
    left: calc((100vw * -25) / 375);
    width: calc((100vw * 173) / 375);
  }
}

.p-intro-beauty {
  padding-top: 192px;
}

@media (max-width: 896px) {
  .p-intro-beauty {
    padding: 132px 25px 0;
  }
}

.p-intro-beauty > .title {
  margin-bottom: 61px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 3.5px;
}

@media (max-width: 896px) {
  .p-intro-beauty > .title {
    margin-bottom: 39px;
    font-size: 2rem;
    letter-spacing: 3px;
  }
}

.p-intro-beauty > .text {
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 3;
}

@media (max-width: 896px) {
  .p-intro-beauty > .text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.3;
    letter-spacing: 2.1px;
  }
}

.p-pickup-beauty {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 191px;
  padding-bottom: 180px;
}

@media (max-width: 1280px) {
  .p-pickup-beauty {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-pickup-beauty {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-pickup-beauty {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}

@media (max-width: 896px) {
  .p-pickup-beauty .c-list-article {
    margin-top: -20px;
  }
}

@media (max-width: 896px) {
  .p-pickup-beauty .c-list-article > .item {
    margin-top: 20px;
  }
}

.p-heading-beauty {
  margin-bottom: 35px;
}

@media (max-width: 896px) {
  .p-heading-beauty {
    margin-bottom: 26px;
  }
}

.p-heading-beauty > .title {
  position: relative;
  padding-bottom: 27px;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5.5px;
}

@media (max-width: 896px) {
  .p-heading-beauty > .title {
    padding-bottom: 25px;
    font-size: 2rem;
    letter-spacing: 4.5px;
  }
}

.p-heading-beauty > .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #E50E86;
}

@media (max-width: 896px) {
  .p-heading-beauty > .title::after {
    width: 30px;
    height: 1;
  }
}

/* .p-mainimg-premior
---------------------------------------------------------- */
.p-mainimg-premior {
  position: relative;
  height: 100vh;
}

@media (max-width: 896px) and (orientation: landscape) {
  .p-mainimg-premior {
    min-height: 248vh;
  }
}

.p-mainimg-premior .box-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-mainimg-premior .box-bg > .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 1300px) {
  .p-mainimg-premior .box-bg > .bg {
    background-position: center bottom;
    background-image: url(/assets/image/products/series-premior/bg_mainimg_pc.jpg);
    background-size: cover;
  }
}

@media (min-width: 1300px) and (min-aspect-ratio: 2 / 1) {
  .p-mainimg-premior .box-bg > .bg {
    background-size: contain;
    background-position: left bottom;
  }
}

@media (min-width: 897px) and (max-width: 1299px) {
  .p-mainimg-premior .box-bg > .bg {
    background-position: 30% top;
    background-image: url(/assets/image/products/series-premior/bg_mainimg_pc.jpg);
    background-size: cover;
  }
}

@media (min-width: 897px) and (max-width: 1299px) and (min-aspect-ratio: 5 / 3) {
  .p-mainimg-premior .box-bg > .bg {
    background-size: auto 100%;
    background-position: left bottom;
  }
}

@media (max-width: 896px) {
  .p-mainimg-premior .box-bg > .bg {
    background-position: center bottom;
    background-image: url(/assets/image/products/series-premior/bg_mainimg_sp.jpg);
    background-size: cover;
  }
}

.p-mainimg-premior .bottle {
  position: absolute;
  bottom: calc((100vw * -83) / 1920);
  width: calc((100vw * 419) / 1920);
  min-width: 384px;
  text-align: center;
}

@media (min-width: 1300px) {
  .p-mainimg-premior .bottle {
    right: calc((100vw * 350) / 1920);
  }
}

@media (min-width: 1300px) and (min-aspect-ratio: 13 / 6) {
  .p-mainimg-premior .bottle {
    width: 280px;
  }
}

@media (min-width: 897px) and (max-width: 1299px) {
  .p-mainimg-premior .bottle {
    right: calc((100vw * 198) / 1920);
  }
}

@media (min-width: 897px) and (max-width: 1299px) and (min-aspect-ratio: 13 / 6) {
  .p-mainimg-premior .bottle {
    width: 280px;
  }
}

.p-mainimg-premior .bottle img {
  max-width: 100%;
}

@media (min-width: 897px) {
  .p-mainimg-premior .bottle img {
    width: calc((100vw * 489) / 1920);
    min-width: 280px;
  }
}

@media (min-width: 897px) and (min-aspect-ratio: 13 / 6) {
  .p-mainimg-premior .bottle img {
    width: 280px;
  }
}

@media (max-width: 896px) {
  .p-mainimg-premior .bottle {
    bottom: calc((100vw * -37) / 375);
    left: 0;
    right: 0;
    width: calc((100vw * 150) / 375);
    margin: 0 auto;
    min-width: 0;
  }
  .p-mainimg-premior .bottle img {
    width: calc((100vw * 150) / 375);
  }
}

.p-mainimg-premior .box-title {
  position: absolute;
  bottom: 41%;
  width: calc((100vw * 419) / 1920);
  min-width: 384px;
  text-align: center;
}

@media (min-width: 1300px) {
  .p-mainimg-premior .box-title {
    right: calc((100vw * 366) / 1920);
  }
}

@media (min-width: 1300px) and (min-aspect-ratio: 2 / 1) {
  .p-mainimg-premior .box-title {
    bottom: calc((100vw * 400) / 1920);
  }
}

@media (min-width: 1300px) and (min-aspect-ratio: 13 / 6) {
  .p-mainimg-premior .box-title {
    bottom: 270px;
  }
}

@media (min-width: 897px) and (max-width: 1299px) {
  .p-mainimg-premior .box-title {
    right: calc((100vw * 198) / 1920);
  }
}

@media (max-width: 896px) {
  .p-mainimg-premior .box-title {
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 0;
  }
}

@media (max-width: 896px) and (min-width: 541px) {
  .p-mainimg-premior .box-title {
    top: 10vw;
  }
}

@media (max-width: 540px) {
  .p-mainimg-premior .box-title {
    top: calc((100vw * 74) / 375);
  }
}

.p-mainimg-premior .box-title > .logo {
  width: 384px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-mainimg-premior .box-title > .logo {
    width: calc((100vw * 211) / 375);
  }
}

.p-mainimg-premior .box-title > .logo img {
  width: 100%;
}

.p-mainimg-premior .box-title > .sub {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 3.2px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .p-mainimg-premior .box-title > .sub {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

.p-mainimg-premior .box-title > .text {
  margin-top: 34px;
  font-size: 2.6rem;
  letter-spacing: 5.1px;
  font-weight: 300;
  -moz-text-shadow: 0px 0px 23px rgba(255, 255, 255, 0.8);
  -webkit-text-shadow: 0px 0px 23px rgba(255, 255, 255, 0.8);
  -ms-text-shadow: 0px 0px 23px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 23px rgba(255, 255, 255, 0.8);
}

@media (max-width: 896px) {
  .p-mainimg-premior .box-title > .text {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}

.p-mainimg-premior_ {
  position: relative;
  height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  .p-mainimg-premior_ {
    height: 85vh;
  }
}

.p-mainimg-premior_ .box-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-mainimg-premior_ .box-bg > .bg {
  height: 100%;
}

@media screen and (max-width: 546px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    max-width: inherit;
    height: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 546px) and (max-width: 896px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    width: 100%;
  }
}

@media screen and (min-width: 896px) and (max-width: 1366px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    max-width: inherit;
    height: 100%;
  }
}

@media screen and (min-width: 896px) and (max-width: 1660px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    max-width: inherit;
    height: 100%;
  }
}

@media screen and (min-width: 1660px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    width: 100%;
    height: auto;
  }
}

.p-mainimg-premior_ .bottle {
  position: absolute;
  bottom: calc((100vw * -83) / 1920);
  right: calc((100vw * 380) / 1920);
  width: calc((100vw * 419) / 1920);
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .bottle {
    bottom: calc((100vw * -37) / 375);
    left: 0;
    right: 0;
    width: calc((100vw * 150) / 375);
    margin: 0 auto;
  }
}

.p-mainimg-premior_ .bottle img {
  width: 100%;
}

.p-mainimg-premior_ .box-title {
  position: absolute;
  top: calc((100vw * 345) / 1920);
  right: calc((100vw * 396) / 1920);
  width: 384px;
  text-align: center;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title {
    top: calc((100vw * 94) / 375);
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.p-mainimg-premior_ .box-title > .logo {
  width: calc((100vw * 384) / 1920);
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title > .logo {
    width: calc((100vw * 211) / 375);
  }
}

.p-mainimg-premior_ .box-title > .logo img {
  width: 100%;
}

.p-mainimg-premior_ .box-title > .sub {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 3.2px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title > .sub {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

.p-mainimg-premior_ .box-title > .text {
  margin-top: 34px;
  font-size: 2.6rem;
  letter-spacing: 5.1px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title > .text {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}

.p-mainimg-premior_ {
  position: relative;
  height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  .p-mainimg-premior_ {
    height: 85vh;
  }
}

.p-mainimg-premior_ .box-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-mainimg-premior_ .box-bg > .bg {
  height: 100%;
}

@media screen and (max-width: 546px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    max-width: inherit;
    height: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 546px) and (max-width: 896px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    width: 100%;
  }
}

@media screen and (min-width: 896px) and (max-width: 1366px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    max-width: inherit;
    height: 100%;
  }
}

@media screen and (min-width: 896px) and (max-width: 1660px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    max-width: inherit;
    height: 100%;
  }
}

@media screen and (min-width: 1660px) {
  .p-mainimg-premior_ .box-bg > .bg img {
    width: 100%;
    height: auto;
  }
}

.p-mainimg-premior_ .bottle {
  position: absolute;
  bottom: calc((100vw * -83) / 1920);
  right: calc((100vw * 380) / 1920);
  width: calc((100vw * 419) / 1920);
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .bottle {
    bottom: calc((100vw * -37) / 375);
    left: 0;
    right: 0;
    width: calc((100vw * 150) / 375);
    margin: 0 auto;
  }
}

.p-mainimg-premior_ .bottle img {
  width: 100%;
}

.p-mainimg-premior_ .box-title {
  position: absolute;
  top: calc((100vw * 345) / 1920);
  right: calc((100vw * 396) / 1920);
  width: 384px;
  text-align: center;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title {
    top: calc((100vw * 94) / 375);
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.p-mainimg-premior_ .box-title > .logo {
  width: calc((100vw * 384) / 1920);
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title > .logo {
    width: calc((100vw * 211) / 375);
  }
}

.p-mainimg-premior_ .box-title > .logo img {
  width: 100%;
}

.p-mainimg-premior_ .box-title > .sub {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 3.2px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title > .sub {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

.p-mainimg-premior_ .box-title > .text {
  margin-top: 34px;
  font-size: 2.6rem;
  letter-spacing: 5.1px;
  font-weight: 300;
}

@media (max-width: 896px) {
  .p-mainimg-premior_ .box-title > .text {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}

.p-contents-premior-bg {
  position: relative;
}

.p-contents-premior-bg::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("/assets/image/products/series-premior/bg_property_pc.png") left bottom no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 896px) {
  .p-contents-premior-bg::before {
    background: url("/assets/image/products/series-premior/bg_property_sp.png") left bottom no-repeat;
    background-size: cover;
  }
}

/* .p-premior-intro
---------------------------------------------------------- */
.p-premior-intro {
  padding: 193px 0 188px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 896px) {
  .p-premior-intro {
    padding: 75px 25px;
  }
}

.p-premior-intro > .title {
  font-size: 2.6rem;
  color: #333;
  line-height: 2;
  letter-spacing: 5.2px;
}

@media (max-width: 896px) {
  .p-premior-intro > .title {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}

.p-premior-intro > .text {
  margin-top: 61px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  line-height: 3;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .p-premior-intro > .text {
    margin-top: 38px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.3;
    letter-spacing: 2.1px;
  }
}

/* .p-premior-introduce
---------------------------------------------------------- */
.p-premior-introduce {
  background-color: #fff;
}

.p-premior-introduce > .row:not(:first-child) {
  margin-top: 160px;
}

@media (max-width: 896px) {
  .p-premior-introduce > .row:not(:first-child) {
    margin-top: 100px;
  }
}

@media (min-width: 897px) {
  .p-premior-introduce > .row:nth-child(even) .box-introduce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-premior-introduce > .row:nth-child(even) .box-introduce > .box {
    padding: calc((100vw * 149) / 1920) calc((100vw * 80) / 1920) 0 calc((100vw * 155) / 1920);
  }
  .p-premior-introduce > .row:nth-child(even) .box-introduce > .box > .image {
    margin-top: calc((100vw * 98) / 1920);
  }
}

@media (max-width: 896px) {
  .p-premior-introduce > .row:nth-child(even) .box-introduce > .image {
    margin: 0 0 0 auto;
  }
}

.p-premior-introduce .box-introduce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 896px) {
  .p-premior-introduce .box-introduce {
    display: block;
  }
}

.p-premior-introduce .box-introduce > .image {
  width: calc((100vw * 900) / 1920);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 896px) {
  .p-premior-introduce .box-introduce > .image {
    width: calc(100% - 40px);
  }
}

.p-premior-introduce .box-introduce > .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-premior-introduce .box-introduce > .box {
  width: 100%;
  padding: calc((100vw * 149) / 1920) calc((100vw * 155) / 1920) 0 calc((100vw * 80) / 1920);
}

@media (max-width: 897px) {
  .p-premior-introduce .box-introduce > .box {
    padding: 38px 25px 60px;
  }
}

.p-premior-introduce .box-introduce > .box > .image {
  margin-top: calc((100vw * 88) / 1920);
}

@media (max-width: 896px) {
  .p-premior-introduce .box-introduce > .box > .image {
    margin-top: 36px;
  }
}

/* .p-premior-recommend
---------------------------------------------------------- */
.p-premior-recommend {
  background-color: #fff;
}

.p-premior-recommend > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 160px;
  padding-bottom: 180px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner {
    padding: 80px 25px;
  }
}

.p-premior-recommend > .inner > .box-step > .heading {
  margin-bottom: 97px;
  text-align: center;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .heading {
    margin-bottom: 56px;
  }
}

.p-premior-recommend > .inner > .box-step > .heading > .main {
  font-size: 2.6rem;
  font-weight: 300;
  color: #333;
  letter-spacing: 4px;
  line-height: 2;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .heading > .main {
    font-size: 2rem;
    letter-spacing: 3.8px;
    line-height: 1.7;
  }
}

.p-premior-recommend > .inner > .box-step > .heading > .main > .-blue {
  color: #61B7D9;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

.p-premior-recommend > .inner > .box-step > .heading > .sub {
  display: block;
  margin-top: 28px;
  line-height: 2;
  letter-spacing: 2.5px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .heading > .sub {
    margin-top: 23px;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 2.1px;
  }
}

.p-premior-recommend > .inner > .box-step > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner > .box-step > .list {
    margin: 0 calc((100vw * -25) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list {
    display: block;
    margin: 0;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item {
  position: relative;
  width: 33.33%;
  padding: 0 65px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner > .box-step > .list > .item {
    padding: 0 calc((100vw * 65) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item {
    width: 100%;
    padding: 0 0 45px 80px;
  }
  .p-premior-recommend > .inner > .box-step > .list > .item:first-child > .step-wrap {
    height: 90px;
    padding-top: 0;
  }
  .p-premior-recommend > .inner > .box-step > .list > .item:first-child > .title {
    padding-top: 21px;
  }
  .p-premior-recommend > .inner > .box-step > .list > .item:last-child {
    padding-bottom: 0;
  }
  .p-premior-recommend > .inner > .box-step > .list > .item:last-child > .step-wrap {
    height: 90px;
    padding-bottom: 0;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: 42px;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #61B7D9;
  z-index: 1;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item:not(:last-child)::after {
    top: 0;
    left: 37px;
    width: 1px;
    height: 100%;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap {
  position: relative;
  background-color: #fff;
  width: 125px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 105px;
    padding: 15px 0;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap > .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 85px;
  height: 85px;
  margin: 0 auto 20px;
  border: 1px solid #61B7D9;
  border-radius: 50px;
  font-family: "Lato", sans-serif;
  color: #61B7D9;
  line-height: 1.3;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap > .step {
    width: 75px;
    height: 75px;
    margin: 0;
    line-height: 1.4;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap > .step > .text {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap > .step > .text {
    font-size: 1rem;
    padding-left: 3px;
    padding-top: 3px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap > .step > .num {
  font-size: 2.6rem;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .step-wrap > .step > .num {
    font-size: 2.3rem;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 400;
  color: #C1AC03;
  text-align: center;
  letter-spacing: 3px;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .title {
    padding-top: 36px;
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    text-align: left;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 368px;
  margin: 0 auto 6px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image {
    height: calc((100vw * 368) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image {
    height: auto;
    margin-bottom: 5px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .image.-img01 {
  width: 277px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image.-img01 {
    width: calc((100vw * 277) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image.-img01 {
    width: 172px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .image.-img02 {
  width: 267px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image.-img02 {
    width: calc((100vw * 267) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image.-img02 {
    width: 169px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .image.-img03 {
  width: 194px;
}

@media (max-width: 1280px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image.-img03 {
    width: calc((100vw * 194) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .image.-img03 {
    width: 122px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .image img {
  width: 100%;
  height: auto;
}

.p-premior-recommend > .inner > .box-step > .list > .item > .detail > dt {
  font-weight: 400;
  letter-spacing: 4.5px;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .detail > dt {
    font-size: 1.8rem;
    letter-spacing: 2.3px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .detail > dd {
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  margin-top: 11px;
  line-height: 2;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .detail > dd {
    margin-top: 6px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

.p-premior-recommend > .inner > .box-step > .list > .item > .button {
  margin-top: 32px;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .button {
    margin-top: 26px;
  }
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step > .list > .item > .button > .c-btn {
    margin: 0;
  }
}

.p-premior-recommend > .inner > .box-step + .box-product {
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .p-premior-recommend > .inner > .box-step + .box-product {
    margin-top: 60px;
    padding-top: 60px;
  }
}

/* .p-premior-property
---------------------------------------------------------- */
.p-premior-property {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-premior-property-wrap {
  position: relative;
  overflow: hidden;
}

.p-premior-property-wrap > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1280px) {
  .p-premior-property-wrap > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner {
    padding: 60px 35px;
  }
}

.p-premior-property-wrap > .inner > .title {
  width: 239px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner > .title {
    width: 170px;
  }
}

.p-premior-property-wrap > .inner > .title img {
  width: 100%;
}

.p-premior-property-wrap > .inner > .text-01 {
  margin-top: 46px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.55;
  letter-spacing: 3.6px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner > .text-01 {
    margin-top: 26px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 2.1px;
  }
}

.p-premior-property-wrap > .inner > .text-02 {
  margin-top: 57px;
  font-size: 2rem;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 4px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner > .text-02 {
    margin-top: 36px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 2.5px;
  }
}

.p-premior-property-wrap > .inner > .image {
  width: 1101px;
  margin: 64px 0 0 43px;
}

@media (max-width: 1280px) {
  .p-premior-property-wrap > .inner > .image {
    width: calc((100vw * 1101) / 1280);
    margin: calc((100vw * 64) / 1280) 0 0 calc((100vw * 43) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner > .image {
    max-width: 305px;
    width: 100%;
    margin: 36px auto 0;
  }
}

.p-premior-property-wrap > .inner > .image img {
  width: 100%;
}

.p-premior-property-wrap > .inner > .button {
  margin-top: 32px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap > .inner > .button {
    margin-top: 26px;
  }
}

.p-premior-property-wrap .box-accd-detail {
  display: none;
  padding-top: 160px;
  padding-bottom: 20px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-detail {
    text-align: center;
  }
}

.p-premior-property-wrap .box-accd-detail .box-detail > .label {
  display: inline-block;
  margin-bottom: 28px;
  padding: 9px 20px;
  border: 1px solid #C1AC03;
  font-weight: 500;
  color: #C1AC03;
  text-align: center;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-detail > .label {
    margin-bottom: 17px;
    padding: 9px 17px;
    font-size: 1.4rem;
  }
}

.p-premior-property-wrap .box-accd-detail .box-detail > .title {
  font-size: 2.2rem;
  letter-spacing: 4.5px;
  line-height: 1.75;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-detail > .title {
    font-size: 1.8rem;
    letter-spacing: 3.8px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-detail > .text {
  margin-top: 37px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-detail > .text {
    margin-top: 19px;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 2.1px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-detail > .note {
  margin-top: 30px;
  font-size: 1.1rem;
  color: #999;
  letter-spacing: 1.65px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-detail > .note {
    margin-top: 14px;
    letter-spacing: 1.75px;
    line-height: 1.8;
    text-align: left;
  }
}

.p-premior-property-wrap .box-accd-detail .img-property img {
  width: 100%;
}

.p-premior-property-wrap .box-accd-detail .box-property-top {
  text-align: center;
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image {
  position: relative;
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image > .img-property {
  width: 1042px;
  margin: 56px auto 0;
}

@media (max-width: 1280px) {
  .p-premior-property-wrap .box-accd-detail .box-property-top .box-image > .img-property {
    width: calc((100vw * 1042) / 1280);
    margin-top: calc((100vw * 56) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-top .box-image > .img-property {
    width: calc(100% + 206px);
    margin: 26px -103px 0;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text {
    position: static;
    margin-top: -48px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 5px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .list > .item {
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .list > .item {
    margin-top: 11px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .list > .item > sup {
  font-size: 1rem;
}

.p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .note {
  margin-top: 30px;
  font-size: 1.1rem;
  color: #999;
  letter-spacing: 1.65px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-top .box-image .box-text > .note {
    margin-top: 18px;
    letter-spacing: 1.75px;
    line-height: 1.8;
    text-align: left;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-bottom {
  margin-top: 120px;
  text-align: center;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-bottom {
    margin-top: 80px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-bottom .box-image {
  position: relative;
}

.p-premior-property-wrap .box-accd-detail .box-property-bottom .box-image > .img-property {
  width: 764px;
  margin: 56px auto 0;
}

@media (max-width: 1280px) {
  .p-premior-property-wrap .box-accd-detail .box-property-bottom .box-image > .img-property {
    width: calc((100vw * 764) / 1280);
    margin-top: calc((100vw * 56) / 1280);
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-bottom .box-image > .img-property {
    width: 100%;
    margin-top: 20px;
  }
}

.p-premior-property-wrap .box-accd-detail .box-property-col > .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-col > .col {
    display: block;
    margin-top: 80px;
  }
}

@media (min-width: 897px) {
  .p-premior-property-wrap .box-accd-detail .box-property-col > .col > .box-detail {
    width: 50%;
    padding-right: 24px;
  }
}

@media (min-width: 897px) {
  .p-premior-property-wrap .box-accd-detail .box-property-col > .col > .box-image {
    width: 50%;
    padding-left: 24px;
  }
}

@media (max-width: 896px) {
  .p-premior-property-wrap .box-accd-detail .box-property-col > .col > .box-image {
    margin-top: 26px;
  }
}

@media (min-width: 897px) {
  .p-premior-property-wrap .box-accd-detail .box-property-col > .col:nth-child(even) > .box-detail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 24px;
    padding-right: 0;
  }
}

@media (min-width: 897px) {
  .p-premior-property-wrap .box-accd-detail .box-property-col > .col:nth-child(even) > .box-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 24px;
    padding-left: 0;
  }
}

/* c-mainimg product size image
---------------------------------------------------------- */
.c-mainimg {
  position: relative;
}

.c-mainimg > .series-damage {
  position: absolute;
  bottom: calc((100vw * -77) / 1920);
  right: calc((100vw * 418) / 1920);
  width: 470px;
}

@media (max-width: 896px) {
  .c-mainimg > .series-damage {
    bottom: -31px;
    right: calc((100vw * 36) / 375);
    width: 173px;
  }
}

.c-mainimg > .series-harikoshi {
  position: absolute;
  bottom: calc((100vw * -77) / 1920);
  right: calc((100vw * 418) / 1920);
  width: 441px;
}

@media (max-width: 896px) {
  .c-mainimg > .series-harikoshi {
    bottom: -31px;
    right: calc((100vw * 36) / 375);
    width: 161px;
  }
}

.c-mainimg > .series-face {
  position: absolute;
  bottom: calc((100vw * -97) / 1920);
  right: calc((100vw * 425) / 1920);
  width: 331px;
}

@media (max-width: 896px) {
  .c-mainimg > .series-face {
    bottom: -49px;
    right: calc((100vw * 36) / 375);
    width: 140px;
  }
}

.c-mainimg > .series-color {
  position: absolute;
  bottom: calc((100vw * -77) / 1920);
  right: calc((100vw * 480) / 1920);
  width: 291px;
}

@media (max-width: 896px) {
  .c-mainimg > .series-color {
    bottom: -41px;
    right: calc((100vw * 33) / 375);
    width: 120px;
  }
}

.c-mainimg > .series-body {
  position: absolute;
  bottom: calc((100vw * -77) / 1920);
  right: calc((100vw * 470) / 1920);
  width: 424px;
}

@media (max-width: 896px) {
  .c-mainimg > .series-body {
    bottom: -44px;
    right: calc((100vw * 36) / 375);
    width: 166px;
  }
}

.c-mainimg > .series-aroma {
  position: absolute;
  bottom: calc((100vw * -93) / 1920);
  right: calc((100vw * 509) / 1920);
  width: 304px;
}

@media (max-width: 896px) {
  .c-mainimg > .series-aroma {
    bottom: -31px;
    right: calc((100vw * 65) / 375);
    width: 120px;
  }
}

/* p-products-recommend
---------------------------------------------------------- */
.p-products-recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -46px;
}

@media (max-width: 896px) {
  .p-products-recommend {
    display: block;
    margin-top: 0;
  }
}

.p-products-recommend > .item {
  width: 50%;
  margin-top: 46px;
}

@media (max-width: 896px) {
  .p-products-recommend > .item {
    width: 100%;
    margin-top: 27px;
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 897px) {
  .p-products-recommend > .item:nth-child(odd) {
    padding-right: 24px;
  }
}

@media (max-width: 1280px) {
  .p-products-recommend > .item:nth-child(odd) {
    padding-right: calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item:nth-child(odd) {
    padding-right: 0;
  }
}

@media (min-width: 897px) {
  .p-products-recommend > .item:nth-child(even) {
    padding-left: 24px;
  }
}

@media (max-width: 1280px) {
  .p-products-recommend > .item:nth-child(even) {
    padding-left: calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item:nth-child(even) {
    padding-left: 0;
  }
}

.p-products-recommend > .item > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-products-recommend > .item > .link .-zoom {
    overflow: hidden;
  }
  .p-products-recommend > .item > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .p-products-recommend > .item > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media (min-width: 897px) {
  .p-products-recommend > .item > .link:hover .box-detail {
    opacity: .7;
  }
}

.p-products-recommend > .item.-new .box-image > .product::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  width: 60px;
  height: 60px;
  background: url("/assets/image/common/ico_new_pink.svg") center no-repeat;
  background-size: 100%;
}

@media (max-width: 896px) {
  .p-products-recommend > .item.-new .box-image > .product::after {
    right: -68px;
    width: 54px;
    height: 54px;
  }
}

.p-products-recommend > .item .box-image {
  position: relative;
}

.p-products-recommend > .item .box-image > .product {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-image > .product {
    bottom: calc((100vw * -15) / 375);
  }
}

.p-products-recommend > .item .box-image > .product.-img01 {
  width: 68px;
}

@media (max-width: 1280px) {
  .p-products-recommend > .item .box-image > .product.-img01 {
    width: calc((100vw * 68) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-image > .product.-img01 {
    width: calc((100vw * 40) / 375);
  }
}

.p-products-recommend > .item .box-image > .product.-img02 {
  width: 62px;
}

@media (max-width: 1280px) {
  .p-products-recommend > .item .box-image > .product.-img02 {
    width: calc((100vw * 62) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-image > .product.-img02 {
    width: calc((100vw * 36) / 375);
  }
}

.p-products-recommend > .item .box-image > .product.-img03 {
  width: 74px;
}

@media (max-width: 1280px) {
  .p-products-recommend > .item .box-image > .product.-img03 {
    width: calc((100vw * 74) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-image > .product.-img03 {
    width: calc((100vw * 43) / 375);
  }
}

.p-products-recommend > .item .box-image > .product.-img04 {
  width: 84px;
}

@media (max-width: 1280px) {
  .p-products-recommend > .item .box-image > .product.-img04 {
    width: calc((100vw * 84) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-image > .product.-img04 {
    width: calc((100vw * 49) / 375);
  }
}

.p-products-recommend > .item .box-image img {
  width: 100%;
}

.p-products-recommend > .item .box-detail {
  margin-top: 43px;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-detail {
    margin-top: 35px;
  }
}

.p-products-recommend > .item .box-detail > .title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2.7px;
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-detail > .title {
    font-size: 1.6rem;
    letter-spacing: 2.4px;
  }
}

.p-products-recommend > .item .box-detail > .text {
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 2.4px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-products-recommend > .item .box-detail > .text {
    margin-top: 7px;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

/* p-products-brand
---------------------------------------------------------- */
.p-products-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -47px -24px 0;
}

@media (max-width: 1280px) {
  .p-products-brand {
    margin-left: calc((100vw * -24) / 1280);
    margin-right: calc((100vw * -24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand {
    display: block;
    margin: 0;
  }
}

.p-products-brand > .item {
  width: 33.33%;
  margin-top: 47px;
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item {
    padding: 0 calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item {
    width: 100%;
    margin-top: 27px;
    padding: 0;
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item:first-child {
    margin-top: 0;
  }
}

.p-products-brand > .item > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-products-brand > .item > .link .-zoom {
    overflow: hidden;
  }
  .p-products-brand > .item > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .p-products-brand > .item > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-products-brand > .item .box-image {
  position: relative;
}

.p-products-brand > .item .box-image > .product {
  position: absolute;
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product {
    bottom: calc((100vw * -15) / 375);
  }
}

.p-products-brand > .item .box-image > .product.-img01 {
  width: 156px;
  right: 25px;
  bottom: -28px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item .box-image > .product.-img01 {
    width: calc((100vw * 156) / 1280);
    right: calc((100vw * 25) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product.-img01 {
    width: calc((100vw * 156) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -30) / 375);
  }
}

.p-products-brand > .item .box-image > .product.-img02 {
  width: 145px;
  right: 25px;
  bottom: -28px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item .box-image > .product.-img02 {
    width: calc((100vw * 145) / 1280);
    right: calc((100vw * 25) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product.-img02 {
    width: calc((100vw * 145) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -28) / 375);
  }
}

.p-products-brand > .item .box-image > .product.-img03 {
  width: 90px;
  right: 25px;
  bottom: -28px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item .box-image > .product.-img03 {
    width: calc((100vw * 90) / 1280);
    right: calc((100vw * 25) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product.-img03 {
    width: calc((100vw * 90) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -29) / 375);
  }
}

.p-products-brand > .item .box-image > .product.-img04 {
  width: 119px;
  right: 25px;
  bottom: -35px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item .box-image > .product.-img04 {
    width: calc((100vw * 119) / 1280);
    right: calc((100vw * 25) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product.-img04 {
    width: calc((100vw * 119) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -34) / 375);
  }
}

.p-products-brand > .item .box-image > .product.-img05 {
  width: 151px;
  right: 21px;
  bottom: -32px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item .box-image > .product.-img05 {
    width: calc((100vw * 151) / 1280);
    right: calc((100vw * 21) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product.-img05 {
    width: calc((100vw * 151) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -33) / 375);
  }
}

.p-products-brand > .item .box-image > .product.-img06 {
  width: 102px;
  right: 22px;
  bottom: -30px;
}

@media (max-width: 1280px) {
  .p-products-brand > .item .box-image > .product.-img06 {
    width: calc((100vw * 102) / 1280);
    right: calc((100vw * 22) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-image > .product.-img06 {
    width: calc((100vw * 102) / 375);
    right: calc((100vw * 34) / 375);
    bottom: calc((100vw * -25) / 375);
  }
}

.p-products-brand > .item .box-image img {
  width: 100%;
}

.p-products-brand > .item .box-detail {
  margin-top: 31px;
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-detail {
    margin-top: 25px;
  }
}

.p-products-brand > .item .box-detail > .title > span {
  display: block;
}

.p-products-brand > .item .box-detail > .title > .en {
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 1.8px;
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-detail > .title > .en {
    font-size: 1.1rem;
    letter-spacing: 1.7px;
  }
}

.p-products-brand > .item .box-detail > .title > .jp {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-detail > .title > .jp {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
}

.p-products-brand > .item .box-detail > .text {
  margin-top: 16px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 2.1px;
}

@media (max-width: 896px) {
  .p-products-brand > .item .box-detail > .text {
    margin-top: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 897px) {
  .p-products-brand.-col2 > .item {
    width: 50%;
  }
}

.p-products-brand.-col2 > .item > .link > .box-image > .product.-img01 {
  width: 243px;
  right: 40px;
  bottom: -50px;
}

@media (max-width: 1280px) {
  .p-products-brand.-col2 > .item > .link > .box-image > .product.-img01 {
    width: calc((100vw * 243) / 1280);
    right: calc((100vw * 40) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand.-col2 > .item > .link > .box-image > .product.-img01 {
    width: calc((100vw * 156) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -30) / 375);
  }
}

.p-products-brand.-col2 > .item > .link > .box-image > .product.-img02 {
  width: 220px;
  right: 40px;
  bottom: -45px;
}

@media (max-width: 1280px) {
  .p-products-brand.-col2 > .item > .link > .box-image > .product.-img02 {
    width: calc((100vw * 220) / 1280);
    right: calc((100vw * 40) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-brand.-col2 > .item > .link > .box-image > .product.-img02 {
    width: calc((100vw * 145) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -28) / 375);
  }
}

/* p-products-premior
---------------------------------------------------------- */
.p-products-premior > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-products-premior > .link .-zoom {
    overflow: hidden;
  }
  .p-products-premior > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .p-products-premior > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-products-premior .box-image {
  position: relative;
}

.p-products-premior .box-image > .product {
  position: absolute;
  width: 180px;
  right: 382px;
  bottom: -38px;
}

@media (max-width: 1280px) {
  .p-products-premior .box-image > .product {
    width: calc((100vw * 180) / 1280);
    right: calc((100vw * 382) / 1280);
  }
}

@media (max-width: 896px) {
  .p-products-premior .box-image > .product {
    width: calc((100vw * 112) / 375);
    right: calc((100vw * 20) / 375);
    bottom: calc((100vw * -29) / 375);
  }
}

.p-products-premior .box-image img {
  width: 100%;
}

.p-products-premior .box-detail {
  margin-top: 28px;
}

@media (max-width: 896px) {
  .p-products-premior .box-detail {
    margin-top: 23px;
  }
}

.p-products-premior .box-detail > .title > span {
  display: block;
}

.p-products-premior .box-detail > .title > .en {
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 1.8px;
}

@media (max-width: 896px) {
  .p-products-premior .box-detail > .title > .en {
    font-size: 1.1rem;
    letter-spacing: 1.7px;
  }
}

.p-products-premior .box-detail > .title > .jp {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2.4px;
}

@media (max-width: 896px) {
  .p-products-premior .box-detail > .title > .jp {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
}

.p-products-premior .box-detail > .text {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2.1px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-products-premior .box-detail > .text {
    margin-top: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
  }
}

/* p-bnr-special
---------------------------------------------------------- */
.p-bnr-special > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-bnr-special > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-bnr-special > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

/* p-list-products
---------------------------------------------------------- */
.p-list-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -100px -24px 0;
}

@media (max-width: 1280px) {
  .p-list-products {
    margin-left: calc((100vw * -24) / 1280);
    margin-right: calc((100vw * -24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-products {
    margin: -50px -8px 0;
  }
}

.p-list-products + .p-list-products {
  margin-top: 0;
}

.p-list-products > .item {
  width: 33.33%;
  margin-top: 100px;
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .p-list-products > .item {
    padding: 0 calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-products > .item {
    width: 50%;
    margin-top: 50px;
    padding: 0 8px;
  }
}

.p-list-products > .item > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-list-products > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-list-products > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.p-list-products > .item > .link.-premior {
  position: relative;
}

.p-list-products > .item > .link.-premior::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 29px;
  background: url("/assets/image/common/ico_premior.svg") top left no-repeat;
  background-size: contain;
}

@media (max-width: 1280px) {
  .p-list-products > .item > .link.-premior::after {
    width: calc((100vw * 100) / 1280);
    height: calc((100vw * 29) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-products > .item > .link.-premior::after {
    width: 55px;
    height: 16px;
  }
}

@media (max-width: 896px) {
  .p-list-products > .item > .link.-premior .image {
    height: 176px;
  }
}

.p-list-products > .item > .link .image {
  display: block;
  text-align: center;
  height: 275px;
  margin: 0 auto 15px;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link .image {
    height: 155px;
    margin-bottom: 4px;
  }
}

.p-list-products > .item > .link .image img {
  max-width: 100%;
  max-height: 100%;
}

.p-list-products > .item > .link > .box-title {
  margin-top: 15px;
}

.p-list-products > .item > .link > .box-title > .title {
  font-weight: 500;
  letter-spacing: 1.5px;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link > .box-title > .title {
    font-size: 1.4rem;
  }
}

.p-list-products > .item > .link > .box-title > .label {
  display: inline-block;
  width: 70px;
  margin-left: 20px;
  padding: 2px 5px 0;
  border: 1px solid #999;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1.1rem;
  font-weight: 350;
  color: #999;
  text-align: center;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link > .box-title > .label {
    display: block;
    margin-top: 3px;
    margin-left: 2px;
    padding: 1px 5px;
  }
}

.p-list-products > .item > .link > .type {
  margin-top: 14px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  color: #C1AC03;
  letter-spacing: 1.5px;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link > .type {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.p-list-products > .item > .link > .text {
  margin-top: 11px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 1.4px;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link > .text {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 897px) {
  .p-list-products.-col-2 > .item {
    width: 50%;
  }
}

/* p-list-routine
---------------------------------------------------------- */
.p-list-routine {
  margin-top: 98px;
}

@media (max-width: 896px) {
  .p-list-routine {
    margin-top: 48px;
  }
}

.p-list-routine > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-list-routine > .item:not(:first-child) {
  margin-top: 120px;
}

@media (max-width: 896px) {
  .p-list-routine > .item:not(:first-child) {
    margin-top: 100px;
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item {
    display: block;
  }
}

.p-list-routine > .item > .box-image {
  position: relative;
  width: 358px;
  margin-right: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.p-list-routine > .item > .box-image > .icon {
  max-width: 100px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-image {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-image {
    width: calc((100vw * 212) / 375);
    margin-left: calc((100vw * 10) / 375);
  }
}

.p-list-routine > .item > .box-image .icon {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: center;
}

@media (max-width: 1280px) {
  .p-list-routine > .item > .box-image .icon {
    right: calc((100vw * 20) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-image .icon {
    right: calc((100vw * -85) / 375);
  }
}

.p-list-routine > .item > .box-image .icon > .item:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-image .icon > .item:not(:first-child) {
    margin-top: 5px;
  }
}

.p-list-routine > .item > .box-image .icon.-col2 {
  max-width: 210px;
}

.p-list-routine > .item > .box-image .icon.-col2 > .item:last-child {
  margin-left: 10px;
}

.p-list-routine > .item > .box-image .icon.-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-list-routine > .item > .box-image .icon.-horizontal > .item {
  margin-top: 0;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-image .icon.-horizontal > .item {
    margin-left: 5px;
  }
}

.p-list-routine > .item > .box-image .image img {
  width: 100%;
}

.p-list-routine > .item > .box-detail {
  width: 100%;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail {
    margin-top: 10px;
  }
}

.p-list-routine > .item > .box-detail > .ttl-main {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 2.4rem;
  font-weight: 350;
  color: #C1AC03;
  line-height: 1.7;
  letter-spacing: 3.6px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .ttl-main {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
  }
}

.p-list-routine > .item > .box-detail > .ttl-main + .ttl-sub {
  margin-top: 38px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .ttl-main + .ttl-sub {
    margin-top: 14px;
  }
}

.p-list-routine > .item > .box-detail > .ttl-sub {
  position: relative;
  padding-left: 23px;
  padding-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .p-list-routine > .item > .box-detail > .ttl-sub {
    padding-left: calc((100vw * 27) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .ttl-sub {
    padding-left: 23px;
    letter-spacing: 2.7px;
  }
}

.p-list-routine > .item > .box-detail > .ttl-sub::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C1AC03;
}

.p-list-routine > .item > .box-detail > .ttl-sub > span {
  display: block;
}

.p-list-routine > .item > .box-detail > .ttl-sub > .main {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 2rem;
  font-weight: 350;
  letter-spacing: 3px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .ttl-sub > .main {
    font-size: 1.8rem;
    letter-spacing: 2.7px;
  }
}

.p-list-routine > .item > .box-detail > .ttl-sub > .main > .tag {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 12px;
  border: 1px solid #999;
  font-size: 1.1rem;
  padding: 0 5px 2px;
  color: #999;
  letter-spacing: .09em;
}

.p-list-routine > .item > .box-detail > .ttl-sub > .main > .tag.-gold {
  color: #C1AC03;
  border: 1px solid #C1AC03;
}

.p-list-routine > .item > .box-detail > .ttl-sub > .sub {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #9FA8AF;
  letter-spacing: 1.6px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .ttl-sub > .sub {
    margin-top: 11px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
  }
}

.p-list-routine > .item > .box-detail > .ttl-sub > .sub > sup {
  font-size: 1rem;
}

.p-list-routine > .item > .box-detail > .table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table {
    margin-top: 20px;
  }
}

.p-list-routine > .item > .box-detail > .table th,
.p-list-routine > .item > .box-detail > .table td {
  border-bottom: 1px solid #E6E6E6;
  font-size: 1.2rem;
  letter-spacing: 1.8px;
  white-space: nowrap;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 1280px) {
  .p-list-routine > .item > .box-detail > .table th,
  .p-list-routine > .item > .box-detail > .table td {
    white-space: inherit;
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table th,
  .p-list-routine > .item > .box-detail > .table td {
    font-size: 1.1rem;
  }
}

.p-list-routine > .item > .box-detail > .table th {
  background-color: #F6F7FB;
  color: #9FA8AF;
  padding: 14px 30px;
}

@media (max-width: 1280px) {
  .p-list-routine > .item > .box-detail > .table th {
    padding: 14px calc((100vw * 30) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table th {
    padding: 10px 15px;
  }
}

.p-list-routine > .item > .box-detail > .table th > .box-th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table th > .box-th {
    display: block;
    text-align: center;
  }
}

.p-list-routine > .item > .box-detail > .table th > .box-th > .name {
  padding-right: 15px;
}

@media (min-width: 897px) {
  .p-list-routine > .item > .box-detail > .table th > .box-th > .name.-w-155-pc {
    min-width: 155px;
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table th > .box-th > .name {
    padding-right: 0;
  }
}

.p-list-routine > .item > .box-detail > .table th > .box-th > .quantity > .img {
  vertical-align: middle;
  margin-left: 1px;
}

.p-list-routine > .item > .box-detail > .table td {
  padding: 11px 0;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table td {
    padding: 10px 0;
  }
}

.p-list-routine > .item > .box-detail > .table td:last-child {
  width: 100%;
}

@media (max-width: 1280px) {
  .p-list-routine > .item > .box-detail > .table td:last-child {
    width: auto;
  }
}

.p-list-routine > .item > .box-detail > .table td > .about {
  padding-left: 30px;
  line-height: 2;
}

@media (max-width: 1280px) {
  .p-list-routine > .item > .box-detail > .table td > .about {
    padding-left: calc((100vw * 30) / 1280);
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table td > .about {
    white-space: inherit;
    padding-left: 15px;
  }
}

.p-list-routine > .item > .box-detail > .table td > .about + ._d-md-none {
  margin-top: 5px;
}

.p-list-routine > .item > .box-detail > .table td .price {
  padding-left: 20px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table td .price {
    padding-left: 15px;
  }
}

.p-list-routine > .item > .box-detail > .table td .price .tax {
  white-space: nowrap;
  padding-right: 20px;
  font-size: 1.1rem;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table td .price .tax {
    white-space: inherit;
    padding-right: 0;
  }
}

.p-list-routine > .item > .box-detail > .table td .price .gold {
  white-space: nowrap;
  font-size: 1.1rem;
  color: #C1AC03;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .table td .price .gold {
    display: inline-block;
    white-space: inherit;
    font-size: 1rem;
  }
}

.p-list-routine > .item > .box-detail > .txt-note {
  margin-top: 20px;
  font-size: 1.1rem;
  color: #999;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .txt-note {
    margin-top: 13px;
    line-height: 1.8;
    letter-spacing: 1.7px;
  }
}

.p-list-routine > .item > .box-detail > .txt-note._icon {
  position: relative;
  padding: 16px 0 16px 72px;
}

.p-list-routine > .item > .box-detail > .txt-note._icon::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 59px;
  height: 50px;
  background: url("/assets/image/products/series-harikoshi/icon_bathroom.png") 0 0 no-repeat;
}

.p-list-routine > .item > .box-detail > .button {
  margin-top: 40px;
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .button {
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .p-list-routine > .item > .box-detail > .button > .c-btn {
    margin: 0 auto;
  }
}

/* .p-search-result
---------------------------------------------------------- */
.p-search-result {
  padding-bottom: 120px;
}

@media (max-width: 896px) {
  .p-search-result {
    padding-bottom: 60px;
  }
}

.p-search-result .box-search-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 270px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 60px;
}

@media (max-width: 896px) {
  .p-search-result .box-search-none {
    height: 160px;
    margin-top: 40px;
  }
}

.p-search-result .box-search-none .text {
  font-size: 2rem;
  font-weight: 350;
  color: #9FA8AF;
  letter-spacing: .3rem;
}

@media (max-width: 896px) {
  .p-search-result .box-search-none .text {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
}

/* .p-search-input
---------------------------------------------------------- */
.p-search-input {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #fff;
}

@media (max-width: 896px) {
  .p-search-input {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.p-search-input .c-heading-relate {
  margin-bottom: 58px;
}

@media (max-width: 896px) {
  .p-search-input .c-heading-relate {
    margin-bottom: 30px;
  }
}

.p-search-input > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 1280px) {
  .p-search-input > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-search-input > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .p-search-input > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* hero */
.wrap-shsStore20210301-page {
  /*ancTry*/
  /*ancReceipt*/
  /*ancApply*/
  /*@include mq-down(md) {*/
  /*	#ancApply .apply_inner li:last-child .term img {*/
  /*		width: 100% !important;*/
  /*	}*/
  /*}*/
  /*ancAppRules*/
  /*ancAppReq*/
  /*ancContact*/
}

.wrap-shsStore20210301-page #shsStore20210301 {
  width: 960px;
  margin: 0 auto;
}

.wrap-shsStore20210301-page #shsStore20210301 a {
  text-decoration: underline;
}

.wrap-shsStore20210301-page #shsStore20210301 a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.wrap-shsStore20210301-page #shsStore20210301 img {
  width: 100%;
  vertical-align: bottom;
}

.wrap-shsStore20210301-page #shsStore20210301 #hero {
  border-radius: 8px;
}

.wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px 40px;
  background: url("/assets/image/campaign/shsStore20210301/bg_hero_01_pc.jpg") left top no-repeat;
}

.wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area li {
  border-radius: 6px;
}

.wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area li:nth-child(2) {
  margin-left: 20px;
}

.wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area li .contents {
  margin-top: 0;
}

.wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area li .btn {
  text-align: center;
  padding: 40px 95px;
  background-color: #f9f9f9;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 {
    width: 100%;
    margin: 0 auto 40px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area {
    display: block;
    padding: 0 15px 15px;
    background: url("/assets/image/campaign/shsStore20210301/bg_hero_01_sp.jpg") left top no-repeat;
    background-size: cover;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #hero .nav-area li .btn {
    padding: 30px 60px;
  }
}

.wrap-shsStore20210301-page #ancTry {
  margin-top: 60px;
}

.wrap-shsStore20210301-page #ancTry .ttl-main {
  position: relative;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancTry {
    margin-top: 25px;
  }
}

.wrap-shsStore20210301-page #ancReceipt .ttl-main {
  position: relative;
}

.wrap-shsStore20210301-page #ancTry .ttl-main::before,
.wrap-shsStore20210301-page #ancReceipt .ttl-main::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 180px;
  height: 32px;
  background-image: url(/assets/image/campaign/shsStore20210301/txt_sub_campaign_01_pc.png);
  background-size: contain;
  vertical-align: middle;
  right: 0;
  left: 0;
  top: -16px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancTry .ttl-main::before, .wrap-shsStore20210301-page #ancReceipt .ttl-main::before {
    width: 123px;
    height: 22px;
    background-image: url(/assets/image/campaign/shsStore20210301/txt_sub_campaign_01_sp.png);
    background-repeat: no-repeat;
    top: -10px;
    z-index: 2;
  }
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner {
  background: url("/assets/image/campaign/shsStore20210301/bg_try_01_pc.jpg") left top no-repeat;
  padding: 70px 100px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .normal {
  padding: 60px 85px;
  background-color: #fff;
  border-radius: 6px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-product-area {
  position: relative;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-product-area .balloon {
  position: absolute;
  width: 114px;
  height: 87px;
  top: -70px;
  left: -75px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-product-area .ttl {
  width: 478px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-product-area .img {
  position: absolute;
  width: 50px;
  top: 0;
  right: 10px;
}

.wrap-shsStore20210301-page #shsStore20210301 .txt-link {
  text-align: center;
  margin-top: 25px;
  margin-right: 70px;
  position: relative;
}

.wrap-shsStore20210301-page #shsStore20210301 .txt-link::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/image/campaign/shsStore20210301/ico_arrow_right_01.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 1px 5px;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .txt-link::after {
    margin: 0 0 3px 5px;
  }
}

.wrap-shsStore20210301-page #shsStore20210301 .txt-link.arrow-bottom::after {
  background-image: url(/assets/image/campaign/shsStore20210301/ico_arrow_bottom_01.png);
}

.wrap-shsStore20210301-page #shsStore20210301 .txt-link a {
  color: #1c8aca !important;
  font-size: 12px !important;
  letter-spacing: .06em;
  line-height: 2.08;
  font-weight: bold;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .normal .btn {
  margin: 34px auto 0;
  padding: 35px;
  background-color: #f9f9f9;
  text-align: center;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .normal .btn a img {
  width: 243px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area {
  margin-top: 50px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area .ttl {
  margin: 0 auto;
  text-align: center;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area .ttl img {
  width: 590px;
}

.wrap-shsStore20210301-page #shsStore20210301 .lead {
  font-size: 13px;
  letter-spacing: .06em;
  line-height: 1.92;
  color: #333333;
  font-weight: bold;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area .lead {
  margin-top: 30px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area .address {
  margin-top: 25px;
  border: 1px solid #f2f2f2;
  text-align: center;
  padding: 30px 0;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area .term {
  margin-top: 20px;
}

.wrap-shsStore20210301-page #shsStore20210301 .info-form-area .txt-link {
  margin-top: 15px;
  margin-right: 0;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double {
  margin-top: 60px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 50px 45px;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/image/campaign/shsStore20210301/ico_plus_01.png);
  background-size: contain;
  vertical-align: middle;
  right: 0;
  left: 0;
  top: -40px;
  margin: 0 auto;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double .ttl {
  width: 537px;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double .info-product-area .lead {
  margin: 35px 0 0 105px;
}

.wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double .info-product-area .img {
  width: 64px;
  top: 30px;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner {
    background: url("/assets/image/campaign/shsStore20210301/bg_try_01_sp.jpg") left top no-repeat;
    background-size: cover;
    padding: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .normal {
    padding: 15px 20px 30px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-product-area .balloon {
    position: inherit;
    width: 60%;
    height: auto;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-product-area .ttl {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-product-area .img {
    position: absolute;
    width: 8.5%;
    top: 24%;
    right: 0;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .txt-link {
    margin-top: 20px;
    margin-right: 0;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .txt-link a {
    font-size: 10px !important;
    letter-spacing: .06em;
    line-height: 1.41;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .normal .btn {
    margin: 15px auto 0;
    padding: 17px 70px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .normal .btn a img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-form-area {
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-form-area .ttl img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .lead {
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 1.68;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-form-area .lead {
    margin-top: 14px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-form-area .address {
    margin-top: 18px;
    padding: 20px 0;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 .info-form-area .term {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double::before {
    width: 19px;
    height: 19px;
    top: -10%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double .ttl {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double .info-product-area .lead {
    margin: 26px 0 0 21%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #shsStore20210301 #ancTry .try_inner .double .info-product-area .img {
    width: 40px;
    top: 40%;
    left: 1.4%;
  }
}

.wrap-shsStore20210301-page #ancReceipt {
  margin-top: 60px;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancReceipt {
    margin-top: 25px;
  }
}

.wrap-shsStore20210301-page #ancApply {
  margin-top: 80px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner {
  background: url("/assets/image/campaign/shsStore20210301/bg_apply_01_pc.jpg") left top no-repeat;
  padding: 95px 105px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li {
  padding: 60px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(n+2) {
  margin-top: 80px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:last-child {
  margin-top: 60px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:last-child .term {
  text-align: center;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:last-child .term img {
  width: 590px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li .ico {
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 75px;
  right: 0;
  left: 0;
  top: -40px;
  margin: 0 auto;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .ttl {
  width: 524px;
  margin: 0 auto;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .term, .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .lead {
  margin: 25px auto 0;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .term {
  text-align: center;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .term img {
  width: 590px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .ttl {
  width: 166px;
  margin: 0 auto;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .txt {
  width: 414px;
  margin: 0 auto;
  margin: 30px auto 0;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .lead {
  margin: 30px auto 0;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .btn {
  margin: 35px auto 0;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .btn img {
  width: 243px;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(3) .ttl {
  width: 188px;
  margin: 0 auto;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(3) .lead {
  margin: 35px auto 0;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(4) .txt-link {
  margin-top: 10px;
  margin-right: 0;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(4) .info-form-area {
  text-align: left;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(4) .info-form-area .annotation {
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(4) .info-form-area .annotation a {
  color: #1c8aca !important;
  letter-spacing: .06em;
  line-height: 2.08;
  font-weight: bold;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply {
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner {
    background: url("/assets/image/campaign/shsStore20210301/bg_apply_01_sp.jpg") left top no-repeat;
    background-size: cover;
    padding: 43px 15px 15px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li {
    padding: 43px 20px 32px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:last-child {
    margin-top: 40px;
    padding: 25px 20px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:last-child .term img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li .ico {
    width: 50px;
    height: 50px;
    top: -9%;
  }
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(3) .ico {
    top: -16%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .ttl {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .term, .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .lead {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(1) .term img {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .ttl {
    width: 36%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .txt {
    width: 66%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .txt, .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .lead {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .btn {
    margin: 20px auto 0;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(2) .btn img {
    width: 57%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(3) .ttl {
    width: 44%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancApply .apply_inner li:nth-child(3) .lead {
    margin: 20px auto 0;
  }
}

.wrap-shsStore20210301-page #ancAppRules {
  margin-top: 30px;
}

.wrap-shsStore20210301-page #ancAppRules .AppRules_inner {
  background: url("/assets/image/campaign/shsStore20210301/bg_apply_rules_01_pc.jpg") left top no-repeat;
  padding: 60px 95px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.wrap-shsStore20210301-page #ancAppRules .list-rules {
  padding: 45px 50px;
  background-color: #fff;
  border-radius: 6px;
}

.wrap-shsStore20210301-page #ancAppRules .list-rules li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.76;
  font-size: 1.3rem;
}

.wrap-shsStore20210301-page #ancAppRules .list-rules li:last-child {
  padding-left: 2em;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppRules {
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppRules .AppRules_inner {
    background: url("/assets/image/campaign/shsStore20210301/bg_apply_rules_01_sp.jpg") left top no-repeat;
    background-size: cover;
    padding: 15px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppRules .list-rules {
    padding: 30px 20px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppRules .list-rules li {
    line-height: 1.45;
    font-size: 10px;
    letter-spacing: .03em;
  }
}

.wrap-shsStore20210301-page #ancAppReq {
  margin-top: 80px;
}

.wrap-shsStore20210301-page #ancAppReq .AppReq_inner {
  background: url("/assets/image/campaign/shsStore20210301/bg_apply_request_01_pc.jpg") left top no-repeat;
  padding: 60px 95px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.wrap-shsStore20210301-page #ancAppReq .AppReq_bg {
  padding: 55px 45px;
  background-color: #fff;
  border-radius: 6px;
  line-height: 1.76;
  font-size: 1.3rem;
}

.wrap-shsStore20210301-page #ancAppReq .announce-wrap, .wrap-shsStore20210301-page #ancAppReq .notice-wrap, .wrap-shsStore20210301-page #ancAppReq .privacy-wrap {
  margin-top: 30px;
}

.wrap-shsStore20210301-page #ancAppReq .notice-wrap .list-notice {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppReq {
    margin-top: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppReq .AppReq_inner {
    background: url("/assets/image/campaign/shsStore20210301/bg_apply_request_01_sp.jpg") left top no-repeat;
    background-size: cover;
    padding: 15px;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .03em;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppReq .AppReq_bg {
    padding: 30px 15px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancAppReq .announce-wrap, .wrap-shsStore20210301-page #ancAppReq .notice-wrap, .wrap-shsStore20210301-page #ancAppReq .privacy-wrap {
    margin-top: 15px;
  }
}

.wrap-shsStore20210301-page #ancContact {
  margin-top: 80px;
}

.wrap-shsStore20210301-page #ancContact .contact_inner {
  padding: 35px;
  background-color: #f7f7f7;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area {
  margin-left: 60px;
  font-size: 1.3rem;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area {
    font-size: 1.4rem;
  }
}

.wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area .ttl {
  width: 382px;
}

.wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area .txt-link {
  margin-top: 5px;
  margin-right: 0;
  text-align: left;
  font-weight: bold;
}

.wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area .annotation {
  margin-top: 5px;
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact {
    margin-top: 30px;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact .contact_inner {
    padding: 20px 25px;
    display: block;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact .contact_inner .ttl-contact img {
    width: 35%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area {
    margin-left: 0;
    margin-top: 5%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area .ttl {
    width: 82%;
  }
}

@media (max-width: 896px) {
  .wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area .txt-link, .wrap-shsStore20210301-page #ancContact .contact_inner .secretariat-area .annotation {
    margin-top: 3%;
  }
}

@media (max-width: 896px) {
  .l-contents-top {
    overflow: hidden;
  }
}

/* p-mainimg-top
---------------------------------------------------------- */
.p-mainimg-top {
  position: relative;
  margin-bottom: 200px;
  height: 100vh;
  min-height: 500px;
}

@media (max-width: 896px) {
  .p-mainimg-top {
    margin-bottom: 86px;
  }
  @supports (-webkit-touch-callout: none) {
    .p-mainimg-top {
      height: 86vh;
    }
  }
}

.p-mainimg-top video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
  mix-blend-mode: screen;
}

.p-mainimg-top .box-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-mainimg-top .box-bg > .bg {
  height: 100%;
  -webkit-animation: zoominimage 10s ease-out;
  animation: zoominimage 10s ease-out;
}

.p-mainimg-top .box-bg > .bg img {
  width: 100%;
  min-height: 100%;
}

.p-mainimg-top .bottle {
  position: absolute;
  bottom: calc((100vw * -93) / 1920);
  left: calc((100vw * 301) / 1920);
  width: calc((100vw * 650) / 1920);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-animation: zoominimage 10s ease-out;
  animation: zoominimage 10s ease-out;
  max-width: 650px;
}

@media (min-aspect-ratio: 5 / 3) {
  .p-mainimg-top .bottle {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 896px) {
  .p-mainimg-top .bottle {
    bottom: -50px;
    right: -15px;
    left: inherit;
    width: calc((100vw * 311) / 375);
  }
}

@media (max-width: 896px) and (min-aspect-ratio: 5 / 7) {
  .p-mainimg-top .bottle {
    width: auto;
    height: 85%;
  }
}

.p-mainimg-top .bottle img {
  width: 100%;
}

@media (min-width: 897px) and (min-aspect-ratio: 5 / 3) {
  .p-mainimg-top .bottle img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 896px) and (min-aspect-ratio: 5 / 7) {
  .p-mainimg-top .bottle img {
    width: auto;
    height: 100%;
  }
}

.p-mainimg-top .box-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc((100vw * 1010) / 1920);
  z-index: 3;
}

@media (max-width: 896px) {
  .p-mainimg-top .box-title {
    top: 102px;
    left: calc((100vw * 35) / 375);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.p-mainimg-top .box-title > .jp {
  font-size: 3.6rem;
  color: #333;
  line-height: 1.9;
  letter-spacing: 7.2px;
  font-weight: 300;
}

@media (max-width: 1366px) {
  .p-mainimg-top .box-title > .jp {
    font-size: 3.2rem;
  }
}

@media (max-width: 896px) {
  .p-mainimg-top .box-title > .jp {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 3.6px;
  }
}

.p-mainimg-top .box-title > .en {
  margin-top: 21px;
  margin-left: 5px;
  font-size: 2rem;
  font-weight: 300;
  color: #E50E86;
  letter-spacing: 3.7px;
}

@media (max-width: 896px) {
  .p-mainimg-top .box-title > .en {
    margin-top: 15px;
    margin-left: 0;
    font-size: 1.2rem;
    letter-spacing: 2.1px;
  }
}

.p-mainimg-top .box-scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 90px;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 350;
  color: #666;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 896px) {
  .p-mainimg-top .box-scroll {
    bottom: 16px;
    left: 26px;
    padding-bottom: 45px;
    letter-spacing: .5px;
  }
}

@media (max-width: 896px) {
  .p-mainimg-top .box-scroll > span {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-mainimg-top .box-scroll::after {
  position: absolute;
  bottom: -90px;
  left: 50%;
  width: 1px;
  height: 160px;
  background-color: #8B8B8B;
  -webkit-animation: scrollLine 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollLine 2s cubic-bezier(1, 0, 0, 1) infinite;
  content: '';
}

@media (max-width: 896px) {
  .p-mainimg-top .box-scroll::after {
    bottom: -54px;
    height: 80px;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@-webkit-keyframes zoominimage {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoominimage {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* p-aboutus-top
---------------------------------------------------------- */
.p-aboutus-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1620px) {
  .p-aboutus-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 896px) {
  .p-aboutus-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-bottom: 1px solid #E6E6E6;
  }
}

.p-aboutus-top > video {
  width: calc((100vw * 1120) / 1920);
  height: 100%;
}

@media (max-width: 1366px) {
  .p-aboutus-top > video {
    width: calc((100vw * 801) / 1366);
  }
}

@media (max-width: 896px) {
  .p-aboutus-top > video {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 40px;
  }
}

.p-aboutus-top .box-detail {
  height: 100%;
  width: calc((100vw * 800) / 1920);
  padding: 0 calc((100vw * 100) / 1920) 0 calc((100vw * 180) / 1920);
}

@media (max-width: 1366px) {
  .p-aboutus-top .box-detail {
    width: calc((100vw * 565) / 1366);
    padding: 0 calc((100vw * 103) / 1366) 0 calc((100vw * 102) / 1366);
  }
}

@media (max-width: 896px) {
  .p-aboutus-top .box-detail {
    width: 100%;
    padding: 43px 40px 60px;
  }
}

.p-aboutus-top .box-detail > .text {
  margin: 44px 0 55px;
  line-height: 3;
  letter-spacing: 2.5px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 1366px) {
  .p-aboutus-top .box-detail > .text {
    margin-bottom: 30px;
  }
}

@media (max-width: 896px) {
  .p-aboutus-top .box-detail > .text {
    margin: 22px 0 36px;
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: 2.1px;
  }
}

/* p-recommend-top
---------------------------------------------------------- */
.p-recommend-top {
  padding-top: 200px;
}

@media (max-width: 896px) {
  .p-recommend-top {
    padding-top: 59px;
  }
}

/* .list-recommend-top */
.list-recommend-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 896px) {
  .list-recommend-top {
    display: block;
  }
}

.list-recommend-top > .item {
  width: 50%;
}

@media (min-width: 897px) {
  .list-recommend-top > .item:nth-child(even) .box-detail {
    border-left: 1px solid #E6E6E6;
  }
}

@media (max-width: 896px) {
  .list-recommend-top > .item {
    width: 100%;
  }
}

.list-recommend-top > .item > .link {
  display: block;
  overflow: hidden;
}

@media (min-width: 897px) {
  .list-recommend-top > .item > .link:hover .box-image .bg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.list-recommend-top > .item > .link:hover .box-detail {
  opacity: .5;
}

.list-recommend-top > .item.-new .box-image > .product::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: calc((100vw * -116) / 1920);
  width: calc((100vw * 80) / 1920);
  height: calc((100vw * 80) / 1920);
  background: url("/assets/image/common/ico_new_pink.svg") center no-repeat;
  background-size: 100%;
}

@media (max-width: 896px) {
  .list-recommend-top > .item.-new .box-image > .product::after {
    top: 2px;
    right: -66px;
    width: 54px;
    height: 54px;
  }
}

.list-recommend-top > .item .box-image {
  position: relative;
}

.list-recommend-top > .item .box-image > .bg {
  overflow: hidden;
}

.list-recommend-top > .item .box-image > .product {
  position: absolute;
  bottom: calc((100vw * -40) / 1920);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-image > .product {
    bottom: calc((100vw * -15) / 375);
  }
}

.list-recommend-top > .item .box-image > .product.-img01 {
  width: calc((100vw * 108) / 1920);
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-image > .product.-img01 {
    width: calc((100vw * 45) / 375);
  }
}

.list-recommend-top > .item .box-image > .product.-img02 {
  width: calc((100vw * 102) / 1920);
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-image > .product.-img02 {
    width: calc((100vw * 40) / 375);
  }
}

.list-recommend-top > .item .box-image > .product.-img03 {
  width: calc((100vw * 126) / 1920);
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-image > .product.-img03 {
    width: calc((100vw * 48) / 375);
  }
}

.list-recommend-top > .item .box-image > .product.-img04 {
  width: calc((100vw * 143) / 1920);
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-image > .product.-img04 {
    width: calc((100vw * 55) / 375);
  }
}

.list-recommend-top > .item .box-image img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.list-recommend-top > .item .box-detail {
  padding: 81px 20px 77px;
  text-align: center;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1366px) {
  .list-recommend-top > .item .box-detail {
    padding: 54px 20px 44px;
  }
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-detail {
    padding: 41px 24px 46px;
    text-align: left;
  }
}

.list-recommend-top > .item .box-detail > .title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2.7px;
}

@media (max-width: 1366px) {
  .list-recommend-top > .item .box-detail > .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-detail > .title {
    font-size: 1.6rem;
    letter-spacing: 4.4px;
  }
}

.list-recommend-top > .item .box-detail > .text {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 2.4px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 1366px) {
  .list-recommend-top > .item .box-detail > .text {
    margin-top: 17px;
    font-size: 1.4rem;
  }
}

@media (max-width: 896px) {
  .list-recommend-top > .item .box-detail > .text {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

/* .sec-top
---------------------------------------------------------- */
.sec-top > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media (max-width: 1280px) {
  .sec-top > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .sec-top > .inner {
    padding: 80px 25px;
  }
}

@media (max-width: 896px) {
  .sec-top > .inner {
    padding-top: 59px;
    padding-bottom: 59px;
  }
}

.sec-top.-gray {
  background-color: #F6F7FB;
}

/* .p-lineup-top
---------------------------------------------------------- */
.p-lineup-top {
  position: relative;
  overflow: hidden;
}

.p-lineup-top > .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.p-lineup-top > .bg img {
  width: 100%;
}

.p-lineup-top .button {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 896px) {
  .p-lineup-top .button {
    margin-top: 39px;
  }
}

/* .p-journal-box
---------------------------------------------------------- */
.p-journal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 95px;
}

@media (max-width: 896px) {
  .p-journal-box {
    margin-top: 56px;
  }
}

.p-journal-box > .col {
  width: 50%;
}

@media (max-width: 896px) {
  .p-journal-box > .col {
    width: 100%;
  }
  .p-journal-box > .col:first-child {
    margin-bottom: calc((100vw * 30) / 375);
  }
}

@media (min-width: 897px) {
  .p-journal-box > .col:nth-child(odd) {
    padding-right: 24px;
  }
}

@media (max-width: 1280px) {
  .p-journal-box > .col:nth-child(odd) {
    padding-right: calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal-box > .col:nth-child(odd) {
    padding-right: 0;
  }
}

@media (min-width: 897px) {
  .p-journal-box > .col:nth-child(even) {
    padding-left: 24px;
  }
}

@media (max-width: 1280px) {
  .p-journal-box > .col:nth-child(even) {
    padding-left: calc((100vw * 24) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal-box > .col:nth-child(even) {
    padding-left: 0;
  }
}

.p-journal-box .list-journal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -31px;
}

@media (max-width: 896px) {
  .p-journal-box .list-journal {
    margin-top: -15px;
  }
}

.p-journal-box .list-journal > .item {
  width: 50%;
  margin-top: 31px;
}

@media (max-width: 896px) {
  .p-journal-box .list-journal > .item {
    margin-top: 15px;
  }
}

@media (min-width: 897px) {
  .p-journal-box .list-journal > .item:nth-child(odd) {
    padding-right: 13px;
  }
}

@media (max-width: 1280px) {
  .p-journal-box .list-journal > .item:nth-child(odd) {
    padding-right: calc((100vw * 13) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal-box .list-journal > .item:nth-child(odd) {
    padding-right: 8px;
  }
}

@media (min-width: 897px) {
  .p-journal-box .list-journal > .item:nth-child(even) {
    padding-left: 13px;
  }
}

@media (max-width: 1280px) {
  .p-journal-box .list-journal > .item:nth-child(even) {
    padding-left: calc((100vw * 13) / 1280);
  }
}

@media (max-width: 896px) {
  .p-journal-box .list-journal > .item:nth-child(even) {
    padding-left: 8px;
  }
}

.p-journal-box .card-journal {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-journal {
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 24px #f8e8fa;
  box-shadow: 0px 6px 24px #f8e8fa;
}

@media (max-width: 896px) {
  .card-journal {
    -webkit-box-shadow: 0px 3px 12px #f8e8fa;
    box-shadow: 0px 3px 12px #f8e8fa;
  }
}

@media (min-width: 897px) {
  .card-journal > .image .-zoom {
    overflow: hidden;
  }
  .card-journal > .image .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .card-journal > .image:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.card-journal > .image > figure > img {
  width: 100%;
}

.card-journal > .box {
  padding: 16px 20px;
}

@media (max-width: 896px) {
  .card-journal > .box {
    padding: 8px 10px 14px;
  }
}

.card-journal > .box > .category > a {
  display: inherit;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #C1AC03;
  letter-spacing: 2px;
}

@media (min-width: 897px) {
  .card-journal > .box > .category > a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .card-journal > .box > .category > a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .card-journal > .box > .category > a {
    font-size: 1.1rem;
    font-weight: 300;
  }
}

.card-journal > .box > .text {
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 896px) {
  .card-journal > .box > .text {
    font-size: 1.3rem;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 897px) {
  .card-journal > .box > .text > a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .card-journal > .box > .text > a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.card-journal.-recommend {
  position: relative;
}

.card-journal.-recommend::before {
  content: '';
  display: block;
  position: absolute;
  top: -98px;
  left: -18px;
  width: 218px;
  height: 109px;
  background: url("/assets/image/common/ico_recommend_01.svg") center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 1280px) {
  .card-journal.-recommend::before {
    top: calc((100vw * -98) / 1280);
    left: calc((100vw * -18) / 1280);
    width: calc((100vw * 218) / 1280);
    height: calc((100vw * 107) / 1280);
  }
}

@media (max-width: 896px) {
  .card-journal.-recommend::before {
    top: -50px;
    left: -9px;
    width: 115px;
    height: 57px;
  }
}

.card-journal.-recommend > .box {
  padding: 28px 40px;
}

@media (max-width: 896px) {
  .card-journal.-recommend > .box {
    padding: 20px 20px 22px;
  }
}

.card-journal.-recommend > .box > .category {
  font-size: 1.4rem;
}

@media (max-width: 896px) {
  .card-journal.-recommend > .box > .category {
    font-size: 1.2rem;
  }
}

.card-journal.-recommend > .box > .text {
  margin-top: 11px;
  font-size: 2rem;
  letter-spacing: 3.1px;
}

@media (max-width: 896px) {
  .card-journal.-recommend > .box > .text {
    margin-top: 7px;
    font-size: 1.8rem;
  }
}

.card-journal.-new {
  position: relative;
}

.card-journal.-new::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 50px;
  background: url("/assets/image/common/ico_new_rinbon.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .card-journal.-new::after {
    right: calc((100vw * 20) / 1280);
    width: calc((100vw * 40) / 1280);
    height: calc((100vw * 50) / 1280);
  }
}

@media (max-width: 896px) {
  .card-journal.-new::after {
    right: 10px;
    width: 32px;
    height: 38px;
  }
}

@media (max-width: 896px) {
  .card-journal.-new.-recommend::after {
    right: 15px;
  }
}

@media (min-width: 897px) {
  .card-journal.-pickup .-zoom {
    overflow: hidden;
  }
  .card-journal.-pickup .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .card-journal.-pickup:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.card-journal.-pickup > .box {
  padding: 19px 21px 23px;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 896px) {
  .card-journal.-pickup > .box {
    padding: 10px 10px 20px;
  }
}

.card-journal.-pickup > .box .category {
  color: #C1AC03;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

@media (max-width: 896px) {
  .card-journal.-pickup > .box .category {
    font-size: 1.1rem;
  }
}

.card-journal.-pickup > .box > .text {
  margin-top: 7px;
  font-size: 1.6rem;
  letter-spacing: 2.3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.65;
}

@media (max-width: 896px) {
  .card-journal.-pickup > .box > .text {
    margin-top: 4px;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
    -webkit-line-clamp: 3;
  }
}

.card-journal.-pickup:hover > .box {
  opacity: .5;
}

/* .p-special-top
---------------------------------------------------------- */
.p-special-top > .inner {
  padding: 160px calc((100vw * 116) / 1920);
}

@media (max-width: 1280px) {
  .p-special-top > .inner {
    padding-left: calc((100vw * 55) / 1280);
    padding-right: calc((100vw * 55) / 1280);
  }
}

@media (max-width: 896px) {
  .p-special-top > .inner {
    padding: 59px 25px;
  }
}

.p-special-top .list-special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc((100vw * -30) / 1920);
}

@media (max-width: 896px) {
  .p-special-top .list-special {
    margin: 0;
  }
}

.p-special-top .list-special > .item {
  width: 33.33%;
  padding: 0 calc((100vw * 30) / 1920);
}

@media (max-width: 896px) {
  .p-special-top .list-special > .item {
    width: 100%;
    padding: 0;
  }
  .p-special-top .list-special > .item:not(:first-child) {
    margin-top: 25px;
  }
}

.p-special-top .list-special > .item > .link {
  display: block;
}

@media (min-width: 897px) {
  .p-special-top .list-special > .item > .link .-zoom {
    overflow: hidden;
  }
  .p-special-top .list-special > .item > .link .-zoom > img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .p-special-top .list-special > .item > .link:hover .-zoom > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-special-top .list-special > .item > .link > .image img {
  width: 100%;
}

.p-special-top .list-special > .item > .link > .text {
  margin-top: 23px;
  line-height: 2;
  letter-spacing: 2.4px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
}

@media (max-width: 896px) {
  .p-special-top .list-special > .item > .link > .text {
    margin-top: 16px;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

/* .p-campaign-top
---------------------------------------------------------- */
.p-campaign-top .list-campaign > .item:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-campaign-top .list-campaign > .item > .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media (min-width: 897px) {
  .p-campaign-top .list-campaign > .item > .link {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .p-campaign-top .list-campaign > .item > .link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link {
    display: block;
  }
}

.p-campaign-top .list-campaign > .item > .link > .image {
  width: 585px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 1280px) {
  .p-campaign-top .list-campaign > .item > .link > .image {
    width: calc((100vw * 585) / 1280);
  }
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .image {
    width: 100%;
  }
}

.p-campaign-top .list-campaign > .item > .link > .image img {
  width: 100%;
}

.p-campaign-top .list-campaign > .item > .link > .box {
  width: 100%;
  padding: 20px 50px 25px;
}

@media (max-width: 1280px) {
  .p-campaign-top .list-campaign > .item > .link > .box {
    padding: calc((100vw * 20) / 1280) calc((100vw * 50) / 1280) calc((100vw * 25) / 1280);
  }
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .box {
    padding: 18px 15px 30px 20px;
  }
}

.p-campaign-top .list-campaign > .item > .link > .box > .title {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 2rem;
  font-weight: 350;
  letter-spacing: 3px;
  line-height: 1.75;
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .title {
    font-size: 1.6rem;
    letter-spacing: 2.4px;
    line-height: 1.85;
  }
}

.p-campaign-top .list-campaign > .item > .link > .box > .text {
  margin-top: 17px;
  line-height: 2;
  letter-spacing: 2.4px;
}

@media (max-width: 1280px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .text {
    margin-top: calc((100vw * 17) / 1280);
  }
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 2.1px;
  }
}

.p-campaign-top .list-campaign > .item > .link > .box > .box-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .box-date {
    margin-top: calc((100vw * 20) / 1280);
  }
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .box-date {
    margin-top: 19px;
  }
}

.p-campaign-top .list-campaign > .item > .link > .box > .box-date > .label {
  min-width: 86px;
  padding: 4px 2px;
  background-color: #F6F7FB;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .box-date > .label {
    min-width: 70px;
    font-size: 1.2rem;
    letter-spacing: 1.9px;
  }
}

.p-campaign-top .list-campaign > .item > .link > .box > .box-date > .date {
  margin-left: 14px;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 350;
  color: #999;
  letter-spacing: 2.7px;
}

@media (max-width: 896px) {
  .p-campaign-top .list-campaign > .item > .link > .box > .box-date > .date {
    letter-spacing: 2.6px;
  }
}

.screen-load {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen-load .overlays {
  visibility: hidden;
}

@media (max-width: 896px) {
  .screen-load .overlays {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.screen-load .overlays video {
  width: 326px;
}

@media (max-width: 896px) {
  .screen-load .overlays video {
    width: 248px;
  }
}

.screen-load .progress {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
  overflow: hidden;
  width: 150px;
  position: relative;
}

@media (max-width: 896px) {
  .screen-load .progress {
    margin-top: 30px;
  }
}

.screen-load .progress::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #f2f2f2;
}

.screen-load .progress .bar {
  position: absolute;
  height: 2px;
  background: #D1D4D7;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: progress;
  animation-name: progress;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* =========================================================
/* common
========================================================= */
.wrap-twitter-campaign40th-page {
  /* =========================================================
  /* main
  ========================================================= */
  /* =========================================================
  /* summary
  ========================================================= */
  /* method
  ========================================================= */
  /* periodï½ž
  ========================================================= */
  /* banner
  ========================================================= */
}

.wrap-twitter-campaign40th-page .twitter_campaign40th {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th img {
  text-align: center;

  vertical-align: middle;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th_in {
  margin: 0 30px;
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th_in {
    margin: 0 auto;
  }
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .main_inner {
  margin-bottom: 60px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .main_img {
  width: 100%;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .main_deadline {
  background-color: #00a0ea;
  padding: 9px 0 14px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .main_deadline img {
  max-width: 337px;
  width: 100%;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary {
  background-color: #fafafa;
 border-radius: 10px 10px 10px 10px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary h1 {
  background-color: #FF7F42;
  padding: 20px;
  border-bottom: 5px solid #FF7F42;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary h1 img {
  max-width: 98px;
  width: 100%;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .sec_summary {
  padding: 50px 40px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary {
  margin-bottom: 50px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary:last-of-type {
  margin-bottom: 0;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary h2 {
  font-size: 26px;
  color: #FF7F42;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary:first-of-type h2 {
  margin: 0 auto 60px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary h2::after {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: -20px;
  border-top: 2px dotted #FF7F42;
  z-index: 1;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary span {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  padding: 0 30px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li {
  width: 31.8%;
  position: relative;
  display: inline-block;
  background-color: #fff;
  min-height: 360px;
  height: auto;
  margin-left: 0;
  padding: 5.5% 3% 1.5%;
  border-radius: 10px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(n+2) {
  margin-left: 20px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li::before {
  content: url(/assets/image/campaign/twitter20220415/ico_twitter_01.png);
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(2)::before {
  content: url(/assets/image/campaign/twitter20220415/ico_twitter_02.png);
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(3)::before {
  content: url(/assets/image/campaign/twitter20220415/ico_twitter_03.png);
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:first-child img {
  max-width: 126px;
  width: 100%;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(2) img {
  max-width: 168px;
  width: 100%;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(3) img {
  max-width: 150px;
  width: 100%;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li .img_area_method {
  margin-bottom: 30px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li .txt_method {
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  font-weight: bold;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:first-child .txt_method {
  margin-bottom: 30px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  background-color: #FF7F42;
  padding: 4% 20%;
  color: #fff;
  border-radius: 20px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -5px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_period, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_prize, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_contact, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_shipping, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_attention, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_form {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  font-size: 12px;
  line-height: 30px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_contact, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_shipping, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_attention, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_form {
  text-align: left;
  line-height: 20px;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_contact .txt, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_shipping .txt, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_attention .txt {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .025em;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_form .txt {
  margin-bottom: 5px;
  letter-spacing: .025em;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_prize_in {
  text-align: left;
  width: 480px;
  margin: 0 auto;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_attention a {
  color: #00a0ea;
  text-decoration: underline;
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_attention a:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .main_inner {
    margin-bottom: 30px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary {
    background-color: #fafafa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .sec_summary {
    padding: 35px 15px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .box_summary span {
    font-size: 20px;
    padding: 0 16px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method {
    display: block;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 180px;
    margin-bottom: 33px;
    padding: 4% 6%;
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li {
    min-height: 390px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(n+2) {
    margin-left: 0;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/assets/image/campaign/twitter20220415/ico_twitter_01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -20px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(2)::before {
    content: '';
    background-image: url(/assets/image/campaign/twitter20220415/ico_twitter_02.png);
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:nth-child(3)::before {
    content: '';
    background-image: url(/assets/image/campaign/twitter20220415/ico_twitter_03.png);
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li .img_area_method {
    width: 38.3%;
    margin-right: 5%;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li .txt_area_method {
    width: 56.6%;
    text-align: left;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li:first-child .txt_method {
    margin-bottom: 20px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .list_method li a {
    padding: 6% 20%;
    border-radius: 30px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_period, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_prize, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_contact, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_shipping, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_attention, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_form {
    border-radius: 5px;
    padding: 25px 20px;
    font-size: 11px;
    line-height: 30px;
    text-align: left;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_form .txt:nth-of-type(4) {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_prize_in {
    width: auto;
    line-height: 25px;
  }
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_prize_in .txt {
    padding-left: 3em;
    text-indent: -3em;
  }
}

.wrap-twitter-campaign40th-page .s-fw-18b {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .s-fw-18b {
    font-size: 13px;
    font-weight: bold;
  }
}

.wrap-twitter-campaign40th-page .s-fw-14b {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .s-fw-14b {
    font-size: 12px;
    font-weight: bold;
  }
}

.wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_contact .s-mb-20, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_shipping .s-mb-20, .wrap-twitter-campaign40th-page .twitter_campaign40th .summary .contents_form .s-mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .wrap-twitter-campaign40th-page .twitter_campaign40th .banner_inner {
    padding: 0 15px;
  }
}

/* ==========================================================
 helpers
========================================================== */
._d-none {
  display: none !important;
}

._d-inline {
  display: inline !important;
}

._d-inline-block {
  display: inline-block !important;
}

._d-block {
  display: block !important;
}

._d-table {
  display: table !important;
}

._d-table-row {
  display: table-row !important;
}

._d-table-cell {
  display: table-cell !important;
}

._d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

._d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (max-width: 896px) {
  ._d-sm-none {
    display: none !important;
  }
  ._d-sm-inline {
    display: inline !important;
  }
  ._d-sm-inline-block {
    display: inline-block !important;
  }
  ._d-sm-block {
    display: block !important;
  }
  ._d-sm-table {
    display: table !important;
  }
  ._d-sm-table-row {
    display: table-row !important;
  }
  ._d-sm-table-cell {
    display: table-cell !important;
  }
  ._d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 897px) {
  ._d-md-none {
    display: none !important;
  }
  ._d-md-inline {
    display: inline !important;
  }
  ._d-md-inline-block {
    display: inline-block !important;
  }
  ._d-md-block {
    display: block !important;
  }
  ._d-md-table {
    display: table !important;
  }
  ._d-md-table-row {
    display: table-row !important;
  }
  ._d-md-table-cell {
    display: table-cell !important;
  }
  ._d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1601px) {
  ._d-lg-none {
    display: none !important;
  }
  ._d-lg-inline {
    display: inline !important;
  }
  ._d-lg-inline-block {
    display: inline-block !important;
  }
  ._d-lg-block {
    display: block !important;
  }
  ._d-lg-table {
    display: table !important;
  }
  ._d-lg-table-row {
    display: table-row !important;
  }
  ._d-lg-table-cell {
    display: table-cell !important;
  }
  ._d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

._flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

._flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

._flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

._flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

._flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

._flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

._flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

._flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

._flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

._flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

._flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

._flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

._flex-basis-0 {
  -webkit-flex-basis: 0% !important;
  -ms-flex-preferred-size: 0% !important;
  flex-basis: 0% !important;
}

._flex-basis-auto {
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

._justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

._justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

._justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

._justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

._justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

._align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

._align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

._align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

._align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

._align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

._align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

._align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

._align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

._align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

._align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

._align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

._align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

._align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

._align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

._align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

._align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

._align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

._order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

._order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

._order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

._order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

._order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

@media (max-width: 896px) {
  ._flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._flex-sm-basis-0 {
    -webkit-flex-basis: 0% !important;
    -ms-flex-preferred-size: 0% !important;
    flex-basis: 0% !important;
  }
  ._flex-sm-basis-auto {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  ._justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  ._flex-grow-sm-auto {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  ._order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  ._order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  ._order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  ._order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width: 897px) {
  ._flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._flex-md-basis-0 {
    -webkit-flex-basis: 0% !important;
    -ms-flex-preferred-size: 0% !important;
    flex-basis: 0% !important;
  }
  ._flex-md-basis-auto {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  ._justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  ._flex-grow-md-auto {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  ._order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  ._order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  ._order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  ._order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width: 1601px) {
  ._flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._flex-lg-basis-0 {
    -webkit-flex-basis: 0% !important;
    -ms-flex-preferred-size: 0% !important;
    flex-basis: 0% !important;
  }
  ._flex-lg-basis-auto {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  ._justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  ._flex-grow-lg-auto {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  ._order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  ._order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  ._order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  ._order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

.-opacity {
  display: block;
}

@media (min-width: 897px) {
  .-opacity {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .-opacity:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.p-list-products > .item > .link .image.-img-item img {
  margin: 0 auto;
  width: auto;
  height: 275px;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link .image.-img-item img {
    height: 155px;
  }
}

.p-list-products > .item > .link .image.-img-item-02 img {
  margin: 0 auto;
  width: auto;
  height: 188px;
}

@media (max-width: 896px) {
  .p-list-products > .item > .link .image.-img-item-02 img {
    height: 155px;
  }
}

._mt-0 {
  margin-top: 0px !important;
}

._mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

._my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

._m-0 {
  margin: 0px !important;
}

._pt-0 {
  padding-top: 0px !important;
}

._px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

._py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

._p-0 {
  padding: 0px !important;
}

._mb-0 {
  margin-bottom: 0px !important;
}

._mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

._my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

._m-0 {
  margin: 0px !important;
}

._pb-0 {
  padding-bottom: 0px !important;
}

._px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

._py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

._p-0 {
  padding: 0px !important;
}

._ml-0 {
  margin-left: 0px !important;
}

._mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

._my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

._m-0 {
  margin: 0px !important;
}

._pl-0 {
  padding-left: 0px !important;
}

._px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

._py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

._p-0 {
  padding: 0px !important;
}

._mr-0 {
  margin-right: 0px !important;
}

._mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

._my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

._m-0 {
  margin: 0px !important;
}

._pr-0 {
  padding-right: 0px !important;
}

._px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

._py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

._p-0 {
  padding: 0px !important;
}

._mt-5 {
  margin-top: 5px !important;
}

._mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

._my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

._m-5 {
  margin: 5px !important;
}

._pt-5 {
  padding-top: 5px !important;
}

._px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

._py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

._p-5 {
  padding: 5px !important;
}

._mb-5 {
  margin-bottom: 5px !important;
}

._mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

._my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

._m-5 {
  margin: 5px !important;
}

._pb-5 {
  padding-bottom: 5px !important;
}

._px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

._py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

._p-5 {
  padding: 5px !important;
}

._ml-5 {
  margin-left: 5px !important;
}

._mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

._my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

._m-5 {
  margin: 5px !important;
}

._pl-5 {
  padding-left: 5px !important;
}

._px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

._py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

._p-5 {
  padding: 5px !important;
}

._mr-5 {
  margin-right: 5px !important;
}

._mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

._my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

._m-5 {
  margin: 5px !important;
}

._pr-5 {
  padding-right: 5px !important;
}

._px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

._py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

._p-5 {
  padding: 5px !important;
}

._mt-10 {
  margin-top: 10px !important;
}

._mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

._my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

._m-10 {
  margin: 10px !important;
}

._pt-10 {
  padding-top: 10px !important;
}

._px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

._py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

._p-10 {
  padding: 10px !important;
}

._mb-10 {
  margin-bottom: 10px !important;
}

._mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

._my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

._m-10 {
  margin: 10px !important;
}

._pb-10 {
  padding-bottom: 10px !important;
}

._px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

._py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

._p-10 {
  padding: 10px !important;
}

._ml-10 {
  margin-left: 10px !important;
}

._mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

._my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

._m-10 {
  margin: 10px !important;
}

._pl-10 {
  padding-left: 10px !important;
}

._px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

._py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

._p-10 {
  padding: 10px !important;
}

._mr-10 {
  margin-right: 10px !important;
}

._mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

._my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

._m-10 {
  margin: 10px !important;
}

._pr-10 {
  padding-right: 10px !important;
}

._px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

._py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

._p-10 {
  padding: 10px !important;
}

._mt-15 {
  margin-top: 15px !important;
}

._mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

._my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

._m-15 {
  margin: 15px !important;
}

._pt-15 {
  padding-top: 15px !important;
}

._px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

._py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

._p-15 {
  padding: 15px !important;
}

._mb-15 {
  margin-bottom: 15px !important;
}

._mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

._my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

._m-15 {
  margin: 15px !important;
}

._pb-15 {
  padding-bottom: 15px !important;
}

._px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

._py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

._p-15 {
  padding: 15px !important;
}

._ml-15 {
  margin-left: 15px !important;
}

._mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

._my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

._m-15 {
  margin: 15px !important;
}

._pl-15 {
  padding-left: 15px !important;
}

._px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

._py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

._p-15 {
  padding: 15px !important;
}

._mr-15 {
  margin-right: 15px !important;
}

._mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

._my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

._m-15 {
  margin: 15px !important;
}

._pr-15 {
  padding-right: 15px !important;
}

._px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

._py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

._p-15 {
  padding: 15px !important;
}

._mt-20 {
  margin-top: 20px !important;
}

._mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

._my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

._m-20 {
  margin: 20px !important;
}

._pt-20 {
  padding-top: 20px !important;
}

._px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

._py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

._p-20 {
  padding: 20px !important;
}

._mb-20 {
  margin-bottom: 20px !important;
}

._mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

._my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

._m-20 {
  margin: 20px !important;
}

._pb-20 {
  padding-bottom: 20px !important;
}

._px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

._py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

._p-20 {
  padding: 20px !important;
}

._ml-20 {
  margin-left: 20px !important;
}

._mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

._my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

._m-20 {
  margin: 20px !important;
}

._pl-20 {
  padding-left: 20px !important;
}

._px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

._py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

._p-20 {
  padding: 20px !important;
}

._mr-20 {
  margin-right: 20px !important;
}

._mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

._my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

._m-20 {
  margin: 20px !important;
}

._pr-20 {
  padding-right: 20px !important;
}

._px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

._py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

._p-20 {
  padding: 20px !important;
}

._mt-25 {
  margin-top: 25px !important;
}

._mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

._my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

._m-25 {
  margin: 25px !important;
}

._pt-25 {
  padding-top: 25px !important;
}

._px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

._py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

._p-25 {
  padding: 25px !important;
}

._mb-25 {
  margin-bottom: 25px !important;
}

._mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

._my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

._m-25 {
  margin: 25px !important;
}

._pb-25 {
  padding-bottom: 25px !important;
}

._px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

._py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

._p-25 {
  padding: 25px !important;
}

._ml-25 {
  margin-left: 25px !important;
}

._mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

._my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

._m-25 {
  margin: 25px !important;
}

._pl-25 {
  padding-left: 25px !important;
}

._px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

._py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

._p-25 {
  padding: 25px !important;
}

._mr-25 {
  margin-right: 25px !important;
}

._mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

._my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

._m-25 {
  margin: 25px !important;
}

._pr-25 {
  padding-right: 25px !important;
}

._px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

._py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

._p-25 {
  padding: 25px !important;
}

._mt-30 {
  margin-top: 30px !important;
}

._mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

._my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

._m-30 {
  margin: 30px !important;
}

._pt-30 {
  padding-top: 30px !important;
}

._px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

._py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

._p-30 {
  padding: 30px !important;
}

._mb-30 {
  margin-bottom: 30px !important;
}

._mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

._my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

._m-30 {
  margin: 30px !important;
}

._pb-30 {
  padding-bottom: 30px !important;
}

._px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

._py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

._p-30 {
  padding: 30px !important;
}

._ml-30 {
  margin-left: 30px !important;
}

._mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

._my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

._m-30 {
  margin: 30px !important;
}

._pl-30 {
  padding-left: 30px !important;
}

._px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

._py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

._p-30 {
  padding: 30px !important;
}

._mr-30 {
  margin-right: 30px !important;
}

._mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

._my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

._m-30 {
  margin: 30px !important;
}

._pr-30 {
  padding-right: 30px !important;
}

._px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

._py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

._p-30 {
  padding: 30px !important;
}

._mt-35 {
  margin-top: 35px !important;
}

._mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

._my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

._m-35 {
  margin: 35px !important;
}

._pt-35 {
  padding-top: 35px !important;
}

._px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

._py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

._p-35 {
  padding: 35px !important;
}

._mb-35 {
  margin-bottom: 35px !important;
}

._mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

._my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

._m-35 {
  margin: 35px !important;
}

._pb-35 {
  padding-bottom: 35px !important;
}

._px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

._py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

._p-35 {
  padding: 35px !important;
}

._ml-35 {
  margin-left: 35px !important;
}

._mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

._my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

._m-35 {
  margin: 35px !important;
}

._pl-35 {
  padding-left: 35px !important;
}

._px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

._py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

._p-35 {
  padding: 35px !important;
}

._mr-35 {
  margin-right: 35px !important;
}

._mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

._my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

._m-35 {
  margin: 35px !important;
}

._pr-35 {
  padding-right: 35px !important;
}

._px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

._py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

._p-35 {
  padding: 35px !important;
}

._mt-40 {
  margin-top: 40px !important;
}

._mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

._my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

._m-40 {
  margin: 40px !important;
}

._pt-40 {
  padding-top: 40px !important;
}

._px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

._py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

._p-40 {
  padding: 40px !important;
}

._mb-40 {
  margin-bottom: 40px !important;
}

._mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

._my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

._m-40 {
  margin: 40px !important;
}

._pb-40 {
  padding-bottom: 40px !important;
}

._px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

._py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

._p-40 {
  padding: 40px !important;
}

._ml-40 {
  margin-left: 40px !important;
}

._mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

._my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

._m-40 {
  margin: 40px !important;
}

._pl-40 {
  padding-left: 40px !important;
}

._px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

._py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

._p-40 {
  padding: 40px !important;
}

._mr-40 {
  margin-right: 40px !important;
}

._mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

._my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

._m-40 {
  margin: 40px !important;
}

._pr-40 {
  padding-right: 40px !important;
}

._px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

._py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

._p-40 {
  padding: 40px !important;
}

._mt-43 {
  margin-top: 43px !important;
}

._mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

._my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

._m-43 {
  margin: 43px !important;
}

._pt-43 {
  padding-top: 43px !important;
}

._px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

._py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

._p-43 {
  padding: 43px !important;
}

._mb-43 {
  margin-bottom: 43px !important;
}

._mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

._my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

._m-43 {
  margin: 43px !important;
}

._pb-43 {
  padding-bottom: 43px !important;
}

._px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

._py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

._p-43 {
  padding: 43px !important;
}

._ml-43 {
  margin-left: 43px !important;
}

._mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

._my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

._m-43 {
  margin: 43px !important;
}

._pl-43 {
  padding-left: 43px !important;
}

._px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

._py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

._p-43 {
  padding: 43px !important;
}

._mr-43 {
  margin-right: 43px !important;
}

._mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

._my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

._m-43 {
  margin: 43px !important;
}

._pr-43 {
  padding-right: 43px !important;
}

._px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

._py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

._p-43 {
  padding: 43px !important;
}

._mt-45 {
  margin-top: 45px !important;
}

._mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

._my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

._m-45 {
  margin: 45px !important;
}

._pt-45 {
  padding-top: 45px !important;
}

._px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

._py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

._p-45 {
  padding: 45px !important;
}

._mb-45 {
  margin-bottom: 45px !important;
}

._mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

._my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

._m-45 {
  margin: 45px !important;
}

._pb-45 {
  padding-bottom: 45px !important;
}

._px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

._py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

._p-45 {
  padding: 45px !important;
}

._ml-45 {
  margin-left: 45px !important;
}

._mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

._my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

._m-45 {
  margin: 45px !important;
}

._pl-45 {
  padding-left: 45px !important;
}

._px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

._py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

._p-45 {
  padding: 45px !important;
}

._mr-45 {
  margin-right: 45px !important;
}

._mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

._my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

._m-45 {
  margin: 45px !important;
}

._pr-45 {
  padding-right: 45px !important;
}

._px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

._py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

._p-45 {
  padding: 45px !important;
}

._mt-46 {
  margin-top: 46px !important;
}

._mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

._my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

._m-46 {
  margin: 46px !important;
}

._pt-46 {
  padding-top: 46px !important;
}

._px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

._py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

._p-46 {
  padding: 46px !important;
}

._mb-46 {
  margin-bottom: 46px !important;
}

._mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

._my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

._m-46 {
  margin: 46px !important;
}

._pb-46 {
  padding-bottom: 46px !important;
}

._px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

._py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

._p-46 {
  padding: 46px !important;
}

._ml-46 {
  margin-left: 46px !important;
}

._mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

._my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

._m-46 {
  margin: 46px !important;
}

._pl-46 {
  padding-left: 46px !important;
}

._px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

._py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

._p-46 {
  padding: 46px !important;
}

._mr-46 {
  margin-right: 46px !important;
}

._mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

._my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

._m-46 {
  margin: 46px !important;
}

._pr-46 {
  padding-right: 46px !important;
}

._px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

._py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

._p-46 {
  padding: 46px !important;
}

._mt-50 {
  margin-top: 50px !important;
}

._mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

._my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

._m-50 {
  margin: 50px !important;
}

._pt-50 {
  padding-top: 50px !important;
}

._px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

._py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

._p-50 {
  padding: 50px !important;
}

._mb-50 {
  margin-bottom: 50px !important;
}

._mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

._my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

._m-50 {
  margin: 50px !important;
}

._pb-50 {
  padding-bottom: 50px !important;
}

._px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

._py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

._p-50 {
  padding: 50px !important;
}

._ml-50 {
  margin-left: 50px !important;
}

._mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

._my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

._m-50 {
  margin: 50px !important;
}

._pl-50 {
  padding-left: 50px !important;
}

._px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

._py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

._p-50 {
  padding: 50px !important;
}

._mr-50 {
  margin-right: 50px !important;
}

._mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

._my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

._m-50 {
  margin: 50px !important;
}

._pr-50 {
  padding-right: 50px !important;
}

._px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

._py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

._p-50 {
  padding: 50px !important;
}

._mt-55 {
  margin-top: 55px !important;
}

._mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

._my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

._m-55 {
  margin: 55px !important;
}

._pt-55 {
  padding-top: 55px !important;
}

._px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

._py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

._p-55 {
  padding: 55px !important;
}

._mb-55 {
  margin-bottom: 55px !important;
}

._mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

._my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

._m-55 {
  margin: 55px !important;
}

._pb-55 {
  padding-bottom: 55px !important;
}

._px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

._py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

._p-55 {
  padding: 55px !important;
}

._ml-55 {
  margin-left: 55px !important;
}

._mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

._my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

._m-55 {
  margin: 55px !important;
}

._pl-55 {
  padding-left: 55px !important;
}

._px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

._py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

._p-55 {
  padding: 55px !important;
}

._mr-55 {
  margin-right: 55px !important;
}

._mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

._my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

._m-55 {
  margin: 55px !important;
}

._pr-55 {
  padding-right: 55px !important;
}

._px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

._py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

._p-55 {
  padding: 55px !important;
}

._mt-60 {
  margin-top: 60px !important;
}

._mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

._my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

._m-60 {
  margin: 60px !important;
}

._pt-60 {
  padding-top: 60px !important;
}

._px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

._py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

._p-60 {
  padding: 60px !important;
}

._mb-60 {
  margin-bottom: 60px !important;
}

._mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

._my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

._m-60 {
  margin: 60px !important;
}

._pb-60 {
  padding-bottom: 60px !important;
}

._px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

._py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

._p-60 {
  padding: 60px !important;
}

._ml-60 {
  margin-left: 60px !important;
}

._mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

._my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

._m-60 {
  margin: 60px !important;
}

._pl-60 {
  padding-left: 60px !important;
}

._px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

._py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

._p-60 {
  padding: 60px !important;
}

._mr-60 {
  margin-right: 60px !important;
}

._mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

._my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

._m-60 {
  margin: 60px !important;
}

._pr-60 {
  padding-right: 60px !important;
}

._px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

._py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

._p-60 {
  padding: 60px !important;
}

._mt-65 {
  margin-top: 65px !important;
}

._mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

._my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

._m-65 {
  margin: 65px !important;
}

._pt-65 {
  padding-top: 65px !important;
}

._px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

._py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

._p-65 {
  padding: 65px !important;
}

._mb-65 {
  margin-bottom: 65px !important;
}

._mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

._my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

._m-65 {
  margin: 65px !important;
}

._pb-65 {
  padding-bottom: 65px !important;
}

._px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

._py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

._p-65 {
  padding: 65px !important;
}

._ml-65 {
  margin-left: 65px !important;
}

._mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

._my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

._m-65 {
  margin: 65px !important;
}

._pl-65 {
  padding-left: 65px !important;
}

._px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

._py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

._p-65 {
  padding: 65px !important;
}

._mr-65 {
  margin-right: 65px !important;
}

._mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

._my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

._m-65 {
  margin: 65px !important;
}

._pr-65 {
  padding-right: 65px !important;
}

._px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

._py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

._p-65 {
  padding: 65px !important;
}

._mt-70 {
  margin-top: 70px !important;
}

._mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

._my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

._m-70 {
  margin: 70px !important;
}

._pt-70 {
  padding-top: 70px !important;
}

._px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

._py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

._p-70 {
  padding: 70px !important;
}

._mb-70 {
  margin-bottom: 70px !important;
}

._mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

._my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

._m-70 {
  margin: 70px !important;
}

._pb-70 {
  padding-bottom: 70px !important;
}

._px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

._py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

._p-70 {
  padding: 70px !important;
}

._ml-70 {
  margin-left: 70px !important;
}

._mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

._my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

._m-70 {
  margin: 70px !important;
}

._pl-70 {
  padding-left: 70px !important;
}

._px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

._py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

._p-70 {
  padding: 70px !important;
}

._mr-70 {
  margin-right: 70px !important;
}

._mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

._my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

._m-70 {
  margin: 70px !important;
}

._pr-70 {
  padding-right: 70px !important;
}

._px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

._py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

._p-70 {
  padding: 70px !important;
}

._mt-75 {
  margin-top: 75px !important;
}

._mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

._my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

._m-75 {
  margin: 75px !important;
}

._pt-75 {
  padding-top: 75px !important;
}

._px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

._py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

._p-75 {
  padding: 75px !important;
}

._mb-75 {
  margin-bottom: 75px !important;
}

._mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

._my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

._m-75 {
  margin: 75px !important;
}

._pb-75 {
  padding-bottom: 75px !important;
}

._px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

._py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

._p-75 {
  padding: 75px !important;
}

._ml-75 {
  margin-left: 75px !important;
}

._mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

._my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

._m-75 {
  margin: 75px !important;
}

._pl-75 {
  padding-left: 75px !important;
}

._px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

._py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

._p-75 {
  padding: 75px !important;
}

._mr-75 {
  margin-right: 75px !important;
}

._mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

._my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

._m-75 {
  margin: 75px !important;
}

._pr-75 {
  padding-right: 75px !important;
}

._px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

._py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

._p-75 {
  padding: 75px !important;
}

._mt-80 {
  margin-top: 80px !important;
}

._mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

._my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

._m-80 {
  margin: 80px !important;
}

._pt-80 {
  padding-top: 80px !important;
}

._px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

._py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

._p-80 {
  padding: 80px !important;
}

._mb-80 {
  margin-bottom: 80px !important;
}

._mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

._my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

._m-80 {
  margin: 80px !important;
}

._pb-80 {
  padding-bottom: 80px !important;
}

._px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

._py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

._p-80 {
  padding: 80px !important;
}

._ml-80 {
  margin-left: 80px !important;
}

._mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

._my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

._m-80 {
  margin: 80px !important;
}

._pl-80 {
  padding-left: 80px !important;
}

._px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

._py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

._p-80 {
  padding: 80px !important;
}

._mr-80 {
  margin-right: 80px !important;
}

._mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

._my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

._m-80 {
  margin: 80px !important;
}

._pr-80 {
  padding-right: 80px !important;
}

._px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

._py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

._p-80 {
  padding: 80px !important;
}

._mt-85 {
  margin-top: 85px !important;
}

._mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

._my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

._m-85 {
  margin: 85px !important;
}

._pt-85 {
  padding-top: 85px !important;
}

._px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

._py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

._p-85 {
  padding: 85px !important;
}

._mb-85 {
  margin-bottom: 85px !important;
}

._mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

._my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

._m-85 {
  margin: 85px !important;
}

._pb-85 {
  padding-bottom: 85px !important;
}

._px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

._py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

._p-85 {
  padding: 85px !important;
}

._ml-85 {
  margin-left: 85px !important;
}

._mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

._my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

._m-85 {
  margin: 85px !important;
}

._pl-85 {
  padding-left: 85px !important;
}

._px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

._py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

._p-85 {
  padding: 85px !important;
}

._mr-85 {
  margin-right: 85px !important;
}

._mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

._my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

._m-85 {
  margin: 85px !important;
}

._pr-85 {
  padding-right: 85px !important;
}

._px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

._py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

._p-85 {
  padding: 85px !important;
}

._mt-90 {
  margin-top: 90px !important;
}

._mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

._my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

._m-90 {
  margin: 90px !important;
}

._pt-90 {
  padding-top: 90px !important;
}

._px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

._py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

._p-90 {
  padding: 90px !important;
}

._mb-90 {
  margin-bottom: 90px !important;
}

._mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

._my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

._m-90 {
  margin: 90px !important;
}

._pb-90 {
  padding-bottom: 90px !important;
}

._px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

._py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

._p-90 {
  padding: 90px !important;
}

._ml-90 {
  margin-left: 90px !important;
}

._mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

._my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

._m-90 {
  margin: 90px !important;
}

._pl-90 {
  padding-left: 90px !important;
}

._px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

._py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

._p-90 {
  padding: 90px !important;
}

._mr-90 {
  margin-right: 90px !important;
}

._mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

._my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

._m-90 {
  margin: 90px !important;
}

._pr-90 {
  padding-right: 90px !important;
}

._px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

._py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

._p-90 {
  padding: 90px !important;
}

._mt-95 {
  margin-top: 95px !important;
}

._mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

._my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

._m-95 {
  margin: 95px !important;
}

._pt-95 {
  padding-top: 95px !important;
}

._px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

._py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

._p-95 {
  padding: 95px !important;
}

._mb-95 {
  margin-bottom: 95px !important;
}

._mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

._my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

._m-95 {
  margin: 95px !important;
}

._pb-95 {
  padding-bottom: 95px !important;
}

._px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

._py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

._p-95 {
  padding: 95px !important;
}

._ml-95 {
  margin-left: 95px !important;
}

._mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

._my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

._m-95 {
  margin: 95px !important;
}

._pl-95 {
  padding-left: 95px !important;
}

._px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

._py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

._p-95 {
  padding: 95px !important;
}

._mr-95 {
  margin-right: 95px !important;
}

._mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

._my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

._m-95 {
  margin: 95px !important;
}

._pr-95 {
  padding-right: 95px !important;
}

._px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

._py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

._p-95 {
  padding: 95px !important;
}

._mt-100 {
  margin-top: 100px !important;
}

._mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

._my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

._m-100 {
  margin: 100px !important;
}

._pt-100 {
  padding-top: 100px !important;
}

._px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

._py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

._p-100 {
  padding: 100px !important;
}

._mb-100 {
  margin-bottom: 100px !important;
}

._mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

._my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

._m-100 {
  margin: 100px !important;
}

._pb-100 {
  padding-bottom: 100px !important;
}

._px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

._py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

._p-100 {
  padding: 100px !important;
}

._ml-100 {
  margin-left: 100px !important;
}

._mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

._my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

._m-100 {
  margin: 100px !important;
}

._pl-100 {
  padding-left: 100px !important;
}

._px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

._py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

._p-100 {
  padding: 100px !important;
}

._mr-100 {
  margin-right: 100px !important;
}

._mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

._my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

._m-100 {
  margin: 100px !important;
}

._pr-100 {
  padding-right: 100px !important;
}

._px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

._py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

._p-100 {
  padding: 100px !important;
}

._mt-105 {
  margin-top: 105px !important;
}

._mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

._my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

._m-105 {
  margin: 105px !important;
}

._pt-105 {
  padding-top: 105px !important;
}

._px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

._py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

._p-105 {
  padding: 105px !important;
}

._mb-105 {
  margin-bottom: 105px !important;
}

._mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

._my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

._m-105 {
  margin: 105px !important;
}

._pb-105 {
  padding-bottom: 105px !important;
}

._px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

._py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

._p-105 {
  padding: 105px !important;
}

._ml-105 {
  margin-left: 105px !important;
}

._mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

._my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

._m-105 {
  margin: 105px !important;
}

._pl-105 {
  padding-left: 105px !important;
}

._px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

._py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

._p-105 {
  padding: 105px !important;
}

._mr-105 {
  margin-right: 105px !important;
}

._mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

._my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

._m-105 {
  margin: 105px !important;
}

._pr-105 {
  padding-right: 105px !important;
}

._px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

._py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

._p-105 {
  padding: 105px !important;
}

._mt-110 {
  margin-top: 110px !important;
}

._mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

._my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

._m-110 {
  margin: 110px !important;
}

._pt-110 {
  padding-top: 110px !important;
}

._px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

._py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

._p-110 {
  padding: 110px !important;
}

._mb-110 {
  margin-bottom: 110px !important;
}

._mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

._my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

._m-110 {
  margin: 110px !important;
}

._pb-110 {
  padding-bottom: 110px !important;
}

._px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

._py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

._p-110 {
  padding: 110px !important;
}

._ml-110 {
  margin-left: 110px !important;
}

._mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

._my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

._m-110 {
  margin: 110px !important;
}

._pl-110 {
  padding-left: 110px !important;
}

._px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

._py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

._p-110 {
  padding: 110px !important;
}

._mr-110 {
  margin-right: 110px !important;
}

._mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

._my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

._m-110 {
  margin: 110px !important;
}

._pr-110 {
  padding-right: 110px !important;
}

._px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

._py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

._p-110 {
  padding: 110px !important;
}

._mt-115 {
  margin-top: 115px !important;
}

._mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

._my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

._m-115 {
  margin: 115px !important;
}

._pt-115 {
  padding-top: 115px !important;
}

._px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

._py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

._p-115 {
  padding: 115px !important;
}

._mb-115 {
  margin-bottom: 115px !important;
}

._mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

._my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

._m-115 {
  margin: 115px !important;
}

._pb-115 {
  padding-bottom: 115px !important;
}

._px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

._py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

._p-115 {
  padding: 115px !important;
}

._ml-115 {
  margin-left: 115px !important;
}

._mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

._my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

._m-115 {
  margin: 115px !important;
}

._pl-115 {
  padding-left: 115px !important;
}

._px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

._py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

._p-115 {
  padding: 115px !important;
}

._mr-115 {
  margin-right: 115px !important;
}

._mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

._my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

._m-115 {
  margin: 115px !important;
}

._pr-115 {
  padding-right: 115px !important;
}

._px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

._py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

._p-115 {
  padding: 115px !important;
}

._mt-120 {
  margin-top: 120px !important;
}

._mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

._my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

._m-120 {
  margin: 120px !important;
}

._pt-120 {
  padding-top: 120px !important;
}

._px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

._py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

._p-120 {
  padding: 120px !important;
}

._mb-120 {
  margin-bottom: 120px !important;
}

._mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

._my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

._m-120 {
  margin: 120px !important;
}

._pb-120 {
  padding-bottom: 120px !important;
}

._px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

._py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

._p-120 {
  padding: 120px !important;
}

._ml-120 {
  margin-left: 120px !important;
}

._mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

._my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

._m-120 {
  margin: 120px !important;
}

._pl-120 {
  padding-left: 120px !important;
}

._px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

._py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

._p-120 {
  padding: 120px !important;
}

._mr-120 {
  margin-right: 120px !important;
}

._mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

._my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

._m-120 {
  margin: 120px !important;
}

._pr-120 {
  padding-right: 120px !important;
}

._px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

._py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

._p-120 {
  padding: 120px !important;
}

._mt-160 {
  margin-top: 160px !important;
}

._mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

._my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

._m-160 {
  margin: 160px !important;
}

._pt-160 {
  padding-top: 160px !important;
}

._px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

._py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

._p-160 {
  padding: 160px !important;
}

._mb-160 {
  margin-bottom: 160px !important;
}

._mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

._my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

._m-160 {
  margin: 160px !important;
}

._pb-160 {
  padding-bottom: 160px !important;
}

._px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

._py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

._p-160 {
  padding: 160px !important;
}

._ml-160 {
  margin-left: 160px !important;
}

._mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

._my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

._m-160 {
  margin: 160px !important;
}

._pl-160 {
  padding-left: 160px !important;
}

._px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

._py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

._p-160 {
  padding: 160px !important;
}

._mr-160 {
  margin-right: 160px !important;
}

._mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

._my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

._m-160 {
  margin: 160px !important;
}

._pr-160 {
  padding-right: 160px !important;
}

._px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

._py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

._p-160 {
  padding: 160px !important;
}

@media (max-width: 896px) {
  ._mt-sm-0 {
    margin-top: 0px !important;
  }
  ._mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-sm-0 {
    margin: 0px !important;
  }
  ._pt-sm-0 {
    padding-top: 0px !important;
  }
  ._px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-sm-0 {
    padding: 0px !important;
  }
  ._mb-sm-0 {
    margin-bottom: 0px !important;
  }
  ._mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-sm-0 {
    margin: 0px !important;
  }
  ._pb-sm-0 {
    padding-bottom: 0px !important;
  }
  ._px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-sm-0 {
    padding: 0px !important;
  }
  ._ml-sm-0 {
    margin-left: 0px !important;
  }
  ._mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-sm-0 {
    margin: 0px !important;
  }
  ._pl-sm-0 {
    padding-left: 0px !important;
  }
  ._px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-sm-0 {
    padding: 0px !important;
  }
  ._mr-sm-0 {
    margin-right: 0px !important;
  }
  ._mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-sm-0 {
    margin: 0px !important;
  }
  ._pr-sm-0 {
    padding-right: 0px !important;
  }
  ._px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-sm-0 {
    padding: 0px !important;
  }
  ._mt-sm-5 {
    margin-top: 5px !important;
  }
  ._mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-sm-5 {
    margin: 5px !important;
  }
  ._pt-sm-5 {
    padding-top: 5px !important;
  }
  ._px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-sm-5 {
    padding: 5px !important;
  }
  ._mb-sm-5 {
    margin-bottom: 5px !important;
  }
  ._mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-sm-5 {
    margin: 5px !important;
  }
  ._pb-sm-5 {
    padding-bottom: 5px !important;
  }
  ._px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-sm-5 {
    padding: 5px !important;
  }
  ._ml-sm-5 {
    margin-left: 5px !important;
  }
  ._mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-sm-5 {
    margin: 5px !important;
  }
  ._pl-sm-5 {
    padding-left: 5px !important;
  }
  ._px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-sm-5 {
    padding: 5px !important;
  }
  ._mr-sm-5 {
    margin-right: 5px !important;
  }
  ._mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-sm-5 {
    margin: 5px !important;
  }
  ._pr-sm-5 {
    padding-right: 5px !important;
  }
  ._px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-sm-5 {
    padding: 5px !important;
  }
  ._mt-sm-10 {
    margin-top: 10px !important;
  }
  ._mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-sm-10 {
    margin: 10px !important;
  }
  ._pt-sm-10 {
    padding-top: 10px !important;
  }
  ._px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-sm-10 {
    padding: 10px !important;
  }
  ._mb-sm-10 {
    margin-bottom: 10px !important;
  }
  ._mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-sm-10 {
    margin: 10px !important;
  }
  ._pb-sm-10 {
    padding-bottom: 10px !important;
  }
  ._px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-sm-10 {
    padding: 10px !important;
  }
  ._ml-sm-10 {
    margin-left: 10px !important;
  }
  ._mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-sm-10 {
    margin: 10px !important;
  }
  ._pl-sm-10 {
    padding-left: 10px !important;
  }
  ._px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-sm-10 {
    padding: 10px !important;
  }
  ._mr-sm-10 {
    margin-right: 10px !important;
  }
  ._mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-sm-10 {
    margin: 10px !important;
  }
  ._pr-sm-10 {
    padding-right: 10px !important;
  }
  ._px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-sm-10 {
    padding: 10px !important;
  }
  ._mt-sm-15 {
    margin-top: 15px !important;
  }
  ._mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-sm-15 {
    margin: 15px !important;
  }
  ._pt-sm-15 {
    padding-top: 15px !important;
  }
  ._px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-sm-15 {
    padding: 15px !important;
  }
  ._mb-sm-15 {
    margin-bottom: 15px !important;
  }
  ._mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-sm-15 {
    margin: 15px !important;
  }
  ._pb-sm-15 {
    padding-bottom: 15px !important;
  }
  ._px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-sm-15 {
    padding: 15px !important;
  }
  ._ml-sm-15 {
    margin-left: 15px !important;
  }
  ._mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-sm-15 {
    margin: 15px !important;
  }
  ._pl-sm-15 {
    padding-left: 15px !important;
  }
  ._px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-sm-15 {
    padding: 15px !important;
  }
  ._mr-sm-15 {
    margin-right: 15px !important;
  }
  ._mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-sm-15 {
    margin: 15px !important;
  }
  ._pr-sm-15 {
    padding-right: 15px !important;
  }
  ._px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-sm-15 {
    padding: 15px !important;
  }
  ._mt-sm-20 {
    margin-top: 20px !important;
  }
  ._mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-sm-20 {
    margin: 20px !important;
  }
  ._pt-sm-20 {
    padding-top: 20px !important;
  }
  ._px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-sm-20 {
    padding: 20px !important;
  }
  ._mb-sm-20 {
    margin-bottom: 20px !important;
  }
  ._mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-sm-20 {
    margin: 20px !important;
  }
  ._pb-sm-20 {
    padding-bottom: 20px !important;
  }
  ._px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-sm-20 {
    padding: 20px !important;
  }
  ._ml-sm-20 {
    margin-left: 20px !important;
  }
  ._mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-sm-20 {
    margin: 20px !important;
  }
  ._pl-sm-20 {
    padding-left: 20px !important;
  }
  ._px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-sm-20 {
    padding: 20px !important;
  }
  ._mr-sm-20 {
    margin-right: 20px !important;
  }
  ._mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-sm-20 {
    margin: 20px !important;
  }
  ._pr-sm-20 {
    padding-right: 20px !important;
  }
  ._px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-sm-20 {
    padding: 20px !important;
  }
  ._mt-sm-25 {
    margin-top: 25px !important;
  }
  ._mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-sm-25 {
    margin: 25px !important;
  }
  ._pt-sm-25 {
    padding-top: 25px !important;
  }
  ._px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-sm-25 {
    padding: 25px !important;
  }
  ._mb-sm-25 {
    margin-bottom: 25px !important;
  }
  ._mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-sm-25 {
    margin: 25px !important;
  }
  ._pb-sm-25 {
    padding-bottom: 25px !important;
  }
  ._px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-sm-25 {
    padding: 25px !important;
  }
  ._ml-sm-25 {
    margin-left: 25px !important;
  }
  ._mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-sm-25 {
    margin: 25px !important;
  }
  ._pl-sm-25 {
    padding-left: 25px !important;
  }
  ._px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-sm-25 {
    padding: 25px !important;
  }
  ._mr-sm-25 {
    margin-right: 25px !important;
  }
  ._mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-sm-25 {
    margin: 25px !important;
  }
  ._pr-sm-25 {
    padding-right: 25px !important;
  }
  ._px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-sm-25 {
    padding: 25px !important;
  }
  ._mt-sm-30 {
    margin-top: 30px !important;
  }
  ._mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-sm-30 {
    margin: 30px !important;
  }
  ._pt-sm-30 {
    padding-top: 30px !important;
  }
  ._px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-sm-30 {
    padding: 30px !important;
  }
  ._mb-sm-30 {
    margin-bottom: 30px !important;
  }
  ._mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-sm-30 {
    margin: 30px !important;
  }
  ._pb-sm-30 {
    padding-bottom: 30px !important;
  }
  ._px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-sm-30 {
    padding: 30px !important;
  }
  ._ml-sm-30 {
    margin-left: 30px !important;
  }
  ._mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-sm-30 {
    margin: 30px !important;
  }
  ._pl-sm-30 {
    padding-left: 30px !important;
  }
  ._px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-sm-30 {
    padding: 30px !important;
  }
  ._mr-sm-30 {
    margin-right: 30px !important;
  }
  ._mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-sm-30 {
    margin: 30px !important;
  }
  ._pr-sm-30 {
    padding-right: 30px !important;
  }
  ._px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-sm-30 {
    padding: 30px !important;
  }
  ._mt-sm-35 {
    margin-top: 35px !important;
  }
  ._mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-sm-35 {
    margin: 35px !important;
  }
  ._pt-sm-35 {
    padding-top: 35px !important;
  }
  ._px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-sm-35 {
    padding: 35px !important;
  }
  ._mb-sm-35 {
    margin-bottom: 35px !important;
  }
  ._mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-sm-35 {
    margin: 35px !important;
  }
  ._pb-sm-35 {
    padding-bottom: 35px !important;
  }
  ._px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-sm-35 {
    padding: 35px !important;
  }
  ._ml-sm-35 {
    margin-left: 35px !important;
  }
  ._mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-sm-35 {
    margin: 35px !important;
  }
  ._pl-sm-35 {
    padding-left: 35px !important;
  }
  ._px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-sm-35 {
    padding: 35px !important;
  }
  ._mr-sm-35 {
    margin-right: 35px !important;
  }
  ._mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-sm-35 {
    margin: 35px !important;
  }
  ._pr-sm-35 {
    padding-right: 35px !important;
  }
  ._px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-sm-35 {
    padding: 35px !important;
  }
  ._mt-sm-40 {
    margin-top: 40px !important;
  }
  ._mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-sm-40 {
    margin: 40px !important;
  }
  ._pt-sm-40 {
    padding-top: 40px !important;
  }
  ._px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-sm-40 {
    padding: 40px !important;
  }
  ._mb-sm-40 {
    margin-bottom: 40px !important;
  }
  ._mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-sm-40 {
    margin: 40px !important;
  }
  ._pb-sm-40 {
    padding-bottom: 40px !important;
  }
  ._px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-sm-40 {
    padding: 40px !important;
  }
  ._ml-sm-40 {
    margin-left: 40px !important;
  }
  ._mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-sm-40 {
    margin: 40px !important;
  }
  ._pl-sm-40 {
    padding-left: 40px !important;
  }
  ._px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-sm-40 {
    padding: 40px !important;
  }
  ._mr-sm-40 {
    margin-right: 40px !important;
  }
  ._mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-sm-40 {
    margin: 40px !important;
  }
  ._pr-sm-40 {
    padding-right: 40px !important;
  }
  ._px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-sm-40 {
    padding: 40px !important;
  }
  ._mt-sm-43 {
    margin-top: 43px !important;
  }
  ._mx-sm-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-sm-43 {
    margin: 43px !important;
  }
  ._pt-sm-43 {
    padding-top: 43px !important;
  }
  ._px-sm-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-sm-43 {
    padding: 43px !important;
  }
  ._mb-sm-43 {
    margin-bottom: 43px !important;
  }
  ._mx-sm-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-sm-43 {
    margin: 43px !important;
  }
  ._pb-sm-43 {
    padding-bottom: 43px !important;
  }
  ._px-sm-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-sm-43 {
    padding: 43px !important;
  }
  ._ml-sm-43 {
    margin-left: 43px !important;
  }
  ._mx-sm-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-sm-43 {
    margin: 43px !important;
  }
  ._pl-sm-43 {
    padding-left: 43px !important;
  }
  ._px-sm-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-sm-43 {
    padding: 43px !important;
  }
  ._mr-sm-43 {
    margin-right: 43px !important;
  }
  ._mx-sm-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-sm-43 {
    margin: 43px !important;
  }
  ._pr-sm-43 {
    padding-right: 43px !important;
  }
  ._px-sm-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-sm-43 {
    padding: 43px !important;
  }
  ._mt-sm-45 {
    margin-top: 45px !important;
  }
  ._mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-sm-45 {
    margin: 45px !important;
  }
  ._pt-sm-45 {
    padding-top: 45px !important;
  }
  ._px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-sm-45 {
    padding: 45px !important;
  }
  ._mb-sm-45 {
    margin-bottom: 45px !important;
  }
  ._mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-sm-45 {
    margin: 45px !important;
  }
  ._pb-sm-45 {
    padding-bottom: 45px !important;
  }
  ._px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-sm-45 {
    padding: 45px !important;
  }
  ._ml-sm-45 {
    margin-left: 45px !important;
  }
  ._mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-sm-45 {
    margin: 45px !important;
  }
  ._pl-sm-45 {
    padding-left: 45px !important;
  }
  ._px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-sm-45 {
    padding: 45px !important;
  }
  ._mr-sm-45 {
    margin-right: 45px !important;
  }
  ._mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-sm-45 {
    margin: 45px !important;
  }
  ._pr-sm-45 {
    padding-right: 45px !important;
  }
  ._px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-sm-45 {
    padding: 45px !important;
  }
  ._mt-sm-46 {
    margin-top: 46px !important;
  }
  ._mx-sm-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-sm-46 {
    margin: 46px !important;
  }
  ._pt-sm-46 {
    padding-top: 46px !important;
  }
  ._px-sm-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-sm-46 {
    padding: 46px !important;
  }
  ._mb-sm-46 {
    margin-bottom: 46px !important;
  }
  ._mx-sm-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-sm-46 {
    margin: 46px !important;
  }
  ._pb-sm-46 {
    padding-bottom: 46px !important;
  }
  ._px-sm-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-sm-46 {
    padding: 46px !important;
  }
  ._ml-sm-46 {
    margin-left: 46px !important;
  }
  ._mx-sm-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-sm-46 {
    margin: 46px !important;
  }
  ._pl-sm-46 {
    padding-left: 46px !important;
  }
  ._px-sm-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-sm-46 {
    padding: 46px !important;
  }
  ._mr-sm-46 {
    margin-right: 46px !important;
  }
  ._mx-sm-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-sm-46 {
    margin: 46px !important;
  }
  ._pr-sm-46 {
    padding-right: 46px !important;
  }
  ._px-sm-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-sm-46 {
    padding: 46px !important;
  }
  ._mt-sm-50 {
    margin-top: 50px !important;
  }
  ._mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-sm-50 {
    margin: 50px !important;
  }
  ._pt-sm-50 {
    padding-top: 50px !important;
  }
  ._px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-sm-50 {
    padding: 50px !important;
  }
  ._mb-sm-50 {
    margin-bottom: 50px !important;
  }
  ._mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-sm-50 {
    margin: 50px !important;
  }
  ._pb-sm-50 {
    padding-bottom: 50px !important;
  }
  ._px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-sm-50 {
    padding: 50px !important;
  }
  ._ml-sm-50 {
    margin-left: 50px !important;
  }
  ._mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-sm-50 {
    margin: 50px !important;
  }
  ._pl-sm-50 {
    padding-left: 50px !important;
  }
  ._px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-sm-50 {
    padding: 50px !important;
  }
  ._mr-sm-50 {
    margin-right: 50px !important;
  }
  ._mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-sm-50 {
    margin: 50px !important;
  }
  ._pr-sm-50 {
    padding-right: 50px !important;
  }
  ._px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-sm-50 {
    padding: 50px !important;
  }
  ._mt-sm-55 {
    margin-top: 55px !important;
  }
  ._mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-sm-55 {
    margin: 55px !important;
  }
  ._pt-sm-55 {
    padding-top: 55px !important;
  }
  ._px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-sm-55 {
    padding: 55px !important;
  }
  ._mb-sm-55 {
    margin-bottom: 55px !important;
  }
  ._mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-sm-55 {
    margin: 55px !important;
  }
  ._pb-sm-55 {
    padding-bottom: 55px !important;
  }
  ._px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-sm-55 {
    padding: 55px !important;
  }
  ._ml-sm-55 {
    margin-left: 55px !important;
  }
  ._mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-sm-55 {
    margin: 55px !important;
  }
  ._pl-sm-55 {
    padding-left: 55px !important;
  }
  ._px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-sm-55 {
    padding: 55px !important;
  }
  ._mr-sm-55 {
    margin-right: 55px !important;
  }
  ._mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-sm-55 {
    margin: 55px !important;
  }
  ._pr-sm-55 {
    padding-right: 55px !important;
  }
  ._px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-sm-55 {
    padding: 55px !important;
  }
  ._mt-sm-60 {
    margin-top: 60px !important;
  }
  ._mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-sm-60 {
    margin: 60px !important;
  }
  ._pt-sm-60 {
    padding-top: 60px !important;
  }
  ._px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-sm-60 {
    padding: 60px !important;
  }
  ._mb-sm-60 {
    margin-bottom: 60px !important;
  }
  ._mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-sm-60 {
    margin: 60px !important;
  }
  ._pb-sm-60 {
    padding-bottom: 60px !important;
  }
  ._px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-sm-60 {
    padding: 60px !important;
  }
  ._ml-sm-60 {
    margin-left: 60px !important;
  }
  ._mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-sm-60 {
    margin: 60px !important;
  }
  ._pl-sm-60 {
    padding-left: 60px !important;
  }
  ._px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-sm-60 {
    padding: 60px !important;
  }
  ._mr-sm-60 {
    margin-right: 60px !important;
  }
  ._mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-sm-60 {
    margin: 60px !important;
  }
  ._pr-sm-60 {
    padding-right: 60px !important;
  }
  ._px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-sm-60 {
    padding: 60px !important;
  }
  ._mt-sm-65 {
    margin-top: 65px !important;
  }
  ._mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-sm-65 {
    margin: 65px !important;
  }
  ._pt-sm-65 {
    padding-top: 65px !important;
  }
  ._px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-sm-65 {
    padding: 65px !important;
  }
  ._mb-sm-65 {
    margin-bottom: 65px !important;
  }
  ._mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-sm-65 {
    margin: 65px !important;
  }
  ._pb-sm-65 {
    padding-bottom: 65px !important;
  }
  ._px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-sm-65 {
    padding: 65px !important;
  }
  ._ml-sm-65 {
    margin-left: 65px !important;
  }
  ._mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-sm-65 {
    margin: 65px !important;
  }
  ._pl-sm-65 {
    padding-left: 65px !important;
  }
  ._px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-sm-65 {
    padding: 65px !important;
  }
  ._mr-sm-65 {
    margin-right: 65px !important;
  }
  ._mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-sm-65 {
    margin: 65px !important;
  }
  ._pr-sm-65 {
    padding-right: 65px !important;
  }
  ._px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-sm-65 {
    padding: 65px !important;
  }
  ._mt-sm-70 {
    margin-top: 70px !important;
  }
  ._mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-sm-70 {
    margin: 70px !important;
  }
  ._pt-sm-70 {
    padding-top: 70px !important;
  }
  ._px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-sm-70 {
    padding: 70px !important;
  }
  ._mb-sm-70 {
    margin-bottom: 70px !important;
  }
  ._mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-sm-70 {
    margin: 70px !important;
  }
  ._pb-sm-70 {
    padding-bottom: 70px !important;
  }
  ._px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-sm-70 {
    padding: 70px !important;
  }
  ._ml-sm-70 {
    margin-left: 70px !important;
  }
  ._mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-sm-70 {
    margin: 70px !important;
  }
  ._pl-sm-70 {
    padding-left: 70px !important;
  }
  ._px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-sm-70 {
    padding: 70px !important;
  }
  ._mr-sm-70 {
    margin-right: 70px !important;
  }
  ._mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-sm-70 {
    margin: 70px !important;
  }
  ._pr-sm-70 {
    padding-right: 70px !important;
  }
  ._px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-sm-70 {
    padding: 70px !important;
  }
  ._mt-sm-75 {
    margin-top: 75px !important;
  }
  ._mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-sm-75 {
    margin: 75px !important;
  }
  ._pt-sm-75 {
    padding-top: 75px !important;
  }
  ._px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-sm-75 {
    padding: 75px !important;
  }
  ._mb-sm-75 {
    margin-bottom: 75px !important;
  }
  ._mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-sm-75 {
    margin: 75px !important;
  }
  ._pb-sm-75 {
    padding-bottom: 75px !important;
  }
  ._px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-sm-75 {
    padding: 75px !important;
  }
  ._ml-sm-75 {
    margin-left: 75px !important;
  }
  ._mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-sm-75 {
    margin: 75px !important;
  }
  ._pl-sm-75 {
    padding-left: 75px !important;
  }
  ._px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-sm-75 {
    padding: 75px !important;
  }
  ._mr-sm-75 {
    margin-right: 75px !important;
  }
  ._mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-sm-75 {
    margin: 75px !important;
  }
  ._pr-sm-75 {
    padding-right: 75px !important;
  }
  ._px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-sm-75 {
    padding: 75px !important;
  }
  ._mt-sm-80 {
    margin-top: 80px !important;
  }
  ._mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-sm-80 {
    margin: 80px !important;
  }
  ._pt-sm-80 {
    padding-top: 80px !important;
  }
  ._px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-sm-80 {
    padding: 80px !important;
  }
  ._mb-sm-80 {
    margin-bottom: 80px !important;
  }
  ._mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-sm-80 {
    margin: 80px !important;
  }
  ._pb-sm-80 {
    padding-bottom: 80px !important;
  }
  ._px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-sm-80 {
    padding: 80px !important;
  }
  ._ml-sm-80 {
    margin-left: 80px !important;
  }
  ._mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-sm-80 {
    margin: 80px !important;
  }
  ._pl-sm-80 {
    padding-left: 80px !important;
  }
  ._px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-sm-80 {
    padding: 80px !important;
  }
  ._mr-sm-80 {
    margin-right: 80px !important;
  }
  ._mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-sm-80 {
    margin: 80px !important;
  }
  ._pr-sm-80 {
    padding-right: 80px !important;
  }
  ._px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-sm-80 {
    padding: 80px !important;
  }
  ._mt-sm-85 {
    margin-top: 85px !important;
  }
  ._mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-sm-85 {
    margin: 85px !important;
  }
  ._pt-sm-85 {
    padding-top: 85px !important;
  }
  ._px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-sm-85 {
    padding: 85px !important;
  }
  ._mb-sm-85 {
    margin-bottom: 85px !important;
  }
  ._mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-sm-85 {
    margin: 85px !important;
  }
  ._pb-sm-85 {
    padding-bottom: 85px !important;
  }
  ._px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-sm-85 {
    padding: 85px !important;
  }
  ._ml-sm-85 {
    margin-left: 85px !important;
  }
  ._mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-sm-85 {
    margin: 85px !important;
  }
  ._pl-sm-85 {
    padding-left: 85px !important;
  }
  ._px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-sm-85 {
    padding: 85px !important;
  }
  ._mr-sm-85 {
    margin-right: 85px !important;
  }
  ._mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-sm-85 {
    margin: 85px !important;
  }
  ._pr-sm-85 {
    padding-right: 85px !important;
  }
  ._px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-sm-85 {
    padding: 85px !important;
  }
  ._mt-sm-90 {
    margin-top: 90px !important;
  }
  ._mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-sm-90 {
    margin: 90px !important;
  }
  ._pt-sm-90 {
    padding-top: 90px !important;
  }
  ._px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-sm-90 {
    padding: 90px !important;
  }
  ._mb-sm-90 {
    margin-bottom: 90px !important;
  }
  ._mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-sm-90 {
    margin: 90px !important;
  }
  ._pb-sm-90 {
    padding-bottom: 90px !important;
  }
  ._px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-sm-90 {
    padding: 90px !important;
  }
  ._ml-sm-90 {
    margin-left: 90px !important;
  }
  ._mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-sm-90 {
    margin: 90px !important;
  }
  ._pl-sm-90 {
    padding-left: 90px !important;
  }
  ._px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-sm-90 {
    padding: 90px !important;
  }
  ._mr-sm-90 {
    margin-right: 90px !important;
  }
  ._mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-sm-90 {
    margin: 90px !important;
  }
  ._pr-sm-90 {
    padding-right: 90px !important;
  }
  ._px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-sm-90 {
    padding: 90px !important;
  }
  ._mt-sm-95 {
    margin-top: 95px !important;
  }
  ._mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-sm-95 {
    margin: 95px !important;
  }
  ._pt-sm-95 {
    padding-top: 95px !important;
  }
  ._px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-sm-95 {
    padding: 95px !important;
  }
  ._mb-sm-95 {
    margin-bottom: 95px !important;
  }
  ._mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-sm-95 {
    margin: 95px !important;
  }
  ._pb-sm-95 {
    padding-bottom: 95px !important;
  }
  ._px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-sm-95 {
    padding: 95px !important;
  }
  ._ml-sm-95 {
    margin-left: 95px !important;
  }
  ._mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-sm-95 {
    margin: 95px !important;
  }
  ._pl-sm-95 {
    padding-left: 95px !important;
  }
  ._px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-sm-95 {
    padding: 95px !important;
  }
  ._mr-sm-95 {
    margin-right: 95px !important;
  }
  ._mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-sm-95 {
    margin: 95px !important;
  }
  ._pr-sm-95 {
    padding-right: 95px !important;
  }
  ._px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-sm-95 {
    padding: 95px !important;
  }
  ._mt-sm-100 {
    margin-top: 100px !important;
  }
  ._mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-sm-100 {
    margin: 100px !important;
  }
  ._pt-sm-100 {
    padding-top: 100px !important;
  }
  ._px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-sm-100 {
    padding: 100px !important;
  }
  ._mb-sm-100 {
    margin-bottom: 100px !important;
  }
  ._mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-sm-100 {
    margin: 100px !important;
  }
  ._pb-sm-100 {
    padding-bottom: 100px !important;
  }
  ._px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-sm-100 {
    padding: 100px !important;
  }
  ._ml-sm-100 {
    margin-left: 100px !important;
  }
  ._mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-sm-100 {
    margin: 100px !important;
  }
  ._pl-sm-100 {
    padding-left: 100px !important;
  }
  ._px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-sm-100 {
    padding: 100px !important;
  }
  ._mr-sm-100 {
    margin-right: 100px !important;
  }
  ._mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-sm-100 {
    margin: 100px !important;
  }
  ._pr-sm-100 {
    padding-right: 100px !important;
  }
  ._px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-sm-100 {
    padding: 100px !important;
  }
  ._mt-sm-105 {
    margin-top: 105px !important;
  }
  ._mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-sm-105 {
    margin: 105px !important;
  }
  ._pt-sm-105 {
    padding-top: 105px !important;
  }
  ._px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-sm-105 {
    padding: 105px !important;
  }
  ._mb-sm-105 {
    margin-bottom: 105px !important;
  }
  ._mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-sm-105 {
    margin: 105px !important;
  }
  ._pb-sm-105 {
    padding-bottom: 105px !important;
  }
  ._px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-sm-105 {
    padding: 105px !important;
  }
  ._ml-sm-105 {
    margin-left: 105px !important;
  }
  ._mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-sm-105 {
    margin: 105px !important;
  }
  ._pl-sm-105 {
    padding-left: 105px !important;
  }
  ._px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-sm-105 {
    padding: 105px !important;
  }
  ._mr-sm-105 {
    margin-right: 105px !important;
  }
  ._mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-sm-105 {
    margin: 105px !important;
  }
  ._pr-sm-105 {
    padding-right: 105px !important;
  }
  ._px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-sm-105 {
    padding: 105px !important;
  }
  ._mt-sm-110 {
    margin-top: 110px !important;
  }
  ._mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-sm-110 {
    margin: 110px !important;
  }
  ._pt-sm-110 {
    padding-top: 110px !important;
  }
  ._px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-sm-110 {
    padding: 110px !important;
  }
  ._mb-sm-110 {
    margin-bottom: 110px !important;
  }
  ._mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-sm-110 {
    margin: 110px !important;
  }
  ._pb-sm-110 {
    padding-bottom: 110px !important;
  }
  ._px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-sm-110 {
    padding: 110px !important;
  }
  ._ml-sm-110 {
    margin-left: 110px !important;
  }
  ._mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-sm-110 {
    margin: 110px !important;
  }
  ._pl-sm-110 {
    padding-left: 110px !important;
  }
  ._px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-sm-110 {
    padding: 110px !important;
  }
  ._mr-sm-110 {
    margin-right: 110px !important;
  }
  ._mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-sm-110 {
    margin: 110px !important;
  }
  ._pr-sm-110 {
    padding-right: 110px !important;
  }
  ._px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-sm-110 {
    padding: 110px !important;
  }
  ._mt-sm-115 {
    margin-top: 115px !important;
  }
  ._mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-sm-115 {
    margin: 115px !important;
  }
  ._pt-sm-115 {
    padding-top: 115px !important;
  }
  ._px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-sm-115 {
    padding: 115px !important;
  }
  ._mb-sm-115 {
    margin-bottom: 115px !important;
  }
  ._mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-sm-115 {
    margin: 115px !important;
  }
  ._pb-sm-115 {
    padding-bottom: 115px !important;
  }
  ._px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-sm-115 {
    padding: 115px !important;
  }
  ._ml-sm-115 {
    margin-left: 115px !important;
  }
  ._mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-sm-115 {
    margin: 115px !important;
  }
  ._pl-sm-115 {
    padding-left: 115px !important;
  }
  ._px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-sm-115 {
    padding: 115px !important;
  }
  ._mr-sm-115 {
    margin-right: 115px !important;
  }
  ._mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-sm-115 {
    margin: 115px !important;
  }
  ._pr-sm-115 {
    padding-right: 115px !important;
  }
  ._px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-sm-115 {
    padding: 115px !important;
  }
  ._mt-sm-120 {
    margin-top: 120px !important;
  }
  ._mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-sm-120 {
    margin: 120px !important;
  }
  ._pt-sm-120 {
    padding-top: 120px !important;
  }
  ._px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-sm-120 {
    padding: 120px !important;
  }
  ._mb-sm-120 {
    margin-bottom: 120px !important;
  }
  ._mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-sm-120 {
    margin: 120px !important;
  }
  ._pb-sm-120 {
    padding-bottom: 120px !important;
  }
  ._px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-sm-120 {
    padding: 120px !important;
  }
  ._ml-sm-120 {
    margin-left: 120px !important;
  }
  ._mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-sm-120 {
    margin: 120px !important;
  }
  ._pl-sm-120 {
    padding-left: 120px !important;
  }
  ._px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-sm-120 {
    padding: 120px !important;
  }
  ._mr-sm-120 {
    margin-right: 120px !important;
  }
  ._mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-sm-120 {
    margin: 120px !important;
  }
  ._pr-sm-120 {
    padding-right: 120px !important;
  }
  ._px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-sm-120 {
    padding: 120px !important;
  }
  ._mt-sm-160 {
    margin-top: 160px !important;
  }
  ._mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-sm-160 {
    margin: 160px !important;
  }
  ._pt-sm-160 {
    padding-top: 160px !important;
  }
  ._px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-sm-160 {
    padding: 160px !important;
  }
  ._mb-sm-160 {
    margin-bottom: 160px !important;
  }
  ._mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-sm-160 {
    margin: 160px !important;
  }
  ._pb-sm-160 {
    padding-bottom: 160px !important;
  }
  ._px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-sm-160 {
    padding: 160px !important;
  }
  ._ml-sm-160 {
    margin-left: 160px !important;
  }
  ._mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-sm-160 {
    margin: 160px !important;
  }
  ._pl-sm-160 {
    padding-left: 160px !important;
  }
  ._px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-sm-160 {
    padding: 160px !important;
  }
  ._mr-sm-160 {
    margin-right: 160px !important;
  }
  ._mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-sm-160 {
    margin: 160px !important;
  }
  ._pr-sm-160 {
    padding-right: 160px !important;
  }
  ._px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-sm-160 {
    padding: 160px !important;
  }
}

@media (min-width: 897px) {
  ._mt-md-0 {
    margin-top: 0px !important;
  }
  ._mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-md-0 {
    margin: 0px !important;
  }
  ._pt-md-0 {
    padding-top: 0px !important;
  }
  ._px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-md-0 {
    padding: 0px !important;
  }
  ._mb-md-0 {
    margin-bottom: 0px !important;
  }
  ._mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-md-0 {
    margin: 0px !important;
  }
  ._pb-md-0 {
    padding-bottom: 0px !important;
  }
  ._px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-md-0 {
    padding: 0px !important;
  }
  ._ml-md-0 {
    margin-left: 0px !important;
  }
  ._mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-md-0 {
    margin: 0px !important;
  }
  ._pl-md-0 {
    padding-left: 0px !important;
  }
  ._px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-md-0 {
    padding: 0px !important;
  }
  ._mr-md-0 {
    margin-right: 0px !important;
  }
  ._mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._m-md-0 {
    margin: 0px !important;
  }
  ._pr-md-0 {
    padding-right: 0px !important;
  }
  ._px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-md-0 {
    padding: 0px !important;
  }
  ._mt-md-5 {
    margin-top: 5px !important;
  }
  ._mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-md-5 {
    margin: 5px !important;
  }
  ._pt-md-5 {
    padding-top: 5px !important;
  }
  ._px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-md-5 {
    padding: 5px !important;
  }
  ._mb-md-5 {
    margin-bottom: 5px !important;
  }
  ._mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-md-5 {
    margin: 5px !important;
  }
  ._pb-md-5 {
    padding-bottom: 5px !important;
  }
  ._px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-md-5 {
    padding: 5px !important;
  }
  ._ml-md-5 {
    margin-left: 5px !important;
  }
  ._mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-md-5 {
    margin: 5px !important;
  }
  ._pl-md-5 {
    padding-left: 5px !important;
  }
  ._px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-md-5 {
    padding: 5px !important;
  }
  ._mr-md-5 {
    margin-right: 5px !important;
  }
  ._mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._m-md-5 {
    margin: 5px !important;
  }
  ._pr-md-5 {
    padding-right: 5px !important;
  }
  ._px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-md-5 {
    padding: 5px !important;
  }
  ._mt-md-10 {
    margin-top: 10px !important;
  }
  ._mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-md-10 {
    margin: 10px !important;
  }
  ._pt-md-10 {
    padding-top: 10px !important;
  }
  ._px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-md-10 {
    padding: 10px !important;
  }
  ._mb-md-10 {
    margin-bottom: 10px !important;
  }
  ._mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-md-10 {
    margin: 10px !important;
  }
  ._pb-md-10 {
    padding-bottom: 10px !important;
  }
  ._px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-md-10 {
    padding: 10px !important;
  }
  ._ml-md-10 {
    margin-left: 10px !important;
  }
  ._mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-md-10 {
    margin: 10px !important;
  }
  ._pl-md-10 {
    padding-left: 10px !important;
  }
  ._px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-md-10 {
    padding: 10px !important;
  }
  ._mr-md-10 {
    margin-right: 10px !important;
  }
  ._mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._m-md-10 {
    margin: 10px !important;
  }
  ._pr-md-10 {
    padding-right: 10px !important;
  }
  ._px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-md-10 {
    padding: 10px !important;
  }
  ._mt-md-15 {
    margin-top: 15px !important;
  }
  ._mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-md-15 {
    margin: 15px !important;
  }
  ._pt-md-15 {
    padding-top: 15px !important;
  }
  ._px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-md-15 {
    padding: 15px !important;
  }
  ._mb-md-15 {
    margin-bottom: 15px !important;
  }
  ._mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-md-15 {
    margin: 15px !important;
  }
  ._pb-md-15 {
    padding-bottom: 15px !important;
  }
  ._px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-md-15 {
    padding: 15px !important;
  }
  ._ml-md-15 {
    margin-left: 15px !important;
  }
  ._mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-md-15 {
    margin: 15px !important;
  }
  ._pl-md-15 {
    padding-left: 15px !important;
  }
  ._px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-md-15 {
    padding: 15px !important;
  }
  ._mr-md-15 {
    margin-right: 15px !important;
  }
  ._mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._m-md-15 {
    margin: 15px !important;
  }
  ._pr-md-15 {
    padding-right: 15px !important;
  }
  ._px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-md-15 {
    padding: 15px !important;
  }
  ._mt-md-20 {
    margin-top: 20px !important;
  }
  ._mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-md-20 {
    margin: 20px !important;
  }
  ._pt-md-20 {
    padding-top: 20px !important;
  }
  ._px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-md-20 {
    padding: 20px !important;
  }
  ._mb-md-20 {
    margin-bottom: 20px !important;
  }
  ._mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-md-20 {
    margin: 20px !important;
  }
  ._pb-md-20 {
    padding-bottom: 20px !important;
  }
  ._px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-md-20 {
    padding: 20px !important;
  }
  ._ml-md-20 {
    margin-left: 20px !important;
  }
  ._mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-md-20 {
    margin: 20px !important;
  }
  ._pl-md-20 {
    padding-left: 20px !important;
  }
  ._px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-md-20 {
    padding: 20px !important;
  }
  ._mr-md-20 {
    margin-right: 20px !important;
  }
  ._mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._m-md-20 {
    margin: 20px !important;
  }
  ._pr-md-20 {
    padding-right: 20px !important;
  }
  ._px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-md-20 {
    padding: 20px !important;
  }
  ._mt-md-25 {
    margin-top: 25px !important;
  }
  ._mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-md-25 {
    margin: 25px !important;
  }
  ._pt-md-25 {
    padding-top: 25px !important;
  }
  ._px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-md-25 {
    padding: 25px !important;
  }
  ._mb-md-25 {
    margin-bottom: 25px !important;
  }
  ._mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-md-25 {
    margin: 25px !important;
  }
  ._pb-md-25 {
    padding-bottom: 25px !important;
  }
  ._px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-md-25 {
    padding: 25px !important;
  }
  ._ml-md-25 {
    margin-left: 25px !important;
  }
  ._mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-md-25 {
    margin: 25px !important;
  }
  ._pl-md-25 {
    padding-left: 25px !important;
  }
  ._px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-md-25 {
    padding: 25px !important;
  }
  ._mr-md-25 {
    margin-right: 25px !important;
  }
  ._mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._m-md-25 {
    margin: 25px !important;
  }
  ._pr-md-25 {
    padding-right: 25px !important;
  }
  ._px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-md-25 {
    padding: 25px !important;
  }
  ._mt-md-30 {
    margin-top: 30px !important;
  }
  ._mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-md-30 {
    margin: 30px !important;
  }
  ._pt-md-30 {
    padding-top: 30px !important;
  }
  ._px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-md-30 {
    padding: 30px !important;
  }
  ._mb-md-30 {
    margin-bottom: 30px !important;
  }
  ._mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-md-30 {
    margin: 30px !important;
  }
  ._pb-md-30 {
    padding-bottom: 30px !important;
  }
  ._px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-md-30 {
    padding: 30px !important;
  }
  ._ml-md-30 {
    margin-left: 30px !important;
  }
  ._mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-md-30 {
    margin: 30px !important;
  }
  ._pl-md-30 {
    padding-left: 30px !important;
  }
  ._px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-md-30 {
    padding: 30px !important;
  }
  ._mr-md-30 {
    margin-right: 30px !important;
  }
  ._mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._m-md-30 {
    margin: 30px !important;
  }
  ._pr-md-30 {
    padding-right: 30px !important;
  }
  ._px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-md-30 {
    padding: 30px !important;
  }
  ._mt-md-35 {
    margin-top: 35px !important;
  }
  ._mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-md-35 {
    margin: 35px !important;
  }
  ._pt-md-35 {
    padding-top: 35px !important;
  }
  ._px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-md-35 {
    padding: 35px !important;
  }
  ._mb-md-35 {
    margin-bottom: 35px !important;
  }
  ._mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-md-35 {
    margin: 35px !important;
  }
  ._pb-md-35 {
    padding-bottom: 35px !important;
  }
  ._px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-md-35 {
    padding: 35px !important;
  }
  ._ml-md-35 {
    margin-left: 35px !important;
  }
  ._mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-md-35 {
    margin: 35px !important;
  }
  ._pl-md-35 {
    padding-left: 35px !important;
  }
  ._px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-md-35 {
    padding: 35px !important;
  }
  ._mr-md-35 {
    margin-right: 35px !important;
  }
  ._mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._m-md-35 {
    margin: 35px !important;
  }
  ._pr-md-35 {
    padding-right: 35px !important;
  }
  ._px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-md-35 {
    padding: 35px !important;
  }
  ._mt-md-40 {
    margin-top: 40px !important;
  }
  ._mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-md-40 {
    margin: 40px !important;
  }
  ._pt-md-40 {
    padding-top: 40px !important;
  }
  ._px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-md-40 {
    padding: 40px !important;
  }
  ._mb-md-40 {
    margin-bottom: 40px !important;
  }
  ._mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-md-40 {
    margin: 40px !important;
  }
  ._pb-md-40 {
    padding-bottom: 40px !important;
  }
  ._px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-md-40 {
    padding: 40px !important;
  }
  ._ml-md-40 {
    margin-left: 40px !important;
  }
  ._mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-md-40 {
    margin: 40px !important;
  }
  ._pl-md-40 {
    padding-left: 40px !important;
  }
  ._px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-md-40 {
    padding: 40px !important;
  }
  ._mr-md-40 {
    margin-right: 40px !important;
  }
  ._mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._m-md-40 {
    margin: 40px !important;
  }
  ._pr-md-40 {
    padding-right: 40px !important;
  }
  ._px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-md-40 {
    padding: 40px !important;
  }
  ._mt-md-43 {
    margin-top: 43px !important;
  }
  ._mx-md-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-md-43 {
    margin: 43px !important;
  }
  ._pt-md-43 {
    padding-top: 43px !important;
  }
  ._px-md-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-md-43 {
    padding: 43px !important;
  }
  ._mb-md-43 {
    margin-bottom: 43px !important;
  }
  ._mx-md-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-md-43 {
    margin: 43px !important;
  }
  ._pb-md-43 {
    padding-bottom: 43px !important;
  }
  ._px-md-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-md-43 {
    padding: 43px !important;
  }
  ._ml-md-43 {
    margin-left: 43px !important;
  }
  ._mx-md-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-md-43 {
    margin: 43px !important;
  }
  ._pl-md-43 {
    padding-left: 43px !important;
  }
  ._px-md-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-md-43 {
    padding: 43px !important;
  }
  ._mr-md-43 {
    margin-right: 43px !important;
  }
  ._mx-md-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._m-md-43 {
    margin: 43px !important;
  }
  ._pr-md-43 {
    padding-right: 43px !important;
  }
  ._px-md-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-md-43 {
    padding: 43px !important;
  }
  ._mt-md-45 {
    margin-top: 45px !important;
  }
  ._mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-md-45 {
    margin: 45px !important;
  }
  ._pt-md-45 {
    padding-top: 45px !important;
  }
  ._px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-md-45 {
    padding: 45px !important;
  }
  ._mb-md-45 {
    margin-bottom: 45px !important;
  }
  ._mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-md-45 {
    margin: 45px !important;
  }
  ._pb-md-45 {
    padding-bottom: 45px !important;
  }
  ._px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-md-45 {
    padding: 45px !important;
  }
  ._ml-md-45 {
    margin-left: 45px !important;
  }
  ._mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-md-45 {
    margin: 45px !important;
  }
  ._pl-md-45 {
    padding-left: 45px !important;
  }
  ._px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-md-45 {
    padding: 45px !important;
  }
  ._mr-md-45 {
    margin-right: 45px !important;
  }
  ._mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._m-md-45 {
    margin: 45px !important;
  }
  ._pr-md-45 {
    padding-right: 45px !important;
  }
  ._px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-md-45 {
    padding: 45px !important;
  }
  ._mt-md-46 {
    margin-top: 46px !important;
  }
  ._mx-md-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-md-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-md-46 {
    margin: 46px !important;
  }
  ._pt-md-46 {
    padding-top: 46px !important;
  }
  ._px-md-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-md-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-md-46 {
    padding: 46px !important;
  }
  ._mb-md-46 {
    margin-bottom: 46px !important;
  }
  ._mx-md-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-md-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-md-46 {
    margin: 46px !important;
  }
  ._pb-md-46 {
    padding-bottom: 46px !important;
  }
  ._px-md-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-md-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-md-46 {
    padding: 46px !important;
  }
  ._ml-md-46 {
    margin-left: 46px !important;
  }
  ._mx-md-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-md-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-md-46 {
    margin: 46px !important;
  }
  ._pl-md-46 {
    padding-left: 46px !important;
  }
  ._px-md-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-md-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-md-46 {
    padding: 46px !important;
  }
  ._mr-md-46 {
    margin-right: 46px !important;
  }
  ._mx-md-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-md-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._m-md-46 {
    margin: 46px !important;
  }
  ._pr-md-46 {
    padding-right: 46px !important;
  }
  ._px-md-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-md-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-md-46 {
    padding: 46px !important;
  }
  ._mt-md-50 {
    margin-top: 50px !important;
  }
  ._mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-md-50 {
    margin: 50px !important;
  }
  ._pt-md-50 {
    padding-top: 50px !important;
  }
  ._px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-md-50 {
    padding: 50px !important;
  }
  ._mb-md-50 {
    margin-bottom: 50px !important;
  }
  ._mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-md-50 {
    margin: 50px !important;
  }
  ._pb-md-50 {
    padding-bottom: 50px !important;
  }
  ._px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-md-50 {
    padding: 50px !important;
  }
  ._ml-md-50 {
    margin-left: 50px !important;
  }
  ._mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-md-50 {
    margin: 50px !important;
  }
  ._pl-md-50 {
    padding-left: 50px !important;
  }
  ._px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-md-50 {
    padding: 50px !important;
  }
  ._mr-md-50 {
    margin-right: 50px !important;
  }
  ._mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._m-md-50 {
    margin: 50px !important;
  }
  ._pr-md-50 {
    padding-right: 50px !important;
  }
  ._px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-md-50 {
    padding: 50px !important;
  }
  ._mt-md-55 {
    margin-top: 55px !important;
  }
  ._mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-md-55 {
    margin: 55px !important;
  }
  ._pt-md-55 {
    padding-top: 55px !important;
  }
  ._px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-md-55 {
    padding: 55px !important;
  }
  ._mb-md-55 {
    margin-bottom: 55px !important;
  }
  ._mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-md-55 {
    margin: 55px !important;
  }
  ._pb-md-55 {
    padding-bottom: 55px !important;
  }
  ._px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-md-55 {
    padding: 55px !important;
  }
  ._ml-md-55 {
    margin-left: 55px !important;
  }
  ._mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-md-55 {
    margin: 55px !important;
  }
  ._pl-md-55 {
    padding-left: 55px !important;
  }
  ._px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-md-55 {
    padding: 55px !important;
  }
  ._mr-md-55 {
    margin-right: 55px !important;
  }
  ._mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._m-md-55 {
    margin: 55px !important;
  }
  ._pr-md-55 {
    padding-right: 55px !important;
  }
  ._px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-md-55 {
    padding: 55px !important;
  }
  ._mt-md-60 {
    margin-top: 60px !important;
  }
  ._mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-md-60 {
    margin: 60px !important;
  }
  ._pt-md-60 {
    padding-top: 60px !important;
  }
  ._px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-md-60 {
    padding: 60px !important;
  }
  ._mb-md-60 {
    margin-bottom: 60px !important;
  }
  ._mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-md-60 {
    margin: 60px !important;
  }
  ._pb-md-60 {
    padding-bottom: 60px !important;
  }
  ._px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-md-60 {
    padding: 60px !important;
  }
  ._ml-md-60 {
    margin-left: 60px !important;
  }
  ._mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-md-60 {
    margin: 60px !important;
  }
  ._pl-md-60 {
    padding-left: 60px !important;
  }
  ._px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-md-60 {
    padding: 60px !important;
  }
  ._mr-md-60 {
    margin-right: 60px !important;
  }
  ._mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._m-md-60 {
    margin: 60px !important;
  }
  ._pr-md-60 {
    padding-right: 60px !important;
  }
  ._px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-md-60 {
    padding: 60px !important;
  }
  ._mt-md-65 {
    margin-top: 65px !important;
  }
  ._mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-md-65 {
    margin: 65px !important;
  }
  ._pt-md-65 {
    padding-top: 65px !important;
  }
  ._px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-md-65 {
    padding: 65px !important;
  }
  ._mb-md-65 {
    margin-bottom: 65px !important;
  }
  ._mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-md-65 {
    margin: 65px !important;
  }
  ._pb-md-65 {
    padding-bottom: 65px !important;
  }
  ._px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-md-65 {
    padding: 65px !important;
  }
  ._ml-md-65 {
    margin-left: 65px !important;
  }
  ._mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-md-65 {
    margin: 65px !important;
  }
  ._pl-md-65 {
    padding-left: 65px !important;
  }
  ._px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-md-65 {
    padding: 65px !important;
  }
  ._mr-md-65 {
    margin-right: 65px !important;
  }
  ._mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._m-md-65 {
    margin: 65px !important;
  }
  ._pr-md-65 {
    padding-right: 65px !important;
  }
  ._px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-md-65 {
    padding: 65px !important;
  }
  ._mt-md-70 {
    margin-top: 70px !important;
  }
  ._mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-md-70 {
    margin: 70px !important;
  }
  ._pt-md-70 {
    padding-top: 70px !important;
  }
  ._px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-md-70 {
    padding: 70px !important;
  }
  ._mb-md-70 {
    margin-bottom: 70px !important;
  }
  ._mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-md-70 {
    margin: 70px !important;
  }
  ._pb-md-70 {
    padding-bottom: 70px !important;
  }
  ._px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-md-70 {
    padding: 70px !important;
  }
  ._ml-md-70 {
    margin-left: 70px !important;
  }
  ._mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-md-70 {
    margin: 70px !important;
  }
  ._pl-md-70 {
    padding-left: 70px !important;
  }
  ._px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-md-70 {
    padding: 70px !important;
  }
  ._mr-md-70 {
    margin-right: 70px !important;
  }
  ._mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._m-md-70 {
    margin: 70px !important;
  }
  ._pr-md-70 {
    padding-right: 70px !important;
  }
  ._px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-md-70 {
    padding: 70px !important;
  }
  ._mt-md-75 {
    margin-top: 75px !important;
  }
  ._mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-md-75 {
    margin: 75px !important;
  }
  ._pt-md-75 {
    padding-top: 75px !important;
  }
  ._px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-md-75 {
    padding: 75px !important;
  }
  ._mb-md-75 {
    margin-bottom: 75px !important;
  }
  ._mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-md-75 {
    margin: 75px !important;
  }
  ._pb-md-75 {
    padding-bottom: 75px !important;
  }
  ._px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-md-75 {
    padding: 75px !important;
  }
  ._ml-md-75 {
    margin-left: 75px !important;
  }
  ._mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-md-75 {
    margin: 75px !important;
  }
  ._pl-md-75 {
    padding-left: 75px !important;
  }
  ._px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-md-75 {
    padding: 75px !important;
  }
  ._mr-md-75 {
    margin-right: 75px !important;
  }
  ._mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._m-md-75 {
    margin: 75px !important;
  }
  ._pr-md-75 {
    padding-right: 75px !important;
  }
  ._px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-md-75 {
    padding: 75px !important;
  }
  ._mt-md-80 {
    margin-top: 80px !important;
  }
  ._mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-md-80 {
    margin: 80px !important;
  }
  ._pt-md-80 {
    padding-top: 80px !important;
  }
  ._px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-md-80 {
    padding: 80px !important;
  }
  ._mb-md-80 {
    margin-bottom: 80px !important;
  }
  ._mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-md-80 {
    margin: 80px !important;
  }
  ._pb-md-80 {
    padding-bottom: 80px !important;
  }
  ._px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-md-80 {
    padding: 80px !important;
  }
  ._ml-md-80 {
    margin-left: 80px !important;
  }
  ._mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-md-80 {
    margin: 80px !important;
  }
  ._pl-md-80 {
    padding-left: 80px !important;
  }
  ._px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-md-80 {
    padding: 80px !important;
  }
  ._mr-md-80 {
    margin-right: 80px !important;
  }
  ._mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._m-md-80 {
    margin: 80px !important;
  }
  ._pr-md-80 {
    padding-right: 80px !important;
  }
  ._px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-md-80 {
    padding: 80px !important;
  }
  ._mt-md-85 {
    margin-top: 85px !important;
  }
  ._mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-md-85 {
    margin: 85px !important;
  }
  ._pt-md-85 {
    padding-top: 85px !important;
  }
  ._px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-md-85 {
    padding: 85px !important;
  }
  ._mb-md-85 {
    margin-bottom: 85px !important;
  }
  ._mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-md-85 {
    margin: 85px !important;
  }
  ._pb-md-85 {
    padding-bottom: 85px !important;
  }
  ._px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-md-85 {
    padding: 85px !important;
  }
  ._ml-md-85 {
    margin-left: 85px !important;
  }
  ._mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-md-85 {
    margin: 85px !important;
  }
  ._pl-md-85 {
    padding-left: 85px !important;
  }
  ._px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-md-85 {
    padding: 85px !important;
  }
  ._mr-md-85 {
    margin-right: 85px !important;
  }
  ._mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._m-md-85 {
    margin: 85px !important;
  }
  ._pr-md-85 {
    padding-right: 85px !important;
  }
  ._px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-md-85 {
    padding: 85px !important;
  }
  ._mt-md-90 {
    margin-top: 90px !important;
  }
  ._mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-md-90 {
    margin: 90px !important;
  }
  ._pt-md-90 {
    padding-top: 90px !important;
  }
  ._px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-md-90 {
    padding: 90px !important;
  }
  ._mb-md-90 {
    margin-bottom: 90px !important;
  }
  ._mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-md-90 {
    margin: 90px !important;
  }
  ._pb-md-90 {
    padding-bottom: 90px !important;
  }
  ._px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-md-90 {
    padding: 90px !important;
  }
  ._ml-md-90 {
    margin-left: 90px !important;
  }
  ._mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-md-90 {
    margin: 90px !important;
  }
  ._pl-md-90 {
    padding-left: 90px !important;
  }
  ._px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-md-90 {
    padding: 90px !important;
  }
  ._mr-md-90 {
    margin-right: 90px !important;
  }
  ._mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._m-md-90 {
    margin: 90px !important;
  }
  ._pr-md-90 {
    padding-right: 90px !important;
  }
  ._px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-md-90 {
    padding: 90px !important;
  }
  ._mt-md-95 {
    margin-top: 95px !important;
  }
  ._mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-md-95 {
    margin: 95px !important;
  }
  ._pt-md-95 {
    padding-top: 95px !important;
  }
  ._px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-md-95 {
    padding: 95px !important;
  }
  ._mb-md-95 {
    margin-bottom: 95px !important;
  }
  ._mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-md-95 {
    margin: 95px !important;
  }
  ._pb-md-95 {
    padding-bottom: 95px !important;
  }
  ._px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-md-95 {
    padding: 95px !important;
  }
  ._ml-md-95 {
    margin-left: 95px !important;
  }
  ._mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-md-95 {
    margin: 95px !important;
  }
  ._pl-md-95 {
    padding-left: 95px !important;
  }
  ._px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-md-95 {
    padding: 95px !important;
  }
  ._mr-md-95 {
    margin-right: 95px !important;
  }
  ._mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._m-md-95 {
    margin: 95px !important;
  }
  ._pr-md-95 {
    padding-right: 95px !important;
  }
  ._px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-md-95 {
    padding: 95px !important;
  }
  ._mt-md-100 {
    margin-top: 100px !important;
  }
  ._mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-md-100 {
    margin: 100px !important;
  }
  ._pt-md-100 {
    padding-top: 100px !important;
  }
  ._px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-md-100 {
    padding: 100px !important;
  }
  ._mb-md-100 {
    margin-bottom: 100px !important;
  }
  ._mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-md-100 {
    margin: 100px !important;
  }
  ._pb-md-100 {
    padding-bottom: 100px !important;
  }
  ._px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-md-100 {
    padding: 100px !important;
  }
  ._ml-md-100 {
    margin-left: 100px !important;
  }
  ._mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-md-100 {
    margin: 100px !important;
  }
  ._pl-md-100 {
    padding-left: 100px !important;
  }
  ._px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-md-100 {
    padding: 100px !important;
  }
  ._mr-md-100 {
    margin-right: 100px !important;
  }
  ._mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._m-md-100 {
    margin: 100px !important;
  }
  ._pr-md-100 {
    padding-right: 100px !important;
  }
  ._px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-md-100 {
    padding: 100px !important;
  }
  ._mt-md-105 {
    margin-top: 105px !important;
  }
  ._mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-md-105 {
    margin: 105px !important;
  }
  ._pt-md-105 {
    padding-top: 105px !important;
  }
  ._px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-md-105 {
    padding: 105px !important;
  }
  ._mb-md-105 {
    margin-bottom: 105px !important;
  }
  ._mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-md-105 {
    margin: 105px !important;
  }
  ._pb-md-105 {
    padding-bottom: 105px !important;
  }
  ._px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-md-105 {
    padding: 105px !important;
  }
  ._ml-md-105 {
    margin-left: 105px !important;
  }
  ._mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-md-105 {
    margin: 105px !important;
  }
  ._pl-md-105 {
    padding-left: 105px !important;
  }
  ._px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-md-105 {
    padding: 105px !important;
  }
  ._mr-md-105 {
    margin-right: 105px !important;
  }
  ._mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._m-md-105 {
    margin: 105px !important;
  }
  ._pr-md-105 {
    padding-right: 105px !important;
  }
  ._px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-md-105 {
    padding: 105px !important;
  }
  ._mt-md-110 {
    margin-top: 110px !important;
  }
  ._mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-md-110 {
    margin: 110px !important;
  }
  ._pt-md-110 {
    padding-top: 110px !important;
  }
  ._px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-md-110 {
    padding: 110px !important;
  }
  ._mb-md-110 {
    margin-bottom: 110px !important;
  }
  ._mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-md-110 {
    margin: 110px !important;
  }
  ._pb-md-110 {
    padding-bottom: 110px !important;
  }
  ._px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-md-110 {
    padding: 110px !important;
  }
  ._ml-md-110 {
    margin-left: 110px !important;
  }
  ._mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-md-110 {
    margin: 110px !important;
  }
  ._pl-md-110 {
    padding-left: 110px !important;
  }
  ._px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-md-110 {
    padding: 110px !important;
  }
  ._mr-md-110 {
    margin-right: 110px !important;
  }
  ._mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._m-md-110 {
    margin: 110px !important;
  }
  ._pr-md-110 {
    padding-right: 110px !important;
  }
  ._px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-md-110 {
    padding: 110px !important;
  }
  ._mt-md-115 {
    margin-top: 115px !important;
  }
  ._mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-md-115 {
    margin: 115px !important;
  }
  ._pt-md-115 {
    padding-top: 115px !important;
  }
  ._px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-md-115 {
    padding: 115px !important;
  }
  ._mb-md-115 {
    margin-bottom: 115px !important;
  }
  ._mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-md-115 {
    margin: 115px !important;
  }
  ._pb-md-115 {
    padding-bottom: 115px !important;
  }
  ._px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-md-115 {
    padding: 115px !important;
  }
  ._ml-md-115 {
    margin-left: 115px !important;
  }
  ._mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-md-115 {
    margin: 115px !important;
  }
  ._pl-md-115 {
    padding-left: 115px !important;
  }
  ._px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-md-115 {
    padding: 115px !important;
  }
  ._mr-md-115 {
    margin-right: 115px !important;
  }
  ._mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._m-md-115 {
    margin: 115px !important;
  }
  ._pr-md-115 {
    padding-right: 115px !important;
  }
  ._px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-md-115 {
    padding: 115px !important;
  }
  ._mt-md-120 {
    margin-top: 120px !important;
  }
  ._mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-md-120 {
    margin: 120px !important;
  }
  ._pt-md-120 {
    padding-top: 120px !important;
  }
  ._px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-md-120 {
    padding: 120px !important;
  }
  ._mb-md-120 {
    margin-bottom: 120px !important;
  }
  ._mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-md-120 {
    margin: 120px !important;
  }
  ._pb-md-120 {
    padding-bottom: 120px !important;
  }
  ._px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-md-120 {
    padding: 120px !important;
  }
  ._ml-md-120 {
    margin-left: 120px !important;
  }
  ._mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-md-120 {
    margin: 120px !important;
  }
  ._pl-md-120 {
    padding-left: 120px !important;
  }
  ._px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-md-120 {
    padding: 120px !important;
  }
  ._mr-md-120 {
    margin-right: 120px !important;
  }
  ._mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._m-md-120 {
    margin: 120px !important;
  }
  ._pr-md-120 {
    padding-right: 120px !important;
  }
  ._px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-md-120 {
    padding: 120px !important;
  }
  ._mt-md-160 {
    margin-top: 160px !important;
  }
  ._mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-md-160 {
    margin: 160px !important;
  }
  ._pt-md-160 {
    padding-top: 160px !important;
  }
  ._px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-md-160 {
    padding: 160px !important;
  }
  ._mb-md-160 {
    margin-bottom: 160px !important;
  }
  ._mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-md-160 {
    margin: 160px !important;
  }
  ._pb-md-160 {
    padding-bottom: 160px !important;
  }
  ._px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-md-160 {
    padding: 160px !important;
  }
  ._ml-md-160 {
    margin-left: 160px !important;
  }
  ._mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-md-160 {
    margin: 160px !important;
  }
  ._pl-md-160 {
    padding-left: 160px !important;
  }
  ._px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-md-160 {
    padding: 160px !important;
  }
  ._mr-md-160 {
    margin-right: 160px !important;
  }
  ._mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._m-md-160 {
    margin: 160px !important;
  }
  ._pr-md-160 {
    padding-right: 160px !important;
  }
  ._px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-md-160 {
    padding: 160px !important;
  }
}

@media (min-width: 1601px) {
  ._mt-lg-0 {
    margin-top: 0px !important;
  }
  ._m-lg-0 {
    margin: 0px !important;
  }
  ._mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._pt-lg-0 {
    padding-top: 0px !important;
  }
  ._px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-lg-0 {
    padding: 0px !important;
  }
  ._mb-lg-0 {
    margin-bottom: 0px !important;
  }
  ._m-lg-0 {
    margin: 0px !important;
  }
  ._mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._pb-lg-0 {
    padding-bottom: 0px !important;
  }
  ._px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-lg-0 {
    padding: 0px !important;
  }
  ._ml-lg-0 {
    margin-left: 0px !important;
  }
  ._m-lg-0 {
    margin: 0px !important;
  }
  ._mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._pl-lg-0 {
    padding-left: 0px !important;
  }
  ._px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-lg-0 {
    padding: 0px !important;
  }
  ._mr-lg-0 {
    margin-right: 0px !important;
  }
  ._m-lg-0 {
    margin: 0px !important;
  }
  ._mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  ._my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ._pr-lg-0 {
    padding-right: 0px !important;
  }
  ._px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ._py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  ._p-lg-0 {
    padding: 0px !important;
  }
  ._mt-lg-5 {
    margin-top: 5px !important;
  }
  ._m-lg-5 {
    margin: 5px !important;
  }
  ._mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._pt-lg-5 {
    padding-top: 5px !important;
  }
  ._px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-lg-5 {
    padding: 5px !important;
  }
  ._mb-lg-5 {
    margin-bottom: 5px !important;
  }
  ._m-lg-5 {
    margin: 5px !important;
  }
  ._mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._pb-lg-5 {
    padding-bottom: 5px !important;
  }
  ._px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-lg-5 {
    padding: 5px !important;
  }
  ._ml-lg-5 {
    margin-left: 5px !important;
  }
  ._m-lg-5 {
    margin: 5px !important;
  }
  ._mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._pl-lg-5 {
    padding-left: 5px !important;
  }
  ._px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-lg-5 {
    padding: 5px !important;
  }
  ._mr-lg-5 {
    margin-right: 5px !important;
  }
  ._m-lg-5 {
    margin: 5px !important;
  }
  ._mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  ._my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  ._pr-lg-5 {
    padding-right: 5px !important;
  }
  ._px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  ._py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  ._p-lg-5 {
    padding: 5px !important;
  }
  ._mt-lg-10 {
    margin-top: 10px !important;
  }
  ._m-lg-10 {
    margin: 10px !important;
  }
  ._mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._pt-lg-10 {
    padding-top: 10px !important;
  }
  ._px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-lg-10 {
    padding: 10px !important;
  }
  ._mb-lg-10 {
    margin-bottom: 10px !important;
  }
  ._m-lg-10 {
    margin: 10px !important;
  }
  ._mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._pb-lg-10 {
    padding-bottom: 10px !important;
  }
  ._px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-lg-10 {
    padding: 10px !important;
  }
  ._ml-lg-10 {
    margin-left: 10px !important;
  }
  ._m-lg-10 {
    margin: 10px !important;
  }
  ._mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._pl-lg-10 {
    padding-left: 10px !important;
  }
  ._px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-lg-10 {
    padding: 10px !important;
  }
  ._mr-lg-10 {
    margin-right: 10px !important;
  }
  ._m-lg-10 {
    margin: 10px !important;
  }
  ._mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  ._pr-lg-10 {
    padding-right: 10px !important;
  }
  ._px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ._py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  ._p-lg-10 {
    padding: 10px !important;
  }
  ._mt-lg-15 {
    margin-top: 15px !important;
  }
  ._m-lg-15 {
    margin: 15px !important;
  }
  ._mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._pt-lg-15 {
    padding-top: 15px !important;
  }
  ._px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-lg-15 {
    padding: 15px !important;
  }
  ._mb-lg-15 {
    margin-bottom: 15px !important;
  }
  ._m-lg-15 {
    margin: 15px !important;
  }
  ._mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._pb-lg-15 {
    padding-bottom: 15px !important;
  }
  ._px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-lg-15 {
    padding: 15px !important;
  }
  ._ml-lg-15 {
    margin-left: 15px !important;
  }
  ._m-lg-15 {
    margin: 15px !important;
  }
  ._mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._pl-lg-15 {
    padding-left: 15px !important;
  }
  ._px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-lg-15 {
    padding: 15px !important;
  }
  ._mr-lg-15 {
    margin-right: 15px !important;
  }
  ._m-lg-15 {
    margin: 15px !important;
  }
  ._mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  ._my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  ._pr-lg-15 {
    padding-right: 15px !important;
  }
  ._px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  ._py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ._p-lg-15 {
    padding: 15px !important;
  }
  ._mt-lg-20 {
    margin-top: 20px !important;
  }
  ._m-lg-20 {
    margin: 20px !important;
  }
  ._mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._pt-lg-20 {
    padding-top: 20px !important;
  }
  ._px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-lg-20 {
    padding: 20px !important;
  }
  ._mb-lg-20 {
    margin-bottom: 20px !important;
  }
  ._m-lg-20 {
    margin: 20px !important;
  }
  ._mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._pb-lg-20 {
    padding-bottom: 20px !important;
  }
  ._px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-lg-20 {
    padding: 20px !important;
  }
  ._ml-lg-20 {
    margin-left: 20px !important;
  }
  ._m-lg-20 {
    margin: 20px !important;
  }
  ._mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._pl-lg-20 {
    padding-left: 20px !important;
  }
  ._px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-lg-20 {
    padding: 20px !important;
  }
  ._mr-lg-20 {
    margin-right: 20px !important;
  }
  ._m-lg-20 {
    margin: 20px !important;
  }
  ._mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  ._my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ._pr-lg-20 {
    padding-right: 20px !important;
  }
  ._px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ._py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  ._p-lg-20 {
    padding: 20px !important;
  }
  ._mt-lg-25 {
    margin-top: 25px !important;
  }
  ._m-lg-25 {
    margin: 25px !important;
  }
  ._mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._pt-lg-25 {
    padding-top: 25px !important;
  }
  ._px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-lg-25 {
    padding: 25px !important;
  }
  ._mb-lg-25 {
    margin-bottom: 25px !important;
  }
  ._m-lg-25 {
    margin: 25px !important;
  }
  ._mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._pb-lg-25 {
    padding-bottom: 25px !important;
  }
  ._px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-lg-25 {
    padding: 25px !important;
  }
  ._ml-lg-25 {
    margin-left: 25px !important;
  }
  ._m-lg-25 {
    margin: 25px !important;
  }
  ._mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._pl-lg-25 {
    padding-left: 25px !important;
  }
  ._px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-lg-25 {
    padding: 25px !important;
  }
  ._mr-lg-25 {
    margin-right: 25px !important;
  }
  ._m-lg-25 {
    margin: 25px !important;
  }
  ._mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  ._my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  ._pr-lg-25 {
    padding-right: 25px !important;
  }
  ._px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  ._py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  ._p-lg-25 {
    padding: 25px !important;
  }
  ._mt-lg-30 {
    margin-top: 30px !important;
  }
  ._m-lg-30 {
    margin: 30px !important;
  }
  ._mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._pt-lg-30 {
    padding-top: 30px !important;
  }
  ._px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-lg-30 {
    padding: 30px !important;
  }
  ._mb-lg-30 {
    margin-bottom: 30px !important;
  }
  ._m-lg-30 {
    margin: 30px !important;
  }
  ._mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._pb-lg-30 {
    padding-bottom: 30px !important;
  }
  ._px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-lg-30 {
    padding: 30px !important;
  }
  ._ml-lg-30 {
    margin-left: 30px !important;
  }
  ._m-lg-30 {
    margin: 30px !important;
  }
  ._mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._pl-lg-30 {
    padding-left: 30px !important;
  }
  ._px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-lg-30 {
    padding: 30px !important;
  }
  ._mr-lg-30 {
    margin-right: 30px !important;
  }
  ._m-lg-30 {
    margin: 30px !important;
  }
  ._mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  ._my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  ._pr-lg-30 {
    padding-right: 30px !important;
  }
  ._px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  ._py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ._p-lg-30 {
    padding: 30px !important;
  }
  ._mt-lg-35 {
    margin-top: 35px !important;
  }
  ._m-lg-35 {
    margin: 35px !important;
  }
  ._mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._pt-lg-35 {
    padding-top: 35px !important;
  }
  ._px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-lg-35 {
    padding: 35px !important;
  }
  ._mb-lg-35 {
    margin-bottom: 35px !important;
  }
  ._m-lg-35 {
    margin: 35px !important;
  }
  ._mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._pb-lg-35 {
    padding-bottom: 35px !important;
  }
  ._px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-lg-35 {
    padding: 35px !important;
  }
  ._ml-lg-35 {
    margin-left: 35px !important;
  }
  ._m-lg-35 {
    margin: 35px !important;
  }
  ._mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._pl-lg-35 {
    padding-left: 35px !important;
  }
  ._px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-lg-35 {
    padding: 35px !important;
  }
  ._mr-lg-35 {
    margin-right: 35px !important;
  }
  ._m-lg-35 {
    margin: 35px !important;
  }
  ._mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  ._my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  ._pr-lg-35 {
    padding-right: 35px !important;
  }
  ._px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  ._py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  ._p-lg-35 {
    padding: 35px !important;
  }
  ._mt-lg-40 {
    margin-top: 40px !important;
  }
  ._m-lg-40 {
    margin: 40px !important;
  }
  ._mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._pt-lg-40 {
    padding-top: 40px !important;
  }
  ._px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-lg-40 {
    padding: 40px !important;
  }
  ._mb-lg-40 {
    margin-bottom: 40px !important;
  }
  ._m-lg-40 {
    margin: 40px !important;
  }
  ._mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._pb-lg-40 {
    padding-bottom: 40px !important;
  }
  ._px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-lg-40 {
    padding: 40px !important;
  }
  ._ml-lg-40 {
    margin-left: 40px !important;
  }
  ._m-lg-40 {
    margin: 40px !important;
  }
  ._mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._pl-lg-40 {
    padding-left: 40px !important;
  }
  ._px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-lg-40 {
    padding: 40px !important;
  }
  ._mr-lg-40 {
    margin-right: 40px !important;
  }
  ._m-lg-40 {
    margin: 40px !important;
  }
  ._mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  ._my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  ._pr-lg-40 {
    padding-right: 40px !important;
  }
  ._px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  ._py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  ._p-lg-40 {
    padding: 40px !important;
  }
  ._mt-lg-43 {
    margin-top: 43px !important;
  }
  ._m-lg-43 {
    margin: 43px !important;
  }
  ._mx-lg-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._pt-lg-43 {
    padding-top: 43px !important;
  }
  ._px-lg-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-lg-43 {
    padding: 43px !important;
  }
  ._mb-lg-43 {
    margin-bottom: 43px !important;
  }
  ._m-lg-43 {
    margin: 43px !important;
  }
  ._mx-lg-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._pb-lg-43 {
    padding-bottom: 43px !important;
  }
  ._px-lg-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-lg-43 {
    padding: 43px !important;
  }
  ._ml-lg-43 {
    margin-left: 43px !important;
  }
  ._m-lg-43 {
    margin: 43px !important;
  }
  ._mx-lg-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._pl-lg-43 {
    padding-left: 43px !important;
  }
  ._px-lg-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-lg-43 {
    padding: 43px !important;
  }
  ._mr-lg-43 {
    margin-right: 43px !important;
  }
  ._m-lg-43 {
    margin: 43px !important;
  }
  ._mx-lg-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  ._my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  ._pr-lg-43 {
    padding-right: 43px !important;
  }
  ._px-lg-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  ._py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  ._p-lg-43 {
    padding: 43px !important;
  }
  ._mt-lg-45 {
    margin-top: 45px !important;
  }
  ._m-lg-45 {
    margin: 45px !important;
  }
  ._mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._pt-lg-45 {
    padding-top: 45px !important;
  }
  ._px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-lg-45 {
    padding: 45px !important;
  }
  ._mb-lg-45 {
    margin-bottom: 45px !important;
  }
  ._m-lg-45 {
    margin: 45px !important;
  }
  ._mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._pb-lg-45 {
    padding-bottom: 45px !important;
  }
  ._px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-lg-45 {
    padding: 45px !important;
  }
  ._ml-lg-45 {
    margin-left: 45px !important;
  }
  ._m-lg-45 {
    margin: 45px !important;
  }
  ._mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._pl-lg-45 {
    padding-left: 45px !important;
  }
  ._px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-lg-45 {
    padding: 45px !important;
  }
  ._mr-lg-45 {
    margin-right: 45px !important;
  }
  ._m-lg-45 {
    margin: 45px !important;
  }
  ._mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  ._my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  ._pr-lg-45 {
    padding-right: 45px !important;
  }
  ._px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  ._py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  ._p-lg-45 {
    padding: 45px !important;
  }
  ._mt-lg-46 {
    margin-top: 46px !important;
  }
  ._m-lg-46 {
    margin: 46px !important;
  }
  ._mx-lg-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-lg-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._pt-lg-46 {
    padding-top: 46px !important;
  }
  ._px-lg-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-lg-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-lg-46 {
    padding: 46px !important;
  }
  ._mb-lg-46 {
    margin-bottom: 46px !important;
  }
  ._m-lg-46 {
    margin: 46px !important;
  }
  ._mx-lg-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-lg-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._pb-lg-46 {
    padding-bottom: 46px !important;
  }
  ._px-lg-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-lg-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-lg-46 {
    padding: 46px !important;
  }
  ._ml-lg-46 {
    margin-left: 46px !important;
  }
  ._m-lg-46 {
    margin: 46px !important;
  }
  ._mx-lg-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-lg-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._pl-lg-46 {
    padding-left: 46px !important;
  }
  ._px-lg-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-lg-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-lg-46 {
    padding: 46px !important;
  }
  ._mr-lg-46 {
    margin-right: 46px !important;
  }
  ._m-lg-46 {
    margin: 46px !important;
  }
  ._mx-lg-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  ._my-lg-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  ._pr-lg-46 {
    padding-right: 46px !important;
  }
  ._px-lg-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  ._py-lg-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  ._p-lg-46 {
    padding: 46px !important;
  }
  ._mt-lg-50 {
    margin-top: 50px !important;
  }
  ._m-lg-50 {
    margin: 50px !important;
  }
  ._mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._pt-lg-50 {
    padding-top: 50px !important;
  }
  ._px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-lg-50 {
    padding: 50px !important;
  }
  ._mb-lg-50 {
    margin-bottom: 50px !important;
  }
  ._m-lg-50 {
    margin: 50px !important;
  }
  ._mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._pb-lg-50 {
    padding-bottom: 50px !important;
  }
  ._px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-lg-50 {
    padding: 50px !important;
  }
  ._ml-lg-50 {
    margin-left: 50px !important;
  }
  ._m-lg-50 {
    margin: 50px !important;
  }
  ._mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._pl-lg-50 {
    padding-left: 50px !important;
  }
  ._px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-lg-50 {
    padding: 50px !important;
  }
  ._mr-lg-50 {
    margin-right: 50px !important;
  }
  ._m-lg-50 {
    margin: 50px !important;
  }
  ._mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  ._my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  ._pr-lg-50 {
    padding-right: 50px !important;
  }
  ._px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  ._py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  ._p-lg-50 {
    padding: 50px !important;
  }
  ._mt-lg-55 {
    margin-top: 55px !important;
  }
  ._m-lg-55 {
    margin: 55px !important;
  }
  ._mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._pt-lg-55 {
    padding-top: 55px !important;
  }
  ._px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-lg-55 {
    padding: 55px !important;
  }
  ._mb-lg-55 {
    margin-bottom: 55px !important;
  }
  ._m-lg-55 {
    margin: 55px !important;
  }
  ._mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._pb-lg-55 {
    padding-bottom: 55px !important;
  }
  ._px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-lg-55 {
    padding: 55px !important;
  }
  ._ml-lg-55 {
    margin-left: 55px !important;
  }
  ._m-lg-55 {
    margin: 55px !important;
  }
  ._mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._pl-lg-55 {
    padding-left: 55px !important;
  }
  ._px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-lg-55 {
    padding: 55px !important;
  }
  ._mr-lg-55 {
    margin-right: 55px !important;
  }
  ._m-lg-55 {
    margin: 55px !important;
  }
  ._mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  ._my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  ._pr-lg-55 {
    padding-right: 55px !important;
  }
  ._px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  ._py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  ._p-lg-55 {
    padding: 55px !important;
  }
  ._mt-lg-60 {
    margin-top: 60px !important;
  }
  ._m-lg-60 {
    margin: 60px !important;
  }
  ._mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._pt-lg-60 {
    padding-top: 60px !important;
  }
  ._px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-lg-60 {
    padding: 60px !important;
  }
  ._mb-lg-60 {
    margin-bottom: 60px !important;
  }
  ._m-lg-60 {
    margin: 60px !important;
  }
  ._mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._pb-lg-60 {
    padding-bottom: 60px !important;
  }
  ._px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-lg-60 {
    padding: 60px !important;
  }
  ._ml-lg-60 {
    margin-left: 60px !important;
  }
  ._m-lg-60 {
    margin: 60px !important;
  }
  ._mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._pl-lg-60 {
    padding-left: 60px !important;
  }
  ._px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-lg-60 {
    padding: 60px !important;
  }
  ._mr-lg-60 {
    margin-right: 60px !important;
  }
  ._m-lg-60 {
    margin: 60px !important;
  }
  ._mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  ._my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  ._pr-lg-60 {
    padding-right: 60px !important;
  }
  ._px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  ._py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  ._p-lg-60 {
    padding: 60px !important;
  }
  ._mt-lg-65 {
    margin-top: 65px !important;
  }
  ._m-lg-65 {
    margin: 65px !important;
  }
  ._mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._pt-lg-65 {
    padding-top: 65px !important;
  }
  ._px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-lg-65 {
    padding: 65px !important;
  }
  ._mb-lg-65 {
    margin-bottom: 65px !important;
  }
  ._m-lg-65 {
    margin: 65px !important;
  }
  ._mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._pb-lg-65 {
    padding-bottom: 65px !important;
  }
  ._px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-lg-65 {
    padding: 65px !important;
  }
  ._ml-lg-65 {
    margin-left: 65px !important;
  }
  ._m-lg-65 {
    margin: 65px !important;
  }
  ._mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._pl-lg-65 {
    padding-left: 65px !important;
  }
  ._px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-lg-65 {
    padding: 65px !important;
  }
  ._mr-lg-65 {
    margin-right: 65px !important;
  }
  ._m-lg-65 {
    margin: 65px !important;
  }
  ._mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  ._my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  ._pr-lg-65 {
    padding-right: 65px !important;
  }
  ._px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  ._py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  ._p-lg-65 {
    padding: 65px !important;
  }
  ._mt-lg-70 {
    margin-top: 70px !important;
  }
  ._m-lg-70 {
    margin: 70px !important;
  }
  ._mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._pt-lg-70 {
    padding-top: 70px !important;
  }
  ._px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-lg-70 {
    padding: 70px !important;
  }
  ._mb-lg-70 {
    margin-bottom: 70px !important;
  }
  ._m-lg-70 {
    margin: 70px !important;
  }
  ._mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._pb-lg-70 {
    padding-bottom: 70px !important;
  }
  ._px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-lg-70 {
    padding: 70px !important;
  }
  ._ml-lg-70 {
    margin-left: 70px !important;
  }
  ._m-lg-70 {
    margin: 70px !important;
  }
  ._mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._pl-lg-70 {
    padding-left: 70px !important;
  }
  ._px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-lg-70 {
    padding: 70px !important;
  }
  ._mr-lg-70 {
    margin-right: 70px !important;
  }
  ._m-lg-70 {
    margin: 70px !important;
  }
  ._mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  ._my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  ._pr-lg-70 {
    padding-right: 70px !important;
  }
  ._px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  ._py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  ._p-lg-70 {
    padding: 70px !important;
  }
  ._mt-lg-75 {
    margin-top: 75px !important;
  }
  ._m-lg-75 {
    margin: 75px !important;
  }
  ._mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._pt-lg-75 {
    padding-top: 75px !important;
  }
  ._px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-lg-75 {
    padding: 75px !important;
  }
  ._mb-lg-75 {
    margin-bottom: 75px !important;
  }
  ._m-lg-75 {
    margin: 75px !important;
  }
  ._mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._pb-lg-75 {
    padding-bottom: 75px !important;
  }
  ._px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-lg-75 {
    padding: 75px !important;
  }
  ._ml-lg-75 {
    margin-left: 75px !important;
  }
  ._m-lg-75 {
    margin: 75px !important;
  }
  ._mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._pl-lg-75 {
    padding-left: 75px !important;
  }
  ._px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-lg-75 {
    padding: 75px !important;
  }
  ._mr-lg-75 {
    margin-right: 75px !important;
  }
  ._m-lg-75 {
    margin: 75px !important;
  }
  ._mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  ._my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  ._pr-lg-75 {
    padding-right: 75px !important;
  }
  ._px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  ._py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  ._p-lg-75 {
    padding: 75px !important;
  }
  ._mt-lg-80 {
    margin-top: 80px !important;
  }
  ._m-lg-80 {
    margin: 80px !important;
  }
  ._mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._pt-lg-80 {
    padding-top: 80px !important;
  }
  ._px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-lg-80 {
    padding: 80px !important;
  }
  ._mb-lg-80 {
    margin-bottom: 80px !important;
  }
  ._m-lg-80 {
    margin: 80px !important;
  }
  ._mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._pb-lg-80 {
    padding-bottom: 80px !important;
  }
  ._px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-lg-80 {
    padding: 80px !important;
  }
  ._ml-lg-80 {
    margin-left: 80px !important;
  }
  ._m-lg-80 {
    margin: 80px !important;
  }
  ._mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._pl-lg-80 {
    padding-left: 80px !important;
  }
  ._px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-lg-80 {
    padding: 80px !important;
  }
  ._mr-lg-80 {
    margin-right: 80px !important;
  }
  ._m-lg-80 {
    margin: 80px !important;
  }
  ._mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  ._my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  ._pr-lg-80 {
    padding-right: 80px !important;
  }
  ._px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  ._py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  ._p-lg-80 {
    padding: 80px !important;
  }
  ._mt-lg-85 {
    margin-top: 85px !important;
  }
  ._m-lg-85 {
    margin: 85px !important;
  }
  ._mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._pt-lg-85 {
    padding-top: 85px !important;
  }
  ._px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-lg-85 {
    padding: 85px !important;
  }
  ._mb-lg-85 {
    margin-bottom: 85px !important;
  }
  ._m-lg-85 {
    margin: 85px !important;
  }
  ._mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._pb-lg-85 {
    padding-bottom: 85px !important;
  }
  ._px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-lg-85 {
    padding: 85px !important;
  }
  ._ml-lg-85 {
    margin-left: 85px !important;
  }
  ._m-lg-85 {
    margin: 85px !important;
  }
  ._mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._pl-lg-85 {
    padding-left: 85px !important;
  }
  ._px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-lg-85 {
    padding: 85px !important;
  }
  ._mr-lg-85 {
    margin-right: 85px !important;
  }
  ._m-lg-85 {
    margin: 85px !important;
  }
  ._mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  ._my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  ._pr-lg-85 {
    padding-right: 85px !important;
  }
  ._px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  ._py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  ._p-lg-85 {
    padding: 85px !important;
  }
  ._mt-lg-90 {
    margin-top: 90px !important;
  }
  ._m-lg-90 {
    margin: 90px !important;
  }
  ._mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._pt-lg-90 {
    padding-top: 90px !important;
  }
  ._px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-lg-90 {
    padding: 90px !important;
  }
  ._mb-lg-90 {
    margin-bottom: 90px !important;
  }
  ._m-lg-90 {
    margin: 90px !important;
  }
  ._mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._pb-lg-90 {
    padding-bottom: 90px !important;
  }
  ._px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-lg-90 {
    padding: 90px !important;
  }
  ._ml-lg-90 {
    margin-left: 90px !important;
  }
  ._m-lg-90 {
    margin: 90px !important;
  }
  ._mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._pl-lg-90 {
    padding-left: 90px !important;
  }
  ._px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-lg-90 {
    padding: 90px !important;
  }
  ._mr-lg-90 {
    margin-right: 90px !important;
  }
  ._m-lg-90 {
    margin: 90px !important;
  }
  ._mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  ._my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  ._pr-lg-90 {
    padding-right: 90px !important;
  }
  ._px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  ._py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  ._p-lg-90 {
    padding: 90px !important;
  }
  ._mt-lg-95 {
    margin-top: 95px !important;
  }
  ._m-lg-95 {
    margin: 95px !important;
  }
  ._mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._pt-lg-95 {
    padding-top: 95px !important;
  }
  ._px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-lg-95 {
    padding: 95px !important;
  }
  ._mb-lg-95 {
    margin-bottom: 95px !important;
  }
  ._m-lg-95 {
    margin: 95px !important;
  }
  ._mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._pb-lg-95 {
    padding-bottom: 95px !important;
  }
  ._px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-lg-95 {
    padding: 95px !important;
  }
  ._ml-lg-95 {
    margin-left: 95px !important;
  }
  ._m-lg-95 {
    margin: 95px !important;
  }
  ._mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._pl-lg-95 {
    padding-left: 95px !important;
  }
  ._px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-lg-95 {
    padding: 95px !important;
  }
  ._mr-lg-95 {
    margin-right: 95px !important;
  }
  ._m-lg-95 {
    margin: 95px !important;
  }
  ._mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  ._my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  ._pr-lg-95 {
    padding-right: 95px !important;
  }
  ._px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  ._py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  ._p-lg-95 {
    padding: 95px !important;
  }
  ._mt-lg-100 {
    margin-top: 100px !important;
  }
  ._m-lg-100 {
    margin: 100px !important;
  }
  ._mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._pt-lg-100 {
    padding-top: 100px !important;
  }
  ._px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-lg-100 {
    padding: 100px !important;
  }
  ._mb-lg-100 {
    margin-bottom: 100px !important;
  }
  ._m-lg-100 {
    margin: 100px !important;
  }
  ._mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._pb-lg-100 {
    padding-bottom: 100px !important;
  }
  ._px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-lg-100 {
    padding: 100px !important;
  }
  ._ml-lg-100 {
    margin-left: 100px !important;
  }
  ._m-lg-100 {
    margin: 100px !important;
  }
  ._mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._pl-lg-100 {
    padding-left: 100px !important;
  }
  ._px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-lg-100 {
    padding: 100px !important;
  }
  ._mr-lg-100 {
    margin-right: 100px !important;
  }
  ._m-lg-100 {
    margin: 100px !important;
  }
  ._mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  ._my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  ._pr-lg-100 {
    padding-right: 100px !important;
  }
  ._px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  ._py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  ._p-lg-100 {
    padding: 100px !important;
  }
  ._mt-lg-105 {
    margin-top: 105px !important;
  }
  ._m-lg-105 {
    margin: 105px !important;
  }
  ._mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._pt-lg-105 {
    padding-top: 105px !important;
  }
  ._px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-lg-105 {
    padding: 105px !important;
  }
  ._mb-lg-105 {
    margin-bottom: 105px !important;
  }
  ._m-lg-105 {
    margin: 105px !important;
  }
  ._mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._pb-lg-105 {
    padding-bottom: 105px !important;
  }
  ._px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-lg-105 {
    padding: 105px !important;
  }
  ._ml-lg-105 {
    margin-left: 105px !important;
  }
  ._m-lg-105 {
    margin: 105px !important;
  }
  ._mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._pl-lg-105 {
    padding-left: 105px !important;
  }
  ._px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-lg-105 {
    padding: 105px !important;
  }
  ._mr-lg-105 {
    margin-right: 105px !important;
  }
  ._m-lg-105 {
    margin: 105px !important;
  }
  ._mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  ._my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  ._pr-lg-105 {
    padding-right: 105px !important;
  }
  ._px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  ._py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  ._p-lg-105 {
    padding: 105px !important;
  }
  ._mt-lg-110 {
    margin-top: 110px !important;
  }
  ._m-lg-110 {
    margin: 110px !important;
  }
  ._mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._pt-lg-110 {
    padding-top: 110px !important;
  }
  ._px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-lg-110 {
    padding: 110px !important;
  }
  ._mb-lg-110 {
    margin-bottom: 110px !important;
  }
  ._m-lg-110 {
    margin: 110px !important;
  }
  ._mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._pb-lg-110 {
    padding-bottom: 110px !important;
  }
  ._px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-lg-110 {
    padding: 110px !important;
  }
  ._ml-lg-110 {
    margin-left: 110px !important;
  }
  ._m-lg-110 {
    margin: 110px !important;
  }
  ._mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._pl-lg-110 {
    padding-left: 110px !important;
  }
  ._px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-lg-110 {
    padding: 110px !important;
  }
  ._mr-lg-110 {
    margin-right: 110px !important;
  }
  ._m-lg-110 {
    margin: 110px !important;
  }
  ._mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  ._my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  ._pr-lg-110 {
    padding-right: 110px !important;
  }
  ._px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  ._py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  ._p-lg-110 {
    padding: 110px !important;
  }
  ._mt-lg-115 {
    margin-top: 115px !important;
  }
  ._m-lg-115 {
    margin: 115px !important;
  }
  ._mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._pt-lg-115 {
    padding-top: 115px !important;
  }
  ._px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-lg-115 {
    padding: 115px !important;
  }
  ._mb-lg-115 {
    margin-bottom: 115px !important;
  }
  ._m-lg-115 {
    margin: 115px !important;
  }
  ._mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._pb-lg-115 {
    padding-bottom: 115px !important;
  }
  ._px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-lg-115 {
    padding: 115px !important;
  }
  ._ml-lg-115 {
    margin-left: 115px !important;
  }
  ._m-lg-115 {
    margin: 115px !important;
  }
  ._mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._pl-lg-115 {
    padding-left: 115px !important;
  }
  ._px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-lg-115 {
    padding: 115px !important;
  }
  ._mr-lg-115 {
    margin-right: 115px !important;
  }
  ._m-lg-115 {
    margin: 115px !important;
  }
  ._mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  ._my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  ._pr-lg-115 {
    padding-right: 115px !important;
  }
  ._px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  ._py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  ._p-lg-115 {
    padding: 115px !important;
  }
  ._mt-lg-120 {
    margin-top: 120px !important;
  }
  ._m-lg-120 {
    margin: 120px !important;
  }
  ._mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._pt-lg-120 {
    padding-top: 120px !important;
  }
  ._px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-lg-120 {
    padding: 120px !important;
  }
  ._mb-lg-120 {
    margin-bottom: 120px !important;
  }
  ._m-lg-120 {
    margin: 120px !important;
  }
  ._mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._pb-lg-120 {
    padding-bottom: 120px !important;
  }
  ._px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-lg-120 {
    padding: 120px !important;
  }
  ._ml-lg-120 {
    margin-left: 120px !important;
  }
  ._m-lg-120 {
    margin: 120px !important;
  }
  ._mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._pl-lg-120 {
    padding-left: 120px !important;
  }
  ._px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-lg-120 {
    padding: 120px !important;
  }
  ._mr-lg-120 {
    margin-right: 120px !important;
  }
  ._m-lg-120 {
    margin: 120px !important;
  }
  ._mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  ._my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  ._pr-lg-120 {
    padding-right: 120px !important;
  }
  ._px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  ._py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  ._p-lg-120 {
    padding: 120px !important;
  }
  ._mt-lg-160 {
    margin-top: 160px !important;
  }
  ._m-lg-160 {
    margin: 160px !important;
  }
  ._mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._pt-lg-160 {
    padding-top: 160px !important;
  }
  ._px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-lg-160 {
    padding: 160px !important;
  }
  ._mb-lg-160 {
    margin-bottom: 160px !important;
  }
  ._m-lg-160 {
    margin: 160px !important;
  }
  ._mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._pb-lg-160 {
    padding-bottom: 160px !important;
  }
  ._px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-lg-160 {
    padding: 160px !important;
  }
  ._ml-lg-160 {
    margin-left: 160px !important;
  }
  ._m-lg-160 {
    margin: 160px !important;
  }
  ._mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._pl-lg-160 {
    padding-left: 160px !important;
  }
  ._px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-lg-160 {
    padding: 160px !important;
  }
  ._mr-lg-160 {
    margin-right: 160px !important;
  }
  ._m-lg-160 {
    margin: 160px !important;
  }
  ._mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  ._my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  ._pr-lg-160 {
    padding-right: 160px !important;
  }
  ._px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  ._py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  ._p-lg-160 {
    padding: 160px !important;
  }
}

._m-0 {
  margin: 0 !important;
}

._mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 896px) {
  ._m-sm-0 {
    margin: 0 !important;
  }
  ._mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 897px) {
  ._m-md-0 {
    margin: 0 !important;
  }
  ._mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1601px) {
  ._m-lg-0 {
    margin: 0 !important;
  }
  ._mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ==========================================================
 Text align
========================================================== */
._txt-left {
  text-align: left !important;
}

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

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

@media (max-width: 896px) {
  ._txt-sm-left {
    text-align: left !important;
  }
  ._txt-sm-center {
    text-align: center !important;
  }
  ._txt-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 897px) {
  ._txt-md-left {
    text-align: left !important;
  }
  ._txt-md-center {
    text-align: center !important;
  }
  ._txt-md-right {
    text-align: right !important;
  }
}

@media (min-width: 1601px) {
  ._txt-lg-left {
    text-align: left !important;
  }
  ._txt-lg-center {
    text-align: center !important;
  }
  ._txt-lg-right {
    text-align: right !important;
  }
}

/* ==========================================================
 Text weight
========================================================== */
._txt-normal {
  font-weight: normal !important;
}

._txt-bold {
  font-weight: bold !important;
}

/* ==========================================================
 Text color
========================================================== */
/* ==========================================================
 Text style
========================================================== */
/* ==========================================================
 Text size
========================================================== */
._txt-size-8 {
  font-size: 0.8rem !important;
}

._txt-size-9 {
  font-size: 0.9rem !important;
}

._txt-size-10 {
  font-size: 1rem !important;
}

._txt-size-11 {
  font-size: 1.1rem !important;
}

._txt-size-12 {
  font-size: 1.2rem !important;
}

._txt-size-13 {
  font-size: 1.3rem !important;
}

._txt-size-14 {
  font-size: 1.4rem !important;
}

._txt-size-15 {
  font-size: 1.5rem !important;
}

._txt-size-16 {
  font-size: 1.6rem !important;
}

._txt-size-17 {
  font-size: 1.7rem !important;
}

._txt-size-18 {
  font-size: 1.8rem !important;
}

._txt-size-19 {
  font-size: 1.9rem !important;
}

._txt-size-20 {
  font-size: 2rem !important;
}

._txt-size-21 {
  font-size: 2.1rem !important;
}

._txt-size-22 {
  font-size: 2.2rem !important;
}

._txt-size-23 {
  font-size: 2.3rem !important;
}

._txt-size-24 {
  font-size: 2.4rem !important;
}

._txt-size-25 {
  font-size: 2.5rem !important;
}

._txt-size-26 {
  font-size: 2.6rem !important;
}

._txt-size-27 {
  font-size: 2.7rem !important;
}

._txt-size-28 {
  font-size: 2.8rem !important;
}

._txt-size-29 {
  font-size: 2.9rem !important;
}

._txt-size-30 {
  font-size: 3rem !important;
}

._txt-size-31 {
  font-size: 3.1rem !important;
}

._txt-size-32 {
  font-size: 3.2rem !important;
}

._txt-size-33 {
  font-size: 3.3rem !important;
}

._txt-size-34 {
  font-size: 3.4rem !important;
}

._txt-size-35 {
  font-size: 3.5rem !important;
}

._txt-size-36 {
  font-size: 3.6rem !important;
}

@media (max-width: 896px) {
  ._txt-sm-size-8 {
    font-size: 0.8rem !important;
  }
  ._txt-sm-size-9 {
    font-size: 0.9rem !important;
  }
  ._txt-sm-size-10 {
    font-size: 1rem !important;
  }
  ._txt-sm-size-11 {
    font-size: 1.1rem !important;
  }
  ._txt-sm-size-12 {
    font-size: 1.2rem !important;
  }
  ._txt-sm-size-13 {
    font-size: 1.3rem !important;
  }
  ._txt-sm-size-14 {
    font-size: 1.4rem !important;
  }
  ._txt-sm-size-15 {
    font-size: 1.5rem !important;
  }
  ._txt-sm-size-16 {
    font-size: 1.6rem !important;
  }
  ._txt-sm-size-17 {
    font-size: 1.7rem !important;
  }
  ._txt-sm-size-18 {
    font-size: 1.8rem !important;
  }
  ._txt-sm-size-19 {
    font-size: 1.9rem !important;
  }
  ._txt-sm-size-20 {
    font-size: 2rem !important;
  }
  ._txt-sm-size-21 {
    font-size: 2.1rem !important;
  }
  ._txt-sm-size-22 {
    font-size: 2.2rem !important;
  }
  ._txt-sm-size-23 {
    font-size: 2.3rem !important;
  }
  ._txt-sm-size-24 {
    font-size: 2.4rem !important;
  }
  ._txt-sm-size-25 {
    font-size: 2.5rem !important;
  }
  ._txt-sm-size-26 {
    font-size: 2.6rem !important;
  }
  ._txt-sm-size-27 {
    font-size: 2.7rem !important;
  }
  ._txt-sm-size-28 {
    font-size: 2.8rem !important;
  }
  ._txt-sm-size-29 {
    font-size: 2.9rem !important;
  }
  ._txt-sm-size-30 {
    font-size: 3rem !important;
  }
}

@media (min-width: 897px) {
  ._txt-md-size-8 {
    font-size: 0.8rem !important;
  }
  ._txt-md-size-9 {
    font-size: 0.9rem !important;
  }
  ._txt-md-size-10 {
    font-size: 1rem !important;
  }
  ._txt-md-size-11 {
    font-size: 1.1rem !important;
  }
  ._txt-md-size-12 {
    font-size: 1.2rem !important;
  }
  ._txt-md-size-13 {
    font-size: 1.3rem !important;
  }
  ._txt-md-size-14 {
    font-size: 1.4rem !important;
  }
  ._txt-md-size-15 {
    font-size: 1.5rem !important;
  }
  ._txt-md-size-16 {
    font-size: 1.6rem !important;
  }
  ._txt-md-size-17 {
    font-size: 1.7rem !important;
  }
  ._txt-md-size-18 {
    font-size: 1.8rem !important;
  }
  ._txt-md-size-19 {
    font-size: 1.9rem !important;
  }
  ._txt-md-size-20 {
    font-size: 2rem !important;
  }
  ._txt-md-size-21 {
    font-size: 2.1rem !important;
  }
  ._txt-md-size-22 {
    font-size: 2.2rem !important;
  }
  ._txt-md-size-23 {
    font-size: 2.3rem !important;
  }
  ._txt-md-size-24 {
    font-size: 2.4rem !important;
  }
  ._txt-md-size-25 {
    font-size: 2.5rem !important;
  }
  ._txt-md-size-26 {
    font-size: 2.6rem !important;
  }
  ._txt-md-size-27 {
    font-size: 2.7rem !important;
  }
  ._txt-md-size-28 {
    font-size: 2.8rem !important;
  }
  ._txt-md-size-29 {
    font-size: 2.9rem !important;
  }
  ._txt-md-size-30 {
    font-size: 3rem !important;
  }
}

@media (min-width: 1601px) {
  ._txt-lg-size-8 {
    font-size: 0.8rem !important;
  }
  ._txt-lg-size-9 {
    font-size: 0.9rem !important;
  }
  ._txt-lg-size-10 {
    font-size: 1rem !important;
  }
  ._txt-lg-size-11 {
    font-size: 1.1rem !important;
  }
  ._txt-lg-size-12 {
    font-size: 1.2rem !important;
  }
  ._txt-lg-size-13 {
    font-size: 1.3rem !important;
  }
  ._txt-lg-size-14 {
    font-size: 1.4rem !important;
  }
  ._txt-lg-size-15 {
    font-size: 1.5rem !important;
  }
  ._txt-lg-size-16 {
    font-size: 1.6rem !important;
  }
  ._txt-lg-size-17 {
    font-size: 1.7rem !important;
  }
  ._txt-lg-size-18 {
    font-size: 1.8rem !important;
  }
  ._txt-lg-size-19 {
    font-size: 1.9rem !important;
  }
  ._txt-lg-size-20 {
    font-size: 2rem !important;
  }
  ._txt-lg-size-21 {
    font-size: 2.1rem !important;
  }
  ._txt-lg-size-22 {
    font-size: 2.2rem !important;
  }
  ._txt-lg-size-23 {
    font-size: 2.3rem !important;
  }
  ._txt-lg-size-24 {
    font-size: 2.4rem !important;
  }
  ._txt-lg-size-25 {
    font-size: 2.5rem !important;
  }
  ._txt-lg-size-26 {
    font-size: 2.6rem !important;
  }
  ._txt-lg-size-27 {
    font-size: 2.7rem !important;
  }
  ._txt-lg-size-28 {
    font-size: 2.8rem !important;
  }
  ._txt-lg-size-29 {
    font-size: 2.9rem !important;
  }
  ._txt-lg-size-30 {
    font-size: 3rem !important;
  }
}

/* =====================================================
■MONO02-43 KSKTKMブランドサイト修正対応(2021年9月1日～)
===================================================== */
@media (min-width: 897px) {
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
}
@media (max-width: 896px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
.area-ksktkm-re {
  margin-top: 100px;
  font-family: "NotoSansCJKjp", sans-serif;
}
@media (max-width: 896px) {
  .area-ksktkm-re {
    margin: 50px -25px 0;
  }
}
.area-ksktkm-re sup {
  font-size: 12px;
  line-height: 2.8;
}
@media (max-width: 896px) {
  .area-ksktkm-re sup {
    font-size: 10px;
    line-height: 2.5;
  }
}
.area-ksktkm-re .heroarea {
  position: relative;
}
.area-ksktkm-re .bg-hero {
  background: url("/assets/image/products/series-damage/hero_ksktkm_re_01.jpg") left top no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 35.811%;
}
@media (max-width: 896px) {
  .area-ksktkm-re .bg-hero {
    background: url("/assets/image/products/series-damage/hero_ksktkm_re_01_sp.jpg") left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 154.66%;
  }
}
.area-ksktkm-re .txt-hero {
  position: absolute;
  left: 8.2%;
  bottom: 12%;
  font-size: 14px;
  line-height: 2.28;
  color: #333;
  text-align: center;
  width: 400px;
}
@media (max-width: 896px) {
  .area-ksktkm-re .txt-hero {
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    font-size: 3.3vw;
    line-height: 2.16;
    letter-spacing: .15em;
    width: 100%;
  }
}
.area-ksktkm-re .contentsarea-wrap {
  background-color: #FFF5F7;
  padding: 40px;
}
@media (max-width: 896px) {
  .area-ksktkm-re .contentsarea-wrap {
    padding: 25px;
  }
}
.area-ksktkm-re .contentsarea {
  background-color: #FFF;
  padding: 114px 80px 80px;
  text-align: center;
}
@media (max-width: 896px) {
  .area-ksktkm-re .contentsarea {
    padding: 50px 20px 20px;
  }
}
.area-ksktkm-re .mod-up {
  position: relative;
}
.area-ksktkm-re .mod-up:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 290px;
  height: 195px;
  top: -8%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  background-image: url(/assets/image/products/series-damage/ico_double_ksktkm_re_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-up:before {
    width: 70%;
    height: 20%;
    top: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.area-ksktkm-re .mod-up .txtarea {
  position: relative;
  z-index: 2;
}
.area-ksktkm-re .ttl-contents {
  color: #EB6E87;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: .15em;
}
@media (max-width: 896px) {
  .area-ksktkm-re .ttl-contents {
    font-size: 18px;
  }
}
.area-ksktkm-re .txt-contents {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
}
@media (max-width: 896px) {
  .area-ksktkm-re .txt-contents {
    font-size: 12px;
    text-align: left;
  }
}
.area-ksktkm-re .s-bold {
  color: #C1AC03;
}
.area-ksktkm-re .imgarea {
  margin-top: 50px;
  max-width: 930px;
  width: 100%;
}
@media (max-width: 896px) {
  .area-ksktkm-re .imgarea {
    margin-top: 20px;
  }
}
.area-ksktkm-re .ttl-label {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.55;
  letter-spacing: .15em;
  background-color: #ED879B;
  padding: 8px 0 10px;
}
@media (max-width: 896px) {
  .area-ksktkm-re .ttl-label {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .15em;
    padding: 7px 0 8px;
  }
}
.area-ksktkm-re .list-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type {
    display: block;
    margin-top: 20px;
  }
}
.area-ksktkm-re .list-type .item {
  margin-left: 3%;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .item {
    margin-left: 0;
  }
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .area-ksktkm-re .list-type .item:first-child {
    margin-top: 0;
    }
}
.area-ksktkm-re .list-type .item:first-child {
  margin-left: 0;
}
.area-ksktkm-re .list-type .box-img .img {
  position: relative;
}
.area-ksktkm-re .list-type .item .box-img .img:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 36px;
  height: 119px;
  bottom: 0;
  right: -2%;
  background-image: url(/assets/image/products/series-damage/ico_up_ksktkm_re_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .item .box-img .img:after {
    width: 20px;
    height: 65px;
    right: -3%;
  }
}
.area-ksktkm-re .list-type .item:nth-child(2) .box-img .img:after {
  width: 79px;
  height: 119px;
  bottom: 0;
  right: 1%;
  background-image: url(/assets/image/products/series-damage/ico_up_ksktkm_re_02.png);
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .item:nth-child(2) .box-img .img:after {
    width: 45px;
    height: 68px;
    right: -7%;
    background-image: url(/assets/image/products/series-damage/ico_up_ksktkm_re_02.png);
  }
}
.area-ksktkm-re .list-type .item:nth-child(3) .box-img .img:after {
  width: 47px;
  height: 101px;
  bottom: 0;
  right: -8%;
  background-image: url(/assets/image/products/series-damage/ico_up_ksktkm_re_03.png);
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .item:nth-child(3) .box-img .img:after {
    width: 26px;
    height: 56px;
    background-image: url(/assets/image/products/series-damage/ico_up_ksktkm_re_03.png);
  }
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .box-img {
    width: 35%;
  }
}
.area-ksktkm-re .list-type .box-txt {
  margin-top: 20px;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .box-txt {
    margin-top: 0;
    text-align: left;
    margin-left: 7%;
  }
}
.area-ksktkm-re .list-type .box-txt .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 1.57;
  letter-spacing: .05em;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .box-txt .ttl {
    font-size: 11px;
    line-height: 1.81;
  }
}
.area-ksktkm-re .list-type .box-txt .s-bold-sub {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.83;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .box-txt .s-bold-sub {
    font-size: 11px;
  }
}
.area-ksktkm-re .list-type .box-txt .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: .05em;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .area-ksktkm-re .list-type .box-txt .txt {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: .05em;
    margin-top: 10px;
  }
}
.area-ksktkm-re .mod-mix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  position: relative;
  margin-top: 104px;
  padding: 0 1%;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-mix {
    margin-top: 63px;
    display: block;
  }
}
.area-ksktkm-re .mod-mix:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 290px;
  height: 195px;
  top: -10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  background-image: url(/assets/image/products/series-damage/ico_double_ksktkm_re_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-mix:before {
    width: 70%;
    height: 50%;
    top: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.area-ksktkm-re .mod-mix .txtarea {
  width: 65%;
  position: relative;
  z-index: 2;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-mix .txtarea {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-mix .ttl-contents {
    text-align: center;
  }
}
.area-ksktkm-re .mod-mix .imgarea {
  width: 25%;
  margin-top: 0;
  margin-left: 3%;
  text-align: center;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-mix .imgarea {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.area-ksktkm-re .mod-aroma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: left;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-aroma {
    display: block;
    margin-top: 40px;
  }
}
.area-ksktkm-re .mod-aroma .img-float {
  position: absolute;
  content: '';
  display: inline-block;
  top: 34%;
  right: 0.5%;
  width: 24%;
}
@media (min-width: 897px) and (max-width: 1075px) {
  .area-ksktkm-re .mod-aroma .img-float {
    top: 44%;
  }
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-aroma .img-float {
    top: 48%;
    right: -1.5%;
    width: 44%;
  }
}
.area-ksktkm-re .mod-aroma .txtarea {
  width: 65%;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-aroma .txtarea {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-aroma .ttl-contents {
    text-align: center;
  }
}
.area-ksktkm-re .mod-aroma .txt-contents {
  width: 58%;
  position: relative;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-aroma .txt-contents {
    width: 100%;
  }
}
.area-ksktkm-re .mod-aroma .imgarea {
  width: 40%;
  margin-top: 0;
  margin-right: -2%;
  text-align: center;
}
@media (max-width: 896px) {
  .area-ksktkm-re .mod-aroma .imgarea {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .area-ksktkm-re .mod-aroma .imgarea .img {
    padding-right: 5%;
  }
}
.area-ksktkm-re .notice {
  font-size: 12px;
  line-height: 2.33;
  letter-spacing: .15em;
}
.area-ksktkm-re .annotation {
  font-size: 12px;
  margin-top: 30px;
  text-align: left;
  line-height: 2.33;
  letter-spacing: .15em;
}
@media (max-width: 896px) {
  .area-ksktkm-re .annotation {
    font-size: 11px;
    margin-top: 20px;
    text-align: left;
    line-height: 1.7;
  }
}
.area-ksktkm-re .mod-movie-in {
  padding: 5px 5px 10px;
  max-width: 930px;
  margin: 50px auto 0;
  position: relative;
}
.area-ksktkm-re .mod-movie-in .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area-ksktkm-re .mod-movie-in .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*MONO02-40 【店頭】　おうちBeauty キャンペーン　LP制作*/
.s-ouchi-beauty20210910 #hero .nav-area {
  padding: 0 40px 32px !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url("/assets/image/campaign/ouchi-beauty20210910/bg_hero_01_pc.jpg") left top no-repeat !important;
}
.s-ouchi-beauty20210910 #hero .nav-area li {
  width: 48.7%;
}
.s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .ttl {
  position: relative;
}
.s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .ttl:before {
  position: absolute;
  top: -32px;
  left: -10px;
  content: '';
  display: inline-block;
  width: 126px;
  height: 114px;
  background-image: url("/assets/image/campaign/ouchi-beauty20210910/ico_hero_circle_01_pc.png");
  background-size: contain;
  vertical-align: middle;
}
.s-ouchi-beauty20210910 #hero .nav-area li .contents {
  position: relative;
}
.s-ouchi-beauty20210910 #hero .nav-area li .contents:before {
  position: absolute;
  bottom: 12px;
  right: -8px;
  content: '';
  display: inline-block;
  width: 90px;
  height: 80px;
  background-image: url("/assets/image/campaign/ouchi-beauty20210910/ico_hero_item_01_pc.png");
  background-size: contain;
  vertical-align: middle;
}
.s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .contents:before {
  right: 3px;
  width: 82px;
  height: 100px;
  background-image: url("/assets/image/campaign/ouchi-beauty20210910/ico_hero_item_02_pc.png");
}
.s-ouchi-beauty20210910 #hero .nav-area li .btn {
  padding: 20px 93px 25px !important;
  background-color: #fff !important;
}
.s-ouchi-beauty20210910 #hero .nav-area .box-doublechance {
  display: block;
  width: 880px;
  height: 198px;
  margin-top: 50px;
  position: relative;
  background: url("/assets/image/campaign/ouchi-beauty20210910/txt_hero_03_pc.png");
}
.s-ouchi-beauty20210910 #hero .nav-area .box-doublechance:before {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/image/campaign/ouchi-beauty20210910/ico_plus_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.s-ouchi-beauty20210910 #hero .nav-area .box-doublechance .btn {
  margin: 110px 250px 0 auto;
  padding: 0 !important;
  width: 243px;
  height: 50px;
  text-align: right;
  background-color: transparent;
}
.s-ouchi-beauty20210910 #ancNew.box-new {
  width: 960px;
  height: 290px;
  margin-top: 50px;
  background: url(/assets/image/campaign/ouchi-beauty20210910/bnr_lead_01_pc.png) left top no-repeat;
  background-size: contain;
  position: relative;
}
.s-ouchi-beauty20210910 #ancNew.box-new .btn {
  padding: 0 !important;
  width: 243px;
  height: 50px;
  text-align: right;
  position: absolute;
  bottom: 40px;
  left: 100px;
}
.s-ouchi-beauty20210910 .try_inner {
  background: url(/assets/image/campaign/ouchi-beauty20210910/bg_contents_01_pc.jpg) left top repeat-y !important;
  padding: 70px 100px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.s-ouchi-beauty20210910 .info-product-area .ttl {
  width: 665px !important;
}
.s-ouchi-beauty20210910 .try_inner .normal {
  padding: 60px 40px !important;
  background-color: #fff;
  border-radius: 6px;
}
.s-ouchi-beauty20210910 .try_inner .normal .btn {
  width: 590px;
  margin: 0 auto !important;
}
.s-ouchi-beauty20210910 .info-product-area .img {
  width: 262px !important;
  top: -75px !important;
  right: -12px !important;
}
.s-ouchi-beauty20210910 .info-form-area {
  width: 590px;
  margin: 50px auto 0;
}
.s-ouchi-beauty20210910 .info-form-area .lead {
  font-weight: 400 !important;
}
.s-ouchi-beauty20210910 .bottleset .try_inner .normal {
  padding: 60px 80px !important;
}
.s-ouchi-beauty20210910 .bottleset .info-product-area .img {
  width: 184px !important;
  top: -80px !important;
  right: 0 !important;
}
.s-ouchi-beauty20210910 .bottleset .info-product-area .balloon {
  left: -110px !important;
}
.s-ouchi-beauty20210910 .bottleset .info-form-area {
  margin: 0 auto !important;
}
.s-ouchi-beauty20210910 #ancApply .ttl-main::before,
.s-ouchi-beauty20210910 #ancAppRules .ttl-main::before {
  content: none;
}
.s-ouchi-beauty20210910 #ancApply {
  margin-top: 40px;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner {
  background-color: #fff;
  background-image: none;
  padding: 40px 80px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li {
  padding: 0;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li .ico {
  position: static;
  display: inline-block;
  width: 568px;
  height: 75px;
  margin: 0 auto 25px;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li .ttl {
  width: 468px !important;
  margin-bottom: 25px;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li .term {
  margin-bottom: 25px;
}
.s-ouchi-beauty20210910 .lead {
  font-weight: 400 !important;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(n+2) {
  margin-top: 50px;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(2) .ttl {
  width: 166px !important;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(3) .ttl {
  width: 190px !important;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li .info-form-area .ttl {
  width: 590px !important;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(4) .info-form-area {
  margin-top: 60px !important;
}
.s-ouchi-beauty20210910 #ancAppRules .AppRules_inner {
  background: none !important;
  padding: 0 !important;
}
.s-ouchi-beauty20210910 .ancDoubleChance {
  margin-top: 100px;
}
.s-ouchi-beauty20210910 .ancDoubleChance .ttl-main {
  position: relative;
}
.s-ouchi-beauty20210910 .ancDoubleChance .ttl-main::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 180px;
  height: 66px;
  background-image: url(/assets/image/campaign/ouchi-beauty20210910/txt_sub_more_campaign_01_pc.png);
  background-size: contain;
  vertical-align: middle;
  right: 0;
  left: 0;
  top: -50px;
  margin: 0 auto;
}
.s-ouchi-beauty20210910 .ancDoubleChance .info-product-area .ttl {
  width: 523px !important;
  padding: 0 20px 40px;
}
.s-ouchi-beauty20210910 .ancDoubleChance .info-product-area .img {
  width: 74px !important;
  top: -85px !important;
  right: 50px !important;
}
.s-ouchi-beauty20210910 .ancDoubleChance .try_inner .normal {
  padding: 60px 100px 70px !important;
}
.s-ouchi-beauty20210910 #ancAppReq {
  margin-top: 60px !important;
}
.s-ouchi-beauty20210910 #ancAppReq .AppReq_inner {
  background: url(/assets/image/campaign/ouchi-beauty20210910/bg_contents_01_pc.jpg) left top repeat-y !important;
  padding: 70px 100px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.s-ouchi-beauty20210910 .privacy-wrap .txt-link {
  text-align: left !important;
  margin-top: 10px !important;
}
.s-ouchi-beauty20210910 #ancContact {
  margin-top: 50px !important;
}
.s-ouchi-beauty20210910 .txt-link a {
  font-weight: 400 !important;
}
.s-ouchi-beauty20210910 #ancAppRules .list-rules {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(4) .info-form-area .annotation a {
  font-weight: 400 !important;
}
@media (min-width: 897px) {
  .s-ouchi-beauty20210910 .bottleset .info-product-area .ttl {
    width: 600px !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area {
    background: url("/assets/image/campaign/ouchi-beauty20210910/bg_hero_01_sp.jpg") left top repeat-y !important;
    background-size: cover !important;
    padding: 0 15px 15px !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li {
    width: 100%;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li .contents:before {
    bottom: 13px;
    right: 8px;
    width: 70px;
    height: 62px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li .btn {
    padding: 18px 70px 22px !important;

  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) {
    margin-left: 0;
    margin-top: 21px !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .ttl:before {
    top: -12px;
    left: -2px;
    width: 80px;
    height: 72px;
    background-repeat: no-repeat;
    z-index: 3;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .ttl img {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .ttl:after {
    position: absolute;
    top: -22px;
    left: 76px;
    content: '';
    display: inline-block;
    width: 14px;
    height: 35px;
    background-image: url(/assets/image/campaign/ouchi-beauty20210910/ico_arrowLine_back_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 1;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(2) .contents:before {
    bottom: 2px;
    right: -6px;
    width: 65px;
    height: 79px;
    background-image: url(/assets/image/campaign/ouchi-beauty20210910/ico_hero_item_02_pc.png);
  }
}
@media (min-width: 897px) {
  .s-ouchi-beauty20210910 .only-pc {
    display: block !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .only-pc {
    display: none !important;
  }
}
@media (min-width: 897px) {
  .s-ouchi-beauty20210910 .only-sp {
    display: none !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .only-sp {
    display: block !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(4) {
    margin-top: 57px !important;
    position: relative;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #hero .nav-area li:nth-child(4) .ttl:before {
    position: absolute;
    top: -57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    content: '';
    display: inline-block;
    max-width: 340px;
    width: 100%;
    height: 62px;
    background-image: url(/assets/image/campaign/ouchi-beauty20210910/ico_joint_01_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 1;
  }
}
@media (min-width: 897px) {
  .s-ouchi-beauty20210910 #hero .nav-area li.only-sp .btn {
    display: none;
  }
}
@media (min-width: 897px) {
  .s-ouchi-beauty20210910 #hero .nav-area li.only-sp .contents:before {
    content: none;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancNew.box-new {
    padding: 25px 15px 30px;
    background: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancNew.box-new img {
    width: 100%;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancTry {
    margin-top: 0 !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancNew.box-new .btn {
    padding: 0 !important;
    width: 38%;
    height: 14%;
    position: absolute;
    bottom: 23%;
    left: 9%;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .info-product-area .ttl {
    width: 100% !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .try_inner .normal {
    padding: 22px 15px 28px !important;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .try_inner .normal .btn {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .info-form-area {
    width: 100% !important;
    margin: 50px auto 0;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .try_inner {
    background: url(/assets/image/campaign/ouchi-beauty20210910/bg_contents_01_sp.jpg) left top repeat-y !important;
    background-size: contain !important;
    padding: 15px 15px 25px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .bottleset .try_inner .normal {
    padding: 22px 15px 28px !important;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .bottleset .info-product-area .balloon {
    left: 0 !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 .bottleset .info-form-area .txt-link {
    margin: 0 auto !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancApply {
    margin-top: 20px;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancApply .apply_inner {
    padding: 25px 30px 30px !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancApply .apply_inner li .ico {
    width: 100%;
    height: auto;
    margin: 0 auto 15px !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancApply .apply_inner li .ttl {
    width: 100% !important;
    margin-bottom: 25px;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(2) .ttl {
    width: 36% !important;
  }
}
@media (max-width: 896px) {
  .s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(3) .ttl {
    width: 44% !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(2) .btn img {
    width: 60% !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(n+2) {
    margin-top: 25px;
    padding: 0 !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li .term {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li .txt-link {
    margin: 5px -10px 0 !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(4) .info-form-area {
    margin-top: 25px !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li .info-form-area .ttl {
    width: 100% !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancApply .apply_inner li:nth-child(4) .info-form-area .annotation a {
    font-weight: 400 !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .ancDoubleChance {
    margin-top: 50px;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .ancDoubleChance .ttl-main::before {
    width: 122px;
    height: 45px;
    background-image: url(/assets/image/campaign/ouchi-beauty20210910/txt_sub_more_campaign_01_pc.png);
    background-repeat: no-repeat;
    top: -35px;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .ancDoubleChance .try_inner .normal {
    padding: 22px 15px 28px !important;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .ancDoubleChance .info-product-area .ttl {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 .ancDoubleChance .info-product-area .img {
    width: 12% !important;
    top: -28px !important;
    right: 5px !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancAppReq {
    margin-top: 25px !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancAppReq .AppReq_inner {
    background: url(/assets/image/campaign/ouchi-beauty20210910/bg_contents_01_sp.jpg) left top repeat-y !important;
    background-size: contain !important;
    padding: 15px !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancContact {
    margin-top: 25px !important;
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancAppRules {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}
@media (max-width: 896px){
  .s-ouchi-beauty20210910 #ancAppReq .AppReq_bg {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  }
}







































