@charset "UTF-8";
/* font
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
/* reset
--------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, video {
  display: block;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  border: 0;
}

*:focus {
  outline: none;
}

/*------------------------
 structure
------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}

html.is-fixed {
  overflow: hidden;
}

body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6em;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
    font-size: 1.4rem;
  }
}
.l-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-wrapper {
    min-width: 1100px;
  }
}
/*------------------------
 style
------------------------*/
h1, h2, h3, h4 {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.01);
  transition: 0.3s;
  cursor: pointer;
}

img, video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.icon {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/*------------------------
 header
------------------------*/
.header {
  position: relative;
  padding-bottom: 60px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 83.3333333333%;
  min-width: 750px;
  height: 100%;
  background-color: #3E3A39;
  z-index: -3;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header::before {
    width: 100%;
  }
}
.header-bg-inner {
  position: absolute;
  bottom: 80px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.header-bg-inner__logo {
  width: 240px;
}

@media screen and (min-width: 768px) {
  .header {
    padding-left: 20px;
  }
  .header-bg {
    position: relative;
    width: 91.6666666667%;
    max-width: 1100px;
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
    z-index: -1;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 1201px) {
  .header-bg {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .header-bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 114px;
    height: 9px;
    background: url(../img/janepacker/txt-gnav-copyright-25ss.svg) 0 center/contain no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-bg {
    right: 0;
    width: 100%;
  }
  .header-bg::after {
    right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .header-bg {
    height: calc(var(--vh, 1vh) * 100 - 60px);
    aspect-ratio: 1500/924;
  }
  .header-bg .slick-slider,
  .header-bg .slick-list,
  .header-bg .slick-track {
    height: 100%;
  }
  .header-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    padding: 155px 0 115px;
    height: auto;
  }
  .header::before {
    content: "";
    position: absolute;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .header__btn {
    position: absolute;
    bottom: -65px;
    height: 65px;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
  }
  .header__btn a {
    position: absolute;
    right: 15px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(150.97deg, rgba(180, 160, 190, 0.7) 0%, rgba(179, 159, 194, 0.7) 24.33%, rgba(175, 155, 207, 0.7) 49.54%, rgba(169, 149, 227, 0.7) 75.06%, rgba(160, 140, 255, 0.7) 100%);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1000;
    transition: 0.3s;
  }
  .is-scroll .header__btn a {
    position: fixed;
    top: auto;
    bottom: 10px;
  }
  .header__btn span {
    display: block;
    position: absolute;
    left: 10px;
    top: calc(50% - 1px);
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .header__btn span:before, .header__btn span::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .header__btn span:before {
    margin-top: -8px;
  }
  .header__btn span:after {
    margin-top: 14px;
  }
  .header__btn.is-open a {
    position: fixed;
    top: 15px;
    bottom: auto;
    background: transparent;
  }
  .header__btn.is-open span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__btn.is-open span:before {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header__btn.is-open span:after {
    display: none;
  }
  .header-inner {
    position: static;
    width: 100%;
    height: auto;
  }
  .header-inner .header-logo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-inner__text {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
  }
  .header-inner__text span {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .header-inner__text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 1px;
    height: 35px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scrollLine 1.5s infinite;
    animation: scrollLine 1.5s infinite;
  }
  .header-bg-inner {
    position: absolute;
    bottom: auto;
    align-items: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 55px;
  }
  .header-bg-inner__logo {
    width: 140px;
  }
}
/*------------------------
 gnav
------------------------*/
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 14.33%;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 900;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.4s;
  }
  .gnav-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 55px 20px 0;
    height: 100%;
    background: linear-gradient(150.97deg, rgba(180, 160, 190, 0.7) 0%, rgba(179, 159, 194, 0.7) 24.33%, rgba(175, 155, 207, 0.7) 49.54%, rgba(169, 149, 227, 0.7) 75.06%, rgba(160, 140, 255, 0.7) 100%);
  }
  .gnav-logo-jp img {
    width: 133px;
  }
  .gnav-pc--hover {
    font-size: 1.1rem;
    color: #cbcbcb;
  }
  .gnav-top {
    padding-top: 90px;
    background: url(../img/janepacker/logo-jp-w.png) center top/134px auto no-repeat;
  }
  .gnav-top__list li {
    margin-top: 20px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.35;
  }
  .gnav-top__list .u-lang-en {
    display: block;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: 400 !important;
    color: #fff;
  }
  .gnav-top__copyright {
    margin: 25px auto 0;
    padding-bottom: 15px;
    width: 110px;
  }
  .gnav-top__copyright small {
    display: block;
  }
  .gnav-bottom {
    margin: 0 auto;
  }
  .gnav-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 24px 0;
    border-top: 1px solid #fff;
  }
  .gnav-bottom__logo--selery {
    width: 50px;
  }
  .gnav-bottom__logo--selery a {
    display: block;
    line-height: 0;
  }
  .gnav-bottom__logo--selery svg {
    width: auto;
    height: 20px;
  }
  .gnav-bottom__logo--selery svg path {
    fill: #fff;
  }
  .gnav-bottom__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .gnav-bottom__list .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
  .gnav-bottom__copyright {
    margin: 0 auto;
    width: 155px;
    line-height: 0;
  }
  html.is-fixed .gnav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .gnav {
    position: relative;
  }
  .gnav-inner {
    position: absolute;
    right: 0;
    bottom: -60px;
    display: flex;
    width: 83.3333333333%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnav-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .gnav-pc--hover {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .gnav-logo-jp img {
    width: 114px;
  }
}
@media screen and (min-width: 768px) {
  .gnav-top {
    display: flex;
    align-items: center;
    padding-left: 24px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnav-top {
    padding-left: 0;
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .gnav-top__list {
    display: flex;
  }
  .gnav-top__list li {
    position: relative;
    padding: 0 25px;
    color: #fff;
  }
  .gnav-top__list li:nth-child(3) {
    padding: 0 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnav-top__list li {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .gnav-top__list li span {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .gnav-top__list a:hover .u-lang-en {
    opacity: 0;
  }
  .gnav-top__list a:hover .gnav-pc--hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .gnav-top__copyright {
    width: 114px;
  }
  .gnav-top__copyright small {
    display: block;
    line-height: 0;
  }
}
/*------------------------
 footer
------------------------*/
.footer {
  padding: 40px 0;
  background-color: #3E3A39;
}

.footer-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 0 10px;
    min-width: 1000px;
    max-width: 1100px;
    justify-content: space-between;
  }
}
.footer-info {
  display: flex;
  align-items: center;
}

.footer-info__list {
  display: flex;
}
.footer-info__list li, .footer-info__list a {
  line-height: 1;
}
.footer-info__list.-company li {
  margin-right: 30px;
}
.footer-info__list.-company a {
  font-size: 1.3rem;
  line-height: 1;
}
.footer-info__list.-company a:hover {
  text-decoration: underline;
}
.footer-info__list.-sns {
  padding-left: 10px;
}
.footer-info__list.-sns li {
  margin-right: 20px;
}
.footer-info__list.-sns svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer-copyright {
  display: flex;
  align-items: center;
}
.footer-copyright small {
  font-size: 1rem;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.footer-copyright small img {
  margin: -1px 15px 0 0;
  width: auto;
  height: 10px;
  vertical-align: middle;
}

.footer-copyright__logo-selery {
  line-height: 20px;
  margin-left: 10px;
}
.footer-copyright__logo-selery svg {
  width: 50px;
  height: 20px;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 30px;
  }
  .footer-inner .footer-info {
    flex-direction: column-reverse;
  }
  .footer-inner .footer-info__list {
    display: flex;
  }
  .footer-inner .footer-info__list li, .footer-inner .footer-info__list a {
    line-height: 1;
  }
  .footer-inner .footer-info__list.-company {
    margin-top: 25px;
    gap: 0 20px;
  }
  .footer-inner .footer-info__list.-company li {
    margin-right: 0;
  }
  .footer-inner .footer-info__list.-company a {
    font-size: 1.3rem;
    line-height: 1;
    white-space: nowrap;
  }
  .footer-inner .footer-info__list.-company a:hover {
    text-decoration: underline;
  }
  .footer-inner .footer-info__list.-sns {
    gap: 0 30px;
    padding-left: 0;
  }
  .footer-inner .footer-info__list.-sns li {
    margin-right: 0;
  }
  .footer-inner .footer-info__list.-sns svg {
    width: 30px;
    height: 30px;
  }
  .footer-inner .footer-copyright {
    position: relative;
    margin-top: 70px;
  }
  .footer-inner .footer-copyright small {
    display: block;
    font-size: 1rem;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .footer-inner .footer-copyright small img {
    margin: 0;
    height: 12px;
    vertical-align: middle;
  }
  .footer-inner .footer-copyright .sp-jp {
    display: block;
    text-align: center;
  }
  .footer-inner .footer-copyright .sp-jp::after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .footer-inner .footer-copyright .sp-bottom {
    display: block;
    padding-left: 65px;
    line-height: 25px;
    text-align: right;
    letter-spacing: 0.03em;
  }
  .footer-inner .footer-copyright__logo-selery {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
    margin-left: 0;
  }
  .footer-inner .footer-copyright__logo-selery svg {
    width: 60px;
    height: 25px;
  }
}
/*------------------------
 pagetop
------------------------*/
.pagetop {
  position: relative;
  margin: 130px auto 10px;
  width: 50px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    margin: 40px auto -10px;
  }
}
.pagetop a {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pagetop a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagetop a:hover {
  opacity: 0.7;
}

.float-pagetop__btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(180, 160, 190, 0.7) 0%, rgba(178, 158, 194, 0.7) 24.33%, rgba(175, 154, 206, 0.7) 49.54%, rgba(169, 149, 227, 0.7) 75.06%, rgba(160, 140, 255, 0.7) 100%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 100;
}

.float-pagetop__btn.is-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.float-pagetop__btn::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.float-pagetop__btn:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

/*------------------------
 contents
------------------------*/
@media screen and (min-width: 768px) {
  .contents__btnbox {
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0;
    width: 830px;
  }
  .bottom-link {
    padding-top: 60px;
  }
  .bottom-link .contents__btnbox {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents__btnbox {
    margin: 35px auto 0;
    width: 66.66vw;
    max-width: 400px;
  }
  .bottom-link {
    padding-top: 25px;
  }
  .contents__btnbox li + li {
    margin-top: 20px;
  }
  .contents-inner {
    position: relative;
  }
  .contents-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
  }
}
/*------------------------
 button
------------------------*/
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  height: 70px;
  border: 1px solid #333;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  transition: 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
}
.c-btn::after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn.-contact::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2026%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2222%22%20height%3D%2216%22%2F%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2222.5%209.5%2029.5%209.5%2029.5%2025.5%207.5%2025.5%207.5%2017.5%22%2F%3E%3C%2Fsvg%3E");
}
.c-btn.-catalog::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2021.6%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M26.5%2C21.1c-1.9-3.4-9.5-3.4-13%2C0-3-3-9.3-4.3-13%2C0V2.9c1.9-3%2C9.7-3.3%2C13%2C0C17-.7%2C24.6.3%2C26.5%2C2.9Z%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2213.5%22%20y1%3D%221.6%22%20x2%3D%2213.5%22%20y2%3D%2220.6%22%2F%3E%3C%2Fsvg%3E");
}
.c-btn.-gray, .c-btn.-gray02 {
  border-color: #333;
  color: #333;
  font-weight: 600;
}
.c-btn.-gray.-contact::after, .c-btn.-gray02.-contact::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2026%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2222%22%20height%3D%2216%22%2F%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2222.5%209.5%2029.5%209.5%2029.5%2025.5%207.5%2025.5%207.5%2017.5%22%2F%3E%3C%2Fsvg%3E");
}
.c-btn.-gray.-catalog::after, .c-btn.-gray02.-catalog::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2021.6%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M26.5%2C21.1c-1.9-3.4-9.5-3.4-13%2C0-3-3-9.3-4.3-13%2C0V2.9c1.9-3%2C9.7-3.3%2C13%2C0C17-.7%2C24.6.3%2C26.5%2C2.9Z%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2213.5%22%20y1%3D%221.6%22%20x2%3D%2213.5%22%20y2%3D%2220.6%22%2F%3E%3C%2Fsvg%3E");
}

.pc .c-btn.-gray:hover {
  background-color: #3E3A39;
  color: #fff;
  border-color: #fff;
}
.pc .c-btn.-gray:hover.-contact::after {
  background-image: url(../img/janepacker/icon-link.svg);
}
.pc .c-btn.-gray:hover.-catalog::after {
  background-image: url(../img/janepacker/icon-book.svg);
}
.pc .c-btn.-gray:hover::before {
  left: -10%;
  right: auto;
  width: 120%;
}

.c-link-more {
  line-height: 1;
  text-decoration: underline;
  vertical-align: middle;
  letter-spacing: -0.15em;
}
.c-link-more:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: 12vw;
    max-height: 90px;
    font-size: min(3.73vw, 2rem);
  }
  .c-btn::after {
    content: "";
    display: inline-block;
    margin: -2px 0 0 6px;
    width: 20px;
    height: 20px;
  }
}
/*------------------------
 grid
------------------------*/
.c-inner {
  margin: 0 auto;
}

.c-inner__title {
  font-family: "Jost", sans-serif;
  color: #666;
  line-height: 1;
  font-weight: 300;
}

.c-inner__title::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 65px;
  height: 1px;
  background-color: #666;
  vertical-align: -1px;
}

.c-inner__title.-noline::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .c-inner {
    padding: 0 20px;
    width: 1000px;
  }
  .c-inner__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-inner__title {
    font-size: 1.5rem;
  }
  .c-inner__title::after {
    width: 50px;
  }
}
/*------------------------
 STORY
------------------------*/
@media screen and (min-width: 768px) {
  .story {
    position: relative;
    margin-top: 70px;
    padding-top: 70px;
    margin-left: 16.6666666667%;
    min-width: 1000px;
  }
  .story h2 {
    position: absolute;
    top: 70px;
    margin-left: -4.3em;
    z-index: 50;
  }
  .story.is-sticky::before, .story.is-sticky::after, .story.is-absolute::before, .story.is-absolute::after {
    content: "";
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 10;
  }
  .story.is-sticky h2 {
    position: fixed;
    top: 70px;
    left: auto;
    margin-left: -4.3em;
  }
  .story.is-sticky::before {
    position: fixed;
    top: 0;
  }
  .story.is-sticky::after {
    position: fixed;
    bottom: 0;
  }
  .story.is-absolute h2 {
    position: fixed;
    top: 70px;
  }
  .story.is-absolute::before {
    position: fixed;
    top: 0;
  }
  .story.is-absolute::after {
    position: absolute;
    bottom: -70px;
  }
  .story-inner {
    position: absolute;
    width: 100%;
    height: calc(100vh - 140px);
    top: 70px;
    bottom: auto;
  }
  .story-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: url(../img/janepacker/bg-story-pc.jpg) 0 0/100% auto no-repeat;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (min-height: 1690px) {
  .story-inner {
    height: 100%;
  }
  .story-inner::before {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .is-sticky .story-inner {
    position: fixed;
    left: auto;
    top: 70px;
    width: 83.3333333333%;
    min-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .is-absolute .story-inner {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .story {
    margin-left: 0;
    width: 100%;
  }
  .story h2 {
    top: calc(70px - 1.5em);
    left: 20px;
    margin-left: 0;
  }
  .story.is-sticky h2, .story.is-absolute h2 {
    top: calc(70px - 1.5em);
    left: 20px;
    margin-left: 0;
  }
}
.story__title {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.story-details {
  margin: 0 auto;
  padding: 80px 120px 55px 50px;
  width: 1000px;
}

.story-detail {
  display: flex;
  gap: 0 35px;
}

.story-detail__text {
  width: 410px;
}

.-item01 .story-detail__text {
  padding-top: 230px;
  background: url(../img/janepacker/logo-jp-w.png), url(../img/janepacker/txt-gnav-copyright.svg);
  background-position: center top, center 155px;
  background-size: 238px auto, 97px auto;
  background-repeat: no-repeat, no-repeat;
}

.story-detail__text p {
  margin-top: 2.4em;
  line-height: 2.25;
  text-align: justify;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.-item02 .story-detail__text {
  margin-top: -25px;
}

.story-detail__img {
  width: 385px;
}

.-item02 .story-detail__img {
  padding-top: 45px;
}

.story-date {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 10px;
  margin-top: -10px;
  padding: 20px;
  background-color: #e5e5e6;
}

.story-date__img {
  width: 180px;
}

.story-date__text {
  margin-top: 10px;
  width: 155px;
}

.story-date__text h4 {
  position: relative;
  line-height: 1;
  color: #000;
}

.story-date__text h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: 1px;
  background-color: #231815;
}

.story-date__text p {
  margin-top: 15px;
  color: #000;
  line-height: 1.2;
  letter-spacing: normal;
}

.story-date__text a {
  font-size: 1.4rem;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .pc-justfy {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .story {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
  }
  .story h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 50;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: 0.3s;
  }
  .story::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: url(../img/janepacker/bg-story-sp.jpg) 0 50px/cover no-repeat;
    z-index: -5;
  }
  .story::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 10;
  }
  .story.is-sticky h2 {
    position: fixed;
  }
  .story.is-sticky::before {
    position: fixed;
  }
  .story.is-sticky::after {
    position: fixed;
  }
  .story.is-absolute h2 {
    position: fixed;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .story.is-absolute::before {
    position: fixed;
  }
  .story.is-absolute::after {
    position: fixed;
  }
  .story-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .story-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 10;
  }
  .is-sticky .story-inner::after {
    position: fixed;
  }
  .is-absolute .story-inner::after {
    position: absolute;
  }
  .story__title {
    font-size: 1.8rem;
    line-height: 1.65;
  }
  .story-details {
    margin: 0 auto;
    padding: 50px 0 40px;
    width: 100%;
  }
  .story-detail {
    flex-direction: column;
    gap: 0 0;
  }
  .story-detail__text {
    width: 100%;
  }
  .-item01 .story-detail__text {
    padding-top: 155px;
    background-position: center top, 0 0;
    background-size: 180px auto, 0 auto;
  }
  .story-detail__text p {
    margin-top: 3em;
    padding: 0 30px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.11em;
  }
  .story-detail__text p + p {
    margin-top: 2.4em;
  }
  .-item02 .story-detail__text {
    margin-top: 30px;
  }
  .story-detail__img {
    padding: 45px 30px;
    width: 100%;
  }
  .-item02 .story-detail__img {
    padding-top: 30px;
  }
  .story-date {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 25px;
    padding: 0;
    background-color: transparent;
  }
  .story-date__img {
    width: 100%;
  }
  .story-date__text {
    display: flex;
    margin-top: 5px;
    width: 100%;
  }
  .story-date__text h4 {
    display: flex;
    align-items: baseline;
    color: #fff;
  }
  .story-date__text h4::after {
    content: "";
    position: static;
    display: inline-block;
    margin-left: 3px;
    width: 25px;
    background-color: #fff;
  }
  .story-date__text p {
    margin-top: 0;
    margin-left: 10px;
    color: #fff;
    line-height: 1.2;
  }
}
/*------------------------
 CONCEPT
------------------------*/
.concept {
  margin-top: 120px;
}

.concept-title {
  display: flex;
  align-items: center;
}

.concept-title h2::after {
  margin-left: 15px;
}

.concept-title p {
  margin-left: 25px;
  width: 650px;
  line-height: 0;
}

.concept-detail {
  margin-top: 50px;
  display: flex;
}

.concept-detail__text {
  padding: 0 20px 0 80px;
  width: calc(100% - 500px);
}

.concept-detail__text h3 {
  margin-top: -0.4em;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-size: 2.2rem;
}

.concept-detail__text p {
  margin-top: 15px;
  line-height: 2.1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.concept-detail__img {
  width: 500px;
}

.concept-line {
  display: inline-block;
  margin: -3px 3px 0;
  width: 33px;
  height: 1px;
  background-color: #333;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .concept {
    margin-top: 0;
    padding-top: 90px;
    background-color: #fff;
  }
  .concept-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .concept-title h2::after {
    margin-left: 8px;
  }
  .concept-title p {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }
  .concept-detail {
    margin-top: 50px;
    flex-direction: column;
  }
  .concept-detail__text {
    padding: 0;
    width: 100%;
  }
  .concept-detail__text h3 {
    margin-top: -0.4em;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 2rem;
  }
  .concept-detail__text p {
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: normal;
  }
  .concept-detail__img {
    margin: 20px -30px 0;
    width: calc(100% + 60px);
  }
  .concept-line {
    margin: -3px 3px 0;
    width: 17px;
    height: 1px;
  }
}
/*------------------------
 LINE UP
------------------------*/
.lineup {
  margin-top: 125px;
}

.lineup__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.lineup__list a:hover {
  opacity: 0.7;
}

.lineup__list p {
  position: absolute;
  visibility: hidden;
}

.lineup-function {
  margin-top: 95px;
}

.lineup-function-detail {
  margin-top: -30px;
}

.lineup-function-detail h5 {
  padding-left: 20px;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.lineup-function-detail h5 .dot {
  display: inline-block;
  position: relative;
}

.lineup-function-detail h5 .dot::after {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 6px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009fe8;
}

@media screen and (min-width: 768px) {
  .lineup__list li {
    width: 216px;
  }
  .lineup__list li:nth-child(2) {
    width: 225px;
  }
  .lineup-function-detail__img {
    margin-top: -150px;
  }
  .lineup-function-detail__list {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 20px;
  }
  .lineup-function-detail__list .list-img {
    margin-top: -25px;
    width: 56.25%;
  }
  .lineup-function-detail__list .list-img .c-btn {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: calc(100% - 20px - 56.25%);
  }
  .lineup-function-detail__list .list-movie {
    margin-top: 40px;
    width: calc(100% - 20px - 56.25%);
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    margin-top: 100px;
  }
  .lineup__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 35px 16px;
    margin: 50px -5px 0 0;
  }
  .lineup__list li {
    width: calc(50% - 18px);
  }
  .lineup__list li:nth-child(1) {
    margin-top: -70px;
  }
  .lineup__list li:nth-child(2) {
    order: -1;
    width: calc(50% - 10px);
  }
  .lineup__list li:nth-child(3) {
    margin-top: -15px;
    margin-left: 20px;
  }
  .lineup__list li:nth-child(4) {
    margin-top: -85px;
  }
  .lineup__list figure {
    overflow: hidden;
  }
  .lineup__list figure img {
    transition: 0.3s;
  }
}
.lineup-detail {
  position: relative;
  margin-top: 105px;
  padding-bottom: 75px;
}

.lineup-detail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}

.lineup-detail .c-inner {
  position: relative;
}

.lineup-detail__text {
  position: absolute;
  top: 100px;
}

.lineup-detail__text {
  left: 50%;
}
.lineup-detail__text h3::after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 116px;
  height: 1px;
}

.lineup-detail__text p {
  margin-top: 35px;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.lineup-detail__text p strong {
  display: block;
  margin-bottom: 18px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.3em;
}

.lineup-detail__img img {
  width: 460px;
}

.lineup-styling h4 {
  margin: 0 auto 40px;
  width: 960px;
  color: #fff;
}

.lineup-styling h4::after {
  background-color: #fff;
}

.lineup-styling-detail {
  position: relative;
  margin-top: 40px;
  height: 360px;
}

.lineup-styling__list {
  float: left;
  overflow: hidden;
}

.lineup-styling__list li {
  position: relative;
  width: 250px;
  height: 360px;
  float: left;
  border-right: 10px solid transparent;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lineup-detail.-monotone {
    margin-top: 100px;
  }
  .lineup-detail.-monotone::before {
    background: linear-gradient(147.66deg, rgba(62, 58, 57, 0.2) 0.03%, rgba(90, 86, 85, 0.17) 17.18%, rgba(161, 159, 158, 0.09) 54.38%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-monotone .lineup-detail__img {
    text-align: right;
  }
  .lineup-detail.-monotone .lineup-detail__text {
    left: 20px;
    margin-top: -20px;
  }
  .lineup-detail.-monotone .lineup-detail__text h3 {
    width: 398px;
  }
  .lineup-detail.-monotone .lineup-detail__text h3::after {
    background-color: #3E3A39;
  }
  .lineup-detail.-monotone .lineup-detail__text p {
    margin-top: 35px;
    color: #3E3A39;
  }
  .lineup-detail.-monotone .lineup-detail__list {
    display: flex;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(1) {
    margin: -155px 0 0 45px;
    width: 240px;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(2) {
    position: relative;
    z-index: -1;
    margin: 85px 0 0 -25px;
    width: 500px;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(3) {
    margin: 45px 0 0 90px;
    width: 240px;
  }
  .lineup-detail.-saxe {
    margin-top: 100px;
  }
  .lineup-detail.-saxe::before {
    height: calc(100% - 110px);
    background: linear-gradient(147.66deg, rgba(25, 89, 117, 0.2) 0.01%, rgba(53, 110, 134, 0.17) 15%, rgba(126, 162, 178, 0.1) 47.51%, rgba(242, 245, 247, 0.01) 94.77%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-saxe .lineup-detail__text {
    top: 10px;
    padding-left: 55px;
  }
  .lineup-detail.-saxe .lineup-detail__text h3 {
    width: 445px;
  }
  .lineup-detail.-saxe .lineup-detail__text h3::after {
    margin-top: 25px;
    background-color: #195975;
  }
  .lineup-detail.-saxe .lineup-detail__text p {
    color: #195975;
  }
  .lineup-detail.-saxe .lineup-detail__list {
    display: flex;
    margin-top: 70px;
  }
  .lineup-detail.-saxe .lineup-detail__list li:nth-child(1) {
    margin-left: 65px;
    width: 240px;
  }
  .lineup-detail.-saxe .lineup-detail__list li:nth-child(2) {
    margin: -150px 0 0 95px;
    width: 500px;
  }
  .lineup-detail.-pink::before {
    background: linear-gradient(147.66deg, rgba(223, 141, 173, 0.2) 0.01%, rgba(231, 169, 193, 0.14) 28.27%, rgba(251, 241, 245, 0.02) 89.11%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-pink .lineup-detail__text {
    top: 12px;
    margin-left: 50px;
  }
  .lineup-detail.-pink .lineup-detail__text h3 {
    width: 210px;
  }
  .lineup-detail.-pink .lineup-detail__text h3::after {
    background-color: #DF8DAD;
  }
  .lineup-detail.-pink .lineup-detail__text p {
    margin-top: 35px;
    color: #DF8DAD;
  }
  .lineup-detail.-pink .lineup-detail__list {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .lineup-detail.-pink .lineup-detail__list li:nth-child(1) {
    margin: -65px 90px 0 0;
    width: 240px;
  }
  .lineup-detail.-pink .lineup-detail__list li:nth-child(2) {
    margin-top: -190px;
    width: 300px;
  }
  .lineup-detail.-beige::before {
    background: linear-gradient(147.66deg, rgba(226, 146, 35, 0.2) 0.01%, rgba(230, 160, 63, 0.17) 15.61%, rgba(239, 196, 136, 0.1) 49.44%, rgba(255, 253, 252, 0) 98.65%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-beige .lineup-detail__img {
    padding-top: 210px;
    text-align: right;
  }
  .lineup-detail.-beige .lineup-detail__img img {
    width: 460px;
  }
  .lineup-detail.-beige .lineup-detail__text {
    top: 10px;
    left: 20px;
  }
  .lineup-detail.-beige .lineup-detail__text h3 {
    width: 537px;
  }
  .lineup-detail.-beige .lineup-detail__text h3::after {
    background-color: #E29223;
  }
  .lineup-detail.-beige .lineup-detail__text p {
    color: #E29223;
  }
  .lineup-detail.-beige .lineup-detail__list {
    display: flex;
    margin: -375px auto 0;
  }
  .lineup-detail.-beige .lineup-detail__list li:nth-child(1) {
    margin: 0 90px 0 0;
    width: 300px;
  }
  .lineup-detail.-beige .lineup-detail__list li:nth-child(2) {
    margin: 300px 0 0 0;
    width: 400px;
  }
}
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 360px;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap::after {
  content: "";
  display: none;
  clear: none;
}

@media screen and (max-width: 767px) {
  .lineup-detail {
    margin-top: 120px;
    padding-bottom: 70px;
  }
  .lineup-detail::before {
    height: calc(100% - 20px);
  }
  .lineup-detail__text {
    position: relative;
    top: 0;
    left: 0;
  }
  .lineup-detail__text h3::after {
    margin-top: 20px;
    width: 58px;
  }
  .lineup-detail__text p {
    font-size: 1.5rem;
  }
  .lineup-detail__text p strong {
    font-size: 1.7rem;
    letter-spacing: 0.25em;
  }
  .lineup-detail__img img {
    width: 60vw;
    max-width: 500px;
  }
  .lineup-function {
    margin-top: 70px;
  }
  .lineup-function-detail {
    margin-top: 30px;
  }
  .lineup-function-detail h5 {
    padding-left: 0;
    font-size: 2.6rem;
  }
  .lineup-function-detail h5 .dot::after {
    top: -5px;
    left: calc(50% - 4px);
    width: 4px;
    height: 4px;
  }
  .lineup-function-detail__img {
    margin: 10px -30px 0;
  }
  .lineup-function-detail__list {
    margin: 50px 0;
  }
  .lineup-function-detail__list .list-img {
    margin: -20px -30px 0;
    position: relative;
    z-index: -1;
  }
  .lineup-function-detail__list .c-btn {
    margin: 15px auto 0;
    width: 250px;
  }
  .lineup-detail.-monotone::before {
    background: linear-gradient(147.66deg, rgba(62, 58, 57, 0.2) 0.03%, rgba(90, 86, 85, 0.17) 17.18%, rgba(161, 159, 158, 0.09) 54.38%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
    height: calc(100% - 14px);
  }
  .lineup-detail.-monotone .lineup-detail__text {
    margin-top: -70px;
  }
  .lineup-detail.-monotone .lineup-detail__text h3 {
    width: 74.26vw;
  }
  .lineup-detail.-monotone .lineup-detail__text h3::after {
    margin-top: 30px;
    background-color: #3E3A39;
  }
  .lineup-detail.-monotone .lineup-detail__text p {
    margin-top: 15px;
    white-space: nowrap;
    color: #3E3A39;
  }
  .lineup-detail.-monotone .lineup-detail__img {
    text-align: right;
  }
  .lineup-detail.-monotone .lineup-detail__list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -100px;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(1) {
    width: 32vw;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(2) {
    margin-top: 40px;
				margin-left: auto;
    margin-right: -30px;
    width: 65vw;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(3) {
    order: -1;
    position: absolute;
    top: 150px;
    right: 0;
  }
  .lineup-detail.-monotone .lineup-detail__list li:nth-child(3) img {
    width: 33.3333vw;
  }
  .lineup-detail.-saxe::before {
    background: linear-gradient(147.66deg, rgba(25, 89, 117, 0.2) 0.01%, rgba(53, 110, 134, 0.17) 15%, rgba(126, 162, 178, 0.1) 47.51%, rgba(242, 245, 247, 0.01) 94.77%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-saxe .lineup-detail__text {
    margin-top: -45px;
  }
  .lineup-detail.-saxe .lineup-detail__text h3 {
    width: 100%;
    max-width: 400px;
  }
  .lineup-detail.-saxe .lineup-detail__text h3::after {
    margin-top: 10px;
    background-color: #195975;
  }
  .lineup-detail.-saxe .lineup-detail__text p {
    margin-top: 20px;
    color: #195975;
  }
  .lineup-detail.-saxe .lineup-detail__img {
    text-align: left;
  }
  .lineup-detail.-saxe .lineup-detail__list {
    margin-top: -95px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .lineup-detail.-saxe .lineup-detail__list li:nth-child(1) {
    width: 33.3333vw;
  }
  .lineup-detail.-saxe .lineup-detail__list li:nth-child(2) {
    margin-top: 30px;
    width: 66.6667vw;
  }
  .lineup-detail.-pink::before {
    background: linear-gradient(147.66deg, rgba(223, 141, 173, 0.2) 0.01%, rgba(231, 169, 193, 0.14) 28.27%, rgba(251, 241, 245, 0.02) 89.11%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-pink .lineup-detail__text {
    margin-top: -65px;
  }
  .lineup-detail.-pink .lineup-detail__text h3 {
    width: 41.6vw;
  }
  .lineup-detail.-pink .lineup-detail__text h3::after {
    background-color: #DF8DAD;
  }
  .lineup-detail.-pink .lineup-detail__text p {
    margin-top: 20px;
    white-space: nowrap;
    color: #DF8DAD;
  }
  .lineup-detail.-pink .lineup-detail__list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .lineup-detail.-pink .lineup-detail__list li:nth-child(1) {
    margin-top: -60px;
    width: 33.3333vw;
  }
  .lineup-detail.-pink .lineup-detail__list li:nth-child(2) {
    margin-top: 40px;
    width: 40vw;
  }
  .lineup-detail.-beige::before {
    background: linear-gradient(147.66deg, rgba(226, 146, 35, 0.2) 0.01%, rgba(230, 160, 63, 0.17) 15.61%, rgba(239, 196, 136, 0.1) 49.44%, rgba(255, 253, 252, 0) 98.65%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  .lineup-detail.-beige .lineup-detail__img {
    text-align: right;
  }
  .lineup-detail.-beige .lineup-detail__text {
    margin-top: -60px;
  }
  .lineup-detail.-beige .lineup-detail__text h3 {
    position: static;
    width: 73.7vw;
  }
  h3.bluenavy {
		width: 40vw!important;
	}
  .lineup-detail.-beige .lineup-detail__text h3::after {
    background-color: #E29223;
  }
  .lineup-detail.-beige .lineup-detail__text p {
    margin-top: 20px;
    white-space: nowrap;
    color: #E29223;
  }
  .lineup-detail.-beige .lineup-detail__text p strong {
    letter-spacing: 0.2em;
  }
  .lineup-detail.-beige .lineup-detail__list {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
  }
  .lineup-detail.-beige .lineup-detail__list li:nth-child(1) {
    margin-top: -65px;
    width: 38vw;
				margin-left: -30px;
  }
  .lineup-detail.-beige .lineup-detail__list li:nth-child(2) {
    margin-top: 85px;
    width: 52vw;
				margin-right: -30px;
  }
  .lineup-styling {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .lineup-styling {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lineup-styling h4 {
    margin: 0 30px 18px;
    width: auto;
  }
  .lineup-styling h4::after {
    background-color: #fff;
  }
  .lineup-styling-detail {
    margin-top: 20px;
    height: 200px;
  }
  .lineup-styling__list li {
    width: 138px;
    height: 200px;
    border-right: 5px solid transparent;
  }
  .loopSliderWrap {
    height: 200px;
  }
}
/*------------------------
 display
------------------------*/
.u-display-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/*------------------------
 text
------------------------*/
.u-text-serif {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", serif;
}

.u-lang-en {
  font-family: "Jost", sans-serif;
}

.u-lang-en.-thin {
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .u-nolink-pc {
    pointer-events: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBtm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBtm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomSlide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  18% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes zoomSlide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  18% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    height: 0;
    margin-bottom: 35px;
  }
  50% {
    margin-bottom: 0;
    height: 35px;
  }
  100% {
    margin-bottom: 0;
    height: 0;
  }
}
@keyframes scrollLine {
  0% {
    height: 0;
    margin-bottom: 35px;
  }
  50% {
    margin-bottom: 0;
    height: 35px;
  }
  100% {
    margin-bottom: 0;
    height: 0;
  }
}
[class*=js-bottom] {
  opacity: 0;
}

.is-animated [class*=js-bottom] {
  -webkit-animation: fadeInBtm 1s forwards;
  animation: fadeInBtm 1s forwards;
}

.is-animated .js-bottom02 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.is-animated .js-bottom03 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.is-animated .js-bottom04 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (min-width: 768px) {
  .is-animated .js-bottom_sp01 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .is-animated .js-bottom_sp02 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  [class*=js-pc_bottom] {
    opacity: 0;
  }
  .is-animated [class*=js-pc_bottom] {
    -webkit-animation: fadeInBtm 1s forwards;
    animation: fadeInBtm 1s forwards;
  }
  .is-animated .js-pc_bottom02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .is-animated .js-pc_bottom03 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .is-animated .js-pc_bottom04 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .is-animated .js-pc_bottom05 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .is-animated .js-pc_bottom06 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/top/ajax-loader.gif) center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 1200px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* modify */
.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
  line-height: 0;
}

.insta_slider .slick-slide {
  padding: 0 5px;
  aspect-ratio: 1/1;
}

.insta_slider .slick-slide > div, .insta_slider .slick-slide li, .insta_slider .slick-slide a {
  height: 100%;
}

.insta_slider .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-arrow {
  position: absolute;
  top: 60.5vw;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-arrow.slick-prev {
  left: 25px;
}

.slick-arrow.slick-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 10px;
}

.slick-arrow.slick-next {
  right: 25px;
}

.slick-arrow.slick-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc((100vw - 176px) * 1.3 + 20px + 130px);
  left: 0;
  width: 100%;
}

.slick-dots li {
  margin: 0 7px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slick-dots li.slick-active button {
  background-color: #00c8dc;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  /*height: 100%*/
  height: 598px !important;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  display: none;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.report {
  margin-top: 12px;
  padding: 60px 0 30px;
  background-color: #e7eaed;
}

.report .c-inner__title::after {
  background-color: rgba(102, 102, 102, 0.8);
}

.report-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}

.report-title__text {
  margin-top: -15px;
}

.report-title__text em {
  padding-left: 15px;
  font-size: 4.6rem;
  font-weight: normal;
}

.report-title__catch {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 250px;
  font-size: 1.2rem;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.report-title__catch span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px 5px;
  background-color: #000;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.report-detail {
  position: relative;
  margin-top: 8px;
  z-index: 5;
}

.report-detail__text {
  display: flex;
  padding: 20px;
  background-color: #fff;
}

.report-detail__text p {
  padding: 7px 15px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #826193;
  white-space: nowrap;
}

.slideshow::before, .slideshow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #e7eaed;
  z-index: 10;
}

.slideshow::before {
  left: 0;
}

.slideshow::after {
  right: 0;
}

.slide {
  width: 100%;
}

.report-slider-wrap {
  position: relative;
}

.flickity-prev-next-button {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}

.flickity-prev-next-button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flickity-prev-next-button.previous {
  left: -25px;
}

.flickity-prev-next-button.previous::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 10px;
}

.flickity-prev-next-button.next {
  right: -25px;
}

.flickity-prev-next-button.next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.flickity-button-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .report {
    margin-top: 0;
    padding: 25px 0 0;
  }
  .report-title {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    height: 50px;
  }
  .report-title .c-inner__title {
    position: absolute;
    top: -75px;
    left: 0;
  }
  .report-title__text {
    margin-top: 0;
  }
  .report-title__text em {
    padding-left: 0;
    font-size: 2.6rem;
  }
  .report-title__catch {
    position: absolute;
    top: auto;
    bottom: -105px;
    right: 50%;
    width: auto;
    font-size: 1.2rem;
    -webkit-transform: rotate(-10deg) translateX(50%);
    transform: rotate(-10deg) translateX(50%);
  }
  .report-title__catch span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 5px 5px;
    background-color: #000;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
  }
  .report-detail {
    position: relative;
    margin-top: 0;
    padding: 0 20px;
    background-color: #e7eaed;
    z-index: 5;
  }
  .report-detail__text {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
    background-color: #e7eaed;
  }
  .report-detail__text p {
    padding: 40px 15px;
    font-size: 1.6rem;
  }
  .report-detail__item::before, .report-detail__item::after {
    content: none;
  }
  .report-detail__item picture {
    display: block;
    margin: 0 -30px;
  }
  .report-detail__item .slide + .slide {
    border-top: 1px solid #000;
  }
  .report {
    position: relative;
    background-color: #fff;
  }
  .report h2 {
    margin: 0 0 0 20px;
    font-family: "Jost", sans-serif;
    color: #666;
    line-height: 1;
    font-weight: 300;
    font-size: 1.5rem;
  }
  .report .c-inner {
    position: relative;
    padding: 50px 0 0;
  }
  .report-title-bottom {
    position: relative;
    padding: 40px 30px 20px;
    background-color: #e7eaed;
    z-index: 8;
  }
  .report.is-sticky::before, .report.is-sticky::after, .report.is-absolute::before, .report.is-absolute::after {
    content: "";
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 10;
  }
  .report.is-sticky .report-title,
  .report.is-absolute .report-title {
    position: fixed;
    top: 0;
    left: 0;
  }
  .report.is-sticky::before {
    position: fixed;
    top: 0;
  }
  .report.is-sticky::after {
    position: fixed;
    bottom: 0;
  }
  .report.is-absolute::before {
    position: fixed;
    top: 0;
  }
  .report.is-absolute::after {
    position: absolute;
    bottom: -50px;
  }
}
.sp-fixed-btnbox {
  display: none;
}

@media screen and (max-width: 767px) {
  body.shop_campaign_body .shop_campaign {
    display: block;
  }
  body.shop_campaign_body .header__btn a {
    bottom: 70px;
  }
  body.shop_campaign_body .sp-fixed-btnbox {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 150;
  }
  body.shop_campaign_body .sp-fixed-btnbox__btn {
    display: block;
    margin: 0 auto;
    width: 66.666%;
    max-width: 400px;
  }
}
/*------------------------
 NEW ITEM
------------------------*/
.new-item {
  margin-top: 50px;
  padding-top: 50px;
}
.new-item h2 {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 1.35;
}
.new-item h2 span {
  position: relative;
}
.new-item h2 span::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #009FE8;
}
.new-item .c-inner__title {
  color: #333;
}
.new-item .c-inner__title::after {
  background-color: #333;
}

.new-item-detail {
  margin-top: 60px;
}
.new-item-detail:not(:first-of-type) {
  margin-top: 65px;
}
.new-item-detail::after {
  content: "";
  display: block;
  margin: 70px auto 0;
  width: 960px;
  height: 1px;
  background-color: #333;
  -webkit-transform: scale(1, 0.3);
          transform: scale(1, 0.3);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.new-item-detail__text {
  position: relative;
}
.new-item-detail__text::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -60px;
  width: 212px;
  height: 150px;
  background: url(../img/janepacker/img-new.svg) center center/contain no-repeat;
}
.new-item-detail__text h3 {
  text-align: center;
}
.new-item-detail__text h3 img {
  width: auto;
  height: 52px;
}
.new-item-detail__text p {
  position: absolute;
  right: 0;
  font-size: 2rem;
  text-align: right;
  letter-spacing: 0.26em;
  line-height: 1.76;
}
.new-item-detail__text p span {
  position: relative;
}
.new-item-detail__text p span::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #009FE8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.new-item-detail__img {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 140px;
}
.new-item-detail__img li {
  width: 300px;
}
.new-item-detail__img li:nth-child(1) {
  margin-top: -50px;
}
.new-item-detail__img li:nth-child(2) {
  margin-top: -105px;
}
.new-item-detail__link {
  margin-top: 5px;
  text-align: right;
}
.new-item-detail__link a {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.new-item-detail.-felice .new-item-detail__text p {
  bottom: -95px;
}
.new-item-detail.-felice .new-item-detail__text p span {
  padding: 0 1px;
}
.new-item-detail.-elena .new-item-detail__text p {
  top: 0;
}
.new-item-detail.-elena .new-item-detail__img {
  margin-top: 65px;
}
.new-item-detail.-elena .new-item-detail__img li {
  width: 300px;
}
.new-item-detail.-elena .new-item-detail__img li:nth-child(1) {
  margin-top: 60px;
}
.new-item-detail.-elena .new-item-detail__img li:nth-child(2) {
  margin-top: -35px;
}
.new-item-detail.-elena .new-item-detail__link {
  margin-top: -55px;
  margin-bottom: 100px;
}
.new-item-detail.-knit .new-item-detail__text p {
  bottom: -95px;
}
.new-item-detail.-knit .new-item-detail__text p span {
  padding: 0 1px;
}
.new-item-detail.-regina {
  margin-top: 75px;
}
.new-item-detail.-regina .new-item-detail__text::before {
  top: 0;
}
/*.new-item-detail.-regina .new-item-detail__text h3 img {
  height: 70px;
}*/
.new-item-detail.-regina .new-item-detail__text p {
  bottom: -95px;
}
.new-item-detail.-regina .new-item-detail__img {
  margin-top: 155px;
}

@media screen and (max-width: 767px) {
  .new-item {
    margin-top: 25px;
    padding-top: 25px;
  }
  .new-item h2 {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    line-height: 1.35;
  }
  .new-item h2 span::before {
    top: -0.8rem;
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
  }
  .new-item .c-inner__title {
    font-size: 1.3rem;
  }
  .new-item-detail:not(:first-of-type) {
    margin-top: 40px;
  }
  .new-item-detail::after {
    margin: 35px auto 0;
    width: calc(100% - 60px);
  }
  .new-item-detail__text {
    position: relative;
  }
  .new-item-detail__text::before {
    top: -30px;
    left: 5px;
    width: 92px;
    height: 66px;
    z-index: -1;
  }
  .new-item-detail__text h3 {
    text-align: center;
  }
  .new-item-detail__text p {
    position: static;
    margin-top: 15px;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .new-item-detail__text p span {
    position: relative;
  }
  .new-item-detail__text p span::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #009FE8;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .new-item-detail__img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
  }
  .new-item-detail__img li {
    width: calc(50% - 10px);
  }
  .new-item-detail__img li:nth-child(1), .new-item-detail__img li:nth-child(3) {
    margin-top: 0 !important;
    width: calc(50% - 8px) !important;
  }
  .new-item-detail__img li:nth-child(2) {
    order: -1;
    margin-top: 0 !important;
    width: 100% !important;
    aspect-ratio: 630/840;
    overflow: hidden;
  }
  .new-item-detail__link a {
    font-size: 1.4rem;
  }
  .new-item-detail.-felice .new-item-detail__text p {
    bottom: -95px;
  }
  .new-item-detail.-felice .new-item-detail__text p span {
    padding: 0 1px;
  }
  .new-item-detail.-elena .new-item-detail__text h3 img {
    height: 45px;
  }
  .new-item-detail.-elena .new-item-detail__text p {
    top: 0;
  }
  .new-item-detail.-elena .new-item-detail__img {
    margin-top: 20px;
  }
  .new-item-detail.-elena .new-item-detail__img li:nth-child(3) {
    order: -1;
  }
  .new-item-detail.-elena .new-item-detail__link {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .new-item-detail.-knit .new-item-detail__text h3 img {
    height: 30px;
  }
  .new-item-detail.-knit .new-item-detail__text p {
    margin-top: 30px;
  }
  .new-item-detail.-regina {
    margin-top: 40px;
  }
  .new-item-detail.-regina .new-item-detail__text::before {
    top: -30px;
  }
  .new-item-detail.-regina .new-item-detail__text h3 img {
    height: 45px;
  }
  .new-item-detail.-regina .new-item-detail__text p {
    margin-top: 15px;
  }
  .new-item-detail.-regina .new-item-detail__img {
    margin-top: 20px;
  }
  .new-item-detail.-regina .new-item-detail__img li:nth-child(2) {
    position: relative;
  }
  .new-item-detail.-regina .new-item-detail__img li:nth-child(2) img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}


.new-before_non .new-item-detail__text::before {
display: none;
}
/* user-report */
.user-report {
background-color: #7f7f7d;
padding: 90px 0 ;
}
.user-report_title {
color: #fff;
font-size: 3.4rem;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
.user-report_title::after {
content: '';
position: absolute;
height: 1px;
width: 16%;
left: 42%;
bottom: -20px;
background: #fff;
}
.user-report ul {
display: flex;
align-items: stretch;
justify-content: space-between;
}
.user-report ul li {
width: 32%;
}
.user-report h3 {
color: #fff;
font-size: 2em;
margin: 5% 0 0;
}
.user-report h3 span {
display: block;
font-weight: 500;
font-size: 0.5em;
}
.user-report p {
color: #fff;
letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
.user-report {
padding: 60px 0 20px;
}
.user-report ul {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
.user-report ul li {
width: 100%;
margin-bottom: 10%;
}
.user-report_title {
font-size: 2rem;
line-height: 1.35;
margin: 0 auto 20%;
}
.user-report_title::after {
width: 18%;
left: 40%;
bottom: -14px;
}
}

