@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho:wght@400;500;600;700;800&family=Lato:wght@400&display=swap");
/* ==========================================================================
	root
========================================================================== */
:root { --base-text-color:#333; --easeInQuad:cubic-bezier(.55, .085, .68, .53); --easeOutQuad:cubic-bezier(.25, .46, .45, .94); --easeOutQuint:cubic-bezier(0.22, 1, 0.36, 1); --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1); --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1); --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1); --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28); --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45); }

* { box-sizing: border-box; margin: 0; padding: 0; }

video, iframe, img { max-width: 100%; }

.fadeIn, .fadeIn2 { opacity: 0; transition-duration: 1.2s; }
.fadeIn.inView, .fadeIn2.inView { opacity: 1; }

.upIn, .upIn2 { transform: translateY(40px); }
.upIn.inView, .upIn2.inView { transform: translateY(0); }

.fs07 { font-size: 0.7em; }

.fs08 { font-size: 0.8em; }

.txtR, .text-right { text-align: right; }

.txtC { text-align: center; }

.tb, .ssp, .sp { display: none; }

.d_ib { display: inline-block; font-style: normal; }

.ff_sipom { font-family: "Shippori Mincho", serif; }

.ff_sans { font-family: 'Noto Sans JP', sans-serif; }

.page { background: #fff; font-size: 16px; margin-top: 52px; margin-bottom: 60px; line-height: 1.6; font-family: "Shippori Mincho", 'Noto Serif JP',serif; text-align: center; }

.actrice { max-width: 1600px; margin: auto; box-shadow: 0 0 8px #f0f0f0; }
.actrice ul { list-style: none; }
.actrice em { font-style: normal; }

.kv { position: relative; margin: auto; }
.kv h1 { position: absolute; z-index: 1; left: 2%; top: 2%; width: 100px; max-width: 6.4vw; }
.kv h2 { position: absolute; z-index: 2; width: 488px; max-width: 24vw; right: 6%; top: 46%; transform: translate(0, -50%); }
.kv figure { -webkit-mask-image: url("../images/top/kv-clippath.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 1px; -webkit-mask-position: center; transition: all 1.2s 0.1s var(--easeInOutCubic); }
.kv.inView figure { -webkit-mask-size: 98%; }

.container { width: 1080px; margin-left: auto; margin-right: auto; max-width: 92%; }

.looptext { overflow: hidden; }
.looptext ul { display: flex; }
.looptext li { white-space: nowrap; animation: loopText01 30s 0s linear infinite; }
.looptext li img { height: 6vw; max-height: 78px; max-width: none; margin: 0 3vw; }

@keyframes loopText01 { 0% { transform: translate(0); }
  to { transform: translate(-100%); } }
.redbox { display: inline-flex; justify-content: center; align-items: center; background: #c66675; color: #fff; padding: 1px 16px; }

.morebtn { text-align: right; padding-top: 0.64em; }
.morebtn a { transition-duration: 0.4s; position: relative; z-index: 10; display: inline-block; }
.morebtn img { height: 1em; }
.morebtn a:hover { transform: translateX(8px); }

.top-content h2 { display: flex; align-items: center; padding-top: 2rem; color: #4c4c4c; font-size: 1.5em; }
.top-content h2::before { content: ""; width: 7rem; height: 1px; background: #555; margin-right: 8px; }
.top-content h2 img { height: 1.5rem; width: auto; }

.top-newitem { overflow: hidden; padding: 2rem 0; }

.newsitem-txt-ib { text-align: left; display: inline-block; }

.newsitem-img ul { position: relative; width: 100%; height: 40vw; max-height: 640px; }
.newsitem-img li { position: absolute; transition-duration: 1.4s; opacity: 0; z-index: 1; }
.newsitem-img li img { height: auto; }
.newsitem-img.inView li { opacity: 1; }

.newsitem-txt { position: relative; }
.newsitem-txt h3 { padding-top: 8px; font-size: 1.4em; }
.newsitem-txt h4 { padding-top: 1.6em; color: #c66675; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }
.newsitem-txt h4 img { height: 1em; }
.newsitem-txt figure { position: absolute; top: 50%; z-index: 6; }

.top-newitem-1 { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; padding: 2rem 0 0; }
.top-newitem-1 .newsitem-img { flex: 0 0 48%; background: url("../images/top/top-lip-bg.svg") no-repeat center bottom; background-size: 70%; display: flex; align-items: center; }
.top-newitem-1 .newsitem-img li.top-lip-ph1 { z-index: 1; left: -2%; top: -2%; width: 50%; }
.top-newitem-1 .newsitem-img li.top-lip-ph2 { z-index: 2; right: 0; bottom: -22%; width: 46%; transition-delay: 0.4s; }
.top-newitem-1 .newsitem-img li.top-lip-ph3 { z-index: 3; right: -2%; top: 23%; width: 68%; transition-delay: 0.8s; }
.top-newitem-1 .newsitem-img li.top-lip-ph4 { z-index: 4; left: 8%; top: 60%; width: 38%; transition-delay: 1.2s; }
.top-newitem-1 .newsitem-txt { text-align: right; flex: 0 0 46%; }
.top-newitem-1 figure { right: 0; width: 112px; transform: translate(116%, -45%); }

.top-newitem-2 { display: flex; justify-content: space-between; align-items: center; padding: 0 0 2rem 0; }
.top-newitem-2 .newsitem-img { flex: 0 0 46%; background: url("../images/top/top-eyes-bg.svg") no-repeat left top; background-size: 54%; display: flex; align-items: center; }
.top-newitem-2 .newsitem-img li.top-eyes-ph1 { z-index: 1; right: 0; bottom: 2%; width: 56%; }
.top-newitem-2 .newsitem-img li.top-eyes-ph2 { z-index: 2; left: 0; top: 8%; width: 60%; transition-delay: 0.4s; }
.top-newitem-2 .newsitem-txt { text-align: left; flex: 0 0 44%; }
.top-newitem-2 figure { transform: translate(-100%, -50%); max-width: 280px; }

.top-lineup { background: #fdfaf5; padding: 1rem 0; }

.lineup-link ul { display: flex; justify-content: center; padding: 2em 0; }
.lineup-link li { flex: 0 0 25%; padding: 2em; }
.lineup-link a { text-decoration: none; display: block; color: #222; }
.lineup-link i { display: block; transition-duration: 0.4s; }
.lineup-link b { display: inline-flex; justify-content: center; align-items: center; padding-top: 1em; position: relative; }
.lineup-link strong { font-family: 'Noto Sans JP', sans-serif; display: inline-block; padding: 0 4px; font-size: 1.2em; }
.lineup-link span { display: block; padding-top: 8px; transition-duration: 0.4s; }
.lineup-link span img { height: 1em; }
.lineup-link a:hover i { opacity: 0.6; }
.lineup-link a:hover span { transform: translateX(2px); }
.lineup-link .redbox { font-size: 0.9em; font-weight: 400; line-height: 1.3; padding-bottom: 3px; position: absolute; left: 0; transform: translateX(-100%); }

.top-colorfit { padding: 1rem 0; }

.colorfit-content { display: flex; justify-content: flex-start; align-items: center; padding: 1rem 0 1rem; text-align: left; transform: translateY(-15%); }

.colorfit-txt { flex: 0 0 50%; padding: 0 0 0 7.8rem; }
.colorfit-txt h3 { font-weight: 500; padding-bottom: 1em; }
.colorfit-txt .morebtn img { height: 1.6em; }

.colorfit-img { flex: 0 0 40%; padding: 0 4rem; }

@media (max-width: 1240px) { .top-newitem-2 figure { max-width: 20vw; } }
@media (max-width: 980px) { .top-content h2::before { width: 4rem; }
  .lineup-link li { flex: 0 0 30%; }
  .colorfit-content { transform: translateY(0); }
  .colorfit-txt { padding-left: 4.8rem; }
  .colorfit-img { padding: 0 2rem; } }
@media (max-width: 768px) { .sp { display: inline-block; }
  .pc { display: none; }
  .shopmenu-mobile { top: 55px; }
  .kv h1 { position: absolute; z-index: 1; left: auto; right: 2%; top: 2%; width: 14%; max-width: 100px; }
  .kv h2 { position: static; z-index: 2; width: auto; margin: auto; text-align: center; width: 80%; max-width: 480px; transform: translate(0, -64%); }
  .kv figure { -webkit-mask-image: url("../images/top/kv-clippath-sp.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 1px; -webkit-mask-position: center; overflow: hidden; }
  .kv figure img { max-width: 240vw; transform: translate(-32%, 0%); }
  .kv.inView figure { -webkit-mask-size: 150%; -webkit-mask-position: 50% 0%; }
  .looptext li { animation: loopText01 20s 0s linear infinite; }
  .looptext li img { height: 16vw; }
  .newsitem-img img { width: 100%; }
  .newsitem-txt h3 { font-size: clamp(15px, 4.4vw, 24px); white-space: nowrap; }
  .newsitem-txt h4 { font-size: clamp(12px, 3.3vw, 18px); white-space: nowrap; }
  .newsitem-txt .morebtn { text-align: left; }
  .newsitem-txt-ib { display: flex; flex-direction: row-reverse; align-items: flex-end; justify-content: center; }
  .newsitem-txt-ib figure { position: static; }
  .newsitem-txt-bl { flex: 0 1 50%; }
  .top-newitem-1 { display: block; }
  .top-newitem-1 .newsitem-img { flex: 0 0 auto; background: url("../images/top/top-lip-bg.svg") no-repeat right 10%; background-size: 90%; display: block; }
  .top-newitem-1 .newsitem-img ul { height: 146vw; max-height: none; }
  .top-newitem-1 .newsitem-img li.top-lip-ph1 { z-index: 1; left: 0%; top: 0%; width: 56%; }
  .top-newitem-1 .newsitem-img li.top-lip-ph2 { z-index: 4; right: 0; bottom: -2%; width: 64%; transition-delay: 1.2s; }
  .top-newitem-1 .newsitem-img li.top-lip-ph3 { z-index: 2; right: -2%; top: 30%; width: 74%; transition-delay: 0.4s; }
  .top-newitem-1 .newsitem-img li.top-lip-ph4 { z-index: 3; left: -1%; top: 56%; width: 42%; transition-delay: 0.8s; }
  .top-newitem-1 .newsitem-txt { transform: translateY(-20vw); }
  .top-newitem-1 figure { flex: 0 0 20%; transform: translate(0%, 7vw); min-width: 100px; }
  .top-newitem-2 { display: block; }
  .top-newitem-2 .newsitem-img { background: url("../images/top/top-lip-bg.svg") no-repeat right bottom; background-size: 30% 40%; }
  .top-newitem-2 .newsitem-img ul { height: 82vw; max-height: none; }
  .top-newitem-2 .newsitem-img li.top-eyes-ph1 { z-index: 1; right: auto; left: 0; top: auto; bottom: 0; width: 56%; }
  .top-newitem-2 .newsitem-img li.top-eyes-ph2 { z-index: 2; left: auto; right: 0; top: 0; width: 58%; transition-delay: 0.4s; }
  .top-newitem-2 .newsitem-txt { padding: 1em 0 0; }
  .top-newitem-2 figure { flex: 0 0 30%; padding: 0 0.5em 0 0; transform: translate(0%, -10%); min-width: 180px; max-width: 280px; }
  .top-content h2::before { width: 3rem; }
  .lineup-link ul { justify-content: space-around; }
  .lineup-link li { padding: 0; flex: 0 0 33%; }
  .lineup-link li i { padding: 0 1em; }
  .colorfit-txt { flex: 0 0 76%; padding: 0 0 0 2rem; }
  .colorfit-txt .morebtn img { height: 1.6em; }
  .colorfit-img { flex: 0 0 24%; padding: 0 1em; }
  .link_StyleShop .style_area a, .link_StyleShop .shop_area a { font-size: 3.8vw; }
  .link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 3.2vw; } }
.ssp { display: none; }

@media (max-width: 540px) { .spc { display: none; }
  .ssp { display: block; }
  .page { margin-bottom: 16px; }
  .kv h2 { transform: translate(0, -100%); }
  .kv figure { -webkit-mask-position: 50% 36%; }
  .kv figure img { max-width: 240vw; transform: translate(-32%, -6%); }
  .kv.inView figure { -webkit-mask-position: 50% 0%; -webkit-mask-size: 136%; }
  .looptext li { animation: loopText01 20s 0s linear infinite; }
  .looptext li img { margin: 0 5vw; }
  .top-content h2::before { width: 1.8rem; }
  .lineup-link ul { display: block; padding: 2em 0; }
  .lineup-link li { padding: 0 2em 1em; }
  .lineup-link li i { max-width: 76%; margin: auto; }
  .lineup-link li.top-lineup-3 { transform: translateY(-12%); }
  .colorfit-content { display: block; padding: 1rem 0; transform: translateY(0%); }
  .colorfit-content .morebtn { text-align: center; }
  .colorfit-content .morebtn img { height: 1.6em; }
  .colorfit-txt { padding: 0 2.5rem; }
  .colorfit-img { padding: 0 4rem; } }
.link_StyleShop .ttl { font-size: 18px; }

.link_StyleShop .style_area a, .link_StyleShop .shop_area a { font-size: 1em; }

.link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 1rem; }

.link_StyleShop a.sp { display: none; }

.link_StyleShop { max-width: 96%; }

.link_StyleShop .link_cont { max-width: 100%; }

@media only screen and (max-width: 1000px) { .sticky-nav { height: 55px; }
  .link_StyleShop .ttl:before, .link_StyleShop .ttl:after { width: calc(50% - 6em); }
  .link_StyleShop .ttl { padding: 0; display: block; }
  .link_StyleShop .shop_area, .link_StyleShop .style_area { flex: 0 0 48%; } }
@media only screen and (max-width: 480px) { .link_StyleShop .shop_area, .link_StyleShop .style_area { width: 100%; }
  .link_StyleShop .shop_area p, .link_StyleShop .style_area p { font-size: clamp(12px, 4.8vw, 20px); white-space: nowrap; }
  .link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 0.8em; }
  .link_StyleShop .shop_area p .line2 span, .link_StyleShop .style_area p .line2 span { font-size: 1em; } }
/* sitemap */
.footer-upper .sitemap .inner { width: 960px; max-width: 100%; margin: 0 auto; zoom: 1; }

.footer-upper .sitemap .inner:before, .footer-upper .sitemap .inner:after { content: " "; display: table; }

.footer-upper .sitemap .inner:after { clear: both; }

.footer-upper .sitemap .col_logo { float: left; display: inline; width: 35%; }

.footer-upper .sitemap nav { width: 65%; float: left; display: inline; margin-top: 0 !important; }

.footer-upper .sitemap nav .columns { zoom: 1; }

.footer-upper .sitemap nav .columns:before, .footer-upper .sitemap nav .columns:after { content: " "; display: table; }

.footer-upper .sitemap nav .columns:after { clear: both; }

.footer-upper .sitemap nav .col1, .footer-upper .sitemap nav .col2, .footer-upper .sitemap nav .col3, .footer-upper .sitemap nav .col4 { float: left; display: inline; }

.footer-upper .sitemap dt, .footer-upper .sitemap li { font-weight: bold; margin-bottom: 20px; }

.footer-upper .sitemap dd { font-size: 1.2rem; margin-bottom: 8px; }

.footer-upper .sitemap a { color: #333; text-decoration: none; }

.footer-upper .sitemap a:link { color: #333; }

.footer-upper .sitemap a:visited { color: #333; }

.footer-upper .sitemap a:hover { color: #1a9641; }

.footer-upper .sitemap a:visited:hover { color: #1a9641; }

.footer-upper .sitemap a:active { color: #1a9641; }

.footer-upper .sitemap .new { margin-left: 0.5em; color: #c41876; }

.footer-upper .sitemap .about-makeup { display: block; }

.about-makeup { font-size: 1.3rem; }

.footer-upper .about-makeup img { width: 18px; vertical-align: -3px; margin-right: 4px; }

@media only screen and (max-width: 767px) { .footer-lower nav { padding-top: 0px; }
  .footer-lower .about-makeup { display: block; }
  .footer-upper-inner { max-width: 100%; padding: 0px; }
  .footer-upper .sp_wrap { width: 90%; margin: 0 auto; position: relative; }
  .footer-upper .footer-to-top { font-size: 1.0rem; right: 0; }
  .footer-upper .sitemap .inner { width: 100%; }
  .footer-upper .sitemap .col_logo { display: none; }
  .footer-upper .sitemap nav { width: 100%; display: block; }
  .footer-upper .sitemap nav .col1, .footer-upper .sitemap nav .col2, .footer-upper .sitemap nav .col3, .footer-upper .sitemap nav .col4 { width: 100%; }
  .footer-upper .sitemap dt, .footer-upper .sitemap li { margin-bottom: 0px; padding: 12px 10px; border-bottom: 1px solid #bbb; background: url("../images/common/ic_arrow_next.png") no-repeat 96% center; }
  .footer-upper .sitemap dd { margin-bottom: 0px; padding: 10px 10px 10px 20px; border-bottom: 1px solid #bbb; background: url("../images/common/ic_arrow_next2.png") no-repeat 96% center #ccc; }
  .footer-upper .sitemap .bd_btm { border-bottom: none; }
  .footer-upper .sitemap a { display: block; width: 100%; }
  .footer-upper .sitemap .about-makeup { display: none; } 
    li.top-lineup-2{
        position: relative;
        z-index: 10;
    }

}

/*# sourceMappingURL=actrice.css.map */

.actrice.renew {
  font-family: 'Noto Sans JP';
  color: #515151;
}

.actrice.renew .br-sp {
  display: none;
}
@media (max-width: 768px) {
  .actrice.renew .br-sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .actrice.renew .br-pc {
    display: none;
  }
}

.actrice-fv {
  position: relative;
  margin: 0 auto;
   margin: 0 calc(50% - 50vw);
   width: 100vw;
}

.actrice-fv-image.fadeIn {
  transition-delay: .3s;
}

.actrice-fv-text {
  position: absolute;
  left: 5.9%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 980px) {
  .actrice-fv-text {
    left: 7%;
  }
}
@media (max-width: 768px) {
  .actrice-fv-text {
    position: static;
    margin-top: 30px;
    text-align: center;
    transform: translateY(0);
  }
}
.actrice-fv-text.fadeIn {
  transition-delay: 1s;
}
@media (max-width: 768px) {
  .actrice-fv-text.fadeIn {
    transition-delay: .6s;
  }
}
@media (max-width: 980px) {
  .actrice-fv-text h1 {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .actrice-fv-text h1 {
    max-width: 324px;
    width: 100%;
    margin: 0 auto;
  }
}
.actrice-fv-text h2 {
  margin-top: 35px;
}
@media (max-width: 980px) {
  .actrice-fv-text h2 {
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .actrice-fv-text h2 {
    width: 186px;
    margin: 15px auto 0;
  }
}
.actrice-fv-text p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .1em;
}
@media (max-width: 980px) {
  .actrice-fv-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .actrice-fv-text p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .08em;
  }
}

.actrice-new {
  margin-top: 85px;
  padding: 0 80px;
}
@media (max-width: 980px) {
  .actrice-new {
    margin-top: 70px;
    padding: 0 30px;

  }
}
@media (max-width: 768px) {
  .actrice-new {
    padding: 0;

  }
}

.actrice-new-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .actrice-new-title {
    max-width: 353px;
    margin: 0 auto;
    transition-delay: .3s;
  }
}

.actrice-new-bg {
  max-width: 1000px;
  margin: 0 0 0 auto;
  padding: 140px 55px 80px 100px;
  background-color: #fcfaf4;
  border-radius: 16px;
  transform: translateY(-78px);
}
@media (max-width: 1280px) {
  .actrice-new-bg {
    max-width: 800px;
  }
}
@media (max-width: 980px) {
  .actrice-new-bg {
    padding: 90px 30px 50px 75px;
  }
}
@media (max-width: 768px) {
  .actrice-new-bg {
    max-width: 420px;
    margin: 0 auto;
    padding: 90px 25px 50px;
    transform: translateY(-50px);
  }
}

.actrice-new-bg .splide__track {
  overflow: visible;
}
@media (max-width: 768px) {
  .actrice-new-bg .splide__track {
    overflow: hidden;
  }
}
.splide.is-initialized:not(.is-active) .splide__list.actrice-new-image {
  display: flex;
}

.actrice-new-image {
  display: flex;
  column-gap: 40px;
  transform: translateX(-25%);
}
@media (max-width: 980px) {
  .actrice-new-image {
    column-gap: 20px;
    transform: translateX(-10%);
  }
}
@media (max-width: 768px) {
  .actrice-new-image {
    column-gap: 0;
    transform: translateX(0);
  }
}
@media (max-width: 980px) {
  .actrice-new-image-item {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .actrice-new-image-item {
    width: auto;
  }
}
@media (max-width: 768px) {
  .actrice-new-image img {
    display: block;
    width: 100%;
  }
}

.actrice-new-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .actrice-new-wrap {
    display: flex;
    column-gap: 45px;
    margin-top: 60px;
    padding-left: 18px;
  }
}

.actrice-new-prd {
  position: absolute;
  left: -30%;
  bottom: 0
}
@media (max-width: 980px) {
  .actrice-new-prd {
    left: -13%;
  }
}
@media (max-width: 768px) {
  .actrice-new-prd {
    position: static;
    width: 47px;
  }
}

.actrice-new-content {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .actrice-new-content {
    margin-top: 0;
    width: calc(100% - 90px);
  }
}

.actrice-new-content-head {
  display: flex;
  align-items: flex-start;
  column-gap: 33px;
}
@media (max-width: 768px) {
  .actrice-new-content-head {
    display: block;
    text-align: left;
  }
}

.actrice-new-content-label {
  padding: 3px 10px 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #c66675;
  border: 1px solid #c66675;
  background-color: #fff;
}
@media (max-width: 768px) {
  .actrice-new-content-label {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 4px 23px 5px;
  }
}

.actrice-new-content-name {
  text-align: left;
}
@media (max-width: 768px) {
  .actrice-new-content-name span {
    display: block;
    width: 158px;
  }
}

.actrice-new-content-name h3 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
}
@media (max-width: 768px) {
  .actrice-new-content-name h3 {
    margin-top: 20px;
    font-size: 14px;
  }
}

.actrice-new-content-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .actrice-new-content-bottom  {
    display: block;
  }
}

.actrice-new-content-text {
  margin-top: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
}
@media (max-width: 768px) {
  .actrice-new-content-text {
    margin-top: 15px;
    font-size: 14px;
  }
}

.actrice-new-content-link a {
  display: flex;
  column-gap: 40px;
  position: relative;
  font-family: 'Lato';
  font-size: 20px;
  text-decoration: none;
  color: #c66675;
  transition: .5s;
}
.actrice-new-content-link a:hover {
  column-gap: 30px;
  filter: brightness(110%);
}
@media (max-width: 768px) {
  .actrice-new-content-link a {
    column-gap: 14px;
    margin-top: 30px;
    font-size: 14px;
  }
}

.actrice-new-content-link a::after {
  content: url(../images/renew/actrice-link-long.svg);
  width: 207px;
  height: 20px;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .actrice-new-content-link a::after {
    content: url(../images/renew/actrice-link-sp.svg);
    width: 69px;
    height: 10px;
  }
}

.actrice-line {
  max-width: 1366px;
  margin: -30px auto 0;
  padding: 0 80px;
  text-align: left;
}
@media (max-width: 1080px) {
  .actrice-line {
    margin: 30px auto 0;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .actrice-line {
    max-width: 450px;
    margin: 10px auto 0;
    padding: 0 0 0 24px;
    text-align: center;
  }
}

.actrice-line-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: translate(19%,60%);
}
@media (max-width: 768px) {
  .actrice-line-title {
    width: 178px;
    margin-bottom: 30px;
    transform: translate(0);
  }
}

.actrice-line-list {
  display: flex;
  justify-content: flex-end;
  column-gap: 40px;
}
@media (max-width: 1080px) {
  .actrice-line-list {
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .actrice-line-list {
    column-gap: 0;
    justify-content: initial;
  }
}
.splide.is-initialized:not(.is-active) .splide__list.actrice-line-list {
  display: flex;
}
@media (max-width: 768px) {
  .splide .splide__pagination {
    bottom: -45px;
  }
  .splide .splide__pagination__page {
    width: 16px;
    height: 16px;
    margin: 0 13px;
    background-color: #f2f2f2;
  }  
  .splide .splide__pagination__page.is-active {
    background-color: #c66675;
    transform: scale(1);
  }  
  .actrice-line-item {
    width: calc(100% - 110px)!important;
  }
  .actrice-line-item.fadeIn {
    opacity: 1;
  }
}
.actrice-line-item:nth-child(2) {
  transition-delay: .2;
}
@media (max-width: 768px) {
  .actrice-line-item:nth-child(2) {
    transition-delay: 0;
  }
}
.actrice-line-item:nth-child(3) {
  transition-delay: .4s;
}
@media (max-width: 768px) {
  .actrice-line-item:nth-child(3) {
    transition-delay: 0;
  }
}

.actrice-line-image {
  padding: 80px 10px 40px;
  background-color: #f8ecee;
  border-radius: 16px;
}
@media (max-width: 980px) {
  .actrice-line-image {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .actrice-line-image {
    padding: 110px 10px 65px;
    background-color: #f8ecee;
    border-radius: 14px;
  }
}
@media (max-width: 980px) {
  .actrice-line-image img {
    width: 180px;
  }
}

.actrice-line-name {
  margin-top: 15px;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1080px) {
  .actrice-line-name {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .actrice-line-name {
    font-size: 24px;
  }
}

.actrice-line-link {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  position: relative;
  margin-top: 25px;
  font-family: 'Lato';
  font-size: 20px;
  text-decoration: none;
  color: #c66675;
  transition: .5s;
}
.actrice-line-link:hover {
  column-gap: 10px;
  filter: brightness(110%);
}
@media (max-width: 768px) {
  .actrice-line-link  {
    column-gap: 18px;
    font-size: 14px;
  }
}
.actrice-line-link::after {
  content: url(../images/renew/actrice-link.svg);
  width: 65px;
  height: 20px;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .actrice-line-link::after {
    content: url(../images/renew/actrice-link-sp.svg);
    width: 69px;
    height: 10px;
  }
}

.actrice-fit {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 980px) {
  .actrice-fit {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .actrice-fit {
    margin-top: 120px;
    padding: 0 24px 75px;
  }
}


.actrice-fit-wrap {
  display: flex;
  align-items: center;
  column-gap: 9vw;
}
@media (max-width: 768px) {
  .actrice-fit-wrap {
    display: block;
  }
}

.actrice-fit-image.sp {
  display: none;
}
@media (max-width: 768px) {
  .actrice-fit-image.pc {
    display: none;
  }
  .actrice-fit-image.sp {
    position: relative;
    z-index: 0;
    display: block;
    max-width: 375px;
    margin: 0 auto;
    transform: translate(10px,-20px);
  }
}

.actrice-fit-content {
  text-align: left;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .actrice-fit-content {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .actrice-fit-content h2 {
    position: relative;
    z-index: 1;
    width: 236px;
    margin: 0 auto;
  }
}


.actrice-fit-message .main {
  margin-top: 35px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .actrice-fit-message .main {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    font-size: 20px;
  }
}

.actrice-fit-message .sub {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  .actrice-fit-message .sub {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.actrice-fit-link {
  margin-top: 50px;
  text-align: right;
  transform: translateX(3vw);
}
@media (max-width: 768px) {
  .actrice-fit-link {
    margin-top: 30px;
    text-align: center;
    transform: translateX(0);
  }
}

.actrice-fit-link a {
  display: inline-flex;
  column-gap: 40px;
  position: relative;
  font-family: 'Lato';
  font-size: 20px;
  text-decoration: none;
  color: #c66675;
  transition: .5s;
}
.actrice-fit-link a:hover {
  column-gap: 30px;
  filter: brightness(110%);
}
@media (max-width: 768px) {
  .actrice-fit-link a {
    column-gap: 12px;
    font-size: 14px;
    text-decoration: none;
    color: #c66675;
  }
}
.actrice-fit-link a::after {
  content: url(../images/renew/actrice-link-long.svg);
  width: 207px;
  height: 20px;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .actrice-fit-link a::after {
    content: url(../images/renew/actrice-link-sp.svg);
    width: 69px;
    height: 10px;
  }
}