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

img {
  width: 100%;
}

svg {
  overflow: hidden;
}

.wrapper {
  background-color: #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;
  }
}

.history {
  line-height: 1.6;
}

.history__lead__img {
  width: 22.52631578947368%;
}

@media (max-width: 768px) {
  .history__lead__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .history__lead__img__item {
    max-width: 214px;
  }
}

.history__lead__textbox {
  width: 73.68421052631579%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.history__title {
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .history__title {
    margin-top: 50px;
  }
}

.history__title__img {
  max-width: 83px;
  margin-left: auto;
  margin-right: auto;
}

.history__title__text {
  font-size: 24px;
}

.history__chronology {
  max-width: 800px;
  background-color: #FFEDED;
  background: linear-gradient(to right, #ffffff 0%, #FFEDED 10%, #FFEDED 90%, #ffffff 100%);
  background-size: 100%;
  background-position: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
}

@media (max-width: 768px) {
  .history__chronology {
    background: #FFEDED;
  }
}

.history__chronology::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #da1770;
  border-radius: 100px;
}

.history__chronology.is-slideFirst {
  background-size: 120%;
  background-position: right center;
}

@media (max-width: 768px) {
  .history__chronology.is-slideFirst {
    background: #FFEDED;
  }
}

.history__chronology.is-slideLast {
  background-size: 120%;
  background-position: left center;
}

@media (max-width: 768px) {
  .history__chronology.is-slideLast {
    background: #FFEDED;
  }
}

@media (max-width: 768px) {
  .history__chronology {
    max-width: inherit;
    width: calc(160px * 20);
  }
}

.history__chronology__wrap {
  padding: 55px 0 0;
  position: relative;
}

.history__chronology__wrap::after {
  content: "";
  display: none;
  width: 80px;
  height: 80px;
  background: no-repeat url(../img/icon-finger.png);
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .history__chronology__wrap {
    overflow-x: auto;
  }
  .history__chronology__wrap::after {
    display: block;
  }
  .history__chronology__wrap.is-finger-hidden::after {
    -webkit-animation: fadeOut 0.5s ease forwards;
    animation: fadeOut 0.5s ease forwards;
  }
}

.history__chronology__inner {
  margin-top: -48px;
}

@media (max-width: 768px) {
  .history__chronology__inner {
    display: flex;
  }
}

.history__chronology__block {
  max-width: 120px;
  width: 100%;
  list-style: none;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 33px;
}

.history__chronology__block:nth-child(n + 2) {
  padding-top: 28px;
}

.history__chronology__block.is-start {
  padding-top: 0;
}

.history__chronology__start {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #da1770;
  font-weight: 900;
}

.history__chronology__year {
  max-width: 80px;
  width: 100%;
  background-color: #da1770;
  border-radius: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 4px;
  position: relative;
}

.history__chronology__year__text {
  display: inline-block;
  color: #ffffff;
  font-weight: 900;
}

.history__chronology__article {
  display: block;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 7px;
  position: relative;
}

.history__chronology__article * {
  pointer-events: none;
}

.history__chronology__article + .history__chronology__article {
  margin-top: 15px;
}

.history__chronology__article[data-modal] {
  cursor: pointer;
}

.history__chronology__article[data-modal]::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-plus.svg);
  background-repeat: no-repeat;
  border-radius: 10px;
  position: absolute;
  bottom: -8px;
  right: -11px;
  transition: all 0.5s ease 0s;
}

.history__chronology__article[data-modal]:hover::after {
  -webkit-animation: plusHover 1.0s ease infinite;
  animation: plusHover 1.0s ease infinite;
}

.history__chronology__article[href] {
  text-decoration: none;
  color: #000;
}

.history__chronology__article[href]::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: 7px 4px url(../img/icon-arrow.svg), #da1770;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: absolute;
  bottom: -8px;
  right: -11px;
  transition: all 0.5s ease 0s;
}

