@charset "UTF-8";

html {
  font-size: 10px;
}

@media screen and (max-width: 19200px) {
  html {
    font-size: calc(10 * (100vw / 1920));
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-feature-settings: "palt";
  display: flex;
}

#feature .feature-inner {
  width: 75rem;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

#feature a {
  color: #000;
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

.l-container {
  width: 100%;
  overflow: clip;
}

/*-------------------------
 fade
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition-duration: 1.2s;
}

#feature .fadeIn.active {
  opacity: 1;
}

#feature .fadeUp span {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  transition: .6s ease .6s;
  translate: 0 100%;
}

#feature .fadeUp span.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  translate: 0 0;
}

#feature .fadeUp span:nth-child(2) {
  transition-delay: .8s
}

#feature .fadeUp span:nth-child(3) {
  transition-delay: 1.1s
}

#feature .fadeUp span:nth-child(4) {
  transition-delay: 1.3s
}

#feature .fadeUp span:nth-child(5) {
  transition-delay: 1.5s
}

#feature .fadeUp span:nth-child(6) {
  transition-delay: 1.7s
}

#feature .fadeUp span:nth-child(7) {
  transition-delay: 1.9s
}

#feature .fadeUp span:nth-child(8) {
  transition-delay: 2.1s
}

#feature .fadeUp span:nth-child(9) {
  transition-delay: 2.3s
}

#feature .credit-area-fade {
  opacity: 0;
  transition-duration: 1.2s;
}

#feature .credit-area-fade.show {
  opacity: 1;
}

/*-------------------------
 slider
-------------------------*/
#feature .slide {
  overflow: hidden;
}

#feature .block11 .slide,
#feature .block26 .slide {
  width: 75rem;
  height: fit-content;
}

#feature .block28 .slide {
  width: 55.61508rem;
  height: fit-content;
}

#feature .slide .swiper-pagination-bullet {
  opacity: 1;
}

#feature .slide .swiper-pagination {
  bottom: 6rem;
  left: 0;
  text-align: right;
  padding-right: 1.5rem;
}

#feature .block26 .slide .swiper-pagination {
  bottom: 3.2rem;
  right: -0.5rem;
  text-align: right;
  z-index: 10;
}

#feature .block27 .slide .swiper-pagination {
  bottom: 7.3rem;
  left: -0.5rem;
  text-align: left;
  z-index: 10;
}

#feature .block30 .slide .swiper-pagination {
  bottom: 1.5rem;
  left: 0;
  text-align: right;
  padding-right: 1.5rem;
}

#feature .slide .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem;
}

#feature .slide .swiper-pagination-bullet {
  background: transparent;
  box-sizing: border-box;
  border: solid #000 1px;
}

#feature .slide .swiper-pagination-bullet-active {
  background-color: #000;
}

#feature .block30 .slide .swiper-pagination-bullet {
  background: transparent;
  box-sizing: border-box;
  border: solid #fff 1px;
}

#feature .block30 .slide .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero_area {
  position: sticky;
  top: 80px;
  height: calc(100svh - 80px);
    z-index: 20;
}

#feature .hero {
  width: 111.87725rem;
  margin: auto;
  position: relative;
}

#feature .hero .tap img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#feature .hero__ttl {
  position: absolute;
  top: 49.7%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#feature .hero__ttl span {
  margin: 0;
}

#feature .hero__ttl figure {
  width: 56.80222rem;
}

/*-------------------------
 TEXT
-------------------------*/
#feature .txt01 span {
  margin: 0 1.2rem 0 0;
}

#feature .txt01 span img,
#feature .txt02 span img,
#feature .txt03 span img,
#feature .txt04 span img,
#feature .txt05 span img,
#feature .txt06 span img,
#feature .txt07 span img,
#feature .txt08 span img,
#feature .txt09 span img {
  width: auto;
}

