@charset "UTF-8";
.l-main .modal__container, .l-main .modal .swiper-outer, .l-main .info__product-name--pa3, .l-main .info__product-name--taisaku, .l-main .comic .swiper-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-main .modal__container > *, .l-main .modal .swiper-outer > *, .l-main .info__product-name--pa3 > *, .l-main .info__product-name--taisaku > *, .l-main .comic .swiper-outer > * {
  min-height: 0%;
}

.l-main .comic__container, .l-main .lead__container, .l-main .cont__container, .l-main .info__container, .l-main .mv__container, .l-main .cont__container--large {
  box-sizing: content-box !important;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-main .comic__container, .l-main .lead__container, .l-main .cont__container, .l-main .info__container, .l-main .mv__container, .l-main .cont__container--large {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main .info__container, .l-main .mv__container, .l-main .cont__container--large {
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  .l-main .info__container, .l-main .mv__container, .l-main .cont__container--large {
    max-width: 94.6666666667vw;
  }
}

.l-main .modal__close, .l-main .modal .swiper-button-prev,
.l-main .modal .swiper-button-next, .l-main .modal__link--product, .l-main .modal__link--others, .l-main .info__btn--detail, .l-main .info__btn--twitter, .l-main .comic__twitter, .l-main .comic .swiper-button-prev,
.l-main .comic .swiper-button-next, .l-main .comic__btn {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.l-main .modal__close:hover, .l-main .modal .swiper-button-prev:hover,
.l-main .modal .swiper-button-next:hover, .l-main .modal__link--product:hover, .l-main .modal__link--others:hover, .l-main .info__btn--detail:hover, .l-main .info__btn--twitter:hover, .l-main .comic__twitter:hover, .l-main .comic .swiper-button-prev:hover,
.l-main .comic .swiper-button-next:hover, .l-main .comic__btn:hover {
  opacity: 0.7;
}

.l-main .info__btn--detail, .l-main .info__btn--twitter, .l-main .comic__btn {
  border-radius: 100px;
  box-shadow: 0px 4px 2.5px 0.5px rgba(34, 11, 4, 0.25);
}
@media screen and (max-width: 767px) {
  .l-main .info__btn--detail, .l-main .info__btn--twitter, .l-main .comic__btn {
    box-shadow: 0px 0.5333333333vw 0.5333333333vw 0.1333333333vw rgba(34, 11, 4, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

[v-cloak] {
  display: none;
}

.l-main .cont__mv {
  position: relative;
  z-index: 2;
  background-color: #f2edde;
  box-shadow: 0px 10px 15px 3px rgba(2, 5, 25, 0.12);
}
@media screen and (max-width: 767px) {
  .l-main .cont__mv {
    box-shadow: 0px 1.3333333333vw 2vw 0.4vw rgba(2, 5, 25, 0.12);
  }
}
.l-main .cont__lead {
  position: relative;
  z-index: 1;
}
.l-main .cont__comic {
  position: relative;
  z-index: 2;
  background-color: #f2edde;
  box-shadow: 0px 10px 15px 3px rgba(2, 5, 25, 0.12);
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .l-main .cont__comic {
    box-shadow: 0px 1.3333333333vw 2vw 0.4vw rgba(2, 5, 25, 0.12);
  }
}
.l-main .cont__info {
  position: relative;
  padding-top: 1px;
  z-index: 1;
  overflow-x: hidden;
  background: linear-gradient(90deg, #fee600 0%, #fee600 50%, #1100c7 50%, #1100c7 100%);
}

/* reset */
.l-main {
  margin-bottom: 0;
}
.l-main * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.l-main picture {
  display: block;
}
.l-main img {
  display: block;
  width: 100%;
  height: auto;
}
.l-main a {
  text-decoration: none;
}
.l-main a,
.l-main a img {
  border: none;
}
.l-main li {
  list-style: none;
}
.l-main p,
.l-main h1,
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main h6,
.l-main a,
.l-main li,
.l-main caption,
.l-main td,
.l-main th,
.l-main dt,
.l-main dd,
.l-main input,
.l-main textarea,
.l-main select,
.l-main address {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  word-break: break-all;
  color: #000000;
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 0.5s;
}
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
.l-main .mv__image--down, .l-main .mv__image {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-main .mv__image--down, .l-main .mv__image {
    box-shadow: 4px 3px 0 0 #ffe000;
  }
}
@media screen and (max-width: 767px) {
  .l-main .mv__image--down, .l-main .mv__image {
    box-shadow: 0.5333333333vw 0.4vw 0 0 #ffe000;
  }
}

/* mv:start */
.l-main .mv__head {
  background-color: #1100c7;
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .l-main .mv__container {
    max-width: 100%;
  }
}
.l-main .mv__contents {
  position: relative;
}
.l-main .mv__main {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.l-main .mv__images {
  position: absolute;
  z-index: 1;
  top: 1.7094017094%;
  left: 50%;
  transform: translateX(-50%);
  width: 94.0170940171%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-main .mv__images {
    width: 78.6666666667vw;
    top: 2vw;
  }
}
.l-main .mv__images li {
  width: 23.6363636364%;
}
@media screen and (max-width: 767px) {
  .l-main .mv__images li {
    margin-bottom: 8vw;
    width: 47.4576271186%;
  }
}
@media screen and (min-width: 768px) {
  .l-main .mv__image--down {
    margin-top: 38.4615384615%;
  }
}
.l-main .mv__cautions {
  width: 92.3076923077%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.2820512821%;
  padding-bottom: 1.2820512821%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-main .mv__cautions {
    width: 94.6666666667vw;
    padding-top: 4vw;
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main .mv__cautions li {
    display: inline;
    font-size: 10px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .mv__cautions li {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .l-main .mv__caution--asta {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
@media screen and (max-width: 767px) {
  .l-main .mv__caution--circle {
    margin-top: 0.5em;
  }
}

.mv {
  opacity: 0;
  transition: opacity 1s;
}
.mv.jsFvAnime {
  opacity: 1;
}
.mv__main, .mv__comic--01, .mv__comic--02, .mv__comic--03, .mv__comic--04, .mv__cautions {
  opacity: 0;
}

.jsFvAnime .mv__comic--01 {
  animation: fade-in 0.5s ease-in-out both;
  animation-delay: 0s;
}
.jsFvAnime .mv__comic--02 {
  animation: fade-in 0.5s ease-in-out both;
  animation-delay: 0.3s;
}
.jsFvAnime .mv__comic--03 {
  animation: fade-in 0.5s ease-in-out both;
  animation-delay: 0.6s;
}
.jsFvAnime .mv__comic--04 {
  animation: fade-in 0.5s ease-in-out both;
  animation-delay: 0.9s;
}
.jsFvAnime .mv__main {
  animation: fade-in 0.4s ease-in-out both;
  animation-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .jsFvAnime .mv__main {
    animation: fade-in 0.4s ease-in-out both;
    animation-delay: 1.4s;
  }
}
@media screen and (max-width: 767px) {
  .jsFvAnime .mv__main-02 {
    animation: fade-in 0.4s ease-in-out both;
    animation-delay: 1.7s;
  }
}
.jsFvAnime .mv__cautions {
  animation: fade-in 0.6s ease-in-out both;
  animation-delay: 2.4s;
}

/**
 * ----------------------------------------
 * fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * scale-in
 * ----------------------------------------
 */
@keyframes scale-in {
  0% {
    transform: scale(0.5);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/* mv:end */
/* lead:start */
.l-main .lead__bg {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/lead_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-main .lead__bg {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/lead_bg.jpg);
  }
}
@media screen and (max-width: 767px) {
  .l-main .lead__container {
    max-width: 100%;
  }
}

/* lead:end */
.l-main .comic__item--04, .l-main .comic__item--02, .l-main .comic__item--03, .l-main .comic__item--01 {
  position: relative;
  padding-bottom: 2.7777777778%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--04, .l-main .comic__item--02, .l-main .comic__item--03, .l-main .comic__item--01 {
    padding-bottom: 12vw;
  }
}
.l-main .comic__item--04::before, .l-main .comic__item--02::before, .l-main .comic__item--03::before, .l-main .comic__item--01::before {
  display: block;
  position: absolute;
  z-index: 2;
  width: 88.8888888889%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--04::before, .l-main .comic__item--02::before, .l-main .comic__item--03::before, .l-main .comic__item--01::before {
    display: none;
  }
}
.l-main .comic__item--04::after, .l-main .comic__item--02::after, .l-main .comic__item--03::after, .l-main .comic__item--01::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc(38.8888888889% + 50vw);
  height: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--04::after, .l-main .comic__item--02::after, .l-main .comic__item--03::after, .l-main .comic__item--01::after {
    width: 88vw;
    background-size: 100% auto;
  }
}
.l-main .comic__item--04 > *, .l-main .comic__item--02 > *, .l-main .comic__item--03 > *, .l-main .comic__item--01 > * {
  position: relative;
  z-index: 2;
}

.l-main .comic__item--03::before, .l-main .comic__item--01::before {
  left: 50%;
}
.l-main .comic__item--03::after, .l-main .comic__item--01::after {
  left: 11.1111111111%;
  background-position: right top;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--03::after, .l-main .comic__item--01::after {
    left: 6.6666666667vw;
    border-top-left-radius: 10.6666666667vw;
    border-bottom-left-radius: 10.6666666667vw;
  }
}

.l-main .comic__item--04::before, .l-main .comic__item--02::before {
  right: 50%;
}
.l-main .comic__item--04::after, .l-main .comic__item--02::after {
  right: 11.1111111111%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--04::after, .l-main .comic__item--02::after {
    right: 6.6666666667vw;
    border-top-right-radius: 10.6666666667vw;
    border-bottom-right-radius: 10.6666666667vw;
  }
}

.l-main .comic__swiper--04, .l-main .comic__swiper--02, .l-main .comic__swiper--03, .l-main .comic__swiper--01 {
  position: relative;
  background-color: #fff;
  width: 75.7575757576%;
  border: 2px solid #000000;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-main .comic__swiper--04, .l-main .comic__swiper--02, .l-main .comic__swiper--03, .l-main .comic__swiper--01 {
    margin-top: 34.6666666667vw;
    width: 100%;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.l-main .comic__swiper--04::after, .l-main .comic__swiper--02::after, .l-main .comic__swiper--03::after, .l-main .comic__swiper--01::after {
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}

.l-main .comic__swiper--03::after, .l-main .comic__swiper--01::after {
  top: -45px;
  left: 92%;
  width: 15.3333333333%;
  height: 115px;
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_icon_story-right.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic__swiper--03::after, .l-main .comic__swiper--01::after {
    top: -22.6666666667vw;
    left: 66.6666666667vw;
    width: 25.0666666667vw;
    height: 28vw;
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_icon_story.png);
  }
}

.l-main .comic__swiper--04::after, .l-main .comic__swiper--02::after {
  bottom: -60px;
  right: 88%;
  width: 16%;
  height: 120px;
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_icon_story-left.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic__swiper--04::after, .l-main .comic__swiper--02::after {
    top: -22.6666666667vw;
    right: 66.6666666667vw;
    width: 25.0666666667vw;
    height: 28vw;
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_icon_story.png);
  }
}

/* comic:start */
.l-main .comic__contents {
  padding-top: 7.4074074074%;
  padding-bottom: 9.2592592593%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__contents {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main .comic__title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.l-main .comic__list {
  margin-top: 1.8518518519%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__list {
    margin-top: -2.6666666667vw;
  }
}
.l-main .comic__list li {
  padding-top: 5.5555555556%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__list li {
    margin-top: 4vw;
    padding-top: 21.3333333333vw;
  }
}
.l-main .comic__item--01::before {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_01.png);
}
.l-main .comic__item--01::after {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_line_01.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--01::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_01.png), url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_line_01.png);
  }
}
.l-main .comic__item--02::before {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_02.png);
}
.l-main .comic__item--02::after {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_line_02.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--02::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_02.png), url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_line_02.png);
  }
}
.l-main .comic__item--03::before {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_03.png);
}
.l-main .comic__item--03::after {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_line_03.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--03::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_03.png), url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_line_03.png);
  }
}
.l-main .comic__item--04::before {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_04.png);
}
.l-main .comic__item--04::after {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_bg_line_04.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic__item--04::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_04.png), url(/products/brand/probio/kenshin-blue/images/sp/comic_bg_line_04.png);
  }
}
.l-main .comic__name {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__name {
    position: absolute;
    top: -16.6666666667vw;
    left: 0;
    width: 100%;
  }
}
.l-main .comic__content {
  padding-left: 2.3148148148%;
  padding-right: 6.0185185185%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-main .comic__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 17.3333333333vw;
    flex-direction: column;
  }
}
.l-main .comic__info {
  position: relative;
  width: 24.2424242424%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__info {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-main .comic__img {
  border: 2px solid #000000;
  width: 81.6666666667%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-main .comic__img {
    width: 100%;
    border-width: 0.5333333333vw;
  }
}
.l-main .comic__copyright {
  position: absolute;
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-main .comic__copyright {
    top: 100%;
    left: 0;
  }
  .l-main .comic__copyright.textBorder {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
}
@media screen and (max-width: 1120px) {
  .l-main .comic__copyright {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main .comic__copyright {
    width: 5.3333333333vw;
    bottom: 0;
    left: 100%;
    height: 100%;
    font-size: 3.7333333333vw;
    writing-mode: vertical-rl;
    text-align: right;
  }
}
.l-main .comic__twitter {
  position: absolute;
  top: 114.2857142857%;
  left: 0;
  width: 58.3333333333%;
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(34, 11, 4, 0.25);
}
@media screen and (max-width: 767px) {
  .l-main .comic__twitter {
    top: 88vw;
    left: 50%;
    transform: translateX(-50%);
    width: 42.6666666667vw;
  }
}
.l-main .comic .swiper-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-main .comic .swiper-container {
  position: relative;
  z-index: 1;
  width: 86.1333333333%;
}
@media screen and (max-width: 767px) {
  .l-main .comic .swiper-container {
    width: 69.3333333333vw;
  }
}
.l-main .comic .swiper-button-prev,
.l-main .comic .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 6.9333333333%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .comic .swiper-button-prev,
  .l-main .comic .swiper-button-next {
    width: 9.3333333333vw;
  }
}
.l-main .comic .swiper-button-prev::after,
.l-main .comic .swiper-button-next::after {
  content: "";
  width: 76.9230769231%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-main .comic .swiper-button-prev::after,
  .l-main .comic .swiper-button-next::after {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.l-main .comic .swiper-button-prev.swiper-button-disabled,
.l-main .comic .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.l-main .comic .swiper-button-prev {
  left: 0;
}
.l-main .comic .swiper-button-prev::after {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_icon_left.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic .swiper-button-prev::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_icon_left.png);
  }
}
.l-main .comic .swiper-button-next {
  right: 0;
}
.l-main .comic .swiper-button-next::after {
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/comic_icon_right.png);
}
@media screen and (max-width: 767px) {
  .l-main .comic .swiper-button-next::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/comic_icon_right.png);
  }
}
.l-main .comic__link {
  margin-top: 1.8518518519%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-main .comic__link {
    margin-top: 5.3333333333vw;
  }
}
.l-main .comic__btn {
  display: block;
  margin-left: auto;
  width: 22.2222222222%;
}
@media screen and (max-width: 767px) {
  .l-main .comic__btn {
    width: 84vw;
    margin-right: auto;
  }
}

/* comic:end */
.l-main .info__product-name--taisaku, .l-main .info__product-name--pa3 {
  align-items: flex-start;
  width: 92.8571428571%;
  height: 80px;
  padding-left: 7.1428571429%;
  border-radius: 20px;
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-main .info__product-name--taisaku, .l-main .info__product-name--pa3 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1210px) {
  .l-main .info__product-name--taisaku, .l-main .info__product-name--pa3 {
    height: 6.6115702479vw;
    border-radius: 1.652892562vw;
    font-size: 1.9834710744vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main .info__product-name--taisaku, .l-main .info__product-name--pa3 {
    align-items: center;
    margin-left: -2.6666666667vw;
    padding-left: 0;
    width: 94.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
}

/* info:start */
.l-main .info__container {
  position: relative;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  .l-main .info__container {
    max-width: 89.3333333333vw;
  }
}
.l-main .info__container::after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 96.694214876%;
  height: 100%;
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/info_bg_line.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-main .info__container::after {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/info_bg_line.png);
  }
}
.l-main .info__title {
  margin-top: 6.8376068376%;
}
@media screen and (max-width: 767px) {
  .l-main .info__title {
    margin-top: 13.3333333333vw;
  }
}
.l-main .info__lead {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-main .info__lead {
    flex-direction: column;
  }
}
.l-main .info__lead-illust {
  width: 64.2735042735%;
}
@media screen and (max-width: 767px) {
  .l-main .info__lead-illust {
    width: 100%;
  }
}
.l-main .info__lead-text {
  width: 35.7264957265%;
}
@media screen and (max-width: 767px) {
  .l-main .info__lead-text {
    width: 100%;
  }
}
.l-main .info__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .l-main .info__products {
    position: relative;
  }
  .l-main .info__products::before, .l-main .info__products::after {
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    content: "";
  }
  .l-main .info__products::before {
    right: 87.5213675214%;
    top: -50.8474576271%;
    width: 14.5299145299%;
    height: 218px;
    background-image: url(/products/brand/probio/kenshin-blue/images/pc/info_bg_left.png);
  }
  .l-main .info__products::after {
    left: 81.1965811966%;
    top: -54.7457627119%;
    width: 28.3760683761%;
    height: 380px;
    background-image: url(/products/brand/probio/kenshin-blue/images/pc/info_bg_right.png);
  }
}
@media screen and (max-width: 767px) {
  .l-main .info__products {
    flex-direction: column;
    padding-top: 9.3333333333vw;
  }
}
.l-main .info__product {
  width: 47.8632478632%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .info__product {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-main .info__product-name--pa3 {
  background-color: #00c0f5;
  color: #ffffff;
}
.l-main .info__product-name--taisaku {
  background-color: #fcf5e7;
  color: #2210e2;
}
.l-main .info__btns {
  margin-top: 13.3928571429%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-main .info__btns {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-main .info__btn--detail {
  width: 42.8571428571%;
}
@media screen and (max-width: 767px) {
  .l-main .info__btn--detail {
    width: 84vw;
  }
}
.l-main .info__btn--twitter {
  position: relative;
  width: 55.3571428571%;
}
@media screen and (max-width: 767px) {
  .l-main .info__btn--twitter {
    margin-top: 14vw;
    width: 84vw;
  }
}
.l-main .info__twitter-note {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 69.0322580645%;
}
@media screen and (max-width: 767px) {
  .l-main .info__twitter-note {
    bottom: 14.6666666667vw;
    width: 46.4vw;
  }
}
.l-main .info__caution {
  margin-top: 5.9829059829%;
  padding-left: 3.8461538462%;
  padding-right: 3.8461538462%;
  padding-top: 1.2820512821%;
  padding-bottom: 1.2820512821%;
  border-image-source: linear-gradient(#ffffff, #ffffff);
  border-image-slice: 0 fill;
  border-image-outset: 0 50vw 0 50vw;
}
@media screen and (max-width: 767px) {
  .l-main .info__caution {
    margin-top: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
    width: 94.6666666667vw;
  }
}
.l-main .info__caution-list li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1.75em;
  text-indent: -1.75em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .l-main .info__caution-list li {
    font-size: 4vw;
    line-height: 1.4666666667;
  }
}
.l-main .info__caution-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .l-main .info__caution-text {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
    line-height: 1.4666666667;
  }
}

/* info:end */
/* modal:start */
.l-main .modal__container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-main .modal__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.l-main .modal__contents {
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 100vh;
  max-height: 790px;
}
@media screen and (max-width: 767px) {
  .l-main .modal__contents {
    max-width: 100%;
    max-height: 165.3333333333vw;
  }
}
.l-main .modal__header {
  margin-top: 2.34375%;
  margin-bottom: 1.5625%;
  width: 73.4375%;
  max-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-main .modal__header {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    width: 94.6666666667vw;
    max-height: 10.6666666667vw;
  }
}
.l-main .modal__name {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-main .modal__name {
    font-size: 4.2666666667vw;
  }
}
.l-main .modal__close {
  width: 8.5106382979%;
}
@media screen and (max-width: 767px) {
  .l-main .modal__close {
    width: 8.9333333333vw;
  }
}
.l-main .modal__swiper {
  width: 100%;
  flex: 1;
  overflow: hidden;
  pointer-events: auto;
}
.l-main .modal .swiper-outer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.l-main .modal .swiper-container {
  width: 73.4375%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-container {
    width: 94.6666666667vw;
  }
}
.l-main .modal .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-main .modal .swiper-button-prev,
.l-main .modal .swiper-button-next {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 31.25%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-button-prev,
  .l-main .modal .swiper-button-next {
    width: 26.6666666667vw;
  }
}
.l-main .modal .swiper-button-prev::after,
.l-main .modal .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0px 6px 10px 5px rgba(35, 24, 21, 0.46);
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-button-prev::after,
  .l-main .modal .swiper-button-next::after {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    box-shadow: 0px 0.8vw 1.3333333333vw 0.6666666667vw rgba(35, 24, 21, 0.46);
  }
}
.l-main .modal .swiper-button-prev.swiper-button-disabled,
.l-main .modal .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.l-main .modal .swiper-button-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-button-prev {
    left: 1.3333333333vw;
  }
}
.l-main .modal .swiper-button-prev::after {
  left: 0;
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/modal_btn_left.png);
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-button-prev::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/modal_btn_left.png);
  }
}
.l-main .modal .swiper-button-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-button-next {
    right: 1.3333333333vw;
  }
}
.l-main .modal .swiper-button-next::after {
  right: 0;
  background-image: url(/products/brand/probio/kenshin-blue/images/pc/modal_btn_right.png);
}
@media screen and (max-width: 767px) {
  .l-main .modal .swiper-button-next::after {
    background-image: url(/products/brand/probio/kenshin-blue/images/sp/modal_btn_right.png);
  }
}
.l-main .modal__footer {
  padding-top: 10px;
  padding-bottom: 15px;
  width: 73.4375%;
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  transition: opacity 0.5s;
  transition-delay: 1s;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-main .modal__footer {
    padding-top: 4vw;
    padding-bottom: 0;
    width: 94.6666666667vw;
    height: 18.6666666667vw;
  }
}
.l-main .modal__footer.jsHide {
  opacity: 0;
  transition-delay: 0s;
  pointer-events: none;
}
.l-main .modal__link--product {
  width: 48.9361702128%;
}
@media screen and (max-width: 767px) {
  .l-main .modal__link--product {
    width: 49.3333333333vw;
  }
}
.l-main .modal__link--others {
  width: 42.5531914894%;
}
@media screen and (max-width: 767px) {
  .l-main .modal__link--others {
    width: 40vw;
  }
}

.modal-enter-active {
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  transition: opacity 0.5s;
}
.modal-leave-to {
  opacity: 0;
}

/* modal:end */