.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 75pc;
  perspective: 75pc;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 2;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 3;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 3;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 2;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: a 1s steps(12, end) infinite;
  animation: a 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes a {
}
@keyframes a {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 75pc;
}

@charset "UTF-8";
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
*,
::after,
::before {
  border-style: solid;
  border-width: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}
.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: all 500ms;
}
/* reset============================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* clearfix============================================== */
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
/* body============================================== */
html,
body {
  height: 100%;
  font-size: 1.4rem;
  color: #121111;
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: 'palt';
  font-family: 'source-han-sans-cjk-ja', sans-serif;
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 10px;
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 10px;
  }
}
.f-en {
  font-family: 'Inter', system-ui;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#container {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.l-main {
  width: 100%;
}
.l-container {
  position: relative;
}
.l-content {
  position: relative;
}
.meta-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.c-vrtcl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: 'pkna';
}
.c-red {
  color: #9e1a1a;
}
.bodr-rds {
  border-radius: 9999px;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
.sp375-block {
  display: none;
}
.txt-l {
  text-align: left !important;
}
/* mouse-set============================================== */
.mouse-set {
  position: relative;
  transition: all 0.5s ease;
  pointer-events: auto;
}
.hover .mouse-on:hover {
  background-color: #ed2828;
}
.hover .mouse-on.mouse-b:hover {
  background-color: #ff5454;
}
.hover .mouse-on.mouse-c:hover {
  background-color: #05aaec;
}
.hover .mouse-on.mouse-d:hover {
  background-color: #9e1a1a;
  color: #fff;
}
.hover .mouse-set.typ-frame:hover .mouse-on.mouse-d:before {
  background-image: url(/static/resource/arrow-right.webp);
}
/* link-text ============================================== */
.link-text {
  position: relative;
  display: inline-block;
  text-align: center;
}
.u-line {
  display: block;
}
.u-line .u-line__inner {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  color: #9e1a1a;
}
.u-line .u-line__inner span {
  position: relative;
  display: inline-block;
}
.u-line .u-line__inner span:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #9e1a1a;
  position: absolute;
  bottom: 0;
}
.u-line.line-black .u-line__inner span:before {
  background: #000;
}
.mouse-set:hover .u-line__inner span:before {
  -webkit-animation: moveactive 0.5s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  animation: moveactive 0.5s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
@-webkit-keyframes moveactive {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveactive {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes moveactive-anchor {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.01% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveactive-anchor {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50.01% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* link-btn ============================================== */
.link-btn {
  position: relative;
}
.link-btn a {
  width: 30rem;
  text-align: center;
  position: relative;
  padding: 2.5rem 1.5rem;
  color: #fff;
  background-color: #9e1a1a;
  border-radius: 1rem;
}
.link-btn a:before {
  background-image: url(/static/resource/arrow-right.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  content: '';
  z-index: 2;
  display: block;
  background-size: contain;
  width: 1.1rem;
  height: 1.3rem;
}
.btn-label {
  font-size: 1.5rem;
}
.btn-label strong {
  font-size: 1.5rem;
}
.btn-guide {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  margin: 0.8rem;
}
.typ-black a {
  background-color: #121111;
}
.typ-frame a {
  background-color: #fff;
  border: solid 1px #9e1a1a;
  color: #9e1a1a;
  width: 29rem;
  padding: 1.6rem 1.5rem 1.6rem 0.5rem;
}
.typ-frame a:before {
  background-image: url(/static/resource/arrow-right_red.webp);
}
.typ-anchor a:before {
  background-image: url(/static/resource/arrow-under_white.webp);
  right: 1.3rem;
}
.center-position a {
  margin: 0 auto;
}
.note-btn a {
  width: 20rem;
  margin: 3.5rem auto 0;
  padding: 1.8rem 1.5rem 1.8rem 0.5rem;
}
.note-btn a:before {
  background-image: url('/static/resource/blank-icon.webp');
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
}
.note-btn .btn-label span:first-child {
  width: 8.3rem;
  display: inline-block;
}
/* js-scroll__anime============================================== */
.js-scroll__anime,
.js-visual__anime {
  height: auto;
  display: block;
  position: relative;
}
/* text-set============================================== */
.js-text__anime {
  overflow: hidden;
  transform: translate(-100%, 0);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: all 1s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.js-text__anime-inner {
  display: inline-block;
  transform: translate(100%, 0);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: all 1s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.active .js-text__anime {
  transform: translate(0, 0);
}
.active .js-text__anime-inner {
  transform: translate(0, 0);
}
/* msk-set============================================== */
.msk-set {
  display: block;
  overflow: hidden;
  overflow-y: hidden;
}
.msk {
  display: inline-block;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  transition: -webkit-transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.active .msk {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.msk.x-msk {
  -webkit-transform: translateX(130%);
  transform: translateX(130%);
}
.msk.x-msk-b {
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
}
.active .msk.x-msk,
.active .msk.x-msk-b {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* split label ============================================== */
.split-label svg path {
  transform: translateY(120%);
  opacity: 0;
  transition: -webkit-transform 1.4s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1.4s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.split-label svg path:nth-child(1),
.split-label svg path:nth-child(2) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.split-label svg path:nth-child(3) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.split-label svg path:nth-child(4) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.split-label svg path:nth-child(5),
.split-label svg path:nth-child(6) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.split-label svg path:nth-child(7),
.split-label svg path:nth-child(8) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.split-label svg path:nth-child(9),
.split-label svg path:nth-child(10) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.split-label svg path:nth-child(11) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.split-label svg path:nth-child(12) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.split-label svg path:nth-child(13),
.split-label svg path:nth-child(14) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.split-label svg path:nth-child(15) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.split-label svg path:nth-child(16),
.split-label svg path:nth-child(17) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
/* js-split */
.js-scroll__split .js-split {
  opacity: 0;
}
.js-scroll__split .js-split span {
  display: inline-block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js-scroll__split .js-split span:nth-child(1) {
  transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
.js-scroll__split .js-split span:nth-child(2) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.js-scroll__split .js-split span:nth-child(3) {
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
.js-scroll__split .js-split span:nth-child(4) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.js-scroll__split .js-split span:nth-child(5) {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.js-scroll__split .js-split span:nth-child(6) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.js-scroll__split .js-split span:nth-child(7) {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.js-scroll__split .js-split span:nth-child(8) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.js-scroll__split .js-split span:nth-child(9) {
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.js-scroll__split .js-split span:nth-child(10) {
  transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
}
.js-scroll__split .js-split span:nth-child(11) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.js-scroll__split .js-split span:nth-child(12) {
  transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}
.split-label.active svg path,
.js-scroll__anime.active .split-label svg path {
  opacity: 1;
  transform: translateY(0px);
}
.js-scroll__split.active .js-split,
.js-scroll__split.active .js-split span {
  opacity: 1;
  transform: translateX(0px);
}
/* delay-set============================================== */
.active .delay-01,
.active .js-scroll__anime-inner.delay-01:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.active .delay-02,
.active .js-scroll__anime-inner.delay-02:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .delay-03,
.active .js-scroll__anime-inner.delay-03:before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.active .delay-04,
.active .js-scroll__anime-inner.delay-04:before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .delay-05,
.active .js-scroll__anime-inner.delay-05:before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.active .delay-06 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .delay-07 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.active .delay-08 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.8s;
}
.active .delay-09 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.active .delay-10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .delay-11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.active .delay-12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* msk-in============================================== */
.js-scroll__anime-inner,
.js-visual__anime-inner {
  -webkit-transition-timing-function: 1s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition-timing-function: 1s cubic-bezier(0.09, 0.34, 0.63, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.js-scroll__anime .js-scroll__anime-inner:before,
.js-visual__anime .js-visual__anime-inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  background-color: #fef9ff;
  content: '';
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: 1s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition-timing-function: 1s cubic-bezier(0.09, 0.34, 0.63, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 100%;
  height: 100%;
}
.js-scroll__anime.active .js-scroll__anime-inner:before,
.js-visual__anime.active .js-visual__anime-inner:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.js-scroll__anime.active .js-scroll__anime-inner,
.js-visual__anime.active .js-visual__anime-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* fade-set============================================== */
.js-fade__anime {
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition-duration: 1s;
}
.js-fade__anime.typ-b {
  transform: translate3d(0, 60px, 0);
}
.js-fade__anime.fade-left {
  transform: translate3d(-30px, 0, 0);
}
.js-fade__anime.fade-right {
  transform: translate3d(30px, 0, 0);
}
.active .js-fade__anime,
.active.js-fade__anime {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* js-scroll__scale============================================== */
.js-scroll__scale,
.js-visual__scale {
  -webkit-transform: scale(1.1) translate(-15px, 0);
  transform: scale(1.1) translate(-15px, 0);
  opacity: 0;
}
.scale-scroll-in {
  -webkit-transform: scale(1) translate(0, 0) !important;
  transform: scale(1) translate(0, 0) !important;
  opacity: 1 !important;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s linear;
  transition: transform 0.5s, opacity 0.5s linear, -webkit-transform 1s;
}
/* scale-set============================================== */
.js-scale__anime {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.active .js-scale__anime {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* vertical/side-move ============================================== */
.vertical-move,
.bound-move {
  opacity: 0;
  display: none;
}
.active .vertical-move {
  -webkit-animation-name: verticalanime;
  animation-name: verticalanime;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  display: block;
}
.active .vertical-move.bottom-move {
  -webkit-animation-name: verticalbottomanime;
  animation-name: verticalbottomanime;
}
.active .bound-move {
  -webkit-animation-name: boundanime;
  animation-name: boundanime;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  display: block;
}
.key-delay-01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.key-delay-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.key-delay-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.key-delay-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.key-delay-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.key-delay-06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.key-delay-07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.key-delay-08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.key-delay-09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.key-delay-10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.key-delay-11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.key-delay-12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.key-delay-13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.key-delay-14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.key-delay-15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@-webkit-keyframes verticalanime {
  0% {
    -webkit-transform: translate(0px, -500px);
    transform: translate(0px, -500px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  37% {
    -webkit-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
  }
  43% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  53% {
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  68% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes verticalanime {
  0% {
    -webkit-transform: translate(0px, -500px);
    transform: translate(0px, -500px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  37% {
    -webkit-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
  }
  43% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  53% {
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  68% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes verticalbottomanime {
  0% {
    -webkit-transform: translate(0px, 150%);
    transform: translate(0px, 150%);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  37% {
    -webkit-transform: translate(0px, 5%);
    transform: translate(0px, 5%);
  }
  43% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  53% {
    -webkit-transform: translate(0px, 3%);
    transform: translate(0px, 3%);
  }
  68% {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  100% {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
}
@keyframes verticalbottomanime {
  0% {
    -webkit-transform: translate(0px, 150%);
    transform: translate(0px, 150%);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  37% {
    -webkit-transform: translate(0px, 5%);
    transform: translate(0px, 5%);
  }
  43% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  53% {
    -webkit-transform: translate(0px, 3%);
    transform: translate(0px, 3%);
  }
  68% {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  100% {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
}
/* bound-move ============================================== */
@-webkit-keyframes boundanime {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  80% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes boundanime {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  80% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* swiper============== */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* fixed-btn============================================== */
.fixed-btn {
  display: block;
  z-index: 11;
  width: calc(100% - 0rem);
  max-width: 160rem;
  height: auto;
  position: fixed;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transform: translateY(140%);
  transform: translateY(140%);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.fixed-btn.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.fixed-btn__inner {
  width: calc(100% - 40rem);
  z-index: 12;
  position: relative;
  padding: 2.8rem 2rem;
  margin: 0 auto;
}
.fixed-single .fixed-btn__inner {
  width: 76rem;
}
.fixed-btn__inner:before {
  position: absolute;
  content: '';
  background-color: #fff;
  border-radius: 1rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.fixed-btn__wrap {
  position: relative;
}
.fixed-btn__wrap-inner {
  width: calc(100% - 26rem);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.fixed-single .fixed-btn__wrap-inner {
  justify-content: center;
}
.fixed-btn__wrap .link-btn {
  width: 48%;
}
.fixed-single .fixed-btn__wrap .link-btn {
  width: 100%;
}
.fixed-btn__wrap .link-btn a {
  width: 100%;
}
.fixed-illust {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
}
.fixed-illust p {
  position: absolute;
}
.fixed-illust p:first-child {
  left: 0;
  top: -0.5rem;
  width: 10rem;
}
.fixed-illust p:nth-child(2) {
  right: 0;
  top: -0.5rem;
  width: 9rem;
}
.fixed-btn__wrap .u-line .u-line__inner {
  font-size: 1.3rem;
  font-weight: 400;
}
.fixed-btn__wrap .link-text {
  margin: 0 auto 0;
}
.fixed-single .link-text {
  margin: 1.6rem auto 0;
}
/* header============================================== */
#l-header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 30;
}
.l-header__body {
  width: calc(100% - 0rem);
  margin: 0 auto;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.l-header__sitename {
  width: auto;
  position: absolute;
  left: 3.5rem;
  top: 3rem;
  display: flex;
  align-items: center;
}
.l-header__sitename .min-hon-logo {
  width: 20rem;
}
.l-header__sitename .dlsite-logo {
  width: 11.5rem;
}
.l-header__sitename.typ-b .dlsite-logo {
  width: 8rem;
  margin-left: 1rem;
}
.l-header__common {
  position: absolute;
  right: 4rem;
  top: 3.6rem;
  display: flex;
  align-items: center;
}
.language-select {
  outline: none;
  /* border: solid 1px #121111; */
  padding: 0.4rem 0rem;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 0.4rem;
}
.language-select option {
  color: #4d516b;
  font-size: 1.5rem;
}
.l-header__language {
  width: 13rem;
  border: solid 1px #121111;
  padding: 0.8rem 1.2rem;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-header__language-inner {
  display: flex;
  align-items: center;
}
.l-header__language-inner .language-icon {
  width: 1.3rem;
}
.l-header__language-inner .language-label {
  font-size: 1.5rem;
  margin: 0 0 0 0.9rem;
  font-weight: 400;
}
.l-header__language-inner .language-arrow {
  width: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  /*transition: all 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);*/
}
.l-header__dropdown {
  position: absolute;
  width: 13rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 4rem;
  border-radius: 1rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  padding: 0 2rem;
  -webkit-box-shadow: 0 10px 17px 6px rgba(61, 77, 90, 0.25);
  box-shadow: 0 10px 17px 6px rgba(61, 77, 90, 0.25);
}
.l-header__dropdown:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -0.8rem;
  margin-left: -1rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #ffffff;
  transition: all 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-property: opacity;
}
.dropdown-lst {
  width: 100%;
  border-bottom: dashed 1px #888;
  padding: 0.8rem 0rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.dropdown-lst:last-child {
  border: 0;
}
.hover .dropdown-lst:hover a {
  color: #9e1a1a;
}
.country-label {
  display: flex;
  display: block;
  padding: 0.8rem 0;
  text-decoration: none;
  color: #121111;
  position: relative;
}
.country-label:before {
  background-image: url(/static/resource/arrow-right_black.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 1rem;
  right: 0rem;
  content: '';
  z-index: 2;
  display: block;
  background-size: contain;
  width: 0.6rem;
  height: 0.8rem;
}
.dropdown-lst.page-current .country-label {
  color: #9e1a1a;
}
.dropdown-lst.page-current .country-label:before {
  display: none;
}
.dropdown-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}
.l-header__language-inner .dropdown-arrow {
  transform: rotate(180deg);
  top: 1.3rem;
}
.l-header__link {
  border: solid 1px #121111;
  position: relative;
  margin: 0 0 0 1.2rem;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover .l-header__link:hover,
.hover .l-header__language:hover {
  background-color: #ffc7c7;
}
.l-header__link-inner {
  padding: 0.8rem 1.7rem;
  text-align: center;
  color: #121111;
  position: relative;
}

.l-header__link-inner p {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-header__social {
  margin: 0 0 0 2rem;
  position: relative;
}
.l-header__social a {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__social a:before {
  width: 4.4rem;
  height: 4.4rem;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #121111;
  top: 0;
  border-radius: 50%;
  position: absolute;
  content: '';
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.hover .l-header__social:hover a:before {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.l-header__social a p {
  width: 2rem;
  position: relative;
  z-index: 2;
}
.l-header__link .pc-label {
  display: inline-block;
}
.l-header__link .sp-label {
  display: none;
}
/* l-main__visual ============================================== */
.l-main__visual {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.l-main__body {
  width: calc(100% - 5rem);
  max-width: 180rem;
  height: 75rem;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  display: flex;
}
.l-main__text {
  width: 53.5rem;
  position: absolute;
  top: 22.5%;
  left: 7%;
  z-index: 3;
  padding-right: 5rem;
}
.l-main__text-inner {
  width: 100%;
}
.min-hon__label {
  width: 100%;
}
.min-hon__copy {
  font-size: 4.4rem;
  line-height: 1.4;
}
.l-main__text .min-hon__copy p {
  margin: 1rem 0 0;
  line-height: 1;
}
.l-main__text span {
  display: inline-block;
}
.l-main__btn {
  margin: 4.5rem auto 0;
}
.l-main__btn-inner {
  display: flex;
  justify-content: space-between;
}
.l-main__btn-inner.jc-center {
  justify-content: center;
}
.l-main__text .link-text {
  margin: 2.5rem auto 0;
}
.l-main__img {
  width: 82.5rem;
  position: relative;
  margin: 0 0 0 auto;
  z-index: 2;
  right: -6rem;
  bottom: -1.4rem;
}
.l-main__img-inner {
  width: 100%;
  position: relative;
}
.illust-credit {
  position: absolute;
}
.l-main__img .illust-credit {
  width: 8rem;
  right: 0rem;
  bottom: 0.5rem;
}
.l-main__cover {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}
.l-main__cover video {
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  min-height: 100%;
  opacity: 0.3;
}
.video-credit {
  width: 13rem;
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
}
/* text common ============================================== */
.p-section__index {
  font-size: 3.8rem;
  text-align: center;
}
.text-msk {
  display: inline-block;
  border: solid 1px #121111;
  background-color: #fff;
  padding: 0.8rem 0.8rem 1rem;
  line-height: 1;
  border-radius: 1rem;
}
.text-msk.msk-red {
  border: solid 1px #9e1a1a;
}
/* section-cover ============================================== */
.section-cover {
  background-color: #faebeb;
}
.section-cover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: center center;
  background-image: url(/static/resource/section-cover_pink.webp);
  opacity: 0.5;
  overflow: hidden;
}
.section-cover.pink-b:before {
  background-image: url(/static/resource/section-cover_pink02.webp);
}
.section-cover.white-cover:before {
  background-image: url(/static/resource/section-cover_white.webp);
  background-position: center center;
  opacity: 1;
  z-index: 0;
}
.section-cover.illust01-cover:before {
  background-image: url(/static/resource/section-cover_illust01.webp);
  background-position: center center;
  opacity: 0.03;
  z-index: 0;
}
.section-cover.book-cover:before {
  background-image: url(/static/resource/section-cover_book.webp);
  background-position: center center;
  z-index: 0;
  opacity: 0.2;
}
.section-pattern {
  background-repeat: repeat;
  background-position: center center;
  background-size: 1rem 1rem;
  background-image: url(/static/resource/section-pattern.webp);
}
/* book-gallery ============================================== */
.book-gallery {
  width: 100%;
  max-width: 200rem;
  position: relative;
  margin: 8rem auto 0;
}
.gallery-lst {
  width: 15%;
}
.gallery-lst__thumb {
  width: 100%;
}
.gallery-lst__thumb span {
  padding: 35.4% 0;
}
.visual-lst {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.visual-lst__inner {
  width: 100%;
  height: 100%;
}
.visual-lst__inner span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
/* p-top-guide ============================================== */
.p-top-guide {
  width: 100%;
  position: relative;
  z-index: 0;
}
.p-top-guide__body {
  width: calc(100% - 16rem);
  max-width: 87rem;
  margin: 0 auto;
  position: relative;
  padding: 11.5rem 0 12rem;
  z-index: 10;
}
.guide-index {
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
}
.guide-index__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-index .min-hon__logo {
  width: 28rem;
  display: inline-block;
}
.side-text {
  margin: 0 0 0 0.5rem;
}
.guide-language {
  width: 60rem;
  margin: 3rem auto 0;
  background-color: #333333;
  padding: 1.8rem 2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.guide-language__inner {
  width: 100%;
  position: relative;
  display: flex;
  color: #fff;
}
.guide-language__inner h3 {
  font-size: 1.3rem;
  padding: 0 2rem 0 0;
  font-weight: 400;
  line-height: 1.9;
}
.guide-language__inner p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9;
  position: relative;
  padding: 0 0 0 2rem;
  letter-spacing: 0.04em;
}
.guide-language__inner p:before {
  width: 0.1rem;
  height: 100%;
  background-color: #888;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
.guide-figure {
  width: 100%;
  margin: 5.5rem auto 0;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.guide-figure__inner {
  width: calc(100% - 16rem);
  position: relative;
  z-index: 2;
  padding: 5rem 0 6rem;
  margin: 0 auto;
}
/* p-top-philosophy ============================================== */
.p-top-philosophy {
  width: 100%;
  position: relative;
  background-color: #f2f3f4;
  z-index: 0;
}
.p-top-philosophy__body {
  width: 100%;
  position: relative;
  padding: 8rem 0 12rem;
  z-index: 10;
}
.philosophy-label {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20rem;
  width: 100%;
  z-index: 0;
  max-width: 200rem;
}
.philosophy-index {
  max-width: 95rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.philosophy-index__inner {
  display: flex;
  justify-content: space-between;
}
.philosophy-index__img {
  width: 26.5rem;
  position: relative;
}
.philosophy-index__img .illust-credit {
  width: 8rem;
  right: 0rem;
  left: 0;
  margin: auto;
  bottom: -1.7rem;
}
.philosophy-index__text {
  width: calc(100% - 26.5rem);
  padding: 3.8rem 0 0 3rem;
}
.philosophy-index__text-inner {
  width: 100%;
  position: relative;
}
.philosophy-index__text .min-hon__label {
  width: 30rem;
}
.philosophy-catch {
  margin: 1.4rem 0 0;
}
.philosophy-catch__inner {
  display: flex;
  align-items: center;
}
.philosophy-catch .text-msk {
  font-size: 5.3rem;
  margin-bottom: 0.8rem;
}
.philosophy-catch .side-text {
  margin: 0 0 0 0.1rem;
}
.philosophy-catch p {
  font-size: 4.8rem;
  display: flex;
  align-items: center;
}
.philosophy-catch p span {
  display: inline-block;
}
.philosophy-index__read {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 3rem 0 0;
  font-weight: 400;
}
.philosophy-unit {
  width: calc(100% - 12rem);
  max-width: 100rem;
  margin: 8rem auto 0;
}
.philosophy-lst {
  width: 100%;
  margin-bottom: 8rem;
  position: relative;
}
.philosophy-lst:last-child {
  margin: 0;
}
.philosophy-lst h2 {
  font-size: 6rem;
  text-align: center;
}
.philosophy-lst__inner {
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #121111;
  margin: 1.8rem auto 0;
  padding: 4.2rem 9.5rem 3.3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.philosophy-policy .philosophy-lst__inner {
  padding: 0;
  justify-content: space-between;
}
.philosophy-lst__text {
  width: calc(100% - 14rem);
  position: relative;
}
.philosophy-lst__text h3 {
  font-size: 2.6rem;
  color: #9e1a1a;
}
.philosophy-lst__text p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 1.7rem;
  font-weight: 400;
}
.philosophy-lst__illust {
  position: relative;
}
.philosophy-lst__illust p {
  width: 14rem;
}
.philosophy-policy .philosophy-lst__illust {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
}
.philosophy-policy .philosophy-lst__illust p {
  position: absolute;
}
.philosophy-policy .philosophy-lst__illust p:first-child {
  width: 12rem;
  left: 3rem;
  top: 0.5rem;
}
.philosophy-policy .philosophy-lst__illust p:nth-child(2) {
  width: 9.6rem;
  right: 3rem;
  top: 0;
}
.policy-lst {
  width: 33.33%;
  padding: 4.2rem 0;
  position: relative;
}
.policy-lst:first-child:before {
  display: none;
}
.policy-lst:before {
  background-image: linear-gradient(to bottom, #888, #888 3px, transparent 3px, transparent 5px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  top: 0rem;
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
}
.policy-num {
  text-align: center;
}
.policy-num p {
  background-color: #9e1a1a;
  border-radius: 0.5rem;
  padding: 0.8rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
}
.policy-num span {
  font-size: 2rem;
}
.policy-lst h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 1rem;
  font-weight: 400;
}
/* p-top-story ============================================== */
.p-top-story {
  width: 100%;
  position: relative;
}
.p-top-story__body {
  width: calc(100% - 12rem);
  max-width: 100rem;
  position: relative;
  padding: 10rem 0 12rem;
  z-index: 3;
  margin: 0 auto;
}
.story-index {
  font-size: 5.3rem;
  text-align: center;
}
.story-unit {
  width: 100%;
  margin: 1.8rem auto 0;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  padding: 6rem 0 5.2rem;
}
.story-unit__inner {
  text-align: center;
}
.story-unit__inner h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.story-unit__inner h3 span {
  color: #9e1a1a;
}
.story-unit__inner .min-hon__logo {
  width: 44.8rem;
  margin: 1.6rem auto 0;
}
.story-illust {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 2;
}
.story-illust__unit {
  position: absolute;
}
.story-left {
  top: 22%;
  left: 7%;
}
.story-right {
  right: 6%;
  top: 22%;
}
.story-left p:first-child {
  width: 10.5rem;
}
.story-left p:nth-child(2) {
  width: 13.9rem;
}
.story-right p:first-child {
  width: 14.7rem;
}
.story-right p:nth-child(2) {
  width: 13.6rem;
}
/* p-top-fixed ============================================== */
.p-top-fixed {
  width: 100%;
  position: relative;
  background-color: #f2f3f4;
  z-index: 0;
}
.p-top-fixed__body {
  width: calc(100% - 12rem);
  max-width: 120rem;
  position: relative;
  padding: 6rem 0 6rem;
  z-index: 10;
  margin: 0 auto;
}
.p-top-fixed .fixed-btn {
  position: static;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.p-top-fixed .fixed-btn__inner {
  width: calc(100% - 0rem);
  padding: 2.8rem 2rem;
}
.p-top-fixed .fixed-single .fixed-btn__inner {
  width: calc(100% - 12rem);
  max-width: 100rem;
  padding: 2.8rem 8rem;
}
/* l-footer ============================================== */
.l-footer {
  width: 100%;
  background-color: #121111;
}
.l-footer__body {
  position: relative;
  padding: 2rem 0;
}
.l-footer__body p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
/* creator-page ============================================== */
.creator-page .l-main__body {
  width: calc(100% - 20rem);
  display: block;
  height: auto;
  padding: 17rem 0 7rem;
  max-width: 120rem;
}
.creator-page .l-main__text {
  width: calc(100% - 0rem);
  position: static;
  margin: 0 auto;
}
.l-main__text-flex {
  display: flex;
  align-items: center;
}
.creator-page .l-main__text .min-hon__label {
  width: 38rem;
  margin: 0.7rem 0 0 2.2rem;
  position: relative;
}
.creator-page .l-main__text .min-hon__label:before,
.creator-page .l-main__text .min-hon__label:after {
  position: absolute;
  content: '「';
  left: -1.8rem;
  top: -0.2rem;
  font-size: 4rem;
}
.creator-page .l-main__text .min-hon__label:after {
  content: '」';
  left: auto;
  right: -2.6rem;
  top: auto;
  bottom: 0rem;
}
.creator-page .min-hon__copy {
  font-size: 6.6rem;
  line-height: 1.3;
}
.creator-page .l-main__img {
  width: 36.5rem;
  position: absolute;
  margin: 0;
  right: 3rem;
  top: 6rem;
  z-index: -1;
}
.creator-page .l-main__body .illust-credit {
  right: -2.4rem;
  bottom: auto;
  top: 23rem;
  /* bottom: 28rem; */
  width: 7rem;
}
.creator-page .l-main__body .link-text {
  margin: 3rem auto 0;
}
.creator-page .l-main__btn .link-btn a,
.translator-page .l-main__btn .link-btn a {
  width: 34rem;
}
.creator-page .l-main__btn .btn-label strong,
.translator-page .l-main__btn .btn-label strong {
  font-size: 2.3rem;
}
.l-main__recommend {
  width: calc(100% - 0rem);
  margin: 3.5rem auto 0;
  position: relative;
  z-index: 2;
}
.l-main__recommend-inner {
  display: flex;
  justify-content: space-between;
}
.recommend-lst {
  width: 24%;
  background-color: #fff;
  border: solid 1px #121111;
  border-radius: 1rem;
  overflow: hidden;
}
.recommend-lst h3 {
  background-color: #121111;
  font-size: 2.1rem;
  padding: 1.1rem 0 0.8rem;
  text-align: center;
  color: #fff;
}
.recommend-lst h3 span {
  font-size: 2.8rem;
}
.recommend-lst__inner {
  text-align: center;
  padding: 1.9rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend04 .recommend-lst__inner {
  padding: 2.4rem 0 1.4rem;
}
.recommend-lst p {
  font-size: 2.4rem;
}
.recommend-lst p.typ-b {
  font-size: 2.1rem;
  line-height: 1.2;
}
.recommend-lst p.typ-c {
  font-size: 4.2rem;
}
.recommend-lst p.typ-d {
  font-size: 3rem;
}
.recommend-lst p.typ-d span {
  font-size: 5rem;
}
.recommend-lst__inner .f-en {
  color: #9e1a1a;
  font-size: 4.8rem;
  margin: 0.7rem 0 0.3rem;
}
.recommend-lst__inner .f-en.typ-b {
  font-size: 6.2rem;
  line-height: 1;
  margin: 0.8rem 0 0;
}
.recommend02 .recommend-lst__inner .f-en.typ-b {
  margin: 0.2rem 0 0;
}
.recommend-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.creator-page .l-main__btn {
  margin: 5rem auto 0;
}
/* p-top-overview ============================================== */
.p-top-overview {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-top-overview__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 13.5rem 0 15rem;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.overview-copy {
  width: calc(100% - 50rem);
}
.overview-index {
  font-size: 3.8rem;
  line-height: 1.8;
  text-align: left;
}
.overview-illust {
  margin-top: 3rem;
  position: relative;
}
.overview-illust__unit {
  width: 100%;
}
.overview-illust p {
  position: absolute;
}
.overview-illust p:first-child {
  width: 10.7rem;
  left: 1.5rem;
}
.overview-illust p:nth-child(2) {
  width: 15.5rem;
  left: 12rem;
  top: 5rem;
}
.overview-illust p:nth-child(3) {
  width: 8.5rem;
  left: 30rem;
  top: 8rem;
}
.overview-text {
  position: relative;
  width: 46.8rem;
}
.overview-text p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1.9rem;
  font-weight: 400;
}
.overview-text p:last-child {
  margin-bottom: 0;
}
.overview-text .overview-text__note {
  font-size: 1.3rem;
  color: #555;
}
/* p-top-permission ============================================== */
.p-top-permission {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.p-top-permission:before {
  position: absolute;
  content: '';
  background-color: #f2f3f4;
  width: 100%;
  padding: 5% 0;
  left: 0;
  bottom: 0;
}
.p-top-permission__body {
  width: calc(100% - 0rem);
  position: relative;
  padding: 10rem 0 4rem;
  z-index: 10;
  margin: 0 auto;
}
.permission-data {
  position: relative;
}
.permission-index {
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
}
.permission-num {
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
  position: relative;
  z-index: 2;
}
.permission-num p {
  color: #9e1a1a;
  font-size: 6.8rem;
}
.permission-data p .f-en {
  font-size: 8.5rem;
}
.permission-data .slash-mark {
  position: relative;
  padding-right: 5rem;
}
.permission-data .slash-mark:before {
  position: absolute;
  content: '/';
  right: 1.1rem;
  top: 0rem;
  font-size: 7.5rem;
  line-height: 1;
}
.permission-data .link-btn {
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.permission-data .link-btn a {
  width: 40rem;
  margin: 3.2rem auto 0;
}
.creator-label {
  width: 100%;
  max-width: 200rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 1rem;
  z-index: 0;
}
/* p-top-merit ============================================== */
.p-top-merit {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #f2f3f4;
}
.p-top-merit__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 9rem 0 11.5rem;
  z-index: 10;
  margin: 0 auto;
}
.merit-index {
  font-size: 5.3rem;
  line-height: 1;
  text-align: center;
}
.merit-index__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.merit-index__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.min-hon__logo {
  width: 32.4rem;
}
.merit-unit {
  width: calc(100% - 0rem);
  max-width: 100rem;
  position: relative;
  margin: 7rem auto 0;
}
.merit-lst {
  width: 100%;
  margin-bottom: 8rem;
  position: relative;
  padding-top: 0.5rem;
}
.merit-lst:last-child {
  margin-bottom: 0;
}
.merit-num {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 2;
}
.merit-num p {
  font-size: 2.4rem;
  background-color: #9e1a1a;
  border-radius: 1rem;
  padding: 1rem 3rem 1rem;
  color: #fff;
  display: inline-block;
}
.merit-num p span {
  font-size: 3.2rem;
}
.merit-lst__inner {
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #121111;
  margin: 1.8rem auto 0;
  padding: 7.3rem 5.3rem 6.8rem;
  overflow: hidden;
  position: relative;
}
.merit-lst:nth-child(n + 3) .merit-lst__inner {
  padding: 5.8rem 5.3rem 4.8rem;
}
.merit-lst__index {
  text-align: center;
}
.merit-lst__index h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  position: relative;
}
.merit-lst:first-child .merit-lst__index h3 {
  line-height: 1.2;
  margin-bottom: 6rem;
}
.merit-lst:first-child .merit-lst__index h3:last-child {
  margin-bottom: 0;
}
.merit-lst:first-child .merit-lst__index h3:last-child:before {
  background-image: url(/static/resource/arrow-under_red.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -4.2rem;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  z-index: 2;
  display: block;
  background-size: contain;
  width: 3.7rem;
  height: 2rem;
}
.merit-lst__index .c-red,
.merit-lst__index .text-msk {
  font-size: 4.5rem;
  margin: 0 0.4rem;
}
.merit-lst__index .f-en {
  font-size: 5.4rem;
}
.merit-lst__read {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 3.2rem auto 0;
  font-weight: 400;
}
.merit-lst:nth-child(n + 3) .merit-lst__read {
  margin: 2rem auto 0;
}
.merit-lst__illust {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.merit-lst__illust p {
  position: absolute;
}
.merit-lst__illust p:first-child {
  width: 10.3rem;
  left: 4rem;
  top: -6rem;
}
.merit-lst__illust p:nth-child(2) {
  width: 11.4rem;
  right: 3rem;
  top: -5.5rem;
}
.merit-lst__strong {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
  position: relative;
}
.merit-lst__strong .section-cover {
  width: 48%;
  border-radius: 1rem;
  border: solid 1px #888;
  padding: 2rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.merit-lst__strong-img {
  width: 26.4rem;
  margin: 2.3rem auto 0;
  position: relative;
  z-index: 2;
}
.merit-lst__strong .section-cover:nth-child(2) .merit-lst__strong-img {
  width: 14rem;
  margin: 0 auto;
}
.merit-lst__strong-text {
  margin: 1.5rem auto 0;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
}
.strong-dlsite__logo {
  display: flex;
  align-items: center;
}
.strong-dlsite__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.strong-dlsite__label span:first-child {
  width: 9rem;
  display: inline-block;
  margin: 0 0.2rem 0 0;
}
.merit-lst__strong-text .f-en {
  font-size: 3rem;
}
.merit-lst__index .center-position a {
  margin: 3rem auto 0;
}
/* frame-figure ============================================== */
.frame-figure {
  width: 100%;
  margin: 6rem auto 0;
  border: solid 1px #121111;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.frame-figure h3 {
  padding: 1rem 0;
  font-size: 2.6rem;
  background-color: #121111;
  color: #fff;
  text-align: center;
}
.frame-figure__inner {
  position: relative;
  background-color: #fff;
  padding: 4.5rem;
  z-index: 2;
}
.frame-figure__img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.frame-figure__copy {
  position: relative;
  z-index: 2;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.45;
  margin: 3.6rem auto 0;
  font-weight: 400;
}
.structure-figure .frame-figure__copy {
  line-height: 1.45;
  margin: 0 auto 0;
  font-size: 2.6rem;
  font-weight: 900;
}
.frame-figure__copy span {
  font-size: 2.7rem;
  font-weight: 900;
}
.frame-figure__sub {
  font-size: 1.8rem;
  color: #9e1a1a;
  margin: 1rem auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 400;
}
.structure-figure .frame-figure__img {
  margin: 2rem auto 0;
}
.merit-figure__note {
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 400;
}
/* p-top-structure ============================================== */
.p-top-structure {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #2d303a;
}
.p-top-structure__body {
  width: calc(100% - 16rem);
  max-width: 87rem;
  position: relative;
  padding: 10.5rem 0 11.5rem;
  z-index: 10;
  margin: 0 auto;
}
.structure-index {
  font-size: 5.3rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.structure-index__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure-index__read {
  font-size: 1.8rem;
  line-height: 2;
  margin: 3.5rem 0 0;
  color: #dddddd;
  text-align: center;
  font-weight: 400;
}
.structure-index__read strong {
  font-size: 2.6rem;
  margin: 1rem 0 0;
  text-decoration: underline;
  display: block;
}
/* p-top-howto ============================================== */
.p-top-howto {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.p-top-howto__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 9rem 0 9.5rem;
  z-index: 10;
  margin: 0 auto;
}
.howto-index {
  font-size: 4.3rem;
  line-height: 1.2;
  text-align: center;
}
.howto-index__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.howto-index__flex-inner {
  display: flex;
  align-items: center;
}
.howto-index__flex.typ-b p:last-child {
  margin: 0;
}
.howto-index .min-hon__logo {
  width: 27.6rem;
}
.howto-index p:last-child {
  margin: 0 auto;
  line-height: 1.3;
}
.howto-comment {
  width: 100%;
  border-radius: 1rem;
  border: solid 1px #121111;
  margin: 8.5rem auto 0;
  position: relative;
  background-color: #fff;
}
.howto-comment__inner {
  width: 100%;
  padding: 3rem 3.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.howto-comment__img {
  position: absolute;
  left: 0;
  top: 0;
}
.howto-comment__img span {
  display: block;
}
.howto-comment__img p {
  width: 12.5rem;
  left: 3rem;
  top: -4rem;
  position: absolute;
}
.howto-comment__img span {
  width: 7rem;
  margin: 0.2rem auto 0;
}
.howto-comment__text {
  width: 100%;
  padding: 0 0 0 14rem;
}
.howto-comment__text p {
  font-size: 2.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.howto-comment__text p .c-red {
  font-weight: 900;
}
.howto-unit {
  width: 100%;
  position: relative;
  margin: 8.5rem auto 0;
}
.howto-unit__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.howto-lst {
  width: 47%;
  position: relative;
  background-color: #f2f3f4;
  border-radius: 1rem;
  margin-bottom: 6.4rem;
}
.howto-lst:nth-child(n + 3) {
  margin-bottom: 0;
}
.howto-num {
  width: 4.4rem;
  height: 4.4rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #9e1a1a;
  border-radius: 1rem 0 1rem 0;
  line-height: 4.4rem;
  font-size: 2.4rem;
}
.howto-lst__inner {
  padding: 3.7rem 3.5rem 3.5rem;
}
.howto-lst__inner h3 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.howto-lst__img {
  border-radius: 1rem;
  overflow: hidden;
  margin: 1.5rem auto 0;
}
.howto-note {
  width: 100%;
  border: solid 1px #9e1a1a;
  border-radius: 1rem;
  text-align: center;
  margin: 6.5rem auto 0;
  padding: 2rem 1.8rem;
}
.howto-note p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #9e1a1a;
}
/* p-top-achievements ============================================== */
.p-top-achievements {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.p-top-achievements__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 10.5rem 0 11.5rem;
  z-index: 10;
  margin: 0 auto;
}
.achievements-index {
  font-size: 4.3rem;
  line-height: 1;
  text-align: center;
  margin-right: 7rem;
}
.achievements-index__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievements-unit {
  width: 100%;
  margin: 4.8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.achievements-lst {
  width: 47%;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #121111;
  margin-bottom: 9rem;
}
.achievements-lst:nth-child(3),
.achievements-lst:nth-child(4) {
  margin-bottom: 6rem;
}
.achievements-lst:nth-child(n + 5) {
  margin-bottom: 0;
}
.achievements-lst__inner {
  position: relative;
  padding: 2.5rem 0;
}
.achievements05 .achievements-lst__inne,
.achievements06 .achievements-lst__inner {
  padding: 2.5rem 0 4rem;
}
.achievements-lst__inner h3 {
  font-size: 2.5rem;
  text-align: center;
}
.achievements-lst__inner h3 span {
  border: solid 1px #121111;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  background-color: #fff;
  display: inline-block;
}
.achievements-flex {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 1.7rem auto 0;
  align-items: baseline;
}
.achievements-flex__inner {
  display: flex;
  align-items: baseline;
  position: relative;
}
.achievements05 .achievements-flex__inner,
.achievements06 .achievements-flex__inner {
  align-items: center;
}
.achievements01 .achievements-flex__inner:before,
.achievements01 .achievements-flex__inner:after,
.achievements02 .achievements-flex__inner:before,
.achievements02 .achievements-flex__inner:after {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  content: '';
  z-index: 2;
  background-size: contain;
  opacity: 0;
  display: none;
}
.achievements01.active .achievements-flex__inner:before,
.achievements01.active .achievements-flex__inner:after,
.achievements02.active .achievements-flex__inner:before,
.achievements02.active .achievements-flex__inner:after {
  -webkit-animation-name: boundanime;
  animation-name: boundanime;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  display: block;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.achievements01 .achievements-flex__inner:before,
.achievements01 .achievements-flex__inner:after {
  background-image: url(../img/illust/kirakira.webp);
  width: 4rem;
  height: 4.6rem;
  left: -16%;
  top: 35%;
}
.achievements01 .achievements-flex__inner:after {
  width: 2.9rem;
  height: 3.4rem;
  right: -8%;
  left: auto;
  top: 15%;
}
.achievements02 .achievements-flex__inner:before,
.achievements02 .achievements-flex__inner:after {
  background-image: url(../img/illust/coin01.webp);
  width: 5.4rem;
  height: 4.3rem;
  left: -24%;
  top: 40%;
}
.achievements02 .achievements-flex__inner:after {
  background-image: url(../img/illust/coin02.webp);
  width: 5.8rem;
  height: 4.6rem;
  right: -24%;
  left: auto;
  top: 20%;
}
.achievements-lst__text {
  position: relative;
  padding: 0 3rem 0 0.5rem;
}
.achievements-lst__inner .f-en.counter .number {
  font-size: 7.4rem;
  /*font-variant-numeric: tabular-nums;
		font-feature-settings: "tnum";*/
}
.achievements-lst__inner .f-en.typ-b.counter .number {
  font-size: 8rem;
}
.achievements-lst p {
  font-size: 4.4rem;
}
.achievements-lst p span {
  font-size: 6.4rem;
}
.achievements-lst p span.smoll-label {
  font-size: 2.8rem;
  display: inline-block;
  line-height: 1.1;
}
.achievements-lst p span.smoll-label.typ-b {
  font-size: 2.4rem;
}
.achievements-lst .txt-right {
  position: absolute;
  bottom: -1.8rem;
  right: 3rem;
}
.achievements-lst__img {
  position: absolute;
}
.achievements02 .achievements-lst__img {
  top: -20rem;
  right: 8rem;
  width: 19.1rem;
  z-index: -1;
}
.achievements02 .achievements-lst__img span {
  display: inline-block;
  position: absolute;
  top: 7rem;
  right: -2.6rem;
  width: 4rem;
}
.achievements03 .achievements-lst__img {
  top: -6.5rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 11rem;
}
.achievements04 .achievements-lst__img {
  top: -7.7rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 8.6rem;
}
.achievements05 .achievements-lst__img {
  width: 8rem;
  position: static;
}
.achievements06 .achievements-lst__img {
  width: 8.6rem;
  position: static;
}
.recommend-lst__note,
.achievements-lst__note {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem auto 0;
  color: #555;
  text-align: right;
  position: absolute;
  right: 0.1rem;
  bottom: -1.8rem;
  z-index: 2;
}
.achievements-lst__note {
  right: 1rem;
  bottom: 1rem;
}

/* p-top-voice ============================================== */
.p-top-voice {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.p-top-voice__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 10.5rem 0 10.5rem;
  z-index: 10;
  margin: 0 auto;
}
.voice-index {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.voice-index br.sp-block {
  display: none;
}
.voice-wrap {
  width: 100%;
  margin: 6rem auto 0;
}
.voice-unit {
  width: 100%;
  position: relative;
}
.creator-voice {
  margin-bottom: 8.5rem;
}
.voice-unit__cat {
  border: solid 1px #9e1a1a;
  background-color: #fff;
  padding: 1.4rem 0 1.4rem 3rem;
  margin: 0 auto;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
}
.translator-voice .voice-unit__cat {
  border: solid 1px #121111;
}
.voice-unit__cat-inner {
  position: relative;
}
.voice-unit__cat h3 {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
}
.voice-unit__cat p {
  width: 8.6rem;
  position: absolute;
  left: -10rem;
  top: -3rem;
}
.voice-unit.translator-voice .voice-unit__cat p {
  width: 7rem;
  left: -8rem;
  top: -2.6rem;
}
.voice-wrap {
  width: 100%;
  margin: 5.5rem auto 0;
}
.voice-unit {
  width: 100%;
}
.voice-unit__inner {
  margin: 4rem auto 0;
}
.voice-lst {
  width: 100%;
  background-color: #fff1f1;
  border-radius: 1rem;
  padding: 3.8rem 8rem;
  margin-bottom: 3.5rem;
}
.translator-voice .voice-lst {
  background-color: #f7f1ef;
}
.voice-lst:last-child {
  margin-bottom: 0;
}
.voice-meta {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.voice-meta__icon {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  overflow: hidden;
}
.voice-meta__inner {
  width: calc(100% - 11rem);
  padding: 0 0 0 1.5rem;
}
.translator-voice .voice-meta__inner {
  padding: 0;
}
.voice-name {
  font-size: 2rem;
}
.voice-label {
  font-size: 1.5rem;
  margin: 1.6rem 0 0;
  font-weight: 400;
}
.voice-label span {
  font-size: 1.2rem;
  padding: 0.3rem;
  border: solid 1px #121111;
  text-align: center;
  margin: 0 0.7rem 0 0;
  display: inline-block;
}
.voice-comment {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #121111;
}
.voice-comment p {
  margin-bottom: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.voice-comment p:last-child {
  margin-bottom: 0;
}
.voice-num {
  position: absolute;
  right: 0;
  top: 2.7rem;
  color: #f7dcdc;
  font-size: 1.5rem;
  text-align: center;
}
.translator-voice .voice-num {
  color: #e2dbd8;
  top: 0.2rem;
}
.voice-num span {
  display: block;
  font-size: 4rem;
}
/* p-top-possibility ============================================== */
.p-top-possibility {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #f2f3f4;
}
.p-top-possibility__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 10.5rem 0 12rem;
  z-index: 10;
  margin: 0 auto;
}
.possibility-index {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.possibility-wrap {
  width: 100%;
  margin: 3.5rem auto 0;
}
.possibility-text {
  width: 100%;
  margin-bottom: 3rem;
}
.possibility-text__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.possibility-text.typ-b {
  margin-bottom: 5rem;
}
.possibility-text__copy {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
}
.possibility-text__copy.typ-b {
  display: flex;
  justify-content: center;
  align-items: center;
}
.possibility-text__copy.typ-b span:first-child {
  width: 10.2rem;
  display: inline-block;
}
.possibility-img {
  width: 100%;
  border: solid 1px #121111;
  border-radius: 1rem;
  padding: 5rem 15rem;
  background-color: #fff;
  margin: 0 auto 5rem;
}
.possibility-data {
  padding: 5rem 2rem;
}
.possibility-img span {
  display: block;
}
.possibility-figure .frame-figure__copy {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.5;
  margin: 0 auto;
  font-weight: 400;
}
.possibility-figure .frame-figure__inner {
  padding: 3.8rem 4.5rem 6rem;
}
.possibility-reason {
  width: 100%;
  max-width: 70rem;
  position: relative;
  margin: 4.2rem auto 0;
  display: flex;
  justify-content: space-between;
}
.reason-lst {
  width: 50%;
  position: relative;
  padding: 0 3rem 0 0;
}
.reason-lst:nth-child(2) {
  padding: 0 0 0 3rem;
}
.reason-lst:before {
  background-image: linear-gradient(to bottom, #888, #888 3px, transparent 3px, transparent 5px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  top: 0rem;
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
}
.reason-lst:first-child:before {
  display: none;
}
.reason-index {
  font-size: 2rem;
  text-align: center;
  padding: 0.8rem;
  background-color: #121111;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-index span {
  display: inline-block;
}
.reason-index span.f-en {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  font-size: 1.6rem;
  background-color: #fff;
  color: #121111;
  text-align: center;
  margin: 0 0 0 0.5rem;
}
.reason-lst__inner {
  position: relative;
  text-align: center;
  padding: 3.5rem 0 0;
}
.reason-sub {
  font-size: 1.8rem;
  position: relative;
  font-weight: 400;
}
.reason-sub:before {
  background-image: url(/static/resource/arrow-under_red.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 3.7rem;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  z-index: 2;
  display: block;
  background-size: contain;
  width: 3.2rem;
  height: 1.5rem;
}
.reason-strong {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 5rem;
}
.reason-illust {
  width: 8.1rem;
  position: absolute;
  left: -6rem;
  bottom: 1.5rem;
}
.reason-lst:nth-child(2) .reason-illust {
  width: 10rem;
  left: auto;
  right: -7.8rem;
  bottom: 1.5rem;
}
/* p-top-strong ============================================== */
.p-top-strong {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.p-top-strong__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 12rem 0 12rem;
  z-index: 2;
  margin: 0 auto;
}
.strong-index {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 3rem;
}
.strong-index__img {
  width: 29.8rem;
  position: absolute;
  left: 3rem;
  top: -1rem;
  z-index: 2;
}
.strong-index__img span {
  position: absolute;
  width: 7rem;
  right: 5.5rem;
  bottom: 7rem;
  display: inline-block;
}
.strong-index__text {
  width: calc(100% - 30rem);
}
.strong-index__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.strong-index__text .min-hon__logo {
  width: 40rem;
  display: inline-flex;
}
.strong-index__text .side-text {
  margin: 0 0 0 0.5rem;
  font-size: 4.5rem;
}
.strong-index__text h2 {
  font-size: 3.8rem;
  line-height: 1.8;
}
/* p-top-faq ============================================== */
.p-top-faq {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.p-top-faq__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 10rem 0 10.5rem;
  z-index: 10;
  margin: 0 auto;
}
.faq-index {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.faq-unit {
  width: 100%;
  position: relative;
  margin: 4rem auto 0;
}
.p-top-faq .link-btn a {
  margin: 5rem auto 0;
}
.faq-lst {
  width: 100%;
  overflow: hidden;
  border: solid 1px #121111;
  padding: 0;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: relative;
  background-color: #fff;
  margin-bottom: 5rem;
}
.faq-lst:last-child {
  margin-bottom: 0;
}
.faq-content__child-unit {
  padding: 2.4rem 8rem 2.4rem 2rem;
  position: relative;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.faq-content__child-unit h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  padding-right: 3rem;
}
.faq-content__child-unit h3 span.q-icon {
  width: 3.6rem;
  height: 3.6rem;
  min-width: 3.6rem;
  min-height: 3.6rem;
  background-color: #121111;
  z-index: 2;
  margin: 0 1rem 0 0;
  position: relative;
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 3.6rem;
  font-size: 1.8rem;
}
.faq-content__child-unit h3 span:last-child {
  margin-top: 0.5rem;
  line-height: 1.3;
}
.faq-content__grndchild {
  display: none;
  cursor: auto;
}
.grndchild-lst__inner {
  width: 100%;
  position: relative;
  padding: 3.5rem 6.5rem 4rem;
  display: flex;
  border-top: solid 1px #121111;
}
.faq-answer {
  position: relative;
}
.faq-answer h4 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.faq-answer .faq-answer__read {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 400;
}
.faq-answer .faq-answer__read:nth-child(n + 2) {
  margin: 1.5rem 0 0;
}
.faq-answer .faq-answer__read span.sub-read {
  display: inline-block;
  margin: 0 0 0 0.3rem;
  font-size: 1.5rem;
}
.faq-answer__img {
  width: 32rem;
  margin: 3rem 0 0;
}
.faq-answer .faq-answer__lst {
  position: relative;
  margin: 2rem 0 0;
}
.faq-answer .faq-answer__lst li {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.faq-answer .faq-answer__lst li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.9rem;
  background-color: #9e1a1a;
  border-radius: 50%;
}
.faq-answer .faq-answer__lst.answer-num__lst li {
  padding-left: 0;
}
.faq-answer__lst.answer-num__lst li:before {
  display: none;
}
.faq-answer .faq-answer__lst li:last-child {
  margin-bottom: 0;
}
.faq-answer .faq-answer__note {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #555;
  margin: 1.5rem 0 0;
  font-weight: 400;
}
.faq-answer .u-line {
  text-align: left;
  margin: 1.5rem 0 0;
}
.faq-answer .faq-answer__read a {
  display: inline-block;
  display: inline;
  text-decoration: underline;
}
.faq-toggle-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  cursor: pointer;
  right: 1.7rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.faq-toggle-icon span {
  width: 3rem;
  height: 0.1rem;
  background-color: #121111;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.faq-toggle-icon span:nth-of-type(2) {
  transform: translate(0px, 0px) scale(1, 1) rotate(-90deg);
}
.open .faq-toggle-icon span {
  transform: translate(0px, 0px) scale(0, 1) rotate(0deg);
}
.open .faq-toggle-icon span:nth-of-type(2) {
  transform: translate(0px, 0px) scale(1, 1) rotate(-180deg);
}
.p-top-faq .link-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
/* translator-page ============================================== */
.translator-page .l-main__body {
  width: calc(100% - 20rem);
  max-width: 140rem;
}
.translator-page .l-main__text {
  width: 80rem;
  left: 3%;
  top: 20%;
}
.translator-page .l-main__text .min-hon__label {
  width: 43.2rem;
}
.translator-page .min-hon__copy {
  line-height: 1.3;
}
.l-main__read {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 2.5rem 0 0;
  font-weight: 400;
}
.translator-page .l-main__text .link-btn {
  margin: 3.5rem 0 0;
}
.translator-page .l-main__img {
  width: 53.5rem;
}
.translator-page .l-main__img .illust-credit {
  right: 6.7rem;
  width: 4.5rem;
  bottom: auto;
  top: 16rem;
}
.l-main__note {
  font-size: 1.1rem;
  margin: 1.2rem 0 0;
  color: #555;
  font-weight: 400;
}
.translator-page .guide-index .min-hon__logo {
  width: 32.4rem;
}
.translator-page .guide-index {
  font-size: 5.3rem;
}
.translator-page .guide-index__flex {
  align-items: flex-start;
}
.translator-page .guide-read {
  font-size: 1.8rem;
  text-align: center;
  margin: 1.3rem auto 0;
  line-height: 1.6;
  font-weight: 400;
}
.translator-page .guide-figure {
  margin: 4rem auto 0;
}
.door-page .guide-language,
.translator-page .guide-language {
  width: 100%;
  margin: 5rem auto 0;
  background-color: transparent;
  padding: 0;
  position: relative;
  border: solid 1px #121111;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.door-page .guide-language:before,
.translator-page .guide-language:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.3;
}
.door-page .guide-language h3,
.translator-page .guide-language h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  width: 20.6rem;
  min-width: 20.6rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.door-page .guide-language h3 span,
.translator-page .guide-language h3 span {
  display: block;
}
.door-page .guide-language__inner,
.translator-page .guide-language__inner {
  width: calc(100% - 20.6rem);
  color: #121111;
  border-left: solid 1px #121111;
  padding: 3rem 3rem;
  justify-content: center;
}
.door-page .guide-language__inner p,
.translator-page .guide-language__inner p {
  line-height: 1;
  padding: 0;
  text-align: center;
}
.guide-language__lst {
  margin: 0 5.5rem 0 0;
  position: relative;
}
.guide-language__lst:last-child {
  margin: 0;
}
.guide-language__lst:first-child:before {
  background-image: url(/static/resource/arrow-right_black_b.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 7rem;
  right: -3.5rem;
  content: '';
  z-index: 2;
  display: block;
  background-size: contain;
  width: 1.8rem;
  height: 1.3rem;
}
.door-page .work-typ,
.translator-page .work-typ {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.4rem;
}
.work-typ span {
  background-color: #fff;
  padding: 0.5rem 1.4rem;
  display: inline-block;
  font-weight: 900;
}
.guide-language__lst-inner {
  display: flex;
  align-items: center;
}
.language-illust {
  width: 9.3rem;
  margin: 0.6rem auto 0;
}
.door-page .language-typ,
.translator-page .language-typ {
  font-size: 1.6rem;
  margin: 0.5rem auto 0;
}
.guide-language__lst-inner .language-illust {
  width: 7rem;
  min-width: 7rem;
  margin: 0;
}
.door-page .guide-language__lst-inner .language-typ,
.translator-page .guide-language__lst-inner .language-typ {
  font-size: 1.5rem;
  margin: 0 0 0 1.2rem;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.door-page .guide-language__inner p:before,
.translator-page .guide-language__inner p:before {
  display: none;
}
.translator-page .p-top-merit {
  background-color: #fff;
}
.translator-page .p-top-merit__body {
  padding: 10.5rem 0 10.5rem;
}
.merit-lst__inner {
  position: relative;
}
.merit-lst__work {
  position: relative;
  background-color: #fff1f1;
  border-radius: 1rem;
  overflow: hidden;
  padding: 4.5rem 6rem 5rem;
  margin: 3.5rem auto 0;
}
.translator-page .merit-lst:first-child .merit-lst__index h3,
.translator-page .merit-lst .merit-lst__index h3 {
  font-size: 6rem;
  line-height: 1;
  margin: 0;
}
.translator-page .merit-lst__read {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 3.2rem auto 0;
}
.translator-page .merit-lst__read.nth2 {
  margin: 1.5rem auto 0;
}
.translator-page .merit-lst__index-strong {
  font-size: 3.8rem;
  text-align: center;
  margin: 3.5rem auto 0;
}
.translator-page .merit-lst__index .c-red {
  font-size: 3.8rem;
  margin: 0;
}
.work-copy {
  position: relative;
  width: 100%
}
.work-copy__read {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  width: 50%;
}
.work-copy__data {
  font-size: 3.8rem;
  margin: 2rem 0 0;
  width: 100%;
}
.work-copy__data .f-en {
  font-size: 7.4rem;
}
.work-img {
  display: flex;
  justify-content: space-between;
  margin: 2.2rem auto 0;
}
.work-img p {
  width: 18.8%;
}
.merit-lst__work .link-btn {
  position: absolute;
  right: 6rem;
  top: 14.5rem;
}
.merit-lst__work .merit-lst__illust p:first-child {
  width: 12.4rem;
  right: 19rem;
  left: auto;
  top: 4rem;
}
.merit-lst__work .merit-lst__illust p:nth-child(2) {
  width: 8rem;
  right: 9.5rem;
  top: 7.5rem;
}
.translator-page .merit-lst .link-btn.typ-black {
  margin: 3.5rem auto 0;
  display: flex;
  justify-content: center;
}
.translator-page .merit-figure__note {
  margin: 2.8rem auto 0;
  text-align: left;
  line-height: 1.6;
  display: flex;
  justify-content: center;
}
.translator-page .merit-figure__note span {
  display: block;
}
/* p-top-translation ============================================== */
.p-top-translation {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-top-translation__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 11.8rem 0 10.5rem;
  z-index: 10;
  margin: 0 auto;
}
.translation-index {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.translation-index__read {
  font-size: 1.8rem;
  line-height: 2;
  margin: 3.5rem 0 0;
  text-align: center;
  font-weight: 400;
}
.translation-unit {
  width: 100%;
  position: relative;
  margin: 6.5rem auto 0;
}
.translation-unit__cat {
  background-color: #fff;
  padding: 1.4rem 0 1.4rem 3rem;
  margin: 0 auto;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
}
.translation-unit__cat-inner {
  position: relative;
}
.translation-unit__cat h3 {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
}
.translation-unit__cat p {
  position: absolute;
  width: 7rem;
  left: -8rem;
  top: -2.6rem;
}
.translation-lst {
  width: 100%;
  position: relative;
  margin: 4.2rem auto 8.5rem;
}
.translation-lst:last-child {
  margin: 0;
}
.translation-lst__video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.translation-lst__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.translation-lst .link-btn {
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
}
/* p-top-step ============================================== */
.p-top-step {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-top-step__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 9rem 0 10.5rem;
  z-index: 10;
  margin: 0 auto;
}
.step-index {
  font-size: 5.3rem;
  line-height: 1;
  text-align: center;
}
.step-index .guide-index__flex {
  align-items: center;
}
.step-index .msk-set:last-child {
  margin: 0.8rem 0 0;
}
.step-unit {
  width: 73rem;
  margin: 6.5rem auto 0;
  position: relative;
}
.step-unit:before {
  position: absolute;
  content: '';
  background-color: #9e1a1a;
  width: 0.2rem;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.step-lst {
  width: 100%;
  margin-bottom: 6.4rem;
  position: relative;
  padding-top: 0.5rem;
}
.step-lst:last-child {
  margin-bottom: 0;
}
.step-num {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 2;
}
.step-num p {
  font-size: 2rem;
  background-color: #9e1a1a;
  border-radius: 0.5rem;
  padding: 0.8rem 1.6rem;
  color: #fff;
  display: inline-block;
}
.step-num p span {
  font-size: 2.4rem;
}
.step-lst__inner {
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #121111;
  margin: 1.8rem auto 0;
  padding: 5rem 3.5rem 4rem;
  overflow: hidden;
  position: relative;
}
.step-lst__read {
  font-size: 2.4rem;
  text-align: center;
}
.step-lst .link-text {
  margin: 1.8rem auto 0;
  display: flex;
  justify-content: center;
}

/* p-top-interview ============================================== */
.p-top-interview {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #121111;
}
.p-top-interview__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 9rem 0 11rem;
  z-index: 10;
  margin: 0 auto;
}
.interview-index {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.interview-unit {
  width: 100%;
  position: relative;
  margin: 3.5rem auto 0;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 4.5rem 2rem 7rem;
}
.interview-unit__inner {
  display: flex;
  justify-content: space-between;
}
.interview-text {
  width: calc(100% - 30rem);
  text-align: center;
}
.interview-index__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview-index__flex .side-text {
  font-size: 2.8rem;
}
.interview-text .min-hon__logo {
  width: 20.7rem;
}
.interview-text h3 {
  font-size: 5.3rem;
  margin: 1rem 0 0;
}
.interview-img {
  width: 30rem;
  padding-top: 5rem;
}
.interview-unit .link-btn {
  position: absolute;
  left: 22.7rem;
  bottom: 4.6rem;
}
/* p-top-pleasenote ============================================== */
.p-top-pleasenote {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #f2f3f4;
}
.p-top-pleasenote__body {
  width: calc(100% - 16rem);
  max-width: 100rem;
  position: relative;
  padding: 10rem 0 9.5rem;
  z-index: 10;
  margin: 0 auto;
}
.pleasenote-index {
  font-size: 4.8rem;
  line-height: 1;
  text-align: center;
}
.pleasenote-index p {
  position: relative;
  display: inline-block;
}
.pleasenote-index p:before {
  background-image: url(/static/resource/pleasenote-icon.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0.6rem;
  left: -4.5rem;
  content: '';
  z-index: 2;
  display: block;
  background-size: contain;
  width: 4.5rem;
  height: 4.2rem;
}
.pleasenote-wrap {
  width: 86rem;
  margin: 6rem auto 0;
}
.pleasenote-unit {
  position: relative;
}
.pleasenote-unit li {
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: dotted 1px #888;
  margin-bottom: 2rem;
  padding: 0 0 2rem 1.5rem;
  position: relative;
  font-weight: 400;
}
.pleasenote-unit li:before {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #9e1a1a;
  top: 0.8rem;
  left: 0;
}
.pleasenote-unit li:last-child {
  margin-bottom: 0;
}
.pleasenote-wrap p {
  font-size: 1.3rem;
  line-height: 2.2;
  margin: 3rem 0 0;
  font-weight: 400;
}
.pleasenote-wrap p a {
  display: inline-block;
  text-decoration: underline;
}
.link-text__note {
  font-size: 1.2rem;
  margin: 1rem auto 0;
  text-align: center;
  color: #555;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .translator-page .l-main__text {
    width: 60rem;
    left: 3%;
    top: 20%;
  }
}

@media screen and (max-width: 1180px) {
  /* link-btn ============================================== */
  /* fixed-btn============================================== */
  .fixed-btn__inner,
  .fixed-single .fixed-btn__inner {
    width: calc(100% - 10rem);
  }
  /* header============================================== */
  /* l-main__visual ============================================== */
  .l-main__body {
    width: calc(100% - 0rem);
    height: 60rem;
  }
  .l-main__text {
    left: 5rem;
    top: 24.5%;
  }
  .l-main__text-inner {
    width: 78%;
  }
  .min-hon__copy {
    font-size: 3.5rem;
    line-height: 1.3;
  }
  .l-main__img {
    width: 66.5rem;
  }
  .l-main__img .illust-credit {
    right: 1rem;
  }
  /* text common ============================================== */
  /* section-cover ============================================== */
  /* book-gallery ============================================== */
  /* p-top-guide ============================================== */
  /* p-top-philosophy ============================================== */
  /* p-top-story ============================================== */
  /* p-top-fixed ============================================== */
  .p-top-fixed .fixed-single .fixed-btn__inner {
    width: calc(100% - 0rem);
    padding: 2.8rem 0rem;
  }
  /* creator-page ============================================== */
  .creator-page .l-main__body {
    width: calc(100% - 10rem);
  }
  .creator-page .min-hon__copy {
    font-size: 5rem;
    line-height: 1.2;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 29rem;
  }
  .creator-page .l-main__img {
    width: 36rem;
    right: 6rem;
    top: 2rem;
  }
  /* p-top-overview ============================================== */
  .p-top-overview__body {
    max-width: 88rem;
  }
  .overview-index {
    font-size: 3.3rem;
    line-height: 1.8;
  }
  .overview-text {
    width: 42rem;
  }
  .overview-text p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 1.6rem;
  }
  /* p-top-permission ============================================== */
  /* p-top-merit ============================================== */
  /* frame-figure ============================================== */
  /* p-top-structure ============================================== */
  /* p-top-howto ============================================== */
  /* p-top-achievements ============================================== */
  /* p-top-voice ============================================== */
  /* p-top-possibility ============================================== */
  /* p-top-strong ============================================== */
  .strong-index__text h2 {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .strong-index__text .min-hon__logo {
    width: 28rem;
  }
  .strong-index__text .side-text {
    font-size: 3.6rem;
  }
  .strong-index__img {
    width: 24rem;
    left: 8%;
  }
  .strong-index__img span {
    width: 7rem;
    right: 3.5rem;
    bottom: 4rem;
  }
  /* p-top-faq ============================================== */
  /* translator-page ============================================== */
  .translator-page .l-main__body {
    max-width: 94rem;
    width: calc(100% - 10rem);
  }
  .translator-page .l-main__img {
    width: 42.5rem;
  }
  .translator-page .l-main__img .illust-credit {
    right: 4rem;
    width: 4rem;
    top: 14rem;
  }
  .translator-page .l-main__text {
    width: 70rem;
    top: 20%;
  }
  .translator-page .l-main__text .min-hon__label {
    width: 36rem;
  }
  .l-main__read {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
  }
  /* p-top-translation ============================================== */
  /* p-top-step ============================================== */
  /* p-top-interview ============================================== */
  /* p-top-pleasenote ============================================== */
}

@media screen and (max-width: 1180px) {
  .howto-comment__text {
    padding: 0 0 0 12.6rem;
  }
  .howto-comment__text p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .howto-comment__img p {
    width: 11.5rem;
    top: -4.1rem;
  }
  .achievements-lst:nth-child(3),
  .achievements-lst:nth-child(4) {
    margin-bottom: 5.2rem;
  }

  .work-copy__data .f-en {
    font-size: 6rem;
  }
  .work-copy__data {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .work-copy__data .f-en {
    font-size: 6.4rem;
  }
  .merit-lst__work .link-btn {
    top: 14rem;
  }
  .typ-frame a {
    width: 25rem;
  }
  .achievements-index {
    margin-right: 2rem;
  }
  .achievements02 .achievements-lst__img {
    top: -14.7rem;
    right: 3rem;
    width: 14rem;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  /* link-btn ============================================== */
  /* fixed-btn============================================== */
  .fixed-btn__inner {
    width: calc(100% - 4rem);
  }
  .fixed-btn__wrap-inner {
    width: calc(100% - 14rem);
  }
  /* header============================================== */
  /* l-main__visual ============================================== */
  .l-main__visual {
    overflow: visible;
  }
  .l-main__body {
    width: calc(100% - 0rem);
    height: 115rem;
    display: block;
    padding: 14rem 0 0;
  }
  .l-main__text {
    width: calc(100% - 0rem);
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
  .l-main__text-inner {
    width: 100%;
  }
  .l-main__text .min-hon__label {
    margin: 0 auto;
    width: 65rem;
    padding-right: 0;
  }
  .l-main__text span {
    display: block;
  }
  .min-hon__copy {
    font-size: 7.8rem;
    line-height: 1.25;
    text-align: center;
  }
  .l-main__text .min-hon__copy p {
    margin: 0.5rem 0 0;
  }
  .min-hon__copy span {
    display: block;
  }
  .l-main__btn-inner {
    justify-content: center;
  }
  .l-main__btn {
    margin: 3.8rem auto 0;
    width: calc(100% - 0rem);
  }
  .l-main__btn .link-btn {
    margin: 0 1rem;
  }
  .l-main__btn .link-btn a {
    width: 30rem;
  }
  .l-main__btn .btn-label {
    font-size: 1.9rem;
  }
  .l-main__btn .btn-label strong {
    font-size: 2.2rem;
  }
  .l-main__text .link-text {
    margin: 1rem auto 0;
  }
  .l-main__img {
    width: 51rem;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4.6rem;
  }
  .l-main__img .illust-credit {
    right: 5rem;
    bottom: auto;
    top: 24rem;
    width: 6rem;
  }
  .l-main__cover video {
    width: 100%;
    min-width: inherit;
  }
  /* text common ============================================== */
  /* section-cover ============================================== */
  /* book-gallery ============================================== */
  .book-gallery {
    margin: 6rem auto 0;
  }
  /* p-top-guide ============================================== */
  .p-top-guide__body {
    width: calc(100% - 10rem);
    padding: 9.5rem 0 10rem;
  }
  .guide-figure__inner {
    width: calc(100% - 11rem);
    padding: 4rem 0 5rem;
  }
  /* p-top-philosophy ============================================== */
  .p-top-philosophy__body {
    padding: 7rem 0 10rem;
  }
  .philosophy-index {
    width: calc(100% - 5rem);
  }
  .philosophy-index__img {
    width: 18rem;
  }
  .philosophy-index__img .illust-credit {
    width: 7rem;
    bottom: 4.7rem;
  }
  .philosophy-index__text {
    width: calc(100% - 17.5rem);
    padding: 0.5rem 0 0 1.5rem;
  }
  .philosophy-index__text .min-hon__label {
    width: 26rem;
  }
  .philosophy-catch .text-msk {
    font-size: 4rem;
  }
  .philosophy-catch p {
    font-size: 2.8rem;
  }
  .philosophy-index__read {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 2rem 0 0;
  }
  .philosophy-index__read br.sp-block {
    display: none;
  }
  .philosophy-lst h2 {
    font-size: 5.2rem;
  }
  .philosophy-unit {
    width: calc(100% - 10rem);
  }
  .philosophy-lst__inner {
    padding: 4.2rem 3.5rem 3.3rem;
  }
  .philosophy-lst__text h3 {
    font-size: 2.3rem;
  }
  .philosophy-lst__text h3 br.sp-block {
    display: none;
  }
  .philosophy-lst__text p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .philosophy-lst__text p br {
    display: none;
  }
  .philosophy-lst__illust p {
    width: 12rem;
  }
  .philosophy-policy .philosophy-lst__inner {
    display: block;
    padding: 5.2rem 0;
  }
  .policy-lst {
    width: calc(100% - 10rem);
    padding: 2.8rem 0rem;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
  }
  .policy-lst:last-child {
    padding-bottom: 0;
  }
  .policy-lst:first-child {
    padding-top: 0;
  }
  .policy-lst:before {
    content: '';
    background-image: linear-gradient(to right, #888, #888 3px, transparent 3px, transparent 5px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    top: 0rem;
  }
  .policy-num p {
    font-size: 1.3rem;
  }
  .policy-num span {
    font-size: 1.8rem;
  }
  .policy-lst h3 {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 0 1.6rem;
  }
  .policy-lst h3 br {
    display: none;
  }
  /* p-top-story ============================================== */
  .p-top-story__body {
    width: calc(100% - 10rem);
    padding: 8rem 0 10rem;
  }
  .story-left {
    top: auto;
    left: 3rem;
    bottom: -3rem;
  }
  .story-left p:first-child {
    width: 8.5rem;
  }
  .story-left p:nth-child(2) {
    width: 10.9rem;
  }
  .story-right {
    right: 1.2rem;
    top: auto;
    bottom: -3rem;
  }
  .story-right p:first-child {
    width: 11.7rem;
  }
  .story-right p:nth-child(2) {
    width: 10.6rem;
  }
  /* p-top-fixed ============================================== */
  .p-top-fixed__body {
    width: calc(100% - 4rem);
  }
  .p-top-fixed .fixed-btn__inner {
    width: calc(100% - 0rem);
  }
  .translator-page .p-top-fixed__body,
  .creator-page .p-top-fixed__body {
    width: calc(100% - 10rem);
  }
  /* creator-page ============================================== */
  .creator-page .l-main__body {
    width: calc(100% - 22rem);
    padding: 14rem 0 7rem;
  }
  .creator-page .l-main__text {
    margin: 0;
    max-width: 100%;
  }
  .creator-page .min-hon__copy {
    font-size: 6rem;
    line-height: 1.3;
    text-align: left;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 34rem;
  }
  .creator-page .l-main__img {
    display: none;
  }
  .l-main__recommend-inner {
    flex-wrap: wrap;
  }
  .recommend-lst {
    width: 47%;
    margin-bottom: 4rem;
  }
  .recommend-lst:nth-child(n + 3) {
    margin-bottom: 0;
  }
  /* p-top-overview ============================================== */
  .p-top-overview__body {
    width: calc(100% - 10rem);
    max-width: 70rem;
    position: relative;
    padding: 9rem 0 10rem;
    display: block;
  }
  .overview-index br.pc-block {
    display: block;
  }
  .overview-index br.sp-block {
    display: none;
  }
  .overview-copy {
    width: calc(100% - 0rem);
    display: flex;
  }
  .overview-illust {
    width: calc(100% - 43rem);
    position: relative;
    margin: 3rem 0 0 3rem;
  }
  .overview-text {
    width: 100%;
    margin: 2.5rem auto 0;
  }
  .overview-text p {
    line-height: 2;
    margin-bottom: 1.2rem;
  }
  .overview-illust p:first-child {
    left: -2rem;
    z-index: 2;
  }
  .overview-illust p:nth-child(2) {
    left: 6rem;
    top: 3.5rem;
  }
  .overview-illust p:nth-child(3) {
    left: auto;
    right: -2rem;
  }
  /* p-top-permission ============================================== */
  .p-top-permission__body {
    padding: 8rem 0 4rem;
  }
  .p-top-permission:before {
    padding: 6rem 0;
  }
  .permission-index {
    font-size: 3rem;
  }
  .permission-num {
    margin: 2.4rem auto 0;
  }
  .permission-data p .f-en {
    font-size: 7rem;
  }
  .permission-num p {
    font-size: 5.2rem;
  }
  .permission-data .slash-mark {
    padding-right: 4.2rem;
  }
  .permission-data .slash-mark:before {
    font-size: 6rem;
    line-height: 1;
  }
  .permission-data .link-btn a {
    margin: 2.2rem auto 0;
  }
  .creator-label {
    top: 1.8rem;
  }
  /* p-top-merit ============================================== */
  .p-top-merit__body {
    width: calc(100% - 10rem);
    padding: 5rem 0 7.5rem;
  }
  .merit-index {
    font-size: 4rem;
  }
  .min-hon__logo {
    width: 23.4rem;
  }
  .merit-lst {
    margin-bottom: 6rem;
  }
  .merit-lst__inner,
  .merit-lst:nth-child(n + 3) .merit-lst__inner {
    margin: 1.8rem auto 0;
    padding: 6rem 4rem 5rem;
  }
  .merit-lst__read {
    margin: 2.5rem auto 0;
  }
  /* frame-figure ============================================== */
  /* p-top-structure ============================================== */
  .p-top-structure__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 8.5rem 0 9.5rem;
  }
  .structure-index {
    font-size: 4rem;
  }
  /* p-top-howto ============================================== */
  .p-top-howto__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 8rem 0px 8.5rem;
  }
  .howto-index {
    font-size: 3.8rem;
  }
  .howto-index__flex {
    display: block;
  }
  .howto-index__flex-inner {
    justify-content: center;
  }
  .howto-num {
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 2rem;
  }
  .howto-lst__inner h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /* p-top-achievements ============================================== */
  .p-top-achievements__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 7.5rem 0 7.5rem;
  }
  .achievements-index {
    font-size: 4rem;
    margin-right: 4rem;
  }
  .achievements-unit {
    margin: 3.5rem auto 0;
  }
  .achievements-lst {
    width: 48%;
    margin-bottom: 6.5rem;
  }
  .achievements-lst:nth-child(3),
  .achievements-lst:nth-child(4) {
    margin-bottom: 4.2rem;
  }
  .achievements-lst__inner h3 {
    font-size: 2rem;
  }
  .achievements-lst__inner h3 span {
    padding: 0.8rem 1rem;
  }
  .achievements-lst__inner {
    padding: 2rem 0 1.7rem;
  }
  .achievements-flex {
    margin: 1.2rem auto 0;
  }
  .achievements-lst p {
    font-size: 3.4rem;
  }
  .achievements-lst__inner .f-en.typ-b.counter .number {
    font-size: 6rem;
  }
  .achievements-lst p span {
    font-size: 4.4rem;
  }
  .achievements-lst p span.smoll-label {
    font-size: 1.8rem;
  }
  .achievements-lst__inner .f-en.counter .number {
    font-size: 5.4rem;
  }
  .achievements-lst p span.smoll-label.typ-b {
    font-size: 1.7rem;
  }
  .achievements-lst__text {
    padding: 0 1.5rem 0 0.5rem;
  }
  .achievements-lst .txt-right {
    bottom: -1.6rem;
    right: 1.5rem;
  }
  .achievements01 .achievements-flex__inner:before,
  .achievements01 .achievements-flex__inner:after {
    width: 3rem;
    height: 3.6rem;
  }
  .achievements01 .achievements-flex__inner:after {
    width: 2rem;
    height: 2.5rem;
  }
  .achievements02 .achievements-flex__inner:before,
  .achievements02 .achievements-flex__inner:after {
    width: 4.2rem;
    height: 3.1rem;
  }
  .achievements02 .achievements-flex__inner:after {
    width: 4.5rem;
    height: 3.3rem;
  }
  .achievements02 .achievements-lst__img {
    top: -14.6rem;
    right: 2.6rem;
    width: 14rem;
  }
  .achievements02 .achievements-lst__img span {
    top: 4rem;
  }
  .achievements03 .achievements-lst__img {
    top: -4.5rem;
    width: 8rem;
  }
  .achievements04 .achievements-lst__img {
    top: -5.7rem;
    width: 6.2rem;
  }
  .achievements05 .achievements-lst__img {
    width: 5.6rem;
  }
  .achievements06 .achievements-lst__img {
    width: 6.6rem;
  }
  /* p-top-voice ============================================== */
  .p-top-voice__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 7.5rem 0 7.5rem;
  }
  .voice-index {
    font-size: 3.8rem;
  }
  /* p-top-possibility ============================================== */
  .p-top-possibility__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 7.5rem 0 8rem;
  }
  .possibility-index {
    font-size: 3.8rem;
  }
  .possibility-text__flex {
    display: block;
  }
  .possibility-text__copy.typ-b {
    align-items: flex-start;
  }
  .possibility-figure .frame-figure__inner {
    padding: 2.8rem 2rem 5rem;
  }
  .possibility-figure .frame-figure__copy {
    font-size: 1.6rem;
    line-height: 2;
  }
  .possibility-figure .frame-figure__copy span {
    font-size: 2.2rem;
  }
  .possibility-reason {
    margin: 3rem auto 0;
  }
  .reason-lst {
    padding: 0 1.5rem 0 0;
  }
  .reason-lst:nth-child(2) {
    padding: 0 0 0 1.5rem;
  }
  .reason-sub {
    font-size: 1.6rem;
  }
  .reason-strong {
    font-size: 1.8rem;
  }
  .reason-illust {
    width: 6rem;
    left: 0rem;
    bottom: 2.5rem;
  }
  .reason-lst:nth-child(2) .reason-illust {
    width: 6rem;
    right: -0.8rem;
    bottom: 2.5rem;
  }
  /* p-top-strong ============================================== */
  .p-top-strong__body {
    width: calc(100% - 0rem);
    max-width: 100%;
    padding: 8rem 0 8rem;
  }
  .strong-index__text {
    width: calc(100% - 30%);
  }
  .strong-index__img {
    width: 20rem;
  }
  .strong-index__img span {
    right: 1.5rem;
  }
  /* p-top-faq ============================================== */
  .p-top-faq__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 8rem 0 8.5rem;
  }
  .faq-index {
    font-size: 3.8rem;
  }
  /* translator-page ============================================== */
  .translator-page .l-main__body {
    height: 104rem;
  }
  .translator-page .l-main__text {
    margin: 0 auto;
  }
  .translator-page .l-main__text .min-hon__label {
    width: 36rem;
    margin: 0;
  }
  .translator-page .l-main__text-flex {
    justify-content: center;
  }
  .translator-page .l-main__text .min-hon__copy {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
  }
  .l-main__read {
    text-align: center;
  }
  .translator-page .l-main__text .link-btn {
    margin: 2.5rem auto 0;
    display: flex;
    justify-content: center;
  }
  .l-main__note {
    text-align: center;
  }
  .work-copy__read {
    text-align: center;
    width: 100%;
  }
  .work-copy__data {
    text-align: center;
  }
  .work-img p {
    width: 31%;
  }
  .door-page .guide-language__lst-inner .language-illust,
  .translator-page .guide-language__lst-inner .language-illust {
    display: none;
  }
  .door-page .guide-language__lst-inner .language-typ br,
  .translator-page .guide-language__lst-inner .language-typ br {
    display: none;
  }
  .merit-lst__work .link-btn {
    position: static;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .merit-lst__work .typ-frame a {
    margin: 3rem auto 0;
  }
  .merit-lst__work .merit-lst__illust {
    top: auto;
    bottom: 21rem;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .merit-lst__work .merit-lst__illust p:first-child {
    right: auto;
    left: 3rem;
    top: 8rem;
  }
  .merit-lst__work .merit-lst__illust p:nth-child(2) {
    right: 7.5rem;
    top: 9.5rem;
  }
  .translator-page .merit-index {
    display: block;
    line-height: 1.2;
  }
  .translator-page .merit-lst__index .c-red {
    padding: 1rem 2.8rem 1rem;
    line-height: 1.2;
  }
  .translator-page .guide-index {
    font-size: 4rem;
  }
  .translator-page .guide-index .min-hon__logo {
    width: 23.4rem;
  }
  /* p-top-translation ============================================== */
  .p-top-translation__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 9.5rem 0 8.5rem;
  }
  .translation-index__read br.sp-block {
    display: none;
  }
  .translation-index {
    font-size: 4rem;
  }
  /* p-top-step ============================================== */
  .p-top-step__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 8rem 0 9rem;
  }
  .step-index {
    font-size: 4rem;
  }
  .translator-page .step-index .guide-index__flex {
    align-items: center;
  }
  .step-unit {
    width: 100%;
    margin: 5.5rem auto 0;
  }
  /* p-top-interview ============================================== */
  .p-top-interview__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 8rem 0 9rem;
  }
  .interview-index {
    font-size: 4rem;
  }
  .interview-unit {
    margin: 3.5rem auto 0;
    display: block;
    padding: 4.5rem 2rem 7rem;
  }
  .interview-unit__inner {
    display: block;
  }
  .interview-text {
    width: calc(100% - 0rem);
  }
  .interview-img {
    width: 30rem;
    padding: 0;
    margin: 3rem auto 0;
  }
  .interview-unit .link-btn {
    position: static;
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
  }
  /* p-top-pleasenote ============================================== */
  .p-top-pleasenote__body {
    width: calc(100% - 10rem);
    max-width: 100%;
    padding: 8rem 0 7.5rem;
  }
  .pleasenote-index {
    font-size: 3.8rem;
  }
  .pleasenote-wrap {
    width: 100%;
    margin: 5rem auto 0;
  }
}

@media screen and (max-width: 959px) {
  /* creator-page ============================================== */
  .creator-page .l-main__body {
    width: calc(100% - 10rem);
  }
  .merit-lst__strong-img {
    width: 20rem;
    margin: 3.3rem auto 0;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 31rem;
  }
}

@media screen and (max-width: 768px) {
  .philosophy-index__text .min-hon__label {
    width: 23rem;
  }
  .philosophy-catch .text-msk {
    font-size: 3.4rem;
  }
  .story-unit {
    padding: 4rem 0 4.2rem;
  }
  .story-unit__inner h3 {
    font-size: 2rem;
  }
  .story-unit__inner .min-hon__logo {
    width: 35rem;
  }
  .fixed-illust p:first-child {
    width: 8rem;
  }
  .fixed-illust p:nth-child(2) {
    width: 7rem;
  }
  .btn-label strong {
    font-size: 1.5rem;
  }

  .creator-page .min-hon__copy {
    font-size: 5rem;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 28rem;
  }

  .howto-comment__img p {
    width: 13.7rem;
    top: -4.1rem;
    left: 0.8rem;
  }
  .howto-comment__text {
    padding: 0 0 0 13rem;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 28rem;
  }
  .p-top-overview__body {
    max-width: 100%;
  }
  .guide-language__lst:first-child:before {
    top: 7.1rem;
  }
  .merit-lst__work .merit-lst__illust p:first-child {
    width: 10rem;
    left: 2rem;
  }
  .merit-lst__work .merit-lst__illust p:nth-child(2) {
    right: 5.5rem;
    width: 6rem;
  }
  .faq-content__child-unit h3 {
    font-size: 1.7rem;
    padding-right: 2.4rem;
  }
  .faq-content__child-unit h3 span.q-icon {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin: 0 0.7rem 0 0;
  }
  .faq-answer h4 {
    font-size: 1.8rem;
  }
  .faq-answer .faq-answer__read {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .faq-answer .faq-answer__read span.sub-read {
    font-size: 1.3rem;
  }
  .faq-answer .faq-answer__lst {
    margin: 1.5rem 0 0;
  }
  .faq-answer .faq-answer__lst li {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
  }
  .faq-answer .faq-answer__lst li:before {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.9rem;
  }
  .faq-answer .u-line .u-line__inner {
    font-size: 1.3rem;
  }
  .grndchild-lst__inner {
    padding: 2.5rem 2.5rem 3rem;
  }
  .faq-answer .faq-answer__note {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .strong-index__text h2,
  .strong-index__text .side-text {
    font-size: 2.5rem;
  }
  .strong-index__text .min-hon__logo {
    width: 20rem;
  }
  .reason-illust {
    width: 4rem;
  }
  .reason-lst:nth-child(2) .reason-illust {
    width: 5rem;
    right: -1.2rem;
  }
  .merit-lst__index h3 {
    font-size: 2.8rem;
  }
  .merit-lst__index .c-red,
  .merit-lst__index .text-msk {
    font-size: 4rem;
  }
  .merit-lst__index .f-en {
    font-size: 5rem;
  }
  .achievements02 .achievements-lst__img {
    top: -12.6rem;
    right: 0.6rem;
    width: 12rem;
  }
  .achievements02 .achievements-lst__img span {
    top: 3.7rem;
    width: 3rem;
    right: -1.9rem;
  }
  .strong-dlsite__label span:first-child {
    width: 7rem;
  }
  .merit-lst__strong-text {
    font-size: 1.8rem;
  }
  .faq-answer__img {
    width: 70%;
    margin: 2rem auto 0;
  }
  .achievements-lst__inner .f-en.typ-b.counter .number {
    font-size: 5rem;
  }
}
@media screen and (max-width: 700px) {
  .u-line .u-line__inner {
    font-size: 1.2rem;
  }
  .fixed-btn__wrap .u-line .u-line__inner,
  .creator-page .u-line .u-line__inner {
    font-size: 1.1rem;
  }
  /* link-btn ============================================== */
  .l-main__btn .link-btn {
    margin: 0 0.5rem;
  }
  .link-btn a {
    width: 22rem;
    padding: 1.6rem 1rem;
    border-radius: 0.5rem;
  }
  .l-main__btn .link-btn a {
    width: 16.2rem;
  }
  .creator-page .l-main__btn .link-btn a {
    width: 22rem;
  }
  .btn-label,
  .l-main__btn .btn-label {
    font-size: 1.1rem;
  }
  .btn-label strong,
  .l-main__btn .btn-label strong,
  .creator-page .l-main__btn .btn-label strong,
  .translator-page .l-main__btn .btn-label strong {
    font-size: 1.3rem;
  }
  .link-btn a:before {
    right: 0.8rem;
    width: 0.48rem;
    height: 0.85rem;
  }
  .btn-guide {
    font-size: 1rem;
    margin: 0.5rem auto 0;
  }
  .link-text {
    margin: 1rem auto 0;
  }
  .creator-page .l-main__body .link-text {
    margin: 1.3rem auto 0;
  }
  .translator-page .link-text__note {
    font-size: 1rem;
    margin: 1rem auto 0;
  }
  .fixed-btn__wrap .link-text {
    margin: 0.6rem auto 0;
  }
  .note-btn a {
    width: 13rem;
    margin: 2rem auto 0;
    padding: 1.3rem 0.6rem 1.3rem 0.5rem;
  }
  .note-btn .btn-label span:first-child {
    width: 5rem;
  }
  .note-btn a:before {
    right: 0.8rem;
    width: 0.8rem;
    height: 1.8rem;
  }
  /* fixed-btn============================================== */
  .fixed-btn {
    bottom: 1rem;
  }
  .fixed-btn__inner {
    width: calc(100% - 2rem);
    padding: 1.6rem 1rem;
  }
  .fixed-single .fixed-btn__inner {
    width: calc(100% - 2rem);
  }
  .fixed-btn__inner:before {
    border-radius: 0.5rem;
  }
  .fixed-btn__wrap-inner {
    width: calc(100% - 0rem);
  }
  .fixed-illust p:first-child {
    left: 0.5rem;
    top: -2.6rem;
    width: 4.6rem;
  }
  .fixed-illust p:nth-child(2) {
    right: 0.5rem;
    top: -2.4rem;
    width: 3.9rem;
  }
  .link-text__note {
    font-size: 1rem;
  }
  /* header============================================== */
  .l-header__sitename {
    left: 0.5rem;
    top: 1.4rem;
  }
  .l-header__sitename .dlsite-logo {
    width: 10.4rem;
    padding: 1rem;
  }
  .l-header__sitename.typ-b .dlsite-logo {
    width: 6.5rem;
    padding: 0.5rem;
    margin-left: 0;
  }
  .l-header__sitename .min-hon-logo {
    width: 14.5rem;
    padding: 0.5rem;
  }
  .l-header__common {
    right: 1rem;
    top: 1rem;
  }
  .l-header__common {
    top: 1.8rem;
  }
  .l-header__language {
    width: 8rem;
    padding: 0.5rem 0.6rem;
  }
  .l-header__language-inner .language-icon {
    display: none;
  }
  .l-header__language-inner .language-label {
    font-size: 1.1rem;
    margin: 0 0 0 0.5rem;
  }
  .l-header__language-inner .language-arrow {
    width: 0.8rem;
    right: 0.5rem;
    top: 0rem;
  }
  .l-header__language-inner .language-arrow.dropdown-arrow {
    top: 0.8rem;
  }
  .l-header__dropdown {
    width: 11.6rem;
    top: 3.5rem;
    left: -1.7rem;
  }
  .country-label:before {
    top: 1.2rem;
    width: 0.4rem;
    height: 0.6rem;
  }
  .l-header__link {
    margin: 0 0 0 0.4rem;
  }
  .l-header__link-inner {
    padding: 0.6rem 1.5rem 0.6rem 1rem;
  }
  .l-header__link-inner p {
    font-size: 1.1rem;
  }
  .l-header__link-inner:before {
    right: 0.6rem;
    width: 0.4rem;
    height: 0.8rem;
  }
  .l-header__social {
    margin: 0 0 0 0.7rem;
  }
  .l-header__social a:before {
    width: 3.6rem;
    height: 3.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
  .l-header__social a p {
    width: 1.4rem;
  }
  /* l-main__visual ============================================== */
  .l-main__body {
    width: calc(100% - 4rem);
    height: 68rem;
    padding: 9rem 0 0;
  }
  .l-main__text {
    max-width: 100%;
  }
  .l-main__text .min-hon__label {
    width: 31.5rem;
  }
  .min-hon__copy {
    font-size: 3.7rem;
    line-height: 1.2;
    margin: 0.3rem auto 0;
  }
  .l-main__btn {
    width: calc(100% - 0rem);
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
  }
  .l-main__img {
    width: 33rem;
    bottom: -3.2rem;
  }
  .l-main__img .illust-credit,
  .translator-page .l-main__img .illust-credit {
    right: 2rem;
    top: 9rem;
    width: 4rem;
  }
  .video-credit {
    width: 10rem;
  }
  /* text common ============================================== */
  .text-msk {
    padding: 0.5rem 0.5rem 0.7rem;
    line-height: 1;
    border-radius: 0.5rem;
  }
  /* section-cover ============================================== */
  /* book-gallery ============================================== */
  .book-gallery {
    margin: 2.5rem auto 0;
  }
  /* p-top-guide ============================================== */
  .p-top-guide__body {
    width: calc(100% - 4rem);
    padding: 5.7rem 0 4rem;
  }
  .guide-index .min-hon__logo {
    width: 15.8rem;
  }
  .guide-index {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .side-text {
    margin: 0 0 0 0.2rem;
  }
  .guide-language {
    width: 100%;
    margin: 2rem auto 0;
    padding: 1.2rem 2.4rem 1.4rem;
    border-radius: 0.5rem;
  }
  .guide-language__inner {
    display: block;
  }
  .guide-language__inner h3 {
    font-size: 1.2rem;
    padding: 0 0 1.2rem;
    text-align: center;
    line-height: 1;
  }
  .guide-language__inner p {
    font-size: 1rem;
    line-height: 1.7;
    padding: 1rem 0 0;
  }
  .guide-language__inner p:before {
    width: 100%;
    height: 0.1rem;
  }
  .guide-language__inner p br {
    display: none;
  }
  .guide-figure {
    margin: 2.5rem auto 0;
    border-radius: 0.5rem;
  }
  .guide-figure__inner {
    width: calc(100% - 4rem);
    padding: 2rem 0 2.5rem;
  }
  /* p-top-philosophy ============================================== */
  .p-top-philosophy__body {
    padding: 4.2rem 0 5rem;
  }
  .philosophy-index__inner {
    display: block;
  }
  .philosophy-index__img {
    display: none;
  }
  .philosophy-index {
    width: calc(100% - 4rem);
  }
  .philosophy-index__text {
    width: calc(100% - 0rem);
    padding: 0;
  }
  .philosophy-index__text .min-hon__label {
    width: 17rem;
    margin: 0 auto;
  }
  .philosophy-catch {
    margin: 1rem 0 0;
  }
  .philosophy-catch .text-msk {
    font-size: 2.8rem;
    letter-spacing: -1px;
    padding: 0.6rem 0.4rem 0.6rem;
    border-radius: 0.5rem;
  }
  .philosophy-catch .side-text {
    margin: 0 0 0 0.1rem;
    font-size: 2.3rem;
  }
  .philosophy-catch p {
    font-size: 2.6rem;
    justify-content: center;
  }
  .philosophy-index__read {
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1.8rem 0 0;
    text-align: center;
  }
  .philosophy-index__read br.sp-block {
    display: block;
  }
  .philosophy-unit {
    width: calc(100% - 4rem);
    margin: 4rem auto 0;
  }
  .philosophy-lst h2 {
    font-size: 3.4rem;
  }
  .philosophy-lst {
    margin-bottom: 4.3rem;
  }
  .philosophy-lst__inner {
    padding: 2.5rem 2.4rem 2.5rem;
    border-radius: 0.5rem;
    margin: 1rem auto 0;
    overflow: visible;
  }
  .philosophy-lst__text {
    width: calc(100% - 0rem);
  }
  .philosophy-lst__text h3 {
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.3;
  }
  .philosophy-lst__text h3 br.sp-block {
    display: block;
  }
  .philosophy-lst__text p {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
  .philosophy-lst__illust {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .philosophy-lst__illust p {
    width: 5.6rem;
    position: absolute;
    right: 1rem;
    top: -3rem;
  }
  .philosophy-policy .philosophy-lst__inner {
    padding: 3rem 2rem;
  }
  .policy-lst {
    width: calc(100% - 0rem);
    padding: 2rem 0rem;
  }
  .policy-num p {
    font-size: 1.1rem;
  }
  .policy-num span {
    font-size: 1.3rem;
  }
  .policy-lst h3 {
    font-size: 1.5rem;
    margin: 0 0 0 1.7rem;
    line-height: 1.6;
  }
  .philosophy-policy .philosophy-lst__illust p:first-child {
    width: 6.8rem;
    left: 0rem;
    top: -0.5rem;
  }
  .philosophy-policy .philosophy-lst__illust p:nth-child(2) {
    width: 5.4rem;
    right: 0rem;
    top: 0rem;
  }
  .philosophy-label {
    display: none;
  }
  /* p-top-story ============================================== */
  .p-top-story__body {
    width: calc(100% - 4rem);
    padding: 3.8rem 0 4.8rem;
  }
  .story-index {
    font-size: 2.8rem;
  }
  .story-unit {
    margin: 1rem auto 0;
    border-radius: 0.5rem;
    padding: 2.8rem 0 3rem;
    overflow: visible;
  }
  .story-unit__inner h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .story-unit__inner .min-hon__logo {
    width: 25.3rem;
    margin: 1.3rem auto 0;
  }
  .story-left {
    top: auto;
    left: 3rem;
    bottom: -3.7rem;
  }
  .story-left p:first-child {
    width: 4.7rem;
    position: absolute;
    top: -2.5rem;
    left: -2rem;
  }
  .story-left p:nth-child(2) {
    width: 6.2rem;
  }
  .story-right {
    right: 3.5rem;
    top: auto;
    bottom: -3.3rem;
  }
  .story-right p:first-child {
    width: 6.8rem;
    position: absolute;
    top: -3.7rem;
    right: -3rem;
  }
  .story-right p:nth-child(2) {
    width: 5.3rem;
  }
  /* p-top-fixed ============================================== */
  .p-top-fixed__body,
  .translator-page .p-top-fixed__body,
  .creator-page .p-top-fixed__body {
    width: calc(100% - 0rem);
    padding: 0;
  }
  .p-top-fixed .fixed-single .fixed-btn__inner {
    padding: 2.8rem 2rem;
  }
  .translator-page .p-top-fixed__body .fixed-btn__inner:before,
  .creator-page .p-top-fixed__body .fixed-btn__inner:before {
    display: none;
  }
  /* l-footer ============================================== */
  .l-footer__body {
    padding: 1.3rem 0;
  }
  .l-footer__body p {
    font-size: 1.1rem;
  }
  /* creator-page ============================================== */
  .l-header__sitename.typ-b {
    top: 1.8rem;
  }
  .creator-page .l-main__body {
    width: calc(100% - 4rem);
    padding: 8.5rem 0 4rem;
  }
  .creator-page .min-hon__copy {
    font-size: 3.3rem;
    line-height: 1.2;
    margin: 0;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 17rem;
    margin: 0.5rem 0 0 1rem;
  }
  .creator-page .l-main__text .min-hon__label:before,
  .creator-page .l-main__text .min-hon__label:after {
    left: -1rem;
    top: -0.2rem;
    font-size: 2rem;
  }
  .creator-page .l-main__text .min-hon__label:after {
    left: auto;
    right: -1.3rem;
    top: auto;
    bottom: 0.2rem;
  }
  .creator-page .l-main__text .btn-label strong,
  .translator-page .l-main__text .btn-label strong {
    font-size: 1.4rem;
  }
  .l-main__recommend {
    margin: 1.7rem auto 0;
  }
  .recommend-lst {
    margin-bottom: 1.6rem;
    border-radius: 0.5rem;
  }
  .recommend-lst h3 {
    font-size: 1.3rem;
    padding: 0.6rem 0 0.5rem;
  }
  .recommend-lst h3 span {
    font-size: 1.8rem;
  }
  .recommend-lst__inner {
    padding: 1.2rem 0;
  }
  .recommend04 .recommend-lst__inner {
    padding: 1.5rem 0 1rem;
  }
  .recommend-lst p {
    font-size: 1.4rem;
  }
  .recommend-lst p.typ-b {
    font-size: 1.2rem;
  }
  .recommend-lst__inner .f-en {
    font-size: 2.8rem;
    margin: 0.4rem 0 0.1rem;
  }
  .recommend-lst__inner .f-en.typ-b {
    font-size: 3.6rem;
    margin: 0.4rem 0 0;
  }
  .recommend02 .recommend-lst__inner .f-en.typ-b {
    margin: 0.2rem 0 0;
  }
  .recommend-lst p.typ-d {
    font-size: 1.7rem;
  }
  .recommend-lst p.typ-d span {
    font-size: 2.9rem;
  }
  .recommend-lst p.typ-c {
    font-size: 2.4rem;
  }
  .creator-page .l-main__btn {
    margin: 1.7rem auto 0;
  }
  /* p-top-overview ============================================== */
  .p-top-overview__body {
    width: calc(100% - 4rem);
    padding: 5.5rem 0 3.8rem;
  }
  .overview-index {
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
  }
  .overview-copy {
    display: block;
  }
  .overview-index br.pc-block {
    display: none;
  }
  .overview-index br.sp-block {
    display: block;
  }
  .overview-illust {
    width: calc(100% - 4rem);
    max-width: 29rem;
    margin: 2rem auto 0;
    padding: 5rem 0;
  }
  .overview-text {
    margin: 2.5rem auto 0;
    width: calc(100% - 2rem);
  }
  .overview-illust p:first-child {
    left: 0;
    width: 7.5rem;
    top: 1rem;
  }
  .overview-illust p:nth-child(2) {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 11rem;
  }
  .overview-illust p:nth-child(3) {
    left: auto;
    right: 1.5rem;
    width: 5.9rem;
    top: 4rem;
  }
  .overview-text p {
    line-height: 1.8;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
  }
  /* p-top-permission ============================================== */
  .p-top-permission__body {
    padding: 5rem 0 0rem;
  }
  .p-top-permission:before {
    padding: 7% 0;
  }
  .permission-index {
    font-size: 1.7rem;
  }
  .permission-num {
    margin: 0.7rem auto 0;
    text-align: center;
    display: block;
  }
  .permission-data p .f-en {
    font-size: 4.9rem;
    vertical-align: text-bottom;
  }
  .permission-num p {
    font-size: 3.6rem;
    display: inline-block;
  }
  .permission-data .slash-mark:before {
    top: 0.6rem;
    font-size: 3.3rem;
    line-height: 1;
  }
  .permission-data .slash-mark {
    padding-right: 2.8rem;
  }
  .permission-data .link-btn a {
    width: 25.5rem;
    margin: 1.6rem auto 0;
  }
  .creator-page .book-gallery {
    margin: 3.8rem auto 0;
  }
  .creator-page .book-gallery#book02-gallery-slider {
    margin: 2.5rem auto 0;
  }
  .creator-label {
    top: 8rem;
  }
  /* p-top-merit ============================================== */
  .p-top-merit__body {
    width: calc(100% - 4rem);
    padding: 5rem 0 5.5rem;
  }
  .merit-index {
    font-size: 3rem;
    display: block;
  }
  .merit-index__inner {
    display: block;
  }
  .translator-page .guide-index__flex {
    align-items: center;
  }
  .merit-unit {
    margin: 4rem auto 0;
  }
  .merit-lst {
    margin-bottom: 3rem;
  }
  .merit-lst__inner,
  .merit-lst:nth-child(n + 3) .merit-lst__inner {
    border-radius: 0.5rem;
    margin: 1.2rem auto 0;
    padding: 3.2rem 2rem 3rem;
  }
  .merit-lst:first-child .merit-lst__inner {
    padding: 3.4rem 0 0;
  }
  .merit-num p {
    font-size: 1.4rem;
    border-radius: 0.5rem;
    padding: 0.6rem 1.5rem 0.6rem;
  }
  .merit-num p span {
    font-size: 1.8rem;
  }
  .merit-lst__index h3 {
    font-size: 1.7rem;
  }
  .merit-lst:first-child .merit-lst__index h3 {
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  .merit-lst__index .c-red,
  .merit-lst__index .text-msk {
    font-size: 2.3rem;
    margin: 0 0.2rem;
  }
  .merit-lst__index .f-en {
    font-size: 2.8rem;
  }
  .merit-lst:first-child .merit-lst__index h3:last-child:before {
    top: -2.4rem;
    width: 2.2rem;
    height: 1.1rem;
  }
  .merit-lst__read {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 1.2rem auto 0;
  }
  .merit-lst:nth-child(n + 3) .merit-lst__read {
    margin: 1.2rem auto 0;
  }
  .merit-lst:nth-child(4) .merit-lst__read,
  .merit-lst:nth-child(5) .merit-lst__read {
    text-align: left;
  }
  .merit-lst:nth-child(4) .merit-lst__read br,
  .merit-lst:nth-child(5) .merit-lst__read br {
    display: none;
  }
  .merit-lst__strong {
    margin: 2.5rem auto 0;
    display: block;
  }
  .merit-lst__strong .section-cover {
    width: 100%;
    border-radius: 0.5rem;
    padding: 2.5rem 2rem;
    margin-bottom: 2.5rem;
  }
  .merit-lst__strong .section-cover:last-child {
    margin-bottom: 0;
  }
  .merit-lst__strong-img {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  .strong-dlsite__label span:first-child {
    width: 6rem;
  }
  .merit-lst__strong-text {
    margin: 1rem auto 0;
    font-size: 1.5rem;
  }
  .merit-lst__strong-text .f-en {
    font-size: 2.1rem;
  }
  .merit-lst__illust p:first-child {
    width: 6.3rem;
    left: 2rem;
    top: -3rem;
  }
  .merit-lst__illust p:nth-child(2) {
    width: 6.4rem;
    right: 1rem;
    top: -2.5rem;
  }
  /* frame-figure ============================================== */
  .frame-figure {
    margin: 2.6rem auto 0;
    border-radius: 0;
    border: 0;
  }
  .frame-figure h3 {
    padding: 0.7rem 0 1rem;
    font-size: 1.5rem;
  }
  .frame-figure__inner {
    padding: 2.6rem 2rem;
  }
  .frame-figure__copy {
    font-size: 1.2rem;
    margin: 1.4rem auto 0;
  }
  .frame-figure__copy span {
    font-size: 1.5rem;
  }
  .structure-figure .frame-figure__copy {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .frame-figure__sub {
    font-size: 1.1rem;
    margin: 0.5rem auto 0;
  }
  .merit-figure__note {
    font-size: 1rem;
    line-height: 1.4;
  }
  /* p-top-structure ============================================== */
  .p-top-structure__body {
    width: calc(100% - 4rem);
    padding: 5rem 0 5.5rem;
  }
  .structure-index {
    font-size: 3rem;
  }
  .min-hon__logo {
    width: 17.5rem;
  }
  .structure-index__read {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 2.2rem 0 0;
  }
  .structure-index__read strong {
    font-size: 1.9rem;
    margin: 1.4rem 0 0;
  }
  /* p-top-howto ============================================== */
  .p-top-howto__body {
    width: calc(100% - 4rem);
    padding: 4.3rem 0 4.5rem;
  }
  .howto-index .min-hon__logo {
    width: 15.5rem;
  }
  .howto-index {
    font-size: 2.3rem;
  }
  .howto-index p:last-child {
    line-height: 1.4;
  }
  .howto-comment {
    border-radius: 0.5rem;
    margin: 3.5rem auto 0;
  }
  .howto-comment__inner {
    padding: 1.3rem 1.5rem;
  }
  .howto-comment__img {
    top: auto;
    bottom: 0;
  }
  .howto-comment__img p {
    width: 8rem;
    left: 1rem;
    top: auto;
    bottom: -0.2rem;
  }
  .howto-comment__img span {
    width: 5rem;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
  }
  .howto-comment__text {
    padding: 0 0 0 8.5rem;
  }
  .howto-comment__text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .howto-unit {
    margin: 4.5rem auto 0;
  }
  .howto-unit__inner {
    display: block;
  }
  .howto-lst__inner {
    padding: 2.8rem 2.5rem 3rem;
  }
  .howto-lst,
  .howto-lst:nth-child(3) {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
  }
  .howto-num {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.5rem 0 0.5rem 0;
    line-height: 2.6rem;
    font-size: 1.7rem;
  }
  .howto-lst__inner h3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .howto-lst__img {
    border-radius: 0.5rem;
    margin: 1.2rem auto 0;
  }
  .howto-note {
    border-radius: 0.5rem;
    margin: 3.5rem auto 0;
    padding: 1.4rem 1.3rem;
  }
  .howto-note p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: left;
  }
  /* p-top-achievements ============================================== */
  .p-top-achievements__body {
    width: calc(100% - 6.2rem);
    padding: 5.4rem 0 5rem;
  }
  .achievements-index {
    font-size: 3rem;
    margin-right: 0;
  }
  .achievements-lst__note {
    right: 0.5rem;
  }
  .recommend-lst__note {
    font-size: 1rem;
    position: static;
    margin: 0.6rem auto 0;
    text-align: center;
  }
  .achievements02 .achievements-lst__img {
    display: none;
  }
  .achievements-unit {
    margin: 2rem auto 0;
    display: block;
  }
  .achievements-lst {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
  }
  .achievements-lst:nth-child(3),
  .achievements-lst:nth-child(4),
  .achievements-lst:nth-child(5) {
    margin-bottom: 3rem;
  }
  .achievements-lst__inner {
    padding: 1.8rem 0 1.3rem;
  }
  .achievements05 .achievements-lst__inner,
  .achievements06 .achievements-lst__inner {
    padding: 1.8rem 0 2.8rem;
  }
  .achievements-lst__inner h3 {
    font-size: 1.9rem;
  }
  .achievements-lst__inner h3 span {
    border-radius: 0.5rem;
    padding: 0.6rem 1rem;
  }
  .achievements-flex {
    margin: 0.7rem auto 0;
  }
  .achievements-lst__inner .f-en.counter .number {
    font-size: 5.1rem;
  }
  .achievements-lst__inner .f-en.typ-b.counter .number {
    font-size: 5.4rem;
  }
  .achievements-lst p span {
    font-size: 4.3rem;
  }
  .achievements-lst p {
    font-size: 3rem;
  }
  .achievements-lst p span.smoll-label {
    font-size: 1.9rem;
    line-height: 1;
  }
  .achievements-lst p span.smoll-label.typ-b {
    font-size: 1.6rem;
  }
  .achievements-lst .txt-right {
    bottom: -1rem;
  }
  .achievements-lst__inner .f-en {
    font-size: 5rem;
  }
  .achievements02 .achievements-flex__inner:before,
  .achievements02 .achievements-flex__inner:after {
    width: 3.8rem;
    height: 2.7rem;
  }
  .achievements02 .achievements-flex__inner:after {
    width: 4.1rem;
    height: 2.9rem;
  }
  .achievements03 .achievements-lst__img {
    top: -2.5rem;
    right: auto;
    left: 1rem;
    width: 6.8rem;
  }
  .achievements04 .achievements-lst__img {
    top: -2.4rem;
    right: 5.6rem;
    left: auto;
    width: 5.6rem;
  }
  .achievements05 .achievements-lst__img {
    width: 5.3rem;
  }
  .achievements06 .achievements-lst__img {
    width: 5.9rem;
  }
  /* p-top-voice ============================================== */
  .p-top-voice__body {
    width: calc(100% - 4rem);
    padding: 4.8rem 0 5.5rem;
  }
  .voice-index {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .voice-index br.sp-block {
    display: block;
  }
  .voice-wrap {
    margin: 2.7rem auto 0;
  }
  .voice-unit__cat {
    padding: 0.8rem 0 0.8rem 2.2rem;
    border-radius: 0.5rem;
  }
  .voice-unit__cat h3 {
    font-size: 1.6rem;
  }
  .voice-unit__cat p {
    width: 4.6rem;
    left: -5rem;
    top: -1.6rem;
  }
  .voice-unit.translator-voice .voice-unit__cat p {
    width: 4rem;
    left: -4.5rem;
    top: -1.6rem;
  }
  .creator-voice {
    margin-bottom: 4rem;
  }
  .voice-unit__inner {
    margin: 3rem auto 0;
  }
  .voice-lst {
    border-radius: 0.5rem;
    padding: 2.4rem 3rem;
    margin-bottom: 2.5rem;
  }
  .voice-meta__icon {
    width: 6rem;
    height: 6rem;
  }
  .voice-meta__inner {
    width: calc(100% - 6rem);
    padding: 0 0 0 1rem;
  }
  .voice-name {
    font-size: 1.5rem;
  }
  .voice-label {
    font-size: 1.1rem;
    margin: 0.8rem 0 0;
  }
  .voice-label span {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .voice-comment {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 1.3rem;
    padding-top: 1.3rem;
  }
  .voice-comment p {
    margin-bottom: 1rem;
  }
  .voice-num {
    top: 1.1rem;
    font-size: 1.1rem;
  }
  .voice-num span {
    font-size: 3rem;
    margin: 0.2rem 0 0;
  }
  /* p-top-possibility ============================================== */
  .p-top-possibility__body {
    width: calc(100% - 4rem);
    padding: 4.7rem 0 5rem;
  }
  .possibility-index {
    font-size: 2.8rem;
  }
  .reason-index span.f-en {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    margin: 0 0 0 0.5rem;
  }
  .possibility-wrap {
    margin: 2rem auto 0;
  }
  .possibility-text {
    margin-bottom: 2rem;
  }
  .possibility-text.typ-b {
    margin-bottom: 3.5rem;
  }
  .possibility-text__copy.typ-b span:first-child {
    width: 5rem;
  }
  .possibility-text__copy {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .possibility-img {
    border-radius: 0.5rem;
    padding: 3rem 3rem;
    margin: 0 auto 2.5rem;
  }
  .possibility-data {
    padding: 2rem 0;
  }
  .frame-figure.possibility-figure {
    border: solid 1px #121111;
    border-radius: 0.5rem;
  }
  .possibility-figure .frame-figure__inner {
    padding: 1.9rem 1.5rem 2.5rem;
  }
  .possibility-figure .frame-figure__copy {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .possibility-figure .frame-figure__copy span {
    font-size: 1.4rem;
    margin: 0.5rem 0 0;
  }
  .possibility-reason {
    max-width: 100%;
    margin: 2rem auto 0;
    display: block;
  }
  .reason-lst {
    width: 100%;
    padding: 0 0rem 2rem;
  }
  .reason-lst:last-child {
    padding: 2rem 0rem 0;
  }
  .reason-lst:before {
    content: '';
    background-image: linear-gradient(to right, #888, #888 3px, transparent 3px, transparent 5px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    top: 0rem;
  }
  .reason-index {
    font-size: 1.4rem;
    padding: 0.8rem;
    border-radius: 0.5rem;
    max-width: 19rem;
    margin: 0 auto;
  }
  .reason-lst__inner {
    padding: 1.6rem 0 0;
  }
  .reason-sub {
    font-size: 1.4rem;
  }
  .reason-sub:before {
    top: 2.7rem;
    width: 1.8rem;
    height: 1.2rem;
  }
  .reason-strong {
    font-size: 1.7rem;
    margin-top: 3.5rem;
  }
  .reason-illust {
    width: 4rem;
    left: 3rem;
    bottom: 4.5rem;
  }
  .reason-lst:nth-child(2) .reason-illust {
    width: 4.6rem;
    right: 1.2rem;
    bottom: 2.5rem;
  }
  /* p-top-strong ============================================== */
  .p-top-strong__body {
    padding: 4rem 0 4rem;
  }
  .strong-index {
    justify-content: center;
    padding: 0;
  }
  .strong-index__text {
    width: calc(100% - 0%);
  }
  .strong-index__text h2 {
    font-size: 1.9rem;
    text-align: center;
  }
  .strong-index__flex {
    justify-content: center;
  }
  .strong-index__text .min-hon__logo {
    width: 17rem;
  }
  .strong-index__text .side-text {
    font-size: 2.4rem;
  }
  .strong-index__img {
    display: none;
  }
  /* p-top-faq ============================================== */
  .p-top-faq__body {
    width: calc(100% - 4rem);
    padding: 4rem 0 4.8rem;
  }
  .faq-index {
    font-size: 2.8rem;
  }
  .faq-unit {
    margin: 2rem auto 0;
  }
  .faq-lst {
    margin-bottom: 2.3rem;
  }
  .faq-content__child-unit {
    padding: 1.8rem 0 1.8rem 1.2rem;
  }
  .faq-content__child-unit h3 {
    font-size: 1.4rem;
    padding-right: 4rem;
  }
  .faq-content__child-unit h3 span:last-child {
    margin-top: 0.2rem;
  }
  .faq-content__child-unit h3 span.q-icon {
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
    min-height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
  }
  .faq-toggle-icon {
    width: 4rem;
    height: 4rem;
    right: 0rem;
  }
  .faq-toggle-icon span {
    width: 2rem;
  }
  .faq-answer h4 {
    font-size: 1.4rem;
  }
  .grndchild-lst__inner {
    padding: 2rem 2.5rem 2.3rem;
  }
  .faq-answer .faq-answer__read {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .faq-answer .faq-answer__read:nth-child(n + 2) {
    margin: 1rem 0 0;
  }
  .faq-answer .faq-answer__lst {
    margin: 1rem 0 0;
  }
  .faq-answer .faq-answer__lst li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .faq-answer .faq-answer__read span.sub-read {
    font-size: 1.1rem;
  }
  .p-top-faq .link-btn a {
    margin: 3rem auto 0;
  }
  /* translator-page ============================================== */
  .l-header__link .pc-label {
    display: none;
  }
  .l-header__link .sp-label {
    display: none;
  }
  .translator-page .l-main__body {
    height: 67.7rem;
    max-width: 100%;
    width: calc(100% - 0rem);
    padding: 5.8rem 0 0;
  }
  .translator-page .l-main__text .min-hon__label {
    width: 26rem;
  }
  .translator-page .l-main__text .min-hon__copy {
    font-size: 1.8rem;
  }
  .l-main__read {
    font-size: 1.4rem;
    margin: 1.6rem 0 0;
    line-height: 1.7;
  }
  .translator-page .l-main__text .link-btn {
    margin: 1.8rem auto 0;
  }
  .l-main__note {
    font-size: 1rem;
    margin: 1rem 0 0;
  }
  .translator-page .l-main__img {
    width: 29rem;
  }
  .translator-page .guide-index .min-hon__logo {
    width: 17.5rem;
  }
  .translator-page .guide-index {
    font-size: 2.7rem;
  }
  .translator-page .guide-read {
    font-size: 1.4rem;
    margin: 1rem auto 0;
  }
  .translator-page .guide-figure {
    margin: 2rem auto 0;
  }
  .door-page .guide-language,
  .translator-page .guide-language {
    margin: 2.7rem auto 0;
    display: block;
  }
  .door-page .guide-language h3,
  .translator-page .guide-language h3 {
    font-size: 1.7rem;
    line-height: 1;
    width: 100%;
    min-width: inherit;
    padding: 1rem 0;
  }
  .door-page .guide-language h3 br,
  .translator-page .guide-language h3 br {
    display: none;
  }
  .door-page .guide-language__inner,
  .translator-page .guide-language__inner {
    display: flex;
    width: 100%;
    border-top: solid 1px #121111;
    padding: 1.8rem 2.2rem;
    border-left: 0;
  }
  .door-page .work-typ,
  .translator-page .work-typ {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .guide-language__lst {
    margin: 0 3.5rem 0 0;
  }
  .guide-language__lst:first-child:before {
    top: 5rem;
    right: -2.5rem;
    width: 1.5rem;
    height: 1.3rem;
  }
  .language-illust {
    width: 6.5rem;
  }
  .guide-language__lst:nth-child(2) .language-illust {
    display: none;
  }
  .door-page .language-typ,
  .translator-page .language-typ {
    font-size: 1.2rem;
  }
  .door-page .guide-language__lst-inner .language-typ,
  .translator-page .guide-language__lst-inner .language-typ {
    font-size: 1.1rem;
    margin: 0;
  }
  .translator-page .p-top-merit__body {
    padding: 4.7rem 0 5rem;
  }
  .translator-page .merit-lst:first-child .merit-lst__index h3,
  .translator-page .merit-lst .merit-lst__index h3 {
    font-size: 3.4rem;
  }
  .translator-page .merit-lst__read {
    font-size: 1.3rem;
    margin: 2rem auto 0;
  }
  .translator-page .merit-lst:first-child .merit-lst__inner {
    padding: 3.2rem 2.5rem 3rem;
  }
  .translator-page .merit-lst:nth-child(2) .merit-lst__inner {
    padding: 2.8rem 2.5rem 3rem;
  }
  .translator-page .merit-lst:nth-child(3) .merit-lst__inner {
    padding: 2.8rem 0 3rem;
  }
  .merit-lst__work {
    border-radius: 0.5rem;
    padding: 1.8rem 2rem 2.3rem;
    margin: 2rem auto 0;
    width: calc(100% - 0rem);
  }
  .work-copy__read {
    font-size: 1.3rem;
  }
  .work-copy__data {
    font-size: 1.9rem;
    margin: 1rem 0 0;
  }
  .work-copy__data .f-en {
    font-size: 3.7rem;
  }
  .work-img {
    margin: 1.2rem auto 0;
  }
  .merit-lst__work .typ-frame a {
    margin: 2rem auto 0;
  }
  .merit-lst__work .merit-lst__illust {
    bottom: 27rem;
  }
  .merit-lst__work .merit-lst__illust p:first-child {
    width: 5rem;
    right: auto;
    left: 1rem;
    top: 20.5rem;
  }
  .merit-lst__work .merit-lst__illust p:nth-child(2) {
    width: 4rem;
    right: 2rem;
    top: 20.8rem;
  }
  .translator-page .merit-lst__index .c-red {
    font-size: 2.1rem;
    line-height: 1.2;
    padding: 0.7rem 1.5rem 0.8rem;
  }
  .translator-page .merit-lst__index-strong {
    margin: 1.9rem auto 0;
  }
  .translator-page .merit-lst:nth-child(2) .merit-lst__read,
  .translator-page .merit-lst:nth-child(3) .merit-lst__read {
    text-align: left;
  }
  .translator-page .merit-lst__read {
    margin: 1.5rem auto 0;
  }
  .translator-page .merit-lst:nth-child(3) .merit-lst__read {
    width: calc(100% - 5rem);
  }
  .translator-page .merit-lst:nth-child(2) .merit-lst__read br,
  .translator-page .merit-lst:nth-child(3) .merit-lst__read br {
    display: none;
  }
  .translator-page .merit-lst .link-btn.typ-black {
    margin: 2rem auto 0;
  }
  .translator-page .merit-lst__read.nth2 {
    margin: 0.8rem auto 0;
  }
  /* p-top-translation ============================================== */
  .p-top-translation__body {
    width: calc(100% - 4rem);
    padding: 5.2rem 0 4.5rem;
  }
  .translation-index {
    font-size: 2.8rem;
  }
  .translation-index__read {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 2.3rem 0 0;
  }
  .translation-index__read br.sp-block {
    display: block;
  }
  .translation-unit {
    margin: 2.5rem auto 0;
  }
  .translation-unit__cat {
    padding: 0.8rem 0 0.8rem 2.2rem;
    border-radius: 0.5rem;
  }
  .translation-unit__cat h3 {
    font-size: 1.6rem;
  }
  .translation-unit__cat p {
    width: 4rem;
    left: -4.5rem;
    top: -1.6rem;
  }
  .translation-lst {
    margin: 2.2rem auto 4rem;
  }
  .translation-lst .link-btn {
    margin: 2.4rem auto 0;
  }
  /* p-top-step ============================================== */
  .p-top-step__body {
    width: calc(100% - 4rem);
    max-width: 100%;
    padding: 5rem 0 5rem;
  }
  .step-index {
    font-size: 2.8rem;
  }
  .step-index .msk-set:last-child {
    margin: 0.3rem 0 0;
  }
  .step-unit {
    margin: 2.5rem auto 0;
  }
  .step-lst {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .step-lst__inner {
    border-radius: 0.5rem;
    margin: 0.8rem auto 0;
    padding: 2.8rem 1.5rem 2rem;
  }
  .step-num p {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }
  .step-num p span {
    font-size: 1.4rem;
  }
  .step-lst__read {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .step-lst .link-text {
    margin: 1rem auto 0;
  }
  /* p-top-interview ============================================== */
  .p-top-interview__body {
    width: calc(100% - 4rem);
    padding: 5rem 0 5rem;
  }
  .interview-index {
    font-size: 2.8rem;
  }
  .interview-unit {
    margin: 2.2rem auto 0;
    padding: 3rem 2rem 2.6rem;
    border-radius: 0.5rem;
  }
  .interview-text .min-hon__logo {
    width: 16.5rem;
    display: block;
    margin: 0 auto;
  }
  .interview-index__flex .side-text {
    font-size: 1.8rem;
    margin: 0.8rem auto 0;
    text-align: center;
    display: block;
  }
  .interview-index__flex {
    display: block;
  }
  .interview-text h3 {
    font-size: 3rem;
    margin: 1rem 0 0;
  }
  .interview-img {
    width: 21rem;
    margin: 2rem auto 0;
  }
  .interview-unit .link-btn a {
    width: 14rem;
  }
  /* p-top-pleasenote ============================================== */
  .p-top-pleasenote__body {
    width: calc(100% - 4rem);
    padding: 5rem 0 5rem;
  }
  .pleasenote-index {
    font-size: 2.6rem;
    padding-left: 1.3rem;
  }
  .pleasenote-index p:before {
    top: 0.3rem;
    left: -2.7rem;
    width: 2.5rem;
    height: 2.2rem;
  }
  .pleasenote-wrap {
    margin: 3rem auto 0;
  }
  .pleasenote-unit li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.4rem;
    padding: 0 0 1.4rem 1.1rem;
  }
  .pleasenote-unit li:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.8rem;
  }
  .pleasenote-wrap p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 390px) {
  /* creator-page ============================================== */
  .creator-page .min-hon__copy {
    font-size: 3.1rem;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 16rem;
  }
  .creator-page .l-main__text .min-hon__label:before,
  .creator-page .l-main__text .min-hon__label:after {
    left: -1rem;
    top: -0.2rem;
    font-size: 2rem;
  }
  .creator-page .l-main__text .min-hon__label:after {
    right: -1.3rem;
    left: auto;
    top: auto;
  }
}

@media screen and (max-width: 375px) {
  .l-main__cover video {
    width: 110%;
  }

  .sp375-block {
    display: block;
  }

  .creator-page .min-hon__copy {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 360px) {
  .creator-page .min-hon__copy {
    font-size: 2.8rem;
  }
  .philosophy-catch .text-msk {
    font-size: 2.6rem;
  }
  .merit-lst__index .c-red,
  .merit-lst__index .text-msk {
    font-size: 2.1rem;
  }
  .translator-page .l-main__text .min-hon__copy {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 320px) {
  .l-header__sitename {
    top: 1.5rem;
  }
  .l-header__sitename.typ-b .min-hon-logo {
    width: 9.2rem;
  }
  .l-header__common {
    top: 1.2rem;
  }
  .l-header__language {
    width: 7.4rem;
  }
  .l-header__language-inner .language-label {
    font-size: 1rem;
  }
  .l-header__link-inner p {
    font-size: 1rem;
  }
  .link-btn a {
    width: 18rem;
  }
  .l-main__cover video {
    width: 120%;
  }
  .work-copy__data .f-en {
    font-size: 3rem;
  }
  .merit-lst__work .merit-lst__illust {
    display: none;
  }
  .step-index {
    font-size: 2.5rem;
  }
  .step-lst__read {
    font-size: 1.3rem;
  }
  .pleasenote-index {
    font-size: 2.2rem;
    padding-left: 1.1rem;
  }
  .pleasenote-index p:before {
    top: 0.2rem;
    left: -2.4rem;
    width: 2rem;
    height: 1.9rem;
  }
  .story-left p:nth-child(2) {
    width: 4.2rem;
  }
  .story-right p:nth-child(2) {
    width: 3.3rem;
  }
  .creator-page .min-hon__copy {
    font-size: 2.3rem;
  }
  .creator-page .l-main__text .min-hon__label {
    width: 14rem;
  }
  .creator-page .l-main__text .min-hon__label:after {
    right: -1.2rem;
  }
  .overview-index {
    font-size: 1.7rem;
  }
  .permission-index {
    font-size: 1.6rem;
  }
  .merit-lst__index h3 {
    font-size: 1.5rem;
  }
  .frame-figure__copy span {
    font-size: 1.3rem;
  }
  .merit-lst__strong-text {
    font-size: 1.3rem;
  }
  .merit-lst__index .c-red,
  .merit-lst__index .text-msk {
    font-size: 1.9rem;
  }
  .min-hon__logo {
    width: 15.5rem;
  }
  .howto-lst__inner h3 {
    font-size: 1.4rem;
  }
  .achievements-index {
    font-size: 2.5rem;
  }
  .voice-index {
    font-size: 2.4rem;
  }
  .possibility-index {
    font-size: 2.4rem;
  }
  .possibility-figure .frame-figure__copy {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .possibility-figure .frame-figure__copy span {
    font-size: 1.3rem;
    margin: 0.5rem 0;
  }
  .achievements-lst__inner .f-en.typ-b.counter .number {
    font-size: 4.4rem;
  }
  .achievements-lst__inner .f-en {
    font-size: 4rem;
  }
  .achievements-lst__inner .f-en.counter .number {
    font-size: 4.1rem;
  }
  .achievements-lst p {
    font-size: 2rem;
  }
  .achievements-lst p span {
    font-size: 3.3rem;
  }
  .achievements-lst p span.smoll-label {
    font-size: 1.4rem;
  }
  .l-main__text .min-hon__label {
    width: 26.5rem;
  }
  .min-hon__copy {
    font-size: 3.2rem;
  }
  .l-main__btn .link-btn a {
    width: 20rem;
  }
  .l-main__btn-inner {
    display: block;
  }
  .l-main__btn .link-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .l-main__btn .link-btn:nth-child(2) {
    margin-top: 3rem;
  }
  .l-main__btn .btn-guide {
    margin: 0;
    position: absolute;
    bottom: -1.4rem;
  }
  .l-main__text .link-text {
    margin: 4rem auto 0;
  }
  .l-main__img {
    width: 26rem;
  }
  .guide-index {
    font-size: 2rem;
  }
  .philosophy-catch .text-msk {
    font-size: 2.2rem;
  }
  .philosophy-catch p {
    font-size: 2rem;
  }
  .story-unit__inner h3 {
    font-size: 1.2rem;
  }
  .story-unit__inner .min-hon__logo {
    width: 21.3rem;
  }
  .note-btn a {
    width: 13rem;
  }
  .btn-label strong,
  .l-main__btn .btn-label strong,
  .creator-page .l-main__btn .btn-label strong,
  .translator-page .l-main__btn .btn-label strong {
    font-size: 1.2rem;
  }
  .achievements-lst p span.smoll-label.typ-b {
    font-size: 1.4rem;
  }
  .achievements01 .achievements-flex__inner:before,
  .achievements01 .achievements-flex__inner:after {
    width: 2rem;
    height: 2.6rem;
  }
  .achievements01 .achievements-flex__inner:after {
    width: 1.5rem;
    height: 2rem;
  }
  .achievements02 .achievements-flex__inner:before,
  .achievements02 .achievements-flex__inner:after {
    width: 3.2rem;
    height: 2.1rem;
  }
  .achievements02 .achievements-flex__inner:after {
    width: 3.5rem;
    height: 2.3rem;
  }
  .achievements03 .achievements-lst__img {
    top: -1.5rem;
    left: 1rem;
    width: 5.2rem;
  }
  .achievements04 .achievements-lst__img {
    right: 1.6rem;
    width: 4.6rem;
  }
  .achievements05 .achievements-lst__img {
    width: 4.3rem;
  }
  .achievements06 .achievements-lst__img {
    width: 4.9rem;
  }
  .translator-page .l-main__note {
    width: calc(100% - 2rem);
    margin: 0.6rem auto 0;
  }
  .reason-illust {
    width: 3rem;
    left: 1rem;
    bottom: 5.5rem;
  }
  .reason-lst:nth-child(2) .reason-illust {
    width: 3.6rem;
    right: 0.2rem;
    bottom: -0.5rem;
  }
}