/** txt01 **/
#feature .txt01 {
  width: 51.71746rem;
  margin: 5.8rem 5rem 0 5.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}

#feature .txt01 span:nth-child(1) figure img {
  height: 4.33182rem;
}

#feature .txt01 span:nth-child(2) figure img {
  height: 4.55rem;
}

#feature .txt01 span:nth-child(3) figure img {
  height: 4.54783rem;
}

#feature .txt01 span:nth-child(4) figure img {
  height: 4.3rem;
}

#feature .txt01 span:nth-child(5) figure img {
  height: 4.58rem;
}

#feature .txt01 span:nth-child(1) {
  margin-left: 0;
}

#feature .txt01 span:nth-child(2) {
  margin-right: 2rem;
}

#feature .txt01 span:nth-child(3) {
  margin-right: 2rem;
}

#feature .txt01 span:nth-child(4) {
  margin-right: 0;
}

#feature .txt01 span:nth-child(5) {
  margin: 0.2rem 0 0 0.2rem;
}

/** txt02 **/
#feature .txt02 {
  width: 38.4rem;
  margin: 24.1rem 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
}

#feature .txt02 span:nth-child(1) figure img {
  height: 4.18rem;
}

#feature .txt02 span:nth-child(2) figure img {
  height: 9.17931rem;
}

#feature .txt02 span:nth-child(1) {
  margin: 0.4rem 1.8rem 0 0;
}

#feature .txt02 span:nth-child(2) {
  margin-right: 0.6rem;
}

/** txt03 **/
#feature .txt03 {
  width: 58rem;
  margin: 2.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 0.7rem;
}

#feature .txt03 span:nth-child(1) figure img {
  height: 2.75rem;
}

#feature .txt03 span:nth-child(2) figure img {
  height: 2.59888rem;
}

#feature .txt03 span:nth-child(3) figure img {
  height: 2.7rem;
}

#feature .txt03 span:nth-child(4) figure img {
  height: 3.1208rem;
}

#feature .txt03 span:nth-child(5) figure img {
  height: 2.78rem;
}

#feature .txt03 span:nth-child(6) figure img {
  height: 2.6rem;
}

#feature .txt03 span:nth-child(7) figure img {
  height: 2.8rem;
}

#feature .txt03 span:nth-child(8) figure img {
  height: 2.72847rem;
}

#feature .txt03 span:nth-child(9) figure img {
  height: 2.59888rem;
}

#feature .txt03 span:nth-child(1) {
  margin: 0 0.3rem 0 0.3rem;
}

#feature .txt03 span:nth-child(2) {
  margin-right: 0.6rem;
}

#feature .txt03 span:nth-child(3) {
  margin-right: 0.7rem;
}

#feature .txt03 span:nth-child(4) {
  margin-right: 0.5rem;
}

#feature .txt03 span:nth-child(5) {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}

#feature .txt03 span:nth-child(6) {
  margin-right: 0.3rem;
}

#feature .txt03 span:nth-child(7) {
  margin-right: 0.2rem;
}

#feature .txt03 span:nth-child(8) {
  margin-right: 0.2rem;
}

#feature .txt03 span:nth-child(9) {
  margin-right: 0;
}

/** txt04 **/
#feature .txt04 {
  width: 50.95657rem;
  margin: 2rem -0.5rem 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: end;
  align-items: center;
}

#feature .txt04 span:nth-child(1) figure img {
  height: 9.19387rem;
}

#feature .txt04 span:nth-child(2) figure img {
  height: 10.8911rem;
}

#feature .txt04 span:nth-child(1) {
  margin-right: 0.5rem;
}

#feature .txt04 span:nth-child(2) {
  margin-right: 0.5rem;
}

/** txt05 **/
#feature .txt05 {
  width: 55.85102rem;
  margin: 1.5rem 0 0 0;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#feature .txt05 span:nth-child(1) figure img {
  height: 3.5624rem;
}

#feature .txt05 span:nth-child(2) figure img {
  height: 3.53889rem;
}

#feature .txt05 span:nth-child(3) figure img {
  height: 3.52478rem;
}

#feature .txt05 span.arrow figure img {
  height: 9.5rem;
}

#feature .txt05 span:nth-child(1) {
  margin: 1rem 1.2rem 0.6rem 0;
}

#feature .txt05 span:nth-child(2) {
  margin-bottom: 0.6rem;
}

#feature .txt05 span:nth-child(3) {
  margin: 0 1.3rem 0 0;
}

#feature .txt05 span.arrow {
  margin: 0.5rem 0 0 0;
}

/** txt06 **/
#feature .txt06 {
  width: 1.83906rem;
  position: absolute;
  top: 0;
  right: -3.5rem;
}

#feature .txt06 span:nth-child(1) figure img {
  width: 1.83906rem;
}

#feature .txt06 span:nth-child(2) figure img {
  width: 1.83906rem;
}


#feature .txt06 span:nth-child(2) {
  margin-top: 0.6rem;
}

/** txt07 **/
#feature .txt07 {
  width: 31.85542rem;
  margin: 2.4rem 0 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0;
  justify-content: left;
  align-items: start;
}

#feature .txt07 span:nth-child(1) figure img {
  height: 3.24336rem;
}

#feature .txt07 span:nth-child(2) figure img {
  height: 3.3377rem;
}

#feature .txt07 span:nth-child(3) figure img {
  height: 3.38262rem;
}

#feature .txt07 span:nth-child(4) figure img {
  height: 3.40508rem;
}

#feature .txt07 span:nth-child(5) figure img {
  height: 3.38262rem;
}

#feature .txt07 span:nth-child(1) {
  margin-right: 1.5rem;
}

#feature .txt07 span:nth-child(2) {
  margin-right: 1.8rem;
}

#feature .txt07 span:nth-child(3) {
  margin-right: 0;
}

#feature .txt07 span:nth-child(4) {
  margin: 0 1.3rem 0 0.2rem;
}

#feature .txt07 span:nth-child(5) {
  margin-right: 0.5rem;
}

/** txt08 **/
#feature .txt08 {
  width: 69.22943rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25rem;
  justify-content: space-around;
}

#feature .txt08 div:first-child {
  width: 9.77152rem;
}

#feature .txt08 div:nth-child(2) {
  width: 32.56748rem;
  text-align: right;
}

#feature .txt08 .arrow span:nth-child(1) figure img {
  height: 9.17931rem;
}

#feature .txt08 span:nth-child(1) figure img {
  height: 3.91575rem;
}

#feature .txt08 span:nth-child(2) figure img {
  height: 3.75454rem;
}

#feature .txt08 span:nth-child(3) figure img {
  height: 3.94175rem;
}

#feature .txt08 span.arrow {
  margin: 0 1.3rem 0 0.2rem;
}

#feature .txt08 div:nth-child(2) span:nth-child(1) {
  margin: 0.8rem 1.7rem 0.8rem 0;
}

#feature .txt08 span:nth-child(2) {
  margin: 0.8rem -0.5rem 0.8rem 0;
}

#feature .txt08 span:nth-child(3) {
  margin: -0.7rem -0.7rem 0 0;
}

/** txt09 **/
#feature .txt09 {
  width: 67.08471rem;
  margin: 3rem auto 0;
  display: flex;
  gap: 13rem;
  justify-content: space-between;
}

#feature .txt09 div:nth-child(1) span:nth-child(1) figure img {
  height: 3.54023rem;
}

#feature .txt09 div:nth-child(1) span:nth-child(2) figure img {
  height: 3.76523rem;
}

#feature .txt09 div:nth-child(1) span:nth-child(3) figure img {
  height: 3.79023rem;
}

#feature .txt09 div:nth-child(1) span:nth-child(4) figure img {
  height: 3.61025rem;
}

#feature .txt09 div:nth-child(1) span:nth-child(5) figure img {
  height: 3.79023rem;
}

#feature .txt09 div:nth-child(2) span:nth-child(1) figure img {
  height: 9.50196rem;
}

#feature .txt09 div:nth-child(2) span:nth-child(2) figure img {
  height: 8.02121rem;
}

#feature .txt09 div:nth-child(1) span:nth-child(1) {
  margin: 0 0.8rem 0 0.5rem;
}

#feature .txt09 div:nth-child(1) span:nth-child(2) {
  margin: 0 1.3rem 0 0;
}

#feature .txt09 div:nth-child(1) span:nth-child(3) {
  margin: 0 1.4rem 0 0;
}

#feature .txt09 div:nth-child(1) span:nth-child(4) {
  margin: 0 0.4rem 0 0;
}

#feature .txt09 div:nth-child(1) span:nth-child(5) {
  margin: 0.2rem 0 0 0.5rem;
}

#feature .txt09 div:nth-child(2) span:nth-child(1) {
  margin: -0.5rem -4rem 0 0;
}

#feature .txt09 div:nth-child(2) span:nth-child(2) {
  margin-top: 1.3rem;
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner,
#feature .display_block,
#feature .flex_area {
  position: relative;
}

#feature .display_block {
  overflow: hidden;
}

#feature .block02 {
  width: 63.9rem;
  margin: auto;
}

#feature .block03 {
  width: 75rem;
  margin: 15.4rem auto 0;
}

#feature .block04 {
  width: 75rem;
  margin: 0 auto;
}

#feature .block05 {
  width: 50.95657rem;
  margin: 22.2rem auto 0;
}


#feature .block06 {
  width: 75rem;
  margin: 42.4rem auto 0;
}

#feature .block07 {
  width: 75rem;
  margin: 0 auto;
}

#feature .block08 {
  width: 51.74169rem;
  margin: 23.4rem auto 0;
}

#feature .block09 {
  width: 75rem;
  margin: 24.1rem auto 0;
}

#feature .block10 {
  width: 55.63018rem;
  margin: 2.8rem 2.5rem 0 auto;
}

#feature .block11 {
  width: 75rem;
  margin: 18.5rem auto 0 2rem;
}

#feature .block13 {
  width: 55.63016rem;
  margin: 14.7rem auto 0 11.7rem;
}

#feature .block14 {
  width: 75rem;
  margin: 12rem auto 0 2rem;
}

#feature .block15 {
  width: 75rem;
  margin: 1.2rem auto 0 2rem;
}

#feature .block16 {
  width: 75rem;
  margin: 19.8rem auto 0 2rem;
}

#feature .block17 {
  width: 55.61508rem;
  margin: 23.2rem auto 0 11.8rem;
}

#feature .block18 {
  width: 75rem;
  margin: 11.8rem auto 0 2rem;
}

#feature .block19 {
  width: 75rem;
  margin: 6rem auto 0 2rem;
}

#feature .block20 {
  width: 47.04987rem;
  margin: 25.3rem 13.6rem 0 auto;
}

#feature .block21 {
  width: 75rem;
  margin: 21.6rem auto 0 2.1rem;
}

#feature .block22 {
  width: 55.63018rem;
  margin: 5.8rem auto 0 2.9rem;
}

#feature .block23 {
  width: 45.13799rem;
  margin: 22rem 4.8rem 0 auto;
}

#feature .block24 {
  width: 75rem;
  margin: 22.6rem auto 0;
}

#feature .block25 {
  width: 66.79009rem;
  margin: 3.8rem auto 0;
}

#feature .block26 {
  width: 75rem;
  margin: 14.8rem auto 0;
}

#feature .block27 {
  width: 55.61508rem;
  height: fit-content;
  margin: 18.3rem auto 0;
  overflow: hidden;
}

#feature .block28 {
  width: 75rem;
  margin: 12rem auto 0;
}

#feature .block30 {
  width: 75rem;
  height: fit-content;
  margin: 12.5rem auto 0;
}

#feature .block31 {
  width: 75rem;
  margin: 2.3rem auto 0;
}

#feature .block32 {
  width: 75rem;
  margin: 2rem auto 0;
}

#feature .block33 {
  width: 62.61254rem;
  margin: 20rem auto 0;
}

#feature .block34 {
  width: 75rem;
  margin: 20.2rem auto 0;
}

#feature .ttl {
  width: 3.82266rem;
  position: absolute;
  top: -2.3rem;
  right: 6.2rem;
}

#feature .flex {
  display: flex;
  margin: 5rem auto 0;
}

/** image **/
#feature .img01 {
  width: 65rem;
  margin: 15.6rem auto 0;
  position: relative;
}

#feature .img02 {
  width: 63.9rem;
  margin: 1.8rem auto 0;
}

#feature .img02-2 {
  width: 63.9rem;
  margin: 1.4rem auto 0;
}

#feature .img03 {
  width: 75rem;
  margin: 0 auto;
}

#feature .img04 {
  width: 75rem;
  margin: 1.5rem auto 0;
}

#feature .img05 {
  position: relative;
  margin: 1.5rem auto 0;
}

#feature .img06 {
  width: 67.3rem;
  margin: 0 3.5rem 0 auto;
}

#feature .img07 {
  width: 67.8rem;
  margin: 3.2rem 3.5rem 0 auto;
}

#feature .img08 {
  width: 51.74169rem;
}

#feature .img09 {
  width: 75rem;
}

#feature .img24 {
  margin-top: 2rem;
}


/** staff **/
#feature .staff {
  font-size: 2.1rem;
  line-height: 1.28;
  text-align: left;
  letter-spacing: 0.02em;
  margin: 20.4rem 0 0 3.6rem;
  padding-bottom: 5rem;
}

/*-------------------------
  credit
-------------------------*/
#feature .credit01 {
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 1.5rem;
  left: 2.1rem;
  margin: auto;
  text-align: right;
  z-index: 10;
}

#feature .credit02 {
  width: 50rem;
  margin: 1.3rem auto 0 2rem;
  text-align: left;
}

#feature .credit03 {
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 1.2rem;
  left: 2.1rem;
  margin: auto;
  z-index: 10;
}

#feature .credit04 {
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 1.2rem;
  left: 6.1rem;
  margin: auto;
  z-index: 10;
}

#feature .credit05 {
  width: 60rem;
  margin: 1.5rem auto 0 3.7rem;
  text-align: left;
}

#feature .credit06 {
  width: 51.74169rem;
  margin: 1.5rem auto 0 0;
  text-align: left;
}

#feature .credit07 {
  width: 51.74169rem;
  margin: 1.5rem auto 0 0;
  text-align: left;
}

#feature .credit08 {
  width: 48rem;
  margin: 1.5rem auto 0 2rem;
  text-align: left;
  position: relative;
  z-index: 10;
}

#feature .credit09 {
  width: 65rem;
  margin: 1.3rem auto 0 2rem;
  text-align: left;
}

#feature .credit10 {
  width: 75rem;
  margin: 1rem auto 0 2rem;
  text-align: left;
}

#feature .credit11 {
  width: 47rem;
  margin: 1.1rem auto 0 2rem;
  text-align: left;
}

#feature .credit12 {
  width: 50rem;
  margin: 1.5rem auto 0 2rem;
  text-align: left;
}

#feature .credit13 {
  width: 50rem;
  position: absolute;
  bottom: 1.2rem;
  left: 2.1rem;
  margin: auto;
  z-index: 10;
}

#feature .credit14 {
  width: 50rem;
  position: absolute;
  bottom: 1.2rem;
  left: 2.1rem;
  margin: auto;
  z-index: 10;
}

