/**
 * filename: item.css
 * version: 2.0
 **/
#main.item.itm > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner {
    max-width: 57.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner {
    max-width: 76.8rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner {
    max-width: 99.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner {
    max-width: 120rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner {
    max-width: 150rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 {
    padding: 0 8rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box1 > .img1 {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 7.5rem);
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 > .img1 {
    max-height: calc(100vh - 9rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 > .img1 {
    max-height: calc(100vh - 10.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 > .img1 {
    max-height: calc(100vh - 12rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 > .img1 {
    max-height: calc(100vh - 13.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1 > .img1 {
    max-height: calc(100vh - 15rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box1.ani {
  transform: translate(0rem, 1.5rem);
  opacity: 0;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1.ani {
    transform: translate(0rem, 2rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1.ani {
    transform: translate(0rem, 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1.ani {
    transform: translate(0rem, 3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1.ani {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box1.ani {
    transform: translate(0rem, 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box1.ani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.item.itm > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 {
    padding: 0 8rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 {
    margin-bottom: 2rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 > .elm1 {
  height: auto;
  width: auto;
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  background-color: #181410;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8em;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.15em;
  padding: 0 0.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 > .elm1 {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 > .elm1 {
    font-size: 1.17rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 > .elm1 {
    font-size: 1.215rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 > .elm1 {
    font-size: 1.26rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .par1 > .elm1 {
    font-size: 1.305rem;
    line-height: 2;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.68rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 1.75rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 1.82rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 1.89rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 2.03rem;
    line-height: 2;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #404850;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.17rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.215rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.26rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.305rem;
    line-height: 2;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 0;
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 {
    width: calc(50% - 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 {
    width: calc(50% - 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 2;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm2 {
  font-size: 1.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm3 {
  margin-left: 0.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm4, #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm7 {
  color: #404850;
  font-size: 0.8em;
  margin-left: 0.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm6 {
  font-size: 1.5em;
  margin-left: 0.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm5, #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box1 > .par1 > .elm7 {
  letter-spacing: 0.05em;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 {
    width: calc(50% - 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 {
    width: calc(50% - 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 {
  height: auto;
  width: 100%;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.8;
  background: linear-gradient(#181410, #181410 50%, #181410 50%, #605040);
  background-position: bottom left;
  background-size: auto 200%;
  color: #ffffff;
  display: block;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
    font-size: 1.25rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
    font-size: 1.3rem;
    line-height: 2.96;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
    font-size: 1.35rem;
    line-height: 3.04;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
    font-size: 1.4rem;
    line-height: 3.12;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
    font-size: 1.45rem;
    line-height: 3.2;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1.hov {
  transition: background 0.35s;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1.hov:hover {
  background-position: top left;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.8;
  text-align: right;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 {
    font-size: 1.25rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 {
    font-size: 1.3rem;
    line-height: 2.96;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 {
    font-size: 1.35rem;
    line-height: 3.04;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 {
    font-size: 1.4rem;
    line-height: 3.12;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 {
    font-size: 1.45rem;
    line-height: 3.2;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 > .lnk1 {
  color: #181410;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 > .lnk1 > .ico1 {
  margin-right: 0.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.item.itm > .inner > .sec1 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm].itm2 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.item.itm > .inner > .sec1 > .inner > .box2.ani {
  transform: translate(0rem, 1.5rem);
  opacity: 0;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2.ani {
    transform: translate(0rem, 2rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2.ani {
    transform: translate(0rem, 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2.ani {
    transform: translate(0rem, 3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2.ani {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box2.ani {
    transform: translate(0rem, 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box2.ani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.item.itm > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 {
    padding: 0 8rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 {
  height: auto;
  width: 100%;
  padding: 0.75rem 0rem;
  border-bottom: 0.1rem solid #404850;
  border-top: 0.1rem solid #404850;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 {
    padding: 1rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 {
    padding: 1.25rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 {
    padding: 1.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 {
    padding: 1.75rem 0rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 {
    padding: 2rem 0rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] {
  height: auto;
  width: 100%;
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst]:not(:last-of-type) {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    font-size: 1.17rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    font-size: 1.215rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    font-size: 1.26rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    font-size: 1.305rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    width: calc(25% - 1.75rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .trm1 {
    width: calc(25% - 2rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.08rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    font-size: 1.17rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    font-size: 1.215rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    width: calc(75% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    width: calc(75% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    width: calc(75% - 1.75rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
    width: calc(75% - 2rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box] {
    width: calc(50% - 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box] {
    width: calc(50% - 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3 > .box1.type2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3.ani {
  transform: translate(0rem, 1.5rem);
  opacity: 0;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3.ani {
    transform: translate(0rem, 2rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3.ani {
    transform: translate(0rem, 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3.ani {
    transform: translate(0rem, 3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3.ani {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box3.ani {
    transform: translate(0rem, 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box3.ani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.item.itm > .inner > .sec1 > .inner > .box4 {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    font-size: 1.45rem;
    line-height: 2;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    max-width: 96rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    max-width: 104rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 {
    max-width: 106rem;
    padding: 0 8rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h1, #main.item.itm > .inner > .sec1 > .inner > .box4 h2, #main.item.itm > .inner > .sec1 > .inner > .box4 h3, #main.item.itm > .inner > .sec1 > .inner > .box4 h4, #main.item.itm > .inner > .sec1 > .inner > .box4 h5, #main.item.itm > .inner > .sec1 > .inner > .box4 h6, #main.item.itm > .inner > .sec1 > .inner > .box4 p, #main.item.itm > .inner > .sec1 > .inner > .box4 ul, #main.item.itm > .inner > .sec1 > .inner > .box4 ol, #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote, #main.item.itm > .inner > .sec1 > .inner > .box4 hr {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  clear: both;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 h1, #main.item.itm > .inner > .sec1 > .inner > .box4 h2, #main.item.itm > .inner > .sec1 > .inner > .box4 h3, #main.item.itm > .inner > .sec1 > .inner > .box4 h4, #main.item.itm > .inner > .sec1 > .inner > .box4 h5, #main.item.itm > .inner > .sec1 > .inner > .box4 h6, #main.item.itm > .inner > .sec1 > .inner > .box4 p, #main.item.itm > .inner > .sec1 > .inner > .box4 ul, #main.item.itm > .inner > .sec1 > .inner > .box4 ol, #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote, #main.item.itm > .inner > .sec1 > .inner > .box4 hr {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 h1, #main.item.itm > .inner > .sec1 > .inner > .box4 h2, #main.item.itm > .inner > .sec1 > .inner > .box4 h3, #main.item.itm > .inner > .sec1 > .inner > .box4 h4, #main.item.itm > .inner > .sec1 > .inner > .box4 h5, #main.item.itm > .inner > .sec1 > .inner > .box4 h6, #main.item.itm > .inner > .sec1 > .inner > .box4 p, #main.item.itm > .inner > .sec1 > .inner > .box4 ul, #main.item.itm > .inner > .sec1 > .inner > .box4 ol, #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote, #main.item.itm > .inner > .sec1 > .inner > .box4 hr {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 h1, #main.item.itm > .inner > .sec1 > .inner > .box4 h2, #main.item.itm > .inner > .sec1 > .inner > .box4 h3, #main.item.itm > .inner > .sec1 > .inner > .box4 h4, #main.item.itm > .inner > .sec1 > .inner > .box4 h5, #main.item.itm > .inner > .sec1 > .inner > .box4 h6, #main.item.itm > .inner > .sec1 > .inner > .box4 p, #main.item.itm > .inner > .sec1 > .inner > .box4 ul, #main.item.itm > .inner > .sec1 > .inner > .box4 ol, #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote, #main.item.itm > .inner > .sec1 > .inner > .box4 hr {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 h1, #main.item.itm > .inner > .sec1 > .inner > .box4 h2, #main.item.itm > .inner > .sec1 > .inner > .box4 h3, #main.item.itm > .inner > .sec1 > .inner > .box4 h4, #main.item.itm > .inner > .sec1 > .inner > .box4 h5, #main.item.itm > .inner > .sec1 > .inner > .box4 h6, #main.item.itm > .inner > .sec1 > .inner > .box4 p, #main.item.itm > .inner > .sec1 > .inner > .box4 ul, #main.item.itm > .inner > .sec1 > .inner > .box4 ol, #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote, #main.item.itm > .inner > .sec1 > .inner > .box4 hr {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 h1, #main.item.itm > .inner > .sec1 > .inner > .box4 h2, #main.item.itm > .inner > .sec1 > .inner > .box4 h3, #main.item.itm > .inner > .sec1 > .inner > .box4 h4, #main.item.itm > .inner > .sec1 > .inner > .box4 h5, #main.item.itm > .inner > .sec1 > .inner > .box4 h6, #main.item.itm > .inner > .sec1 > .inner > .box4 p, #main.item.itm > .inner > .sec1 > .inner > .box4 ul, #main.item.itm > .inner > .sec1 > .inner > .box4 ol, #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote, #main.item.itm > .inner > .sec1 > .inner > .box4 hr {
    margin-bottom: 2rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h1 {
  font-size: 1.6em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h2 {
  font-size: 1.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h3 {
  font-size: 1.4em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h4 {
  font-size: 1.3em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h5 {
  font-size: 1.2em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 h6 {
  font-size: 1.1em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 ul li {
  list-style: disc;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.item.itm > .inner > .sec1 > .inner > .box4 ol li {
  list-style: decimal;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.item.itm > .inner > .sec1 > .inner > .box4 blockquote {
  padding: 0.75rem 0.75rem;
  background-color: #f3f3f2;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4 blockquote {
    padding: 2rem 2rem;
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box4 strong {
  font-weight: bold;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 em {
  font-style: italic;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 img {
  height: auto;
  width: 100%;
  display: block;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 a {
  color: #605040;
  word-wrap: break-word;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 a::after {
  content: "\f360";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin: 0 0.5em;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 hr {
  width: 80%;
}
#main.item.itm > .inner > .sec1 > .inner > .box4 .wp-caption-text {
  text-align: center;
}
#main.item.itm > .inner > .sec1 > .inner > .box4.ani {
  transform: translate(0rem, 1.5rem);
  opacity: 0;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4.ani {
    transform: translate(0rem, 2rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4.ani {
    transform: translate(0rem, 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4.ani {
    transform: translate(0rem, 3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4.ani {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec1 > .inner > .box4.ani {
    transform: translate(0rem, 4rem);
  }
}
#main.item.itm > .inner > .sec1 > .inner > .box4.ani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.item.itm > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 {
    margin-bottom: 8rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
}
#main.item.itm > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    max-width: 57.6rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    max-width: 76.8rem;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    max-width: 99.2rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    max-width: 120rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    max-width: 150rem;
    padding: 0 8rem;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 2rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #404850;
  text-align: right;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 2;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box1 > .par1 > .ico1 {
  margin-right: 0.5em;
}
#main.item.itm > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  background-color: #ebe9e6;
  padding: 1.5rem 0;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 {
    padding: 8rem 0;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 {
    max-width: 57.6rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 {
    max-width: 76.8rem;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 {
    max-width: 99.2rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 {
    max-width: 120rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 {
    max-width: 150rem;
    padding: 0 8rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
  margin: -0.75rem -0.75rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(100% + 1.5rem);
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    margin: -1.25rem -1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    margin: -1.5rem -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    margin: -2rem -2rem;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    width: calc(100% + 2rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    width: calc(100% + 3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    width: calc(100% + 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 {
    width: calc(100% + 4rem);
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
  padding: 0.75rem 0.75rem;
  height: auto;
  width: 33.333%;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
    width: 20%;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.item.itm > .inner > .sec2 > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner {
  height: 100%;
  width: 100%;
  position: absolute;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box1 {
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
  z-index: 2002;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box1 > .lst1 {
  height: 100%;
  width: 100%;
  position: relative;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box1 > .lst1 > [class^=itm] {
  height: 100%;
  width: 100%;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box1 > .lst1 > [class^=itm] > .img1 {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.5s;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 {
  height: auto;
  width: 100%;
  padding: 0rem 0.75rem;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2001;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 {
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 {
    padding: 0rem 1.75rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 {
    padding: 0rem 2rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] {
  display: block;
  height: auto;
  width: 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] {
    width: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] {
    width: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] {
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] {
    width: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] {
    width: 4rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk] > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk].hov {
  transition: opacity 0.35s;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box2 > [class^=lnk].hov:hover {
  opacity: 0.5;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 {
  height: 3rem;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 3rem;
  z-index: 1004;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 {
    height: 3.25rem;
    right: 1rem;
    top: 1.75rem;
    width: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 {
    height: 3.5rem;
    right: 2.5rem;
    top: 2rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 {
    height: 3.75rem;
    right: 3rem;
    top: 2.25rem;
    width: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 {
    height: 4rem;
    right: 3.5rem;
    top: 2.5rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 {
    height: 4.25rem;
    right: 4rem;
    top: 2.75rem;
    width: 4.25rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 {
  height: 100%;
  width: 100%;
  display: block;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1 {
  display: block;
  height: 0.75rem;
  margin: 0 auto 0.75rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1 {
    height: 0.8rem;
    margin: 0 auto 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1 {
    height: 0.85rem;
    margin: 0 auto 0.85rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1 {
    height: 0.9rem;
    margin: 0 auto 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1 {
    height: 0.95rem;
    margin: 0 auto 0.95rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1 {
    height: 1rem;
    margin: 0 auto 1rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  transform: rotate(-190deg);
  width: 100%;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm1::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 0;
  transform: rotate(190deg);
  width: 100%;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-size: 0.9rem;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 {
    font-size: 1.15rem;
  }
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1 > .elm2 > .elm2 {
  display: none;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.item.itm > .inner > .sec2 > .inner > .box3 > .inner > .box3 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.item.itm > .inner > .sec2 > .inner > .box3.active > .inner > .box1 > .lst1 > [class^=itm] > .img1 {
  opacity: 1;
}
#main.item.itm > .inner > .sec2.ani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
#main.item.itm > .inner > .sec2.ani > .inner > .box2 {
  transform: translate(0rem, 1.5rem);
  opacity: 0;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition-delay: 0.5s;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec2.ani > .inner > .box2 {
    transform: translate(0rem, 2rem);
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec2.ani > .inner > .box2 {
    transform: translate(0rem, 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec2.ani > .inner > .box2 {
    transform: translate(0rem, 3rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec2.ani > .inner > .box2 {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec2.ani > .inner > .box2 {
    transform: translate(0rem, 4rem);
  }
}
#main.item.itm > .inner > .sec2.ani.view > .inner > .box1 {
  opacity: 1;
}
#main.item.itm > .inner > .sec2.ani.view > .inner > .box2 {
  opacity: 1;
  transform: translateY(0);
}
#main.item.itm > .inner > .sec3 {
  height: auto;
  width: 100%;
}
#main.item.itm > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec3 > .inner {
    max-width: 57.6rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec3 > .inner {
    max-width: 76.8rem;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec3 > .inner {
    max-width: 99.2rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec3 > .inner {
    max-width: 120rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec3 > .inner {
    max-width: 150rem;
    padding: 0 8rem;
  }
}
#main.item.itm > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.8;
  border-bottom: 0.2rem solid #302820;
  color: #302820;
  display: block;
  font-family: "Marcellus", sans-serif;
  height: auto;
  letter-spacing: 0.15em;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    font-size: 1.25rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    font-size: 1.3rem;
    line-height: 2.96;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    font-size: 1.35rem;
    line-height: 3.04;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    font-size: 1.4rem;
    line-height: 3.12;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    font-size: 1.45rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 576px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border-bottom: 0.22rem solid #302820;
    width: 16rem;
  }
}
@media screen and (min-width: 768px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border-bottom: 0.24rem solid #302820;
    width: 17rem;
  }
}
@media screen and (min-width: 992px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border-bottom: 0.26rem solid #302820;
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border-bottom: 0.28rem solid #302820;
    width: 19rem;
  }
}
@media screen and (min-width: 1500px) {
  #main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 {
    border-bottom: 0.3rem solid #302820;
    width: 20rem;
  }
}
#main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1 > .ico1 {
  margin-left: 0.5em;
}
#main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1.hov > .ico1 {
  transition: transform 0.35s;
}
#main.item.itm > .inner > .sec3 > .inner > .box1 > .lnk1.hov:hover > .ico1 {
  transform: translateX(0.5em);
}
#main.item.itm:not(.ja) > .inner > .sec1 > .inner > .box3 > .box2 > .lst1 > [class^=itm].itm1 > .lnk1 {
  letter-spacing: 0.05em;
}
#main.item.itm:not(.ja) > .inner > .sec1 > .inner > .box3 > .box2 > .lst1 > [class^=itm].itm2 > .lnk1 {
  letter-spacing: 0.05em;
}
#main.item.itm:not(.ja) > .inner > .sec1 > .inner > .box4 > .box1 > [class^=box] > [class^=lst] > .trm1 {
  letter-spacing: 0.05em;
}
#main.item.itm:not(.ja) > .inner > .sec1 > .inner > .box4 > .box1 > [class^=box] > [class^=lst] > .dsc1 {
  letter-spacing: 0.05em;
}
#main.item.itm:not(.ja) > .inner > .sec1 > .inner > .box5 {
  letter-spacing: 0.05em;
}

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