#main.senkohsuiu {
  margin: 2rem 0rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu {
    margin: 3rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu {
    margin: 4rem 0rem;
  }
}
#main.senkohsuiu > .inner > .sec1 {
  height: auto;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner {
    max-width: 90rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner {
    max-width: 140rem;
    padding: 0 4rem;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 12rem;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst {
    width: 66.666%;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst {
    width: 50%;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] {
  height: auto;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] > .lnk.hov {
  overflow: hidden;
  transition: opacity 0.35s ease-out;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] > .lnk.hov > .img {
  transition: transform 0.35s ease-out;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm] > .lnk.hov:hover > .img {
  transform: scale(1.05);
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm].ani > .lnk {
  opacity: 0;
  transition: opacity ease-out 0.7s, transform ease-out 0.7s;
  transform: translateY(2rem);
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm].ani > .lnk {
    transform: translateY(3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm].ani > .lnk {
    transform: translateY(4rem);
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box1 > .lst > [class^=itm].ani.view > .lnk {
  opacity: 1;
  transform: translateY(0);
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 {
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner {
  height: 100%;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box1 {
  background-color: #ffffff;
  height: calc(100% - 4rem);
  margin: 2rem 15%;
  width: 70%;
  z-index: 2020;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box1 {
    height: calc(100% - 6rem);
    margin: 3rem 15%;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box1 {
    height: calc(100% - 8rem);
    margin: 4rem 15%;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box1 > .lst {
  height: 100%;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box1 > .lst > [class^=itm] {
  height: 100%;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box1 > .lst > [class^=itm] > .img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: fixed;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk1 {
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk1 {
    left: 1.5rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk1 {
    left: 2rem;
    width: 2rem;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk1.hov {
  transition: opacity 0.35s ease-out;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk1 > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk2 {
  cursor: pointer;
  height: auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk2 {
    right: 1.5rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk2 {
    right: 2rem;
    width: 2rem;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk2.hov {
  transition: opacity 0.35s ease-out;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk2.hov:hover {
  opacity: 0.5;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box2 > .lnk2 > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 {
  height: 1.5rem;
  position: fixed;
  right: 2rem;
  top: 1.75rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 {
    height: 1.75rem;
    right: 3rem;
    top: 2.125rem;
    width: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 {
    height: 2rem;
    right: 4rem;
    top: 2.5rem;
    width: 2rem;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 > .lnk {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 > .lnk > .box1 {
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transition: background 0.35s ease-out;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 > .lnk > .box1::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box2 > .inner > .box3 > .lnk > .box1::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(225deg);
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box0 {
  height: auto;
  width: 100%;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box0 > .par {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box0 > .par {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box2 > .box0 > .par {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 0 auto;
  max-width: 80rem;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box3 > .par {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box3 > .par {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.senkohsuiu > .inner > .sec1 > .inner > .box3 > .par {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box3 > .par > .lnk {
  text-decoration: underline;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box3 > .par > .lnk.hov {
  transition: opacity 0.35s;
}
#main.senkohsuiu > .inner > .sec1 > .inner > .box3 > .par > .lnk.hov:hover {
  opacity: 0.5;
}

/*# sourceMappingURL=senkohsuiu.css.map */