#feature .credit15 {
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 1.2rem;
  left: 2rem;
  margin: auto;
  text-align: right;
  z-index: 10;
}

#feature .credit16 {
  width: 55rem;
  margin: 1.3rem auto 0 2rem;
  text-align: left;
  position: relative;
  z-index: 10;
}

#feature .credit17 {
  width: 64rem;
  margin: 1.5rem auto 10rem 0;
  text-align: left;
}

#feature .credit18 {
  width: 53rem;
  height: fit-content;
  position: absolute;
  bottom: 1.4rem;
  left: 2rem;
  margin: auto;
  text-align: center;
  z-index: 10;
}

#feature .credit19 {
  width: 65rem;
  margin: 1.2rem auto 0 0;
  text-align: left;
}

#feature .credit-area .credit .txt {
  text-transform: uppercase;
}

#feature .credit-area-fade .credit,
#feature .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
}

#feature .credit-area .credit a,
#feature .credit-area-fade .credit a {
  font-size: 2.1rem;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: #000;
}

#feature .credit-area-fade .credit a,
#feature .credit-area.credit13 ul li a,
#feature .credit-area.credit14 ul li a,
#feature .credit-area.credit15 ul li a,
#feature .credit-area.credit18 ul li a {
  color: #fff;
}

#feature .credit01 ul li:nth-of-type(3) a:after,
#feature .credit02 ul li:nth-of-type(3) a:after,
#feature .credit02 ul li:nth-of-type(5) a:after,
#feature .credit03 ul li:nth-of-type(1) a:after,
#feature .credit04 ul li:nth-of-type(3) a:after,
#feature .credit05 ul li:nth-of-type(3) a:after,
#feature .credit05 ul li:nth-of-type(5) a:after,
#feature .credit06 ul li:nth-of-type(3) a:after,
#feature .credit07 ul li:nth-of-type(3) a:after,
#feature .credit07 ul li:nth-of-type(4) a:after,
#feature .credit08 ul li:nth-of-type(3) a:after,
#feature .credit08 ul li:nth-of-type(6) a:after,
#feature .credit08 ul li:nth-of-type(7) a:after,
#feature .credit09 ul li:nth-of-type(3) a:after,
#feature .credit09 ul li:nth-of-type(5) a:after,
#feature .credit10 ul li:nth-of-type(3) a:after,
#feature .credit10 ul li:nth-of-type(5) a:after,
#feature .credit11 ul li:nth-of-type(3) a:after,
#feature .credit11 ul li:nth-of-type(5) a:after,
#feature .credit12 ul li:nth-of-type(3) a:after,
#feature .credit12 ul li:nth-of-type(4) a:after,
#feature .credit13 ul li:nth-of-type(3) a:after,
#feature .credit13 ul li:nth-of-type(5) a:after,
#feature .credit14 ul li:nth-of-type(1) a:after,
#feature .credit15 ul li:nth-of-type(4) a:after,
#feature .credit15 ul li:nth-of-type(7) a:after,
#feature .credit16 ul li:nth-of-type(3) a:after,
#feature .credit16 ul li:nth-of-type(5) a:after,
#feature .credit17 ul li:nth-of-type(3) a:after,
#feature .credit17 ul li:nth-of-type(5) a:after,
#feature .credit18 ul li:nth-of-type(3) a:after,
#feature .credit18 ul li:nth-of-type(5) a:after,
#feature .credit19 ul li:nth-of-type(3) a:after,
#feature .credit19 ul li:nth-of-type(5) a:after {
  content: "";
  padding-right: 0;
  padding-left: 0;
}

#feature .credit16 ul li:nth-of-type(4) a:hover {
  opacity: 1;
}

#feature .credit-area ul li a:after,
#feature .credit-area-fade ul li a:after {
  content: "/";
  padding-right: 0.5rem;
  padding-left: 0.3rem;
}