.history__chronology__article[href]:hover::after {
  -webkit-animation: arrowHover 1.0s ease infinite;
  animation: arrowHover 1.0s ease infinite;
}

.history__chronology__article__wrap {
  margin-top: 15px;
}

.history__chronology__article__img {
  margin-bottom: 8px;
  text-align: center;
}

.history__chronology__article__textbox {
  font-size: 12px;
}

.history__chronology__slide__next, .history__chronology__slide__prev {
  width: 16px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9.375%;
  margin: auto;
  cursor: pointer;
}

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

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

.history__modal__title {
  font-size: 24px;
  color: #da1770;
  margin-bottom: 20px;
}

.history__modal__table {
  width: 100%;
}

.history__modal__table__wrap * {
  box-sizing: border-box;
}

.history__modal__table__tr:nth-child(odd) {
  background-color: #F7F7F7;
}

.history__modal__table__th {
  padding: 22px;
  width: 77px;
}

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

.history__modal__table__td {
  padding: 22px 22px 22px 0;
}

@media (max-width: 768px) {
  .history__modal__table__td {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 10px 10px 0;
  }
}

.m-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(251, 236, 247, 0.95);
  padding: 15px 30px;
  z-index: 1002;
  box-sizing: border-box;
  display: none;
}

.m-modal.is-active {
  display: flex;
  -webkit-animation: modalOpen 0.35s ease forwards;
  animation: modalOpen 0.35s ease forwards;
}

.m-modal__wrap {
  max-width: 1100px;
  max-height: 80vh;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 50px 75px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .m-modal__wrap {
    padding: 30px 15px;
  }
}

.m-modal__inner {
  overflow-y: auto;
  max-height: calc(80vh - 100px);
}

@media (max-width: 768px) {
  .m-modal__inner {
    max-height: calc(80vh - 60px);
  }
}

.m-modal__close {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: #FF90BD;
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .m-modal__close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }
}

.m-modal__close::before, .m-modal__close::after {
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .m-modal__close::before, .m-modal__close::after {
    height: 15px;
  }
}

.m-modal__close::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes arrowHover {
  0% {
    transform: translateX(0px) scale(1.5);
  }
  35% {
    transform: translateX(-5px) scale(1.5);
  }
  50% {
    transform: translateX(0px) scale(1.5);
  }
  65% {
    transform: translateX(-5px) scale(1.5);
  }
  100% {
    transform: translateX(0px) scale(1.5);
  }
}

@keyframes arrowHover {
  0% {
    transform: translateX(0px) scale(1.5);
  }
  35% {
    transform: translateX(-5px) scale(1.5);
  }
  50% {
    transform: translateX(0px) scale(1.5);
  }
  65% {
    transform: translateX(-5px) scale(1.5);
  }
  100% {
    transform: translateX(0px) scale(1.5);
  }
}

@-webkit-keyframes plusHover {
  0% {
    transform: scale(1.4);
  }
  35% {
    transform: scale(1.7);
  }
  50% {
    transform: scale(1.5);
  }
  65% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1.4);
  }
}

@keyframes plusHover {
  0% {
    transform: scale(1.4);
  }
  35% {
    transform: scale(1.7);
  }
  50% {
    transform: scale(1.5);
  }
  65% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1.4);
  }
}

@-webkit-keyframes modalOpen {
  0% {
    display: none;
    opacity: 0;
    border-radius: 100vw;
    transform: scaleX(0);
  }
  1% {
    display: flex;
    opacity: 0;
    border-radius: 100vw;
    transform: scaleX(0);
  }
  100% {
    display: flex;
    opacity: 1;
    border-radius: 0;
    transform: scaleX(1);
  }
}

@keyframes modalOpen {
  0% {
    display: none;
    opacity: 0;
    border-radius: 100vw;
    transform: scaleX(0);
  }
  1% {
    display: flex;
    opacity: 0;
    border-radius: 100vw;
    transform: scaleX(0);
  }
  100% {
    display: flex;
    opacity: 1;
    border-radius: 0;
    transform: scaleX(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */
