/* mv
============================================================ */
.mv-section {
  position: relative;
}
.mv-section .mv {
  width: 100%;
  height: 100%;
}
.mv-section .mv .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-section .mv .img-box .img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-section .mv-txt {
  width: 399px;
  position: absolute;
  top: -20px;
  left: 15px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv-section .mv-txt {
    width: 57.3333333333vw;
    z-index: 9500;
    top: 75px;
    position: fixed;
  }
  .scrolled .mv-section .mv-txt, .is-fixed .mv-section .mv-txt {
    opacity: 0 !important;
  }
  .is-fixed .mv-section .mv-txt {
    transition: 0s !important;
  }
}
@media screen and (min-width: 768px) {
  .mv-section .mv-txt {
    top: calc(50% - 110px);
    left: 115px;
    transform: translateY(-50%);
  }
}
.mv-section .mv-txt.appear {
  transition: 0.6s;
  opacity: 1;
}
.mv-section .scroll-guide {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
.mv-section .scroll-guide.appear {
  transition: 0.6s;
  opacity: 1;
}
.mv-section .scroll-guide-txt {
  height: 72px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  position: relative;
}
.mv-section .scroll-guide-txt:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  animation: scroll 3s ease infinite;
}

.mv-slideshow {
  opacity: 0;
  margin: 90px 0 0;
}
@media screen and (min-width: 768px) {
  .mv-slideshow {
    margin: 90px 0 0 240px;
  }
}
.mv-slideshow.appear {
  opacity: 1;
  transition: 2s;
}
.mv-slideshow .slick-list .slick-active,
.mv-slideshow .slick-list .slick-slide:has(+ .slick-active),
.mv-slideshow .slick-list .slick-slide:last-child {
  animation: zoom-out 9s ease-out infinite;
}
.mv-slideshow .slick-list .slick-active + .slick-slide:last-child {
  animation: none;
}
.mv-slideshow img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv-slideshow img {
    max-height: calc(100vh - 90px);
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mv-navi {
  position: absolute;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mv-navi {
    right: 8px;
    left: 8px;
    border-radius: 4px 4px 0 0;
    padding: 12px 10px;
  }
}
@media screen and (min-width: 768px) {
  .mv-navi {
    padding: 32px 24px;
    width: 720px;
    left: 0;
    border-radius: 0 8px 0 0;
  }
}
.mv-navi.appear {
  opacity: 1;
  transition: 2s;
  pointer-events: all;
}
.mv-navi ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
}
@media screen and (min-width: 768px) {
  .mv-navi ul {
    grid-gap: 8px;
  }
}
.mv-navi ul li:nth-of-type(1), .mv-navi ul li:nth-of-type(2) {
  width: calc(50% - 3px);
}
@media screen and (min-width: 768px) {
  .mv-navi ul li:nth-of-type(1), .mv-navi ul li:nth-of-type(2) {
    width: calc(50% - 4px);
  }
}
.mv-navi ul li:nth-of-type(3), .mv-navi ul li:nth-of-type(4), .mv-navi ul li:nth-of-type(5) {
  width: calc((100% - 12px) / 3);
}
@media screen and (min-width: 768px) {
  .mv-navi ul li:nth-of-type(3), .mv-navi ul li:nth-of-type(4), .mv-navi ul li:nth-of-type(5) {
    width: calc((100% - 16px) / 3);
  }
}
.mv-navi ul li a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center center/cover;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-navi ul li a {
    height: 84px;
    font-variant-position: 16px;
  }
}
.mv-navi ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 72, 152, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.mv-navi ul li a:hover::after {
  opacity: 1;
}
.mv-navi ul li a span {
  position: relative;
  z-index: 2;
}
.mv-navi ul li:nth-of-type(1) a {
  background-image: url("../images/top/navi_01.jpg");
}
.mv-navi ul li:nth-of-type(2) a {
  background-image: url("../images/top/navi_02.jpg");
}
.mv-navi ul li:nth-of-type(3) a {
  background-image: url("../images/top/navi_03.jpg");
}
.mv-navi ul li:nth-of-type(4) a {
  background-image: url("../images/top/navi_04.jpg");
}
.mv-navi ul li:nth-of-type(5) a {
  background-image: url("../images/top/navi_05.jpg");
}

/* poem
============================================================ */
.poem-section {
  padding: 120px 0 186px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .poem-section {
    padding: 60px 0 0;
  }
}
.poem-section:before {
  content: "";
  width: 44.875vw;
  height: 450px;
  background-image: url(../images/top/poem_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .poem-section:before {
    width: 80vw;
    height: 53.3333333333vw;
    top: inherit;
    bottom: 80px;
  }
}
.poem-section:after {
  content: "";
  width: 78.125vw;
  height: 660px;
  background-image: url(../images/top/poem_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -20;
}
@media screen and (max-width: 767px) {
  .poem-section:after {
    width: 100%;
    height: 133.3333333333vw;
    background-image: url(../images/top/poem_bg_02_sp.jpg);
    top: 0;
    bottom: inherit;
  }
}
.poem-section .inner {
  display: flex;
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .poem-section .inner {
    padding: 0 20px 56vw;
  }
}
.poem-section .poem {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  margin-left: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .poem-section .poem {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .poem-section .poem .br {
    content: "";
    display: block;
    margin: 0 16px;
  }
}
.poem-section .poem .upright {
  text-combine-upright: all;
}
.poem-section .img-box {
  overflow: hidden;
  width: max(22.5vw,360px);
  height: 240px;
  background-image: url(../images/top/poem_ph.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 86px;
  left: 50%;
  transform: translateX(-370px);
}
@media screen and (max-width: 767px) {
  .poem-section .img-box {
    width: 48vw;
    height: 32vw;
    background-size: 100%;
    bottom: 0;
    right: 20px;
    left: inherit;
    transform: translateX(0);
    z-index: -10;
  }
}

/* about
============================================================ */
.about-ttl {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .about-ttl {
    margin: 60px 0 0;
  }
}

.about2-section {
  margin: 20px auto 220px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about2-section {
    width: 1280px;
    height: 440px;
    margin: 20px auto 100px;
  }
}
.about2-section .bg {
  width: 1208px;
  height: 400px;
  background-image: url(../images/top/number_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(calc(-50% + 72px));
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .about2-section .bg {
    width: auto;
    height: 223px;
    background-image: url(../images/top/number_bg_sp.jpg);
    top: 100px;
    transform: none;
    left: 20px;
    right: 20px;
  }
}
.about2-section .wrap {
  width: 440px;
  height: 332px;
  background: rgba(0, 72, 152, 0.95);
  margin: 0;
  padding: 60px 0px;
}
@media screen and (max-width: 767px) {
  .about2-section .wrap {
    margin: 0 auto;
    width: 270px;
    height: 166px;
    padding: 22px 30px 20px;
  }
}
.about2-section .wrap .note {
  font-size: 32px;
  line-height: 1.5;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about2-section .wrap .note {
    font-size: 16px;
  }
}
.about2-section .wrap * {
  color: #fff;
}
.about2-section .wrap .btn {
  border: solid 1px #fff;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .about2-section .wrap .btn {
    width: 100%;
    margin-top: 24px;
  }
}
.about2-section .wrap .btn + .btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about2-section .wrap .btn + .btn {
    margin-top: 15px;
  }
}

.about-section {
  height: 610px;
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-section {
    height: 440px;
  }
}
.about-section .bg {
  width: 100%;
  height: 530px;
  background-image: url(../images/top/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .about-section .bg {
    height: 380px;
    background-image: url(../images/top/about_bg_sp.jpg);
    top: 30px;
  }
}
.about-section .wrap {
  width: 540px;
  height: 610px;
  background: rgba(0, 72, 152, 0.95);
  margin: 0 auto;
  padding: 120px 60px;
}
@media screen and (max-width: 767px) {
  .about-section .wrap {
    width: 270px;
    height: 440px;
    padding: 34px 30px 20px;
  }
}
.about-section .wrap * {
  color: #fff;
}
.about-section .wrap .btn {
  border: solid 1px #fff;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .about-section .wrap .btn {
    width: 100%;
    margin-top: 24px;
  }
}
.about-section .wrap .btn + .btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-section .wrap .btn + .btn {
    margin-top: 15px;
  }
}

/* job
============================================================ */
.job-section {
  padding: 225px 0 min(18.125vw,290px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .job-section {
    padding: 73.3333333333vw 0 11.2vw;
  }
}
.job-section:before {
  content: "";
  width: 57.5vw;
  height: min(38.25vw,612px);
  background-image: url(../images/top/job_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .job-section:before {
    width: calc(100% - 20px);
    height: 62.9333333333vw;
    top: 0;
  }
}
.job-section:after {
  content: "";
  width: 83.75vw;
  height: 613px;
  background: #eff7ff;
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: -20;
}
@media screen and (max-width: 767px) {
  .job-section:after {
    width: calc(100% - 20px);
    height: 505px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .job-section .inner {
    padding: 0 20px;
  }
}
.job-section .txt-box {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .job-section .txt-box {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .job-section .txt-box .btn {
    transform: translateX(-15px);
  }
}

/* people
============================================================ */
.people-section {
  padding: 60px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .people-section {
    padding: 60px 0;
  }
}
.people-section:before {
  content: "";
  width: 100%;
  height: 739px;
  background-image: url(../images/top/people_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 184px;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .people-section:before {
    height: 149.3333333333vw;
    background-image: url(../images/top/people_bg_sp.jpg);
    top: 113.3333333333vw;
    bottom: inherit;
  }
}
.people-section .inner {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .people-section .inner {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.people-section .lead {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .people-section .lead {
    margin-top: 18px;
    padding: 0 20px;
  }
}
.people-section .wrap {
  justify-content: space-between;
  margin-top: 32px;
}
.people-section .wrap .parts {
  display: block;
  width: 520px;
  height: 370px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .people-section .wrap .parts {
    transition: 0.3s;
  }
  .people-section .wrap .parts:hover .img-box {
    opacity: 0.7;
  }
  .people-section .wrap .parts:hover .btn {
    background: #fff;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .people-section .wrap .parts {
    width: 100%;
    height: 66.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .people-section .wrap .parts:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.people-section .wrap .parts .img-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .people-section .wrap .parts .img-box {
    transition: 0.3s;
  }
}
.people-section .wrap .parts .btn-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .people-section .wrap .parts .btn-box {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.people-section .wrap .parts .btn-box .btn {
  width: 240px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .people-section .wrap .parts .btn-box .btn {
    width: 210px;
  }
}

/* movie
============================================================ */
.movie-section {
  padding: 145px 0 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .movie-section {
    padding: 40px 0 60px;
  }
}
.movie-section:before {
  content: "";
  width: 83.75vw;
  height: 660px;
  background-image: url(../images/top/movie_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -30;
}
@media screen and (max-width: 767px) {
  .movie-section:before {
    display: none;
    width: 100%;
    height: 142.6666666667vw;
    background-image: url(../images/top/movie_bg_02_sp.jpg);
  }
}
.movie-section:after {
  content: "";
  width: 83.75vw;
  height: 580px;
  background: #eff7ff;
  position: absolute;
  left: 0;
  bottom: 173px;
  z-index: -20;
}
@media screen and (max-width: 767px) {
  .movie-section:after {
    width: calc(100% - 20px);
    height: 520px;
    top: 0;
    bottom: inherit;
  }
}
@media screen and (max-width: 767px) {
  .movie-section .inner {
    padding: 0 20px;
  }
}
.movie-section .txt-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .movie-section .txt-box {
    width: calc(100% - 30px);
  }
}
.movie-section .img-box {
  overflow: hidden;
  width: max(26.25vw,420px);
  height: 236px;
  background-image: url(../images/top/movie_ph.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(42px);
}
@media screen and (max-width: 767px) {
  .movie-section .img-box {
    width: 48vw;
    height: 27.0666666667vw;
    margin-top: -25px;
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: translateX(0);
  }
}
.movie-section .bg-box {
  width: 41.875vw;
  height: 376px;
  background-image: url(../images/top/movie_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .movie-section .bg-box {
    width: 84vw;
    height: 47.2vw;
    margin: 40px 0 0 auto;
    position: inherit;
    top: inherit;
    right: inherit;
    transform: translateX(0);
  }
}

/* company-profile
============================================================ */
.company-profile-section {
  padding: 145px 0 320px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company-profile-section {
    padding: 40px 0 60px;
  }
}
.company-profile-section:before {
  content: "";
  width: 83.75vw;
  height: 173px;
  background-image: url(../images/top/movie_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center -343px;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -30;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .company-profile-section:before {
    width: 100%;
    height: 142.6666666667vw;
    background-image: url(../images/top/movie_bg_02_sp.jpg);
    background-position: center bottom;
    transform: scaleX(1);
  }
}
.company-profile-section:after {
  content: "";
  width: 83.75vw;
  height: 580px;
  background: #eff7ff;
  position: absolute;
  right: 0;
  bottom: 173px;
  z-index: -20;
}
@media screen and (max-width: 767px) {
  .company-profile-section:after {
    width: calc(100% - 20px);
    height: 500px;
    top: 0;
    bottom: inherit;
  }
}
.company-profile-section .inner {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .company-profile-section .inner {
    padding: 0 20px;
  }
}
.company-profile-section .txt-box {
  padding-left: 58%;
}
@media screen and (max-width: 767px) {
  .company-profile-section .txt-box {
    padding: 0 0 30px 20px;
  }
}
.company-profile-section .document {
  position: absolute;
  left: 0;
  width: 53%;
  height: 376px;
  top: 50%;
  transform: translateY(-50%);
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-profile-section .document {
    position: static;
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
    transform: none;
    margin: 20px 0 0 -20px;
  }
}

#sl4 {
  width: 100%;
  position: relative;
  padding-top: 56.25vw;
}
@media screen and (max-width: 767px) {
  #sl4 {
    padding-top: 133.333vw;
  }
}

#sl4 li {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
}

#sl4 li span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

#sl4 li span:after {
  display: block;
  clear: both;
  content: "";
}

#sl4 li span b {
  width: 50%;
  height: 50%;
  max-height: 50%;
  float: left;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

#sl4 li span b i {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

#sl4 li span b:first-child i {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  background-position: right bottom;
}

#sl4 li span b:nth-child(2) i {
  transition: all 0.7s 0.05s;
  -webkit-transition: all 0.7s 0.05s;
  -moz-transition: all 0.7s 0.05s;
  -ms-transition: all 0.7s 0.05s;
  -o-transition: all 0.7s 0.05s;
  background-position: bottom left;
}

#sl4 li span b:nth-child(3) i {
  transition: all 0.7s 0.12s;
  -webkit-transition: all 0.7s 0.12s;
  -moz-transition: all 0.7s 0.12s;
  -ms-transition: all 0.7s 0.12s;
  -o-transition: all 0.7s 0.12s;
  background-position: top right;
}

#sl4 li span b:nth-child(4) i {
  transition: all 0.7s 0.21s;
  -webkit-transition: all 0.7s 0.21s;
  -moz-transition: all 0.7s 0.21s;
  -ms-transition: all 0.7s 0.21s;
  -o-transition: all 0.7s 0.21s;
  background-position: top left;
}

#sl4 li.ab01 span b:first-child i {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  background-position: right bottom;
}

#sl4 li.ab01 span b:nth-child(2) i {
  transition: all 0.7s 0.05s;
  -webkit-transition: all 0.7s 0.05s;
  -moz-transition: all 0.7s 0.05s;
  -ms-transition: all 0.7s 0.05s;
  -o-transition: all 0.7s 0.05s;
  background-position: bottom left;
}

#sl4 li.ab01 span b:nth-child(3) i {
  transition: all 0.7s 0.12s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  background-position: top right;
}

#sl4 li.ab01 span b:nth-child(4) i {
  transition: all 0.7s 0.21s;
  -webkit-transition: all 0.7s 0.21s;
  -moz-transition: all 0.7s 0.21s;
  -ms-transition: all 0.7s 0.21s;
  -o-transition: all 0.7s 0.21s;
  background-position: top left;
}

/* ===== hide pattern ===== */
#sl4 li.ph00.ab04.n01 span b i {
  left: 100%;
}

#sl4 li.ph01.ab01.n01 span b i {
  left: 100%;
}

#sl4 li.ph02.ab02.n01 span b:first-child i,
#sl4 li.ph02.ab02.n01 span b:nth-child(2) i {
  top: -100%;
}

#sl4 li.ph02.ab02.n01 span b:nth-child(3) i,
#sl4 li.ph02.ab02.n01 span b:nth-child(4) i {
  bottom: -100%;
}

#sl4 li.ph03.ab03.n01 span b:first-child i,
#sl4 li.ph03.ab03.n01 span b:nth-child(2) i {
  top: 100%;
}

#sl4 li.ph03.ab03.n01 span b:nth-child(3) i,
#sl4 li.ph03.ab03.n01 span b:nth-child(4) i {
  top: -100%;
}

#sl4 li.ph04.ab04.n01 span b i {
  left: -100%;
}

/* ===== position type ===== */
/* -- right default -- */
#sl4 li.ab01 span b i {
  top: 0;
  left: 0;
}

/* -- top-bottom default -- */
#sl4 li.ab02 span b:first-child i,
#sl4 li.ab02 span b:nth-child(2) i {
  top: 0;
  left: 0;
}

#sl4 li.ab02 span b:nth-child(3) i,
#sl4 li.ab02 span b:nth-child(4) i {
  bottom: 0;
  left: 0;
}

/* -- bottom-top default -- */
#sl4 li.ab03 span b:first-child i,
#sl4 li.ab03 span b:nth-child(2) i {
  top: 0;
  left: 0;
}

#sl4 li.ab03 span b:nth-child(3) i,
#sl4 li.ab03 span b:nth-child(4) i {
  top: 0;
  left: 0;
}

/* -- left default -- */
#sl4 li.ab04 span b i {
  top: 0;
  left: 0;
}

/* ===== photo type ===== */
#sl4 li.ph00 span b i {
  top: 0;
  left: 0;
  width: 100.01%;
  height: 100.01%;
  background: #ffffff;
}/*# sourceMappingURL=top.css.map */