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

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

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

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

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

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

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "<";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir="rtl"] .slick-next:before {
  content: "<";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

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

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* 後で共通CSSに移したい --ここから */
.l-content__main.profile {
  display: none;
}

.l-tab-col2 {
  margin-top: 55px;
  text-align: center;
}

@media (max-width: 768px) {
  .l-tab-col2 {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.l-tab-col2 .m-tab {
  margin-top: 55px;
  text-align: center;
}

.l-tab-col2 .m-tab__item {
  display: inline-block;
  max-width: 545px;
  box-sizing: border-box;
  width: calc((100% - 75px) / 2);
  background-color: white;
  height: 65px;
  vertical-align: middle;
  position: relative;
  border-radius: 20px 20px 0 0;
  border: 5px solid #da1770;
}

.l-tab-col2 .m-tab__item.is-current {
  border: 5px solid #fff;
}

.l-tab-col2 .m-tab__item.is-current:hover {
  opacity: 1;
}

.l-tab-col2 .m-tab__item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #da1770;
  font-weight: bold;
  font-size: 16px;
  width: 95%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-tab-col2 .m-tab__item__text:hover {
  color: white;
  background-color: #da1770;
  border-radius: 20px;
}

.l-tab-col2 .m-tab__item__text.is-current {
  width: 98%;
  height: 90%;
  color: white;
  background-color: #da1770;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-tab-col2 .m-tab__item + .m-tab__item {
  margin-left: 12px;
}

.l-tab-col2 .m-tab__item + .m-tab__item.is-current-right {
  margin-right: 12px;
}

.l-tab-col2 .m-tab__item:first-child {
  margin-left: 6px;
}

@media (max-width: 768px) {
  .l-tab-col2 .m-tab__item {
    width: 260px;
  }
}

.l-content__main {
  background-color: #fff;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 35px 75px 50px 75px;
}

@media (max-width: 768px) {
  .l-content__main {
    padding: 0px 0px 20px 0px;
  }
}

.l-content__main__withtab {
  border-radius: 0 0 20px 20px;
}

.content {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .content {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
}

.wrapper {
  background-color: #da1770;
}

.wrapper.is-chara {
  background: right -132px top -263px/778px no-repeat url(../../../assets/img/common/bg_img_momo01.png), #da1770;
}

@media (max-width: 768px) {
  .wrapper.is-chara {
    background: right -100px top -5px/400px no-repeat url(../../../assets/img/common/bg_img_momo01.png), #da1770;
  }
}

.wrapper.is-history {
  background: right -132px top -263px/778px no-repeat url(../../../assets/img/common/bg_img_momo01.png), #da1770;
}

@media (max-width: 768px) {
  .wrapper.is-history {
    background: right -100px top -5px/400px no-repeat url(../../../assets/img/common/bg_img_momo01.png), #da1770;
  }
}

.wrapper.is-about {
  background: right -132px top -263px/778px no-repeat url(../../../assets/img/common/bg_img_momo01.png), #da1770;
}

@media (max-width: 768px) {
  .wrapper.is-about {
    background: right -100px top -5px/400px no-repeat url(../../../assets/img/common/bg_img_momo01.png), #da1770;
  }
}

.content {
  width: calc(100% - 70px);
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .content {
    width: inherit;
  }
}

.l-content__main {
  max-width: 1100px;
  box-sizing: border-box;
}

li {
  list-style: none;
}

.l-float__wrap {
  overflow: hidden;
}

.l-float__left {
  float: left;
}

.l-float__right {
  float: right;
}

.l-inline-block__wrap {
  font-size: 0;
}

.l-inline-block__item {
  display: inline-block;
  vertical-align: middle;
}

.m-text--primary {
  color: #da1770;
}

.m-btn__wrap {
  text-align: center;
}

.m-btn__item {
  max-width: 230px;
  background-color: #da1770;
  position: relative;
}

.m-btn__item::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: 20px;
}

/* 後で共通CSSに移したい --ここまで */
.series {
  line-height: 1.3125;
  padding: 40px 20px;
}

.series__lead {
  margin: 0 auto;
  max-width: 776px;
}

.series__lead__img {
  width: 12.24226804123711%;
}

@media (max-width: 768px) {
  .series__lead__img {
    width: 30%;
  }
}

.series__lead__comment {
  width: calc(82.21649484536082% - 4.075235109717868%);
  padding-left: 4.075235109717868%;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 5.541237113402065%;
}

@media (max-width: 900px) {
  .series__lead__comment {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  .series__lead__comment {
    width: calc(100% - 30% - 5.541237113402065% - 4.075235109717868%);
    font-size: 14px;
  }
}

.series__lead__comment__item {
  text-align: left;
  border: 4px solid #da1770;
  padding: 20px 15px 20px 70px;
  border-radius: 100px;
  position: relative;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .series__lead__comment__item {
    border-radius: 50px;
    padding: 20px 15px 20px 3vw;
  }
}

.series__lead__comment__item::after {
  content: "";
  display: block;
  width: 45px;
  height: 52px;
  background: url(../img/img_chara_lead_comment00.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: -32px;
}

@media (max-width: 900px) {
  .series__lead__comment__item::after {
    top: -20px;
  }
}

@media (max-width: 768px) {
  .series__lead__comment__item::after {
    background: url(../img/img_chara_lead_comment00_sp.svg) no-repeat;
    width: 22px;
    height: 25px;
    top: 7px;
    left: -13px;
  }
}

.series__block {
  max-width: 750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.series__block__img, .series__block__img--v3__main {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.series__block__img--v3 {
  margin-top: 12%;
}

@media (max-width: 768px) {
  .series__block__img--v3 {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.series__block__img--v3__main {
  max-width: 394px;
  position: relative;
}

.series__block__img--v3__label {
  max-width: 131px;
  display: block;
  position: absolute;
  width: 32.9%;
  top: -20%;
  left: -20%;
}

.series__block__title {
  font-size: 24px;
  color: #da1770;
  margin-bottom: 15px;
}

.series__block__textbox {
  margin-top: 25px;
}

.series__block__btn {
  margin-top: 25px;
}

.series__block__text {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .series__block__text {
    text-align: left;
  }
}

.series .u-center {
  margin-left: auto;
  margin-right: auto;
}

.profile__menu {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .profile__menu {
    padding-top: 40px;
  }
}

.profile__menu__item {
  max-width: 120px;
  display: inline-block;
}

.profile__menu__item__icon {
  margin: 0 auto;
  transform: scale(0.75);
  transform-origin: bottom center;
}

@media (max-width: 768px) {
  .profile__menu__item__icon {
    transform: scale(0.5);
  }
}

.profile__menu__item__icon__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.profile__menu__item__text {
  color: #707070;
  margin-top: 10px;
  padding: 10px;
  display: inline-block;
  min-width: 100px;
}

.profile__profile {
  max-width: 880px;
  margin: 25px auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .profile__profile {
    width: 90%;
  }
}

.profile__profile__chara {
  display: inline-block;
  color: #024783;
  text-align: center;
  margin: 0 auto;
}

.profile__profile__chara--momo {
  color: #da1770;
}

@media (min-width: 769px) {
  .profile__profile__chara {
    position: absolute;
    top: 50%;
    left: 135px;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media (max-width: 768px) {
  .profile__profile__chara {
    margin: 50px auto 0 auto;
    display: block;
  }
}

.profile__profile__chara__img {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .profile__profile__chara__img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .profile__profile__chara__img {
    zoom: 0.4;
  }
}

.profile__profile__chara__name__en {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.profile__profile__chara__name__ja {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.profile__profile__item {
  position: relative;
  background-color: #edf3ff;
  border-radius: 20px;
}

.profile__profile__item--momo {
  background-image: url(../img/profile_momo_bg.png);
  background-repeat: no-repeat;
  background-position: 500px 100px;
  background-color: #ffedfb;
}

.profile__profile__item--momo .profile__profile__text__category {
  color: #da1770;
}

@media (max-width: 768px) {
  .profile__profile__item--momo {
    background-image: url(../img/profile_momo_bg_sp.png);
    background-size: 100%;
    background-position: bottom -5vw right -5vw;
  }
}

.profile__profile__item__circle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
}

.profile__profile__item__circle--top-left {
  left: 20px;
  top: 20px;
}

.profile__profile__item__circle--top-rigth {
  right: 20px;
  top: 20px;
}

.profile__profile__item__circle--bottom-rigth {
  right: 20px;
  bottom: 20px;
}

.profile__profile__item__circle--bottom-left {
  left: 20px;
  bottom: 20px;
}

.profile__profile__text {
  display: inline-block;
  width: 560px;
  padding: 5px 25px 25px 25px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  margin: 40px 50px 40px 250px;
  line-height: 2;
}

@media (min-width: 769px) {
  .profile__profile__text {
    float: right;
  }
}

@media (max-width: 768px) {
  .profile__profile__text {
    display: block;
    width: 90%;
    margin: 20px auto 50px auto;
    line-height: 1.5;
    padding: 15px 15px 30px 15px;
  }
}

.profile__profile__text__category {
  width: 190px;
  display: inline-block;
  color: #024783;
  vertical-align: top;
}

@media (max-width: 768px) {
  .profile__profile__text__category {
    display: block;
    width: 100%;
  }
}

.profile__profile__text__content {
  display: inline-block;
  width: 315px;
  max-width: 335px;
}

@media (max-width: 768px) {
  .profile__profile__text__content {
    display: block;
    width: 100%;
  }
}

.profile__profile__text__line {
  border-bottom: 1px dashed #707070;
  padding: 15px 0;
  font-weight: bold;
}

@media (max-width: 768px) {
  .profile__profile__text__line {
    padding: 10px 0;
  }
}

.slider {
  margin: 20px auto;
}

.slider img {
  height: auto;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #da1770;
  font-weight: bold;
}

.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::before,
.slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 !important;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next {
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .slick-next {
    position: absolute;
    right: 30px;
    top: 145px;
  }
}

.slick-next::after {
  width: 12px;
  height: 12px;
  right: 0 !important;
  border-top: 4px solid #da1770;
  border-right: 4px solid #da1770;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.profile__profile .slick-next::after {
  right: -30px !important;
}

.profile__profile .slick-prev::after {
  left: -15px !important;
}

.slick-prev {
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .slick-prev {
    position: absolute;
    left: 33px;
    top: 145px;
    z-index: 1;
  }
}

.slick-prev::after {
  width: 12px;
  height: 12px;
  border-bottom: 4px solid #da1770;
  border-left: 4px solid #da1770;
  transform: rotate(45deg);
}

.slick-center .profile__menu__item__text {
  color: white;
  background-color: #024783;
  /* padding: 10px; */
  border-radius: 20px;
  margin: 10px auto 0 auto;
}

.slick-center .profile__menu__item__text--momo {
  background-color: #da1770;
}

.thumb .slick-slide {
  min-height: 250px;
  position: relative;
}

@media (max-width: 768px) {
  .thumb .slick-slide {
    min-height: 185px;
  }
}

.profile__profile__slide__prev.is-hidden {
  -webkit-animation: fadeOut 0.35s ease forwards;
  animation: fadeOut 0.35s ease forwards;
}

.profile__profile__slide__prev {
  right: inherit;
  left: -111.375%;
  transform: rotate(180deg);
  -webkit-animation: fadeIn 0.35s ease forwards;
  animation: fadeIn 0.35s ease forwards;
}

.profile__profile__slide__next,
.profile__profile__slide__prev {
  width: 16px;
  height: 350px;
  padding: 0px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5.375%;
  margin: 0 auto;
  cursor: pointer;
}

svg {
  overflow: hidden;
}

.m-chara-title {
  color: #da1770;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */
