/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.library {
  position: relative;
  color: #333333;
}

.library #wrap {
  overflow: hidden;
}

.library .intro {
  margin: 54px auto 116px;
  position: relative;
}

@media (max-width: 767px) {
  .library .intro {
    margin-bottom: 62px;
  }
}

.library .intro .img-loop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: loop-text 40s linear infinite;
  width: max-content;
}

.library .intro .img-loop__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.library .intro .img-loop__item img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 30px;
  width: 2670px;
  height: 510px;
}

@media (max-width: 767px) {
  .library .intro .img-loop__item img {
    width: 1500px;
    height: 284px;
    margin-right: 15px;
  }
}

.library .intro__bg {
  position: absolute;
  left: -6px;
  top: 58%;
  width: 101%;
  z-index: -1;
}

@media (max-width: 767px) {
  .library .intro__bg {
    width: 80.8vw;
    right: 0;
    left: auto;
    top: 31%;
  }
}

.library .intro__cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  max-width: 726px;
  margin: 110px auto 0;
  padding: 0 18px;
}

@media (max-width: 767px) {
  .library .intro__cont {
    margin: 61px auto 0;
    padding: 0 15px;
    justify-content: space-between;
    min-height: 160px;
  }
}

.library .intro__cont .txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.23529em;
  letter-spacing: 0.04em;
  font-weight: 400;
  max-width: 785px;
}

@media only screen and (max-width: 960px) {
  .library .intro__cont .txt {
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .library .intro__cont .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.13333em;
    max-width: 88%;
  }
}

.library .intro__cont .img {
  width: 8px;
  margin: 8px 102px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .library .intro__cont .img {
    margin: 5px 0 0 4px;
  }
}

.library .intro__cont .img::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 8px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/library/ico_arw_long.svg") right no-repeat;
  top: 142px;
  left: 50%;
  transform: translateX(-38%) rotate(90deg);
}

.library .intro__cont .img img {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .library .wrap-box {
    padding-bottom: 30px;
  }
}

.library .section .thumb {
  padding-right: 83px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .library .section .thumb {
    padding-right: 6.91667vw;
  }
}

@media (max-width: 767px) {
  .library .section .thumb {
    padding-right: 0;
  }
}

.library .section .thumb__img {
  position: relative;
}

.library .section .thumb__img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.9375%;
}

.library .section .thumb__img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .library .section .thumb__img {
    position: relative;
  }
  .library .section .thumb__img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 60.8%;
  }
  .library .section .thumb__img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.library .section .thumb__ttl {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 2px;
  top: -44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .library .section .thumb__ttl {
    writing-mode: horizontal-tb;
    text-orientation: inherit;
    top: auto !important;
    bottom: -66px;
    left: 50% !important;
    transform: translateX(-50%);
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}

.library .section .thumb__en {
  font-size: 154px;
  font-size: 15.4rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #00469d;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .library .section .thumb__en {
    font-size: 12.83333vw;
  }
}

@media (max-width: 767px) {
  .library .section .thumb__en {
    font-size: 60px !important;
    width: 100%;
  }
}

.library .section .thumb__ja {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469d;
  padding: 20px 36px 0 0;
}

@media only screen and (max-width: 1200px) {
  .library .section .thumb__ja {
    font-size: 2.33333vw;
  }
}

@media (max-width: 767px) {
  .library .section .thumb__ja {
    width: 100%;
    padding: 6px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.library .section .thumb__ja span {
  display: inline-block;
  margin: -2px 0px -2px 0;
  position: relative;
  left: -4px;
}

@media (max-width: 767px) {
  .library .section .thumb__ja span {
    left: 0;
    margin: 0;
  }
}

.library .section .gall {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 82px 162px 20px;
}

@media only screen and (max-width: 1200px) {
  .library .section .gall {
    padding: 20px 20px 196px;
  }
}

@media (max-width: 767px) {
  .library .section .gall {
    padding: 90px 13px 98px;
    flex-wrap: wrap;
  }
}

.library .section .gall__ttl {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.18519em;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #00469d;
  text-align: center;
  padding-bottom: 95px;
  position: relative;
  margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .library .section .gall__ttl {
    font-size: 4.5vw;
  }
}

@media (max-width: 767px) {
  .library .section .gall__ttl {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 48px;
  }
}

.library .section .gall__ttl::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 7px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/library/ico_arw_long.svg") right no-repeat;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .library .section .gall__ttl::after {
    width: 0.5px;
    height: 16px;
    background: #00469d;
    bottom: 20px;
    left: 49.5%;
  }
}

.library .section .gall__view {
  position: relative;
  width: 630px;
  height: 574px;
  z-index: 1;
}

@media only screen and (max-width: 1100px) {
  .library .section .gall__view {
    width: 57.27273vw;
    height: 52.18182vw;
  }
}

@media (max-width: 767px) {
  .library .section .gall__view {
    width: 100%;
    height: 100.26667vw;
  }
}

.library .section .gall__btn {
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  z-index: 999;
  top: 61.5%;
  right: -8px;
  transition: 0.3s all ease;
  cursor: pointer;
}

@media (max-width: 767px) {
  .library .section .gall__btn {
    width: 60px;
    height: 60px;
    top: -34px;
    right: -14px;
  }
}

@media only screen and (min-width: 1025px) {
  .library .section .gall__btn:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}

.library .section .gall__item {
  background: #fff;
  padding: 27px 24px 42px;
  border: 1px solid #b6cae2;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}

@media (max-width: 767px) {
  .library .section .gall__item {
    padding: 13px 12px 24px;
  }
}

.library .section .gall__item__img {
  position: relative;
}

.library .section .gall__item__img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.89655%;
}

.library .section .gall__item__img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .library .section .gall__item__img {
    position: relative;
  }
  .library .section .gall__item__img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 66.43357%;
  }
  .library .section .gall__item__img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.library .section .gall__item__ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469d;
  margin: 20px 0 5px;
}

@media (max-width: 767px) {
  .library .section .gall__item__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    margin: 8px 0 8px;
  }
}

.library .section .gall__item__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #333;
}

@media (max-width: 767px) {
  .library .section .gall__item__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
  }
}

.library .section--02 .thumb {
  padding-right: 0;
  padding-left: 83px;
}

@media only screen and (max-width: 1200px) {
  .library .section--02 .thumb {
    padding-left: 6.91667vw;
  }
}

@media (max-width: 767px) {
  .library .section--02 .thumb {
    padding-left: 0px;
  }
}

.library .section--02 .thumb__ttl {
  right: auto;
  left: 20px;
  top: -30px;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .library .section--02 .thumb__ttl {
    bottom: -70px;
  }
}

.library .section--02 .thumb__en {
  font-size: 114px;
  font-size: 11.4rem;
}

@media only screen and (max-width: 1350px) {
  .library .section--02 .thumb__en {
    font-size: 7.7037vw;
  }
}

@media only screen and (max-width: 1024px) {
  .library .section--02 .thumb__en {
    font-size: 7.22656vw;
  }
}

.library .section--02 .thumb__ja {
  padding: 34px 0 0 8px;
  letter-spacing: 0.3em;
}

@media (max-width: 767px) {
  .library .section--02 .thumb__ja {
    padding: 12px 0 0 0;
    letter-spacing: 0.04em;
  }
}

.library .section--02 .gall {
  flex-direction: row-reverse;
  padding: 12px 87px 196px 46px;
}

@media only screen and (max-width: 1200px) {
  .library .section--02 .gall {
    padding: 20px 20px 196px;
  }
}

@media (max-width: 767px) {
  .library .section--02 .gall {
    padding: 92px 13px 96px;
  }
}

.library .section--02 .gall__ttl {
  margin-right: 0;
  margin-left: 20px;
}

.library .section--02 .gall__ttl::after {
  transform: translateX(-50%) scale(-1, 1);
}

.library .section--03 .thumb__ttl {
  right: 20px;
  top: -42px;
}

@media (max-width: 767px) {
  .library .section--03 .thumb__ttl {
    right: 0;
    bottom: -72px;
  }
}

.library .section--03 .thumb__en {
  font-size: 110px;
  font-size: 11rem;
}

@media only screen and (max-width: 1350px) {
  .library .section--03 .thumb__en {
    font-size: 8.14815vw;
  }
}

@media (max-width: 767px) {
  .library .section--03 .thumb__en {
    font-size: 58px !important;
  }
}

.library .section--03 .thumb__ja {
  padding: 35px 18px 0 0;
  letter-spacing: 0.3em;
}

@media (max-width: 767px) {
  .library .section--03 .thumb__ja {
    padding: 12px 0px 0;
    letter-spacing: 0.04em;
  }
}

.library .section--03 .gall {
  padding: 12px 82px 64px 20px;
}

@media only screen and (max-width: 1200px) {
  .library .section--03 .gall {
    padding: 20px 20px 172px;
  }
}

@media only screen and (max-width: 920px) {
  .library .section--03 .gall {
    padding: 20px 20px 272px;
  }
}

@media (max-width: 767px) {
  .library .section--03 .gall {
    padding: 96px 13px 10px;
  }
}

/*# sourceMappingURL=maps/library.min.css.map */