@charset "UTF-8";
.l-section {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.l-section div:after,
.l-section li:after,
.l-section main:after,
.l-section p:after,
.l-section section:after,
.l-section ul:after {
  display: none;
}
.l-section._max-size .l-section__inner {
  padding: 55px 0;
  max-width: 100%;
}
.l-section._large-size .l-section__inner {
  width: 100%;
}
.l-section._bg-gray {
  background: #f6f5f3;
}
.l-section._last {
  margin-bottom: 50px;
  margin-top: 0;
}
.l-section__inner {
  position: relative;
  padding: 55px 0 80px 0;
  max-width: 1260px;
  max-width: 1416px;
  margin: 0 auto;
}
.l-section__inner._padding-large {
  padding: 100px 20px;
}
.l-section__inner._max100p {
  max-width: 100%;
}
.l-section,
.p-cta-block {
  display: block;
}
.u-hidden {
  display: none;
}
.u-stroke {
  text-stroke: 1px #ff6961;
  -webkit-text-stroke: 1px #ff6961;
  color: #fff;
}
.u-text-red {
  color: #dc191e;
}
.u-text-orange {
  color: #f90;
}
.u-text-center {
  text-align: center;
}
.c-text-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}
.u-fz-12 {
  font-size: 12px;
}
.c-anchor-wrap {
  position: relative;
}
.c-anchor-wrap._absolute {
  position: absolute;
  top: 0;
}
.c-anchor {
  position: absolute;
  top: -70px;
}
.c-anchor._products {
  top: -120px;
}
.c-anchor._reason {
  top: -120px;
}
.c-anchor._flow {
  top: -190px;
}
.c-anchor._features,
.c-anchor._spec {
  top: -130px;
}
[data-href] {
  cursor: pointer;
}
.c-animation-text-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.c-animation-text-wrap._center .c-animation-text__inner {
  text-align: center;
  width: 100%;
}
.c-animation-text {
  overflow: hidden;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  position: relative;
}
.c-animation-text__inner {
  display: block;
  opacity: 0;
}
.c-animation-text__inner:last-child {
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1;
}
.in-view .c-animation-text__inner:last-child {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: up;
  animation-name: up;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
[data-delay="100"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
[data-delay="200"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
[data-delay="300"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
[data-delay="400"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
[data-delay="500"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[data-delay="600"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
[data-delay="700"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
[data-delay="800"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
[data-delay="900"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
[data-delay="1000"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
[data-delay="1100"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
[data-delay="1200"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
[data-delay="1300"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.c-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 36px;
  margin-right: -20px;
}
.c-brand__title {
  width: 364px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0.04em;
  text-align: left;
  font-family: Poppins, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.c-brand__products {
  height: auto;
  width: calc(100% - 364px);
}
.c-brand__container {
  width: 100%;
}
.c-brand__wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-brand__item {
  width: auto;
  height: 96px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 48px;
}
.c-brand__item-image {
  height: 96px;
  width: auto;
  max-width: unset;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-brand__link {
  display: block;
  overflow: hidden;
}
.c-brand__link:hover {
  opacity: 1;
}
.c-brand__link:hover .c-brand__item-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-brand-more {
  padding-top: 50px;
}
.c-brand-more .c-accordion__button.is-accordion-open {
  margin-top: 50px;
}
.c-bottom-button {
  display: none;
}
.c-box {
  padding: 80px;
  margin-bottom: 50px;
  border-radius: 24px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
._fill-white {
  fill: #fff;
}
._fill-orange {
  fill: #f90;
}
._fill-red {
  fill: #ff6961;
}
svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.svg-icon-arrow-dims {
  width: 16px;
  height: 10px;
}
.svg-icon-arrow-b-dims {
  width: 8px;
  height: 14px;
}
.svg-icon-fukidashi-dims {
  width: 28px;
  height: 26px;
}
.svg-icon-megaphone-dims {
  width: 29px;
  height: 29px;
}
.svg-icon-navigate-down-dims {
  width: 10px;
  height: 7px;
}
.svg-icon-play-dims {
  width: 18px;
  height: 15px;
}
.svg-icon-plus-dims {
  width: 16px;
  height: 16px;
}
.c-link {
  color: #ff6961;
  text-decoration: underline;
}
.c-link:hover {
  color: #f90;
  text-decoration: underline;
}
.c-link:hover svg {
  fill: #f90;
}
.c-link._navigate-down {
  padding-right: 13px;
  position: relative;
}
.c-link._navigate-down svg {
  position: absolute;
  bottom: 8px;
}
.c-marker {
  line-height: 1;
  padding: 0 5px;
  color: #fff;
  display: inline;
  margin-right: 5px;
}
.c-marker._orange {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, #f90),
    color-stop(60%, #f90)
  );
  background: linear-gradient(#f90 40%, #f90 60%);
}
.c-marker._yellow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, transparent),
    color-stop(45%, #fef493)
  );
  background: linear-gradient(transparent 45%, #fef493 45%);
  color: #2f3e55;
}
.c-notes-lists {
  display: table;
  margin: 20px auto 0;
}
.c-notes-lists._left {
  display: block;
}
.c-notes-lists li {
  color: #2f3e55;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.c-notes-lists._is-num li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.c-product {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-product__detail-block {
  margin: 100px 0 45px;
}
.c-product__title {
  color: #2d4b50;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}
.c-product__text {
  margin-bottom: 48px;
}
.c-product__image-item {
  display: block;
  width: 100%;
  height: auto;
}
.c-product__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3%;
}
.c-product__icon {
  width: 22.75%;
}
.c-product__icon-image {
  border-radius: 40px;
  background: #f7fbfb;
  height: auto;
  margin-bottom: 14px;
}
.c-product__icon-img {
  width: 270px;
  height: 270px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}
.c-product__icon-text {
  color: #2d4b50;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
.c-product-slider {
  width: 857px;
  width: 100%;
}
.c-product-slider__wrapper {
  height: auto !important;
}
.c-product-slider__slide.swiper-slide-active .c-product-slider__slide-text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-product-slider__slide-img {
  max-width: calc(100vw - 40px);
  width: 100%;
  height: auto;
}
.c-product-slider__slide-text {
  opacity: 0;
  max-width: calc(100vw - 400px);
}
.c-product-slider__slide-title {
  color: #2f3e55;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  margin-top: 24px;
  margin-bottom: 12px;
}
.c-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-reason .c-reason__block {
  max-width: 100%;
  position: relative;
}
.c-reason .c-reason__block._block1 {
  width: calc(100% - 582px - 63px);
  margin-bottom: 130px;
}
.c-reason .c-reason__block._block2 {
  width: 528px;
  padding-top: 100px;
  margin-bottom: 130px;
}
.c-reason .c-reason__block._block3 {
  max-width: 827px;
  margin: 80px auto 100px;
}
.c-reason .c-reason__block._block4 {
  width: 467px;
  padding-top: 120px;
  margin-bottom: 130px;
}
.c-reason .c-reason__block._block5 {
  width: calc(100% - 467px - 63px);
  margin-bottom: 130px;
}
.c-reason .c-reason__block._block6 {
  width: calc(100% - 548px - 63px);
  margin-bottom: 40px;
}
.c-reason .c-reason__block._block7 {
  width: 548px;
  padding-top: 100px;
  margin-bottom: 72px;
}
.c-reason .c-reason__block._block8 {
  width: 100%;
  margin-bottom: 100px;
}
.c-reason .c-reason__block._block9 {
  width: 462px;
  padding-top: 100px;
  margin-bottom: 138px;
}
.c-reason .c-reason__block._block10 {
  width: calc(100% - 462px - 63px);
  margin-bottom: 138px;
}
.c-reason .c-reason__block._block10._mb50 {
  margin-bottom: 50px;
}
.c-reason .c-reason__block._block11 {
  width: 100%;
}
.c-reason._wide {
  padding: 0 20px;
  margin-top: 25px;
}
.c-reason-title__text-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  display: block;
}
.c-reason-title__text-2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  display: block;
}
.c-reason-title__text-3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 29px;
  display: block;
}
.c-reason__red-box {
  margin-top: 40px;
  background: #d45d61;
  border-radius: 5px;
  padding: 24px 32px;
  min-width: 384px;
  display: table;
}
.c-reason__red-box.u-pc-none {
  display: none;
}
.c-reason__red-box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 19px;
}
.c-reason__text {
  margin-bottom: 22px;
}
.c-reason__red-box-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #fff;
}
.c-reason__red-box-text._small {
  font-size: 12px;
  line-height: 175%;
  margin-top: 1.75em;
}
.c-reason__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.c-reason__list a {
  display: block;
}
.c-reason__list a:hover .c-reason__list-img {
  opacity: 0.5;
}
.c-reason__list-circle {
  width: 160px;
  height: 160px;
  background: #f3f5f6;
  border-radius: 80px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-reason__list-img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-reason__list-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.c-reason__scs-img {
  -webkit-filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.12));
  border-radius: 10px;
}
.c-reason__baloon-text {
  position: absolute;
  display: table;
  padding: 7px 32px 10px;
  border-radius: 22px;
  top: -222px;
  right: -59px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background: url(../images/balloon-bg.svg) no-repeat 16px 5px #ff6961;
}
.c-reason__baloon-text:after {
  content: "";
  display: block;
  border-bottom: 8px solid #ff6961;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
}
.c-reason__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-top: 56px;
}
.c-reason__logo {
  height: auto;
}
.c-reason__logo._logo-1 {
  width: 205px;
}
.c-reason__logo._logo-2 {
  width: 70px;
}
.c-reason__logo._logo-3 {
  width: 138px;
}
.c-slideshow-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slideshow {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
  -webkit-animation-name: loop-slide;
  animation-name: loop-slide;
  -webkit-animation-duration: 59990s;
  animation-duration: 59990s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.c-slideshow-wrap._reverse .c-slideshow {
  animation-direction: reverse;
}
.c-slideshow-wrap + .c-slideshow-wrap {
  margin-top: 20px;
}
.c-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}
.c-notes {
  font-size: 12px;
  font-weight: 900;
  line-height: 175%;
  opacity: 0.6;
}
.c-notes-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 12px;
}
.c-title {
  color: #284b55;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 48px;
}
.c-title._large {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.04em;
  text-align: left;
}
.c-title._middle-large {
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 48px;
}
.c-title._middle {
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.c-title._small {
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0;
  margin: 36px 0 32px;
  text-align: left;
}
.c-title__inner {
  white-space: nowrap;
}
.c-title__sub {
  color: #dc191e;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 240%;
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-family: Poppins, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.c-title__num {
  color: #dc191e;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  line-height: 1em;
  font-family: Poppins, sans-serif;
}
.se-brands._bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) repeat center top;
  background-size: 200px auto;
  opacity: 0.1;
  z-index: -1;
}
.se-brands._bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(white 0, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.se-cv {
  background: url(../images/cv/bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 80px;
}
.se-cv .l-section__inner {
  width: 1376px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
}
.se-cv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dc191ecf 0, #bfbff273 100%);
}
.se-cv-box {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: -84px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  padding: 58px 24px;
}
.se-cv-box._box-1 {
  border: 4px solid #ff6961;
  color: #ff6961;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.se-cv-box._box-1 .se-cv-box__text,
.se-cv-box._box-1 .se-cv-box__title {
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0 1px 0 #fff,
    -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}
.se-cv-box._box-2 {
  border: 4px solid #f90;
  color: #f90;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: url(../images/cv/bg2.png);
  background-size: cover;
}
.se-cv-box._box-2 .se-cv-box__title {
  margin-bottom: 60px;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0 1px 0 #fff,
    -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}
.se-cv-box._box-3 {
  border: 4px solid #dd191f;
  color: #fff;
  background: url(/jp/set/data/product/transport/img/box-0-bg.jpg);
  background-size: cover;
}
.se-cv-box._box-3 .se-cv-box__text,
.se-cv-box._box-3 .se-cv-box__title {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
}
.se-cv-box._box-4 {
  border: 4px solid #dc191e;
  color: #fff;
  background: url(/jp/set/data/product/transport/img/box-4-bg.png);
  background-size: cover;
}
.se-cv-box._box-4 .se-cv-box__title {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
}
.se-cv-box__img {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.se-cv-box__texts {
  position: relative;
  width: 100%;
  max-width: 414px;
}
.se-cv-box__texts .c-button {
  width: 100%;
}
.se-cv-box__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 135%;
  margin-bottom: 24px;
}
.se-cv-box__text {
  margin-bottom: 12px;
  margin-top: -12px;
  line-height: 1.5em;
}
.se-ex {
  overflow: hidden;
}
.se-ex .c-product__detail-block {
  margin-top: 20px;
}
.se-features {
  overflow: hidden;
}
.se-flow {
  background: #f6f5f3;
  padding-bottom: 50px;
}
.se-flow .l-section__inner {
  max-width: 1176px;
}
.se-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
.se-flow__content:after {
  display: none;
}
.se-flow__content-left {
  width: 364px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.se-flow__content-menu-lists {
  position: sticky;
  top: 200px;
  border: dashed 4px #fff;
  padding: 38px 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}
.se-flow__content-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
}
.se-flow__content-menu-list span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  background: #dd191f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Poppins, sans-serif;
}
.se-flow__content-menu-list + .se-flow__content-menu-list {
  margin-top: 20px;
}
.se-flow__item + .se-flow__item {
  border-top: dashed 4px #fff;
  padding-top: 48px;
  margin-top: 44px;
}
.se-flow__item .c-text {
  line-height: 175%;
}
.se-flow__item .c-button {
  margin-top: 16px;
}
.se-flow__item .c-notes {
  margin-top: 12px;
}
.se-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 160%;
  color: #dd191f;
  margin-bottom: 20px;
}
.se-flow__title span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #dd191f;
  border: 2px solid #dd191f;
  font-family: Poppins, sans-serif;
}
.se-flow__item-img {
  margin-top: 24px;
  width: 100%;
  height: auto;
}
.se-flow__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.se-flow__item-images:after {
  display: none;
}
.se-flow__item-image {
  width: calc(50% - 8px);
}
.se-flow__item-image img {
  -webkit-filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.08));
  display: block;
  margin-bottom: 16px;
}
.se-mainvisual {
  min-height: 640px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: calc(100vh - 116px);
  height: calc(100svh - 116px);
}
.se-mainvisual__movie {
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.se-mainvisual__movie:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(185, 190, 195, 0.4)),
    to(rgba(185, 190, 195, 0.4))
  );
  background: linear-gradient(
    0deg,
    rgba(185, 190, 195, 0.4) 0,
    rgba(185, 190, 195, 0.4) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.wf-active .se-mainvisual__movie {
  opacity: 1;
}
.se-mainvisual__movie-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  filter: hue-rotate(339deg) opacity(80%);
}
.se-mainvisual__mask-parts {
  background: #fff;
  display: block;
  position: absolute;
  z-index: 1;
}
.se-mainvisual__mask-parts:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/jp/set/data/product/delivery/images/mv-corner.svg) no-repeat
    center center;
  background-size: 40px 40px;
  position: absolute;
}
.se-mainvisual__mask-parts._top {
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}
.se-mainvisual__mask-parts._top:before {
  top: 0;
  left: 0;
}
.se-mainvisual__mask-parts._right {
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
}
.se-mainvisual__mask-parts._right:before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.se-mainvisual__mask-parts._bottom {
  width: 100%;
  height: 20px;
  bottom: 0;
  right: 0;
}
.se-mainvisual__mask-parts._bottom:before {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.se-mainvisual__mask-parts._left {
  width: 20px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.se-mainvisual__mask-parts._left:before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.se-mainvisual__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.se-mainvisual__img {
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.se-mainvisual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.se-mainvisual__texts .c-button {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  max-width: 300px;
}
.in-view.se-mainvisual__texts .c-button {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: mv-button;
  animation-name: mv-button;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.se-mainvisual__box {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
.in-view.se-mainvisual__texts + .se-mainvisual__box {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: mv-button2;
  animation-name: mv-button2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.se-mainvisual__texts {
  position: absolute;
  left: 54px;
  bottom: 270px;
  color: #fff;
  width: 100%;
}
.se-mainvisual__texts .c-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.se-mainvisual__texts .c-button.is-view {
  opacity: 1;
}
.se-mainvisual__title {
  margin-bottom: 14px;
}
.se-mainvisual__title .c-animation-text-wrap {
  -webkit-filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.32));
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.32));
}
.se-mainvisual__title-1 {
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1.28px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.se-mainvisual__title-2 {
  font-size: 72px;
  font-weight: 900;
  line-height: 115%;
  letter-spacing: 2.88px;
  margin-bottom: 14px;
  white-space: nowrap;
}
.se-mainvisual__title-2 .c-animation-text__inner {
  padding-bottom: 10px;
}
.se-mainvisual__title-2._small {
  font-size: 45px;
}
.se-mainvisual__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.64px;
  margin-bottom: 53px;
  width: 861px;
  max-width: calc(100vw - 600px);
}
.se-mainvisual__text .c-animation-text-wrap {
  -webkit-filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.32));
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.32));
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.se-mainvisual__box {
  border-radius: 12px 0 0 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background:
    linear-gradient(0deg, #fff 0, #fff 100%),
    linear-gradient(135deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(0deg, #fff 0, #fff 100%),
    linear-gradient(135deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 0;
  bottom: 81px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 32px 21px 32px;
  gap: 24px;
}
.se-mainvisual__box-img {
  width: 153px;
  height: auto;
  max-width: 10vw;
}
.se-mainvisual__box-text p {
  color: #284b55;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 8px;
}
.l-wrap._product .l-header.is-scroll .l-header__lists {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.l-wrap._product .l-header .l-header__buttons {
  opacity: 1;
  position: static;
}
.se-merits {
  margin-bottom: 0;
}
.se-merits .l-section__inner {
  padding: 55px 20px 20px;
}
.se-merits-items {
  margin-top: 70px;
  margin-bottom: 50px;
}
.se-merits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
.se-merits-item + .se-merits-item {
  margin-top: 30px;
}
.se-merits-item__num {
  font-size: 204px;
  position: absolute;
  -webkit-text-stroke: 1px #ff6961;
  text-stroke: 1px #ff6961;
  font-family: Poppins;
  color: transparent;
  line-height: 151px;
  z-index: -1;
  top: -30px;
}
.se-merits-item__texts {
  position: relative;
  width: 53%;
}
.se-merits-item__texts._left {
  padding-left: 76px;
}
.se-merits-item__texts._left .se-merits-item__num {
  left: 0;
}
.se-merits-item__texts._right {
  padding-right: 95px;
}
.se-merits-item__texts._right .se-merits-item__num {
  right: 0;
}
.se-merits-item__image {
  width: 47%;
  position: relative;
}
.se-merits-item__image._left .se-merits-item__image-img {
  left: -20px;
  top: -20px;
}
.se-merits-item__image._right .se-merits-item__image-img {
  right: -35px;
  top: -60px;
}
.se-merits-item__image-img {
  position: relative;
  height: auto;
}
.se-merits-item__image-img._img-1 {
  width: 572px;
}
.se-merits-item__image-img._img-2 {
  width: 596px;
}
.se-merits-item__image-img._img-3 {
  width: 500px;
  margin-bottom: 18px;
}
.se-merits-item__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.se-merits-item__title .u-text-orange {
  font-size: 42px;
  position: relative;
}
.se-merits-item__title .u-text-orange span {
  position: absolute;
  right: 0;
  top: -2.6em;
  color: #2d4b50;
  font-size: 12px;
  font-weight: 500;
}
.se-price {
  background: url(../images/price/bg.png) no-repeat center center;
  background-size: cover;
  display: none;
}
.se-price .l-section__inner {
  max-width: 1012px;
}
.se-price .c-title {
  margin-bottom: 24px;
}
.se-price .c-button {
  margin: 36px auto 0;
}
.se-price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2f3e55;
  text-align: center;
  margin-top: 56px;
}
.se-price-detail .c-marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, transparent),
    color-stop(55%, #fef493),
    color-stop(85%, #fef493),
    color-stop(85%, transparent)
  );
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.se-price-detail__label {
  color: #2f3e55;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  top: -20px;
}
.se-price-detail__text-1 {
  margin-right: 40px;
  font-size: 32px;
  font-weight: 900;
}
.se-price-detail__text-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}
.se-price-detail__text-2 .se-price-detail__asterisk {
  color: #ff6961;
  position: absolute;
  top: -2em;
  right: 0;
  font-size: 12px;
}
.se-price-detail__text-3 {
  font-size: 24px;
  font-weight: 900;
  padding-top: 5px;
  padding-left: 2px;
}
.se-price-detail__text-4 {
  font-size: 12px;
  font-weight: 900;
  margin-right: 12px;
  opacity: 0.6;
  padding-top: 1em;
}
.se-price-detail__text-5 {
  font-size: 24px;
  font-weight: 900;
}
.se-price-detail__text-5 span {
  font-weight: 500;
}
.se-price-detail__text-6 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 200%;
  margin-top: 12px;
}
.se-price-detail__text-6 span {
  color: #ff6961;
}
.se-products-ling {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 943px;
  height: auto;
}
.se-products-ling.in-view {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.se-products__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.se-products__box {
  background: linear-gradient(92deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 24px 24px 32px;
  width: 100%;
  z-index: 1;
}
.se-products__box._large {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.se-products__box-title {
  margin-bottom: 32px;
}
.se-products__box-title span:first-child {
  color: #dc191e;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  display: block;
  text-align: center;
  margin-bottom: 9px;
}
.se-products__box-title span:last-child {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.96px;
  display: table;
  margin: 0 auto;
  padding: 4px 24px;
  border-radius: 30px;
  background: #dc191e;
}
.se-products__box-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  margin: 80px auto 60px;
  position: relative;
}
.se-products__box-title2-left {
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  width: 580px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 60%;
  position: relative;
}
.se-products__box-title2-right {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  max-width: 551px;
  position: relative;
}
.se-products__box-title2-ling {
  position: absolute;
  left: -610px;
  top: -530px;
  z-index: 0;
}
.se-products__box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.se-products-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 33px;
}
.se-products__box-item {
  width: calc((100% - 72px) / 3);
  height: auto;
}
.se-products__box-item._item-1,
.se-products__box-item._item-2,
.se-products__box-item._item-3 {
  min-width: 200px;
}
.se-products__box-item._item-1 .se-products__box-item-img {
  width: 119px;
}
.se-products__box-item._item-2 .se-products__box-item-img {
  width: 123px;
}
.se-products__box-item._item-3 .se-products__box-item-img {
  width: 132px;
}
.se-products__box-item._item-4 .se-products__box-item-img {
  width: 147px;
}
.se-products__box-item._item-5 .se-products__box-item-img {
  width: 175px;
}
.se-products__box-item._item-6 .se-products__box-item-img {
  width: 162px;
}
.se-products__box-item._item-7 .se-products__box-item-img {
  width: 179px;
}
.se-products__box-item .c-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 12px;
  min-height: 10em;
}
.se-products__box-item .c-text._mh12 {
  min-height: 12em;
}
.se-products__box-item-label {
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  padding: 4px 24px;
  letter-spacing: 0.04em;
  text-align: center;
  background: #dc191e;
  color: #fff;
  display: table;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 25px;
}
.se-products__box-item-image {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 32px;
}
.se-products__box-item-image._small {
  height: 290px;
}
.se-products__box-item-img {
  height: auto;
  display: block;
}
.se-products__box-item-logo {
  display: block;
  margin: 0 auto 5px;
  height: 35px;
  width: auto;
}
.se-products__box-item-logo-text {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
  height: 35px;
  margin-bottom: 5px;
}
.se-products__box-item-link {
  color: #dc191e;
  font-size: 14px;
  font-weight: 900;
  line-height: 200%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  text-decoration: underline;
}
.se-products__box-item-link svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ff6961;
  padding: 3px;
}
.se-products__box-item-link:hover {
  color: #f90;
  text-decoration: none;
}
.se-products__box-item-data {
  padding-top: 24px;
  border-top: 1px solid #dce2e4;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
}
.se-products__box-item-data dt {
  float: left;
  clear: left;
}
.se-products__box-item-data dd {
  margin-left: 97px;
  color: #ff6961;
  font-weight: 900;
}
.se-products__box-item-data dd span {
  font-size: 10px;
}
.se-products-slider-navigation,
.swiper-pagination._pagination-2,
.swiper-pagination._pagination-3,
.swiper-pagination._pagination-5 {
  display: none;
}
.se-products__box-item-data-button {
  margin-top: 16px;
  border-radius: 60px;
  border: 1px solid #2f3e55;
  width: 130px;
  height: 34px;
  display: block;
  margin: -8px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2f3e55;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 11px;
  position: relative;
}
.se-products__box-item-data-button:after,
.se-products__box-item-data-button:before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #2f3e55;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.se-products__box-item-data-button:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.se-products__box-item-data-button.is-accordion-open {
  margin: 16px auto 0;
}
.se-products__box-item-data-button.is-accordion-open:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.se-products__box-item-data-button.is-accordion-open:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.se-products__box-item-data-wrap {
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
  margin-top: 24px;
}
.se-qa {
  background: #f6f5f3;
  padding-bottom: 150px;
  margin-bottom: 0;
}
.se-reasons {
  width: 100%;
  overflow: hidden;
}
.se-reasons:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) repeat center top;
  background-size: 200px auto;
  background-position: center -24px;
  opacity: 0.1;
  z-index: -1;
}
.se-reasons:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    color-stop(50%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to top,
    #fff 0,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.se-reasons-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.2%;
}
.se-reasons-card {
  width: 308px;
  height: 336px;
  border-radius: 24px;
  border: 1px dashed #ff6961;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  text-align: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.se-reasons-card__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 41px 20px 20px;
  cursor: pointer;
}
.se-reasons-card__link:hover .se-reasons-card__circle {
  background: #f90;
}
.se-reasons-card__num {
  color: #f90;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
  font-family: Poppins, sans-serif;
}
.se-reasons-card__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 23px;
}
.se-reasons-card__circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff6961;
  padding-left: 4px;
  position: absolute;
  left: 50%;
  bottom: -21px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.se-reasons-items {
  margin-bottom: 50px;
}
.se-reasons-items._product {
  margin-left: auto;
  margin-right: auto;
  max-width: 1390px;
  margin-top: 0;
}
.se-reasons-items._product .se-reasons-item {
  margin-top: 60px;
  padding-top: 0;
}
.se-reasons-items._product .se-reasons-item:first-child {
  margin-top: 0;
}
.se-reasons-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.se-reasons-item__num {
  font-size: 204px;
  position: absolute;
  -webkit-text-stroke: 1px #dc191e;
  text-stroke: 1px #ff6961;
  color: transparent;
  line-height: 151px;
  z-index: -1;
  top: -30px;
  font-family: Poppins, sans-serif;
}
.se-reasons-item__texts {
  position: relative;
  width: 52%;
}
.se-reasons-item__texts._left {
  padding-left: 95px;
}
.se-reasons-item__texts._left .se-reasons-item__num {
  left: 0;
}
.se-reasons-item__texts._right {
  padding-right: 95px;
}
.se-reasons-item__texts._right .se-reasons-item__num {
  right: 0;
}
.se-reasons-item__image {
  width: 47%;
  position: relative;
}
.se-reasons-item__image._left .se-reasons-item__image-img {
  left: -25px;
}
.se-reasons-item__image._right .se-reasons-item__image-img {
  right: -25px;
}
.se-reasons-item__image-img {
  position: relative;
  height: auto;
}
.se-reasons-item__image-img._image-2 {
  -webkit-filter: drop-shadow(0 0 120px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 120px rgba(0, 0, 0, 0.08));
}
.se-reasons-item__image-img._base {
  opacity: 0;
}
.se-reasons-item__image-badge {
  position: absolute;
  top: -57px;
  left: -36px;
  width: 151px;
  height: auto;
  z-index: 1;
  max-width: 30%;
}
.se-reasons-item__image-ling {
  position: absolute;
  width: 948px;
  left: -600px;
  top: -235px;
  max-width: unset;
  z-index: -1;
}
.se-reasons-item__slide {
  position: absolute;
  width: 100%;
  top: 0;
}
.se-reasons-item__slide-items {
  top: 0;
  z-index: 1;
}
.se-reasons-item__slide-item {
  position: absolute;
  list-style: none;
  visibility: hidden;
}
.in-view .se-reasons-item__slide-item {
  -webkit-animation: anime_slider_fade 20s 0s infinite;
  animation: anime_slider_fade 20s 0s infinite;
}
.in-view .se-reasons-item__slide-item:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.in-view .se-reasons-item__slide-item:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.in-view .se-reasons-item__slide-item:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.in-view .se-reasons-item__slide-item:nth-of-type(5) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.se-reasons-item__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  margin-bottom: 28px;
}
.se-reasons-item__title._small {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.se-reasons-cards2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 60px;
}
.se-reasons-card2 {
  width: 344px;
}
.se-reasons-card2 img {
  position: relative;
  width: 110px;
}
.features .se-reasons-card2:nth-child(3) img {
  position: relative;
}
#strength .se-reasons-card2 img {
  width: 100%;
}
.se-reasons-card2 p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.se-reasons-card2 p.discription {
  padding: 10px 20px 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.se-reasons-card2__image {
  width: 200px;
  height: 200px;
  border-radius: 40px;
  background: #f8f8f8;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.se-reasons-table-wrap {
  max-width: 819px;
  margin: 0 auto;
}
.se-reasons-table {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border-collapse: initial;
  overflow: hidden;
  border-spacing: 2px;
  background: #ccc;
  margin: -8px auto -10px;
  -webkit-filter: drop-shadow(0 0 120px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 120px rgba(0, 0, 0, 0.08));
}
.se-reasons-table td,
.se-reasons-table th {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  width: 35%;
  padding: 10px;
}
.se-reasons-table td:first-child,
.se-reasons-table th:first-child {
  width: 30%;
}
.se-reasons-table td span,
.se-reasons-table th span {
  font-size: 12px;
}
.se-reasons-table th {
  padding: 12px;
}
.se-reasons-table tr {
  overflow: hidden;
}
.se-reasons-table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.se-reasons-table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.se-reasons-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.se-reasons-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.se-reasons-table td,
.se-reasons-table th {
  background: #fff;
}
.se-spec .l-section__inner {
  padding-bottom: 120px;
}
.se-spec__box {
  background: linear-gradient(92deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 60px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.se-spec__box-image {
  width: 586px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.se-spec__box-img {
  height: auto;
  display: block;
}
.se-spec__box-img._kettybot {
  width: 302px;
}
.se-spec__box-img._bellabot {
  width: 277px;
}
.se-spec__box-img._pudubot2 {
  width: 277px;
}
.se-spec__box-text {
  width: 610px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 70%;
}
.se-spec__box-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  width: 100%;
  gap: 30px;
}
.se-spec__box-list {
  width: 260px;
  margin: 20px 0;
  max-width: 45%;
}
.se-spec__box-list._wide {
  width: 100%;
  max-width: 100%;
}
.se-spec__box-list div:first-child {
  color: #284b55;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
  margin-bottom: 8px;
}
.se-spec__box-list div:last-child {
  color: #ff6961;
  font-size: 16px;
  font-weight: 900;
  line-height: 200%;
}
.se-spec__box-list div:last-child span {
  font-size: 12px;
}
.se-spec__box-list div:last-child.fz14 {
  font-size: 14px;
}
.se-spec__box-list div:last-child.fz14 span {
  font-size: 10px;
}
.se-voices {
  padding-left: 0;
  padding-right: 0;
}
.se-voices .l-section__inner {
  padding-bottom: 120px;
}
.se-voices-slider-wrapper {
  margin-bottom: 104px;
  height: auto !important;
}
.se-voices-slider__item {
  border-radius: 48px;
  border: 2px;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 1192px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
.se-voices-slider__image {
  width: 456px;
  max-width: 38.2555%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.se-voices-slider__img {
  display: block;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
}
.se-voices-slider__text {
  padding: 32px 48px;
}
.se-voices-slider__text-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}
.se-voices-slider__text-2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 20px;
}
.se-voices-slider__text-3 {
  margin-bottom: 4px;
  margin-top: 16px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 200%;
}
.se-voices-slider-navigation {
  position: absolute;
  max-width: 1192px;
  margin: 0 auto;
  width: 100%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.se-voices-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 8%;
}
.se-voices-modal__content:after {
  display: none;
}
.se-voices-modal__content._video {
  padding: 0;
}
.se-voices-modal__content._video .p-modal__header-close-btn-inner {
  top: -20px;
  right: -20px;
}
.se-voices-modal__content._video iframe {
  width: 1050px;
  max-width: unset;
  height: 590.625px;
  margin: 0 auto;
}
.p-modal._video .p-modal__content-inner {
  padding: 30px;
}
.se-voices-modal__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: fixed;
  margin-left: 130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  white-space: nowrap;
  pointer-events: none;
  color: #2d4b50;
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.92px;
}
.se-voices-modal__texts {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 60%;
}
.se-voices-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  max-width: 580px;
}
.se-voices-modal__item + .se-voices-modal__item {
  margin-top: 48px;
}
.se-voices-modal__item-icon {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background: #f8f8f8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.se-voices-modal__item-text .c-text {
  color: #2d4b50;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}
.se-voices-modal__item-title {
  color: #f90;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.5em;
}
.p-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}
.p-modal.is-open {
  opacity: 1;
}
.p-modal__inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-modal__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(255, 153, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 1;
}
.p-modal__inner-bg {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 300%;
  height: 100%;
}
.p-modal__header-close-btn {
  text-indent: -100px;
  z-index: 20;
  position: relative;
  cursor: pointer;
}
.p-modal__header-close-btn-inner {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 32px;
  right: 32px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #00a8bc;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-modal__header-close-btn-inner:after,
.p-modal__header-close-btn-inner:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #00a8bc;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-modal__header-close-btn-inner:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__header-close-btn-inner:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__content {
  width: 1376px;
  max-width: calc(100% - 140px);
  max-height: calc(100vh - 100px);
  max-height: calc(100svh - 100px);
  overflow: hidden;
  height: auto;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
  position: relative;
  border-radius: 48px;
  overflow: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-modal__content::-webkit-scrollbar {
  display: none;
}
.p-modal__content-inner {
  padding: 60px;
}
.p-modal .c-button._rectangle {
  display: none;
}
.p-modal._is-close-button .p-modal__content-inner {
  padding-bottom: 96px;
}
.p-modal._is-close-button .c-button._rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 24px;
  cursor: pointer;
}
.p-modal._no-x-button .p-modal__header-close-btn {
  display: none;
}
.p-modal._movie .p-modal__content,
.p-modal._movie .p-modal__inner {
  width: 100%;
  height: 100%;
}
.p-modal._movie .p-modal__header-close-btn {
  display: none;
}
.p-modal._movie .p-modal__youtube .p-modal__header-close-btn {
  display: block;
}
.p-modal._movie .p-modal__youtube .p-modal__header-close-btn-inner {
  top: 0;
  right: -68px;
}
.p-modal__bottom-buttons {
  display: none;
}
.p-modal._movie .p-modal__content {
  background: #333;
}
.p-modal._movie .p-modal__bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-modal._movie .p-modal__content-inner {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 80px 80px 164px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-modal._movie iframe {
  width: calc((100vh - 160px - 84px) / 9 * 16);
  height: calc(100vh - 160px - 84px);
}
.p-qa {
  background: #fff;
  border-radius: 24px 0 24px 24px;
  padding: 12px 40px 36px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-pa__all {
  position: absolute;
  top: -64px;
  right: 0;
  background: #fff;
  padding: 22px 36px;
  border-radius: 12px 12px 0 0;
  width: 180px;
  height: 64px;
  color: #2f3e55;
  font-size: 14px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pa__all:hover {
  color: #979eaa;
}
.p-pa__all:hover:after,
.p-pa__all:hover:before {
  background: #979eaa;
}
.p-pa__all:after,
.p-pa__all:before {
  content: "";
  display: block !important;
  width: 14px;
  height: 1px;
  background: #2f3e55;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pa__all:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.p-pa__all:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.p-pa__all._is-all-open:before {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}
.p-pa__all._is-all-open:after {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}
.p-qa-item {
  border-bottom: 1px solid #e0e3e6;
}
.c-qa-item__q {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding: 28px 50px 28px 84px;
  display: block;
  color: #2f3e55;
}
.c-qa-item__q span:before {
  content: "Q";
  font-family: Gotham;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 24px;
  border-radius: 50%;
  background: #eb6353;
  color: #fff;
  width: 36px;
  height: 36px;
  font-weight: 600;
  font-family: Poppins;
}
.c-qa-item__q:after,
.c-qa-item__q:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #2f3e55;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-qa-item__q:before {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.c-qa-item__q:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}
.c-qa-item__q.is-accordion-open:before {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}
.c-qa-item__q.is-accordion-open:after {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}
.c-qa-item__a {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
}
.c-qa-item__a a {
  text-decoration: underline;
  color: #ff6961;
}
.c-qa-item__a a:hover {
  text-decoration: none;
}
.c-qa-item__a .c-text {
  line-height: 1.6em;
}
.c-qa-item__image-1 {
  width: 400px;
  height: 76px;
  margin: 20px 0;
}
.c-qa-item__a__inner {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  position: relative;
  padding: 10px 50px 28px 84px;
}
.c-qa-item__a__inner:before {
  content: "A";
  font-family: Gotham;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 4px;
  border-radius: 50%;
  background: #fff;
  color: #eb6353;
  width: 36px;
  height: 36px;
  font-weight: 600;
  border: 2px solid #eb6353;
}
.c-qa__note {
  position: relative;
  font-size: 14px;
  padding-left: 2em;
  opacity: 0.7;
  margin-top: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.c-qa__note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.se-award .c-title {
  margin-bottom: 20px;
}
.se-award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 1000px;
  margin: 0 auto;
}
.se-award-itemImg {
  width: 30%;
  text-align: center;
}
.se-award-itemImg img {
  width: 100%;
  max-width: 215px;
  margin: 0 auto;
}
.se-award-itemTxt {
  width: 65%;
}
.se-award-itemTxt p {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-aspect-ratio: 14/9) {
  .p-modal._movie iframe {
    width: calc(100vw - 160px);
    height: calc((100vw - 160px) / 16 * 9);
  }
}
@media screen and (min-width: 769px) {
  .swiper-button-prev._prev-4 {
    left: auto;
    right: 270px;
    bottom: 100px;
  }
  .swiper-button-next._next-4 {
    left: auto;
    right: 70px;
    bottom: 100px;
  }
  .swiper-pagination._pagination-4 {
    left: auto;
    width: 110px;
    right: 138px;
    bottom: 120px;
  }
  .c-reason .c-reason__block._block12 {
    width: 100%;
  }
  .c-reason .c-reason__block._block12 .c-reason-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-reason .c-reason__block._block12 .c-reason-title + .c-text {
    padding-left: 100px;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-1 {
    width: 100%;
    line-height: 1em;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-2 {
    width: 80px;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-3 {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .se-products__box._pc-style-2 {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .se-products__box._pc-style-2 .se-products-slider-wrapper {
    gap: 90px 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-reason .c-reason__block._block8 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .se-flow__content {
    gap: 50px;
  }
  .se-flow__content-left {
    width: 270px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1145px) {
  .se-mainvisual__text {
    max-width: calc(100vw - 500px);
  }
  .se-mainvisual__box {
    height: auto;
    padding: 16px 24px 16px 24px;
    gap: 17px;
  }
  .se-mainvisual__box .c-button._medium {
    width: auto;
  }
  .se-mainvisual__box-img {
    width: 153px;
    max-width: 10vw;
  }
  .se-mainvisual__box-text p {
    color: #284b55;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 835px) {
  .se-mainvisual__text {
    max-width: calc(100vw - 450px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .se-mainvisual__title-2 {
    font-size: 50px;
  }
  .se-mainvisual__text {
    font-size: 14px;
  }
  .l-wrap._product .se-mainvisual__title-2 {
    font-size: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .se-mainvisual__title-2._small {
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .se-mainvisual__title-2._small {
    font-size: 30px;
  }
  .l-wrap._product .c-animation-text-wrap._size-3 {
    height: 152px;
  }
}
@media only screen and (min-width: 769px) {
  .p-modal__header-close-btn-inner:hover:after,
  .p-modal__header-close-btn-inner:hover:before {
    background: rgb(10 18 43);
  }
}
@media screen and (max-width: 1415px) {
  .se-voices-modal__content._video iframe {
    width: calc(100vw - 360px);
    height: calc((100vw - 360px) / 16 * 9);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1345px) {
  .se-voices-modal__content {
    padding-left: 4vw;
  }
  .se-voices-modal__title {
    font-size: 36px;
  }
  .se-voices-modal__item-icon {
    width: 160px;
    height: 160px;
  }
  .se-voices-modal__item-text .c-text {
    font-size: 14px;
  }
  .se-voices-modal__item-title {
    font-size: 18px;
  }
  .se-voices-modal__content {
    padding-left: 4vw;
  }
  .se-voices-modal__title {
    font-size: 36px;
  }
  .se-voices-modal__item-icon {
    width: 160px;
    height: 160px;
  }
  .se-voices-modal__item-text .c-text {
    font-size: 14px;
  }
  .se-voices-modal__item-title {
    font-size: 18px;
  }
  .p-modal__content-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 1320px) {
  .se-voices-slider__item {
    max-width: calc(100% - 40px);
  }
  .se-voices-slider-navigation {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 80px;
  }
  .se-voices-slider-navigation .swiper-button-next {
    right: 35px;
  }
  .se-voices-slider-navigation .swiper-button-prev {
    left: 35px;
  }
}
@media screen and (max-width: 1310px) {
  .se-cv-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -40px;
    padding: 20px 10px 24px;
  }
  .se-cv-box__img {
    width: 150px;
    height: 150px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20px;
    left: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .se-cv-box__texts {
    margin-top: 162px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .se-qa {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .l-wrap._product .c-animation-text__inner br.u-sp-none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-bottom-button {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
    z-index: 10;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .c-bottom-button ._orange {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .c-bottom-button ._orange.is-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .c-bottom-button ._redLine {
    position: fixed;
    bottom: 10px;
    left: 195px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    margin-bottom: 0;
  }
  .c-bottom-button ._redLine.is-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .c-box {
    padding: 36px 16px 40px;
    border-radius: 14px;
  }
  .c-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .c-reason .c-reason__block {
    width: 100%;
  }
  .c-reason .c-reason__block._block1 {
    width: 100%;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block2 {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .c-reason .c-reason__block._block3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    margin: 56px auto 80px;
  }
  .c-reason .c-reason__block._block4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding-top: 18px;
    margin-bottom: 80px;
  }
  .c-reason .c-reason__block._block5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    margin-bottom: 5px;
  }
  .c-reason .c-reason__block._block7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block7 img {
    width: 107%;
    max-width: 107%;
    height: auto;
    margin-left: -5%;
    margin-top: -10px;
  }
  .c-reason .c-reason__block._block7 .c-reason__red-box {
    margin-top: 20px;
  }
  .c-reason .c-reason__block._block8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 0;
  }
  .c-reason .c-reason__block._block9 {
    display: none;
  }
  .c-reason .c-reason__block._block10 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 100%;
    margin-bottom: 68px;
  }
  .c-reason .c-reason__block._block10 .c-reason__text {
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block10 img {
    height: auto;
  }
  .c-reason .c-reason__block._block11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    margin-bottom: 80px;
  }
  .c-reason._wide {
    padding: 0;
    margin-top: 18px;
  }
  .c-reason-title__text-2 {
    font-size: 56px;
    line-height: 67px;
  }
  .c-reason-title__text-3 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 21px;
  }
  .c-reason__red-box {
    min-width: 100%;
  }
  .c-reason__red-box.u-pc-none {
    display: block;
  }
  .c-reason__red-box.u-sp-none {
    display: none;
  }
  .c-reason__red-box-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 19px;
  }
  .c-reason__text {
    margin-bottom: 22px;
  }
  .c-reason__red-box-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
  }
  .c-reason__red-box-text._small {
    font-size: 12px;
    line-height: 175%;
    margin-top: 1.75em;
  }
  .c-reason__lists {
    gap: 16px;
  }
  .c-reason__list {
    width: 114px;
  }
  .c-reason__list-circle {
    width: 114px;
    height: 114px;
    background: #f3f5f6;
    border-radius: 80px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-reason__list-img {
    width: 56px;
    height: 56px;
  }
  .c-reason__list-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .c-reason__scs-img {
    -webkit-filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.12));
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
  }
  .c-reason__baloon-text {
    position: relative;
    top: 0;
    right: 0;
    margin: 9px auto 0;
  }
  .c-reason__logos {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .c-reason__logo._logo-1 {
    width: 161px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-reason__logo._logo-2 {
    width: 60px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-reason__logo._logo-3 {
    width: 100px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1023px) {
  .se-voices-modal__content._video iframe {
    width: calc(100vw - 280px);
    height: calc((100vw - 280px) / 16 * 9);
    margin: 0 auto;
  }
  .se-voices-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .se-voices-modal__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 36px;
    position: static;
    -webkit-transform: unset;
    transform: unset;
    margin-bottom: 50px;
    font-size: 24px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .se-voices-modal__texts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
  .p-modal__content {
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    max-height: calc(100svh - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-section._last {
    margin-bottom: 30px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .c-anchor {
    position: absolute;
    top: -50px;
  }
  .c-anchor._reason {
    top: 0;
  }
  .c-anchor._flow {
    top: -50px;
  }
  .c-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-right: 0;
  }
  .c-brand__title {
    width: 100%;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0.96px;
    font-size: 24px;
  }
  .c-brand__products {
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    width: 100%;
    margin-top: 24px;
  }
  .c-brand__item {
    height: 72px;
    margin-right: 24px;
  }
  .c-brand__item-image {
    height: 72px;
  }
  .c-brand-more {
    padding-top: 50px;
  }
  .c-brand-more .c-accordion__button.is-accordion-open {
    margin-top: 50px;
  }
  .c-notes-lists {
    margin: 4px auto 0;
  }
  .c-notes-lists li {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
  }
  .c-product__detail-block {
    margin: 43px 0 0;
  }
  .c-product__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .c-product__text {
    margin-bottom: 16px;
  }
  .c-product__image {
    margin: 0 -20px;
  }
  .c-product__image-item {
    display: block;
    width: 100%;
    height: auto;
  }
  .c-product__icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .c-product__icon {
    width: calc(50vw - 28px);
  }
  .c-product__icon-image {
    border-radius: 20px;
    height: calc(50vw - 28px);
    margin-bottom: 0;
  }
  .c-product__icon-img {
    width: 100%;
    height: 100%;
  }
  .c-product__icon-text {
    font-size: 16px;
    margin-top: 13px;
  }
  .c-product-slider {
    width: calc(100vw - 40px);
  }
  .c-product-slider__slide-img {
    max-width: 100%;
  }
  .c-product-slider__slide-text {
    max-width: 100%;
  }
  .c-product-slider__slide-title {
    font-size: 16px;
    margin-top: 20px;
  }
  .swiper-button-prev._prev-4 {
    left: 44px;
    bottom: 0;
  }
  .swiper-button-next._next-4 {
    right: 44px;
    bottom: 0;
  }
  .swiper-pagination._pagination-4 {
    bottom: 20px;
  }
  .c-text {
    font-size: 14px;
  }
  .c-title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 29px;
  }
  .c-title._large {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .c-title._middle-large {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 36px;
  }
  .c-title._middle {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .c-title._small {
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0;
    margin: 36px 0 32px;
    text-align: left;
  }
  .c-title__sub {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .c-title__num {
    font-size: 36px;
  }
  .se-brands {
    padding: 0;
  }
  .se-brands._bg:after,
  .se-brands._bg:before {
    display: none;
  }
  .se-brands .l-section__inner {
    padding: 28px 0 40px;
  }
  .se-cv {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .se-cv .l-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .se-cv .c-button__text {
    font-size: 20px;
    padding-left: 20px;
  }
  .se-cv-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -40px;
    padding: 20px 10px 24px;
  }
  .se-cv .dl__text {
    padding: 0;
  }
  .se-cv-box._box-2 .se-cv-box__title {
    margin-bottom: 16px;
  }
  .se-cv-box._box-3 {
    background-image: url(/jp/set/data/product/transport/img/box-0-bg.jpg);
    height: 358px;
  }
  .se-cv-box._box-4 {
    background-image: url(/jp/set/data/product/transport/img/box-4-bg.png);
    height: 358px;
  }
  .se-cv-box__img {
    width: 150px;
    height: 150px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20px;
    left: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .se-cv-box__texts {
    margin-top: 162px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .se-cv-box__title {
    font-size: 24px;
    margin-bottom: 16px;
    text-shadow: none;
    margin-bottom: 16px;
  }
  .se-cv-box__text {
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.5em;
    font-size: 14px;
    text-shadow: none;
  }
  .se-ex .c-product__detail-block {
    margin-top: 0;
  }
  .se-ex .l-section__inner {
    padding-top: 0;
    padding-bottom: 63px;
  }
  .se-features {
    padding-bottom: 10px;
  }
  .se-features .l-section__inner {
    padding: 50px auto 0;
  }
  .se-flow {
    padding-bottom: 0;
  }
  .se-flow .l-section__inner {
    max-width: 1176px;
  }
  .se-flow__content {
    display: block;
  }
  .se-flow__content-left {
    display: none;
  }
  .se-flow__item + .se-flow__item {
    padding-top: 28px;
    margin-top: 24px;
  }
  .se-flow__item .c-notes {
    margin-top: 8px;
  }
  .se-flow__title {
    gap: 8px;
    font-size: 24px;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  .se-flow__title span {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .se-flow__item-img {
    margin-top: 16px;
  }
  .se-flow__item-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-flow__item-image {
    width: 100%;
  }
  .se-flow__item-image img {
    margin-bottom: 8px;
  }
  .se-mainvisual {
    height: calc(100vh - 96px);
    height: calc(100svh - 96px);
    min-height: 400px;
  }
  .se-mainvisual__movie {
    position: absolute;
  }
  .se-mainvisual__movie-video {
    height: calc(100% - 24px);
    width: calc(100% - 24px);
  }
  .se-mainvisual__mask-parts:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/jp/set/data/product/delivery/images/mv-corner.svg)
      no-repeat right bottom;
    background-size: 56px 56px;
    position: absolute;
  }
  .se-mainvisual__mask-parts._top {
    height: 12px;
  }
  .se-mainvisual__mask-parts._right {
    width: 12px;
  }
  .se-mainvisual__mask-parts._bottom {
    height: 12px;
  }
  .se-mainvisual__mask-parts._left {
    width: 12px;
  }
  .se-mainvisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .se-mainvisual__texts {
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 24px 24px 38px;
  }
  .se-mainvisual__texts .c-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .se-mainvisual__texts .c-button.is-view {
    opacity: 1;
  }
  .se-mainvisual__title {
    margin-bottom: 0;
  }
  .se-mainvisual__title-1 {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.96px;
    margin-bottom: 6px;
  }
  .se-mainvisual__title-2 {
    font-size: 28px;
    letter-spacing: 1.12px;
    margin-bottom: 10px;
  }
  .se-mainvisual__title-2._small {
    font-size: 25px;
  }
  .se-mainvisual__text {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
    width: 100%;
    max-width: unset;
  }
  .se-mainvisual__box {
    display: none;
  }
  .se-merits {
    padding-left: 0;
    padding-right: 0;
  }
  .se-merits .l-section__inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .se-merits-items {
    margin-top: 0;
    margin-bottom: 0;
  }
  .se-merits-item {
    margin-top: 0;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-merits-item + .se-merits-item {
    margin-top: 0;
    padding-top: 0;
  }
  .se-merits-item .c-notes-lists li {
    font-size: 12px;
  }
  .se-merits-item__num {
    position: absolute;
    font-size: 80px;
    line-height: 120px;
    font-weight: 500;
    left: auto;
    right: 20px;
  }
  .se-merits-item__texts {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .se-merits-item__texts._left {
    padding-left: 20px;
  }
  .se-merits-item__texts._left .se-merits-item__num {
    left: auto;
  }
  .se-merits-item__texts._right {
    padding-right: 20px;
  }
  .se-merits-item__texts._right .se-merits-item__num {
    right: 20px;
  }
  .se-merits-item__image {
    margin-top: 24px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .se-merits-item__image._left .se-merits-item__image-img {
    left: 0;
  }
  .se-merits-item__image._right .se-merits-item__image-img {
    right: 0;
    top: 0;
  }
  .se-merits-item__image-img {
    position: relative;
  }
  .se-merits-item__image-img._img-1 {
    width: 100%;
  }
  .se-merits-item__image-img._img-2 {
    width: 100%;
  }
  .se-merits-item__image-img._img-3 {
    width: 100%;
    margin-bottom: 18px;
  }
  .se-merits-item__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 14px;
  }
  .se-merits-item__title .u-text-orange {
    font-size: 28px;
    position: relative;
  }
  .se-merits-item__title .u-text-orange span {
    top: -2.5em;
    font-size: 10px;
  }
  .se-price {
    background: url(../images/price/bg.png) no-repeat center center;
    background-size: cover;
    padding: 0;
  }
  .se-price .l-section__inner {
    padding: 30px 10px;
  }
  .se-price .c-title {
    margin-bottom: 18px;
  }
  .se-price .c-button {
    margin: 16px auto 0;
  }
  .se-price-detail {
    text-align: center;
    margin-top: 16px;
  }
  .se-price-detail__label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  .se-price-detail__text-1 {
    margin-right: 0;
    font-size: 20px;
    width: 100%;
    margin-bottom: 28px;
  }
  .se-products {
    padding-left: 0;
    padding-right: 0;
  }
  .se-products .l-section__inner {
    padding-bottom: 0;
  }
  .se-products__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .se-products__box-wrap .swiper-pagination {
    position: static;
    margin: 44px auto 60px;
  }
  .se-products__box {
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }
  .se-products__box._pc-style-2 .se-products__box-item-img {
    height: 366px;
  }
  .se-products-slider-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }
  .se-products__box-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-products-slider {
    position: relative;
  }
  .se-products__box-item {
    width: 100%;
  }
  .se-products__box-item._item-1,
  .se-products__box-item._item-2,
  .se-products__box-item._item-3 {
    min-width: unset;
  }
  .se-products__box-item._item-1 .se-products__box-item-img {
    width: 82px;
  }
  .se-products__box-item._item-2 .se-products__box-item-img {
    width: 80px;
  }
  .se-products__box-item._item-3 .se-products__box-item-img {
    width: 88px;
  }
  .se-products__box-item._item-4 .se-products__box-item-img {
    width: 108px;
  }
  .se-products__box-item._item-5 .se-products__box-item-img {
    width: 117px;
  }
  .se-products__box-item._item-6 .se-products__box-item-img {
    width: 116px;
  }
  .se-products__box-item._item-7 .se-products__box-item-img {
    width: 116px;
  }
  .se-products__box-item._item-8 .se-products__box-item-img {
    width: 117px;
    height: auto;
  }
  .se-products__box-item .c-text {
    font-size: 13px;
    min-height: unset;
  }
  .se-products__box-item-image {
    height: auto;
    margin: 0 auto 20px;
  }
  .se-products__box-item-image._small {
    height: 192px;
  }
  .se-products__box-item-data {
    font-size: 12px;
    padding-left: 20px;
  }
  .se-products__box-item-data dt {
    float: left;
    clear: left;
  }
  .se-products__box-title2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: calc(100% - 80px);
    margin: 0 40px 30px;
  }
  .se-products__box-title2-left {
    font-size: 24px;
    line-height: 1.5em;
    width: 100%;
    max-width: 100%;
  }
  .se-products__box-title2-right {
    font-size: 14px;
    line-height: 25px;
    max-width: 100%;
  }
  .se-products__box-title2-ling {
    display: none;
  }
  .se-products__box-items {
    display: block;
  }
  .se-products-slider-navigation {
    display: block;
  }
  .swiper-pagination._pagination-2,
  .swiper-pagination._pagination-3,
  .swiper-pagination._pagination-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .se-products-slider-navigation {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    top: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .se-products-slider-navigation .swiper-button-next {
    right: 30px;
  }
  .se-products-slider-navigation .swiper-button-prev {
    left: 30px;
  }
  .se-qa {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 88px;
    margin-bottom: 0;
  }
  .se-reasons {
    padding-left: 0;
    padding-right: 0;
  }
  .se-reasons .l-section__inner {
    padding-bottom: 0;
  }
  .se-reasons:after,
  .se-reasons:before {
    display: none;
  }
  .se-reasons-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-reasons-card {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .se-reasons-card__link {
    padding: 16px 12px 16px 96px;
    text-align: left;
  }
  .se-reasons-card__img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
  }
  .se-reasons-card__num {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
    text-align: left;
  }
  .se-reasons-card__title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .se-reasons-card__circle {
    width: 32px;
    height: 32px;
    padding-left: 0;
    left: auto;
    right: 12px;
    bottom: auto;
    top: 50%;
    padding-left: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .se-reasons-items {
    margin-bottom: 0;
  }
  .se-reasons-items._product {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
  }
  .se-reasons-items._product .se-reasons-item {
    margin-top: 90px;
    padding-top: 0;
  }
  .se-reasons-items._product .se-reasons-item:first-child {
    margin-top: 60px;
  }
  .se-reasons-item {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-reasons-item__num {
    position: absolute;
    font-size: 80px;
    line-height: 120px;
    font-weight: 500;
    left: auto;
    right: 20px;
  }
  .se-reasons-item__texts {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .se-reasons-item__texts._left {
    padding-left: 20px;
  }
  .se-reasons-item__texts._left .se-reasons-item__num {
    left: auto;
  }
  .se-reasons-item__texts._right {
    padding-right: 20px;
  }
  .se-reasons-item__texts._right .se-reasons-item__num {
    right: 20px;
  }
  .se-reasons-item__image {
    margin-top: 24px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .se-reasons-item__image._left .se-reasons-item__image-img {
    left: 0;
  }
  .se-reasons-item__image._right .se-reasons-item__image-img {
    right: 0;
  }
  .se-reasons-item__image-img._image-2 {
    width: 82vw;
    height: 74.351vw;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
  }
  .se-reasons-item__image-badge {
    top: 8px;
    left: 12px;
    width: 88px;
  }
  .se-reasons-item__image-ling {
    width: 1200px;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 160px;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit:cover;
	object-position:center top";
    -o-object-fit: cover;
    object-fit: cover;
  }
  .se-reasons-item__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 14px;
  }
  .se-reasons-cards2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 374px;
    gap: 16px;
    margin-bottom: 60px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .se-reasons-card2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .se-reasons-card2:first-child img {
    position: relative;
    left: 5px;
    width: 68px;
  }
  .se-reasons-card2:last-child img {
    position: relative;
    width: 68px;
  }
  .se-reasons-card2 p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
  }
  .se-reasons-card2__image {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 0;
  }
  .se-reasons-card2__image img {
    width: 66px;
  }
  .se-reasons-table-wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-reasons-table-wrap .c-notes-lists {
    margin: 0 20px;
  }
  .se-reasons-table {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .se-reasons-table td,
  .se-reasons-table th {
    font-size: 13px;
  }
  .se-reasons__table-img + .c-notes-lists {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-spec {
    padding-left: 0;
    padding-right: 0;
  }
  .se-spec .l-section__inner {
    padding-bottom: 0;
  }
  .se-spec .l-section__inner {
    padding-bottom: 88px;
  }
  .se-spec__box {
    width: calc(100% - 40px);
    padding: 24px 0 32px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-spec__box-image {
    margin-bottom: 24px;
  }
  .se-spec__box-img._kettybot {
    width: 111px;
  }
  .se-spec__box-img._bellabot {
    width: 100px;
  }
  .se-spec__box-img._pudubot2 {
    width: 100px;
  }
  .se-spec__box-text {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .se-spec__box-lists {
    padding: 0 0 0 40px;
    width: 100%;
    gap: 12px;
  }
  .se-spec__box-list {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .se-spec__box-list div:first-child {
    line-height: normal;
    margin-bottom: 8px;
  }
  .se-spec__box-list div:last-child {
    line-height: normal;
  }
  .se-spec__box-list div:last-child span {
    font-size: 12px;
  }
  .se-spec__box-list div:last-child.fz14 {
    font-size: 14px;
  }
  .se-spec__box-list div:last-child.fz14 span {
    font-size: 10px;
  }
  .se-voices-modal__content._video iframe {
    width: calc(100vw - 50px);
    height: calc((100vw - 50px) / 16 * 9);
    margin: 0 auto;
  }
  .p-modal._video .p-modal__content {
    border-radius: 10px;
  }
  .p-modal._video .p-modal__content-inner {
    padding: 5px;
  }
  .p-modal._video .p-modal__header-close-btn-inner {
    top: -40px;
    right: 0;
  }
  .se-voices {
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-voices .l-section__inner {
    padding-bottom: 120px;
  }
  .se-voices-slider-wrapper {
    margin-bottom: 104px;
  }
  .se-voices-slider__item {
    border-radius: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .se-voices-slider__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .se-voices-slider__img {
    position: static;
    height: 345px;
    width: 100%;
  }
  .se-voices-slider__text {
    padding: 32px 16px 16px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .se-voices-slider__text .c-text {
    font-size: 12px;
    line-height: 1.75;
  }
  .se-voices-slider__text-1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .se-voices-slider__text-2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .se-voices-modal__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .se-voices-modal__item-title br {
    display: none;
  }
  .se-voices-modal__item-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .se-voices-modal__item-icon img {
    width: 40px;
    height: 40px;
  }
  .p-modal__content {
    border-radius: 24px;
  }
  .p-modal__content-inner {
    padding: 30px 20px;
  }
  .p-qa {
    margin-top: 62px;
    padding: 12px 12px 20px;
    border-radius: 12px 0 12px 12px;
  }
  .p-pa__all {
    top: -37px;
    padding: 11px 16px;
    border-radius: 6px 6px 0 0;
    width: 112px;
    height: 37px;
    font-size: 10px;
  }
  .p-pa__all:after,
  .p-pa__all:before {
    width: 9px;
    right: 14px;
  }
  .c-qa-item__q {
    padding: 17px 40px 17px 36px;
    min-height: 60px;
  }
  .c-qa-item__q span {
    font-size: 14px;
  }
  .c-qa-item__q span:before {
    left: 0;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    top: 16px;
  }
  .c-qa-item__q:after,
  .c-qa-item__q:before {
    right: 0;
    width: 16px;
  }
  .c-qa-item__a__inner {
    line-height: 160%;
    padding: 8px 20px 19px 36px;
  }
  .c-qa-item__a__inner:before {
    left: 0;
    top: 24px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 26px;
    top: 3px;
  }
  .c-qa__note {
    position: relative;
    font-size: 14px;
    padding-left: 2em;
    opacity: 0.7;
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .c-qa__note:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-modal__header-close-btn-inner {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
  }
  .se-award-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .se-award-itemImg {
    width: 100%;
  }
  .se-award-itemTxt {
    width: 100%;
  }
  .se-award-itemTxt p {
    padding-top: 30px;
    font-size: 16px;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes mv-button {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mv-button {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mv-button2 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mv-button2 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.features .se-reasons-card2:nth-child(3) img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .features .sp-flex {
    flex-direction: column;
  }
}
.products__txt--list {
  margin: 20px 20px 0 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .products__txt--list {
    max-width: 280px;
    margin: 20px auto;
  }
}
.products__txt--list li {
  list-style: disc;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8;
}
.products__txt--list li span {
  background: linear-gradient(transparent 70%, #fffb00 70%);
}
@media only screen and (max-width: 768px) {
  .se-products__box-item._item-8 .carti__img {
    width: 180px;
    height: auto;
  }
  .se-products__box-item._item-8 .s100__img {
    width: 150px;
    height: auto;
  }
}
.dx__link .u-text-center {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 20px;
  font-weight: 600;
  color: #dd191f;
}
@media only screen and (max-width: 768px) {
  .dx__link .u-text-center {
    font-size: 20px;
  }
}
.dx__link img {
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 28%);
  transition: 0.3s;
}
.dx__link img:hover {
  opacity: 0.7;
}
.front--products__section {
  width: 100%;
  padding: 0 20px;
}
.front--products__wrap {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 768px) {
  .front--products__wrap {
    padding: 15px;
  }
}
.front--products__flex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .front--products__flex01 {
    flex-direction: column;
    justify-content: center;
  }
}
.front--products__flex01 .front--products__flexItem__img {
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .front--products__flex01 .front--products__flexItem__img {
    width: 100%;
  }
}
.front--products__flex01 .front--products__flexItem__txt {
  width: 55%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .front--products__flex01 .front--products__flexItem__txt {
    width: 100%;
  }
}
.front--products__flex01 .front--products__flexItem__txt img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 768px) {
  .front--products__flex01 .front--products__flexItem__txt img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.front--products__flex01 .front--products__flexItem__txt p {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .front--products__flex01 .front--products__flexItem__txt p {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.front--products__flex01 .front--products__flexItem__txt p span {
  background: linear-gradient(transparent 70%, #fffb00 70%);
}
.front--products__flex02 {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
}
.front--products__flex02 .front--products__flexItem__img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .front--products__flex02 .front--products__flexItem__img {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.front--products__flex02 .front--products__flexItem__img img {
  width: 100%;
  margin-bottom: 30px;
}
.front--products__flex02 .front--products__flexItem__img p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .front--products__flex02 .front--products__flexItem__img p {
    font-size: 16px;
  }
}
.front--products__flex02 .front--products__flexItem__img p span {
  background: linear-gradient(transparent 70%, #fffb00 70%);
}
.t300__page--link {
  display: flex;
  justify-content: center;
  margin: 50px auto 30px auto;
}
.t300__page--link .c-button._large {
  width: 320px;
  font-size: 16px;
}
#AMR p {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.6;
}
.AMR1 {
  font-weight: 700;
  color: #dc191e;
  font-size: 1.2em;
}
.AMR2 {
  font-weight: 700;
}
