/* eye common css */
h2 {
    font-family: "Poppins", sans-serif;
}
.eye.baselip {
    background: url(../img/eye/sp_new-bg.jpg);
    background-size: cover;
}
.eye-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 44px;
    padding: 0 3.7%;
    text-align: center;
    gap: 24px 3%;
}
.eye-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 3%) / 2);
}
.eye-palette-img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 24px;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* focus css */
.focus {
    background-color: #F7EDF5;
    padding: 66px 0 63px;
}
.focus-inner {
    max-width: calc(100% + 10%);
    padding: 0 5%;
}
.focus-copy {
    width: 210px;
    height: auto;
    margin: 0 auto 53px;
}
.focus-copy-pc {
    display: none;
}
.focus-point__title {
    color: #ffffff;
    width: 120px;
    background-color: #18181B;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 4px 0;
    margin: 0 auto 21px;
    text-align: center;
}
.focus-point__item {
    margin-bottom: 29px;
    display: flex;
    align-items: center;
}
.focus-point__item:last-of-type {
    margin-bottom: 0;
}
.focus-point__img {
    width: 36.5%;
    height: auto;
    margin-right: 6.3%;
}
.focus-point__text {
    font-size: 1.4rem;
    width: 56%;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.focus-point__text-pc {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* new css */
.new {
    background: url(../img/eye/sp_new-bg.jpg);
    background-size: cover;
    padding: 87px 0 120px;
}
.new-title {
    width: 250px;
    height: auto;
    margin: 0 auto 33px;
}
.new-title-pc {
    display: none;
}
.new-copy {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    margin-bottom: 109px;
}
.new-copy__text{
    font-size: 1.6rem;
    line-height: 175%;
    letter-spacing: 0.8px;
}
.item-name {
    /* width: 79%; */
    margin: 0 20px 31px;
}
.new-color {
    margin-bottom: 112px;
}
.new-color__item {
    margin-bottom: 84px;
}
.new-color__item:last-of-type {
    margin-bottom: 0;
}
.item-name__img {
    margin-bottom: 8px;
}
.item-name--first .item-name__img{
    width: 252px;
    margin-bottom: 20px;
}
.item-name__img-pc {
    display: none;
}
.item-name__jp {
    font-size: 1.2rem;
    letter-spacing: 0.22em;
    margin-bottom: 15px;
    padding-left: 36px;
}
.item-name__copy{
    width: 90%;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.7px;
    margin-left: auto;
}
.item-img-pc {
    display: none;
}
.new-colors__title{
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 42px;
    font-family: "Poppins", sans-serif;
}
.new-colors__list{

}
.new-colors__item{
    margin-bottom: 88px;
}
.new-colors__item:last-of-type{
    margin-bottom: 0;
}
.new-colors__item-name{
    margin-bottom: 2px;
}
.new-colors__item-name-img{
    display: block;
    margin: 0 auto;
}
.new-colors__item-name-img--first{
    width: 93%;
}
.new-colors__img{
    display: block;
    width: 350px;
    margin: 0 auto 11px;
}
.new-colors__color-list{
    counter-reset: item;
    margin: 0 auto;
    width: fit-content;
}
.new-colors__color-item{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.new-colors__color-item::before{
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: item;
    content: counter(item)'';
    margin-right: 10px;
    color: #ffffff;
    background-color: #18181B;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.new-colors__color-item-name{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 125%;
    font-family: "Poppins", sans-serif;
    width: 131px;
    margin-right: 4px;
}
.new-colors__color-item-jp{
    font-size: 1rem;
    line-height: 125%;
    letter-spacing: 0.5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* season css */
.season {
    background-color: #FBF0F6;
    padding: 85px 0 93px;
}
.season-inner {
    max-width: calc(100% + 10%);
    padding: 0 5%;
}
.season-wrap {
    margin-bottom: 62px;
}
.season-title{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
}
.season-text {
    font-size: 1.6rem;
    margin-bottom: 11px;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}
.season-note {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    letter-spacing: 0.15em;
}
.season-section{
    margin-bottom: 80px;
}
.season-section:last-of-type{
    margin-bottom: 0;
}
.season-sub-title {
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 34px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
}
.season-lineup__wrap {
    margin-bottom: 19px;
    display: flex;
}
.season-lineup__wrap:nth-of-type(2n) {
    justify-content: right;
}
.season-lineup__text {
    margin: 35px 0 0 -8%;
}
.season-lineup__wrap:nth-of-type(2n) .season-lineup__text {
    margin: 126px -6.5% 0 0;
    text-align: right;
    z-index: 1;
}
.season-lineup__date {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 12px;
}
.season-lineup__color {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
}
.season-lineup__img {
    width: 44.5%;
}
.season-lineup__img-pc {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* chart css */
.chart {
    padding: 77px 0 71px;
    background-color: #F8F8F8;
}
.chart-inner {
    max-width: calc(100% + 10%);
    padding: 0 5%;
}
.chart-title {
    font-size: 2.4rem;
    margin-bottom: 26px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.chart-text {
    font-size: 1.6rem;
    margin-bottom: 56px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.75em;
}
.chart-img-pc {
    display: none;
}
.chart-text__se-br {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
@media(max-width:320px){
    .item-name--first .item-name__img {
        width: 82%;
    }
    .chart-text__se-br {
        display: block;
    }
}
@media(min-width:768px){
    .eye-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 80px;
        padding: 0;
    }
    .eye-list__item {
        width: 100%;
    }
    .eye-palette-img {
        width: 100%;
        margin: 0;
    }
    /* focus css */
    .focus {
        padding: 156px 0 146px;
    }
    .focus-copy {
        width: 606px;
        margin: 0 auto 94px;
    }
    .focus-copy-sp {
        display: none;
    }
    .focus-copy-pc {
        display: block;
    }
    .focus-point__title {
        width: 185px;
        font-size: 2.4rem;
        padding: 8px 0;
        margin: 0 auto 64px;
    }
    .focus-point__list {
        display: flex;
        align-items: start;
        max-width: 1126px;
        margin: 0 auto;
    }
    .focus-point__item {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        text-align: center;
    }
    .focus-point__img {
        width: 64%;
        margin-right: 0;
        margin-bottom: 41px;
    }
    .focus-point__text {
        width: 30vw;
        max-width: 345px;
        letter-spacing: 0.12em;
    }
    .focus-point__text-pc {
        display: block;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* new css */
    .new {
        background: url(../img/eye/pc_new-bg.jpg);
        padding: 123px 0 174px;
        background-size: cover;
    }
    .new-title {
        width: 400px;
        margin: 0 auto 56px;
    }
    .new-title-pc {
        display: block;
    }
    .new-title-sp {
        display: none;
    }
    .new-copy {
        font-size: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.17em;
        margin-bottom: 170px;
    }
    .new-copy__text{
        font-size: 2rem;
        line-height: 200%;
        letter-spacing: 1px;
    }
    .new-color {
        margin-bottom: 135px;
    }
    .new-color__item {
        margin-bottom: 233px;
    }
    .item-name__img-sp {
        display: none;
    }
    .item-name__img-pc {
        display: block;
    }
    .item-name--first .item-name__img{
        width: 641px;
        margin-bottom: 30px;
    }
    .item-name {
        width: 90%;
        margin: 0 auto 0px;
    }
    .item-name__jp {
        font-size: 1.4rem;
        width: 398px;
        margin-bottom: 30px;
        padding: 0;
    }
    .item-name__copy{
        font-size: 18px;
        line-height: 200%;
        letter-spacing: 0.9px;
        margin-left: 0;
        width: auto;
    }
    .item-img {
        max-width: 1440px;
        margin: 0 auto;
    }
    .item-img-pc {
        display: block;
    }
    .item-img-sp {
        display: none;
    }
    .new-colors__title{
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 100px;
        font-family: "Poppins", sans-serif;
    }
    .new-colors__list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 1040px;
        margin: 0 auto;
    }
    .new-colors__item{
        margin-bottom: 0;
    }
    .new-colors__item-name{
        margin-bottom: -4px;
    }
    .new-colors__item-name-img--first{
        width: 346px;
    }
    .new-colors__img{
        width: 480px;
    }
    .new-colors__color-list{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 224px;
        width: 540px;
    }
    .new-colors__color-item{
        margin-right: 80px;
    }
    /* パレットの名前が2列の場合 */
    .new-colors__color-item:nth-of-type(n+9){
        margin-right: 0;
    }
    .new-colors__color-item:last-of-type{
        margin-right: 0;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* season css */
    .season {
        padding: 144px 0 155px;
    }
    .season-sub-title {
        font-size: 3.2rem;
        margin-bottom: 56px;
    }
    .season-text {
        font-size: 2rem;
        margin-bottom: 14px;
    }
    .season-text__sp-br {
        display: none;
    }
    .season-note {
        font-size: 1.4rem;
    }
    .season-wrap {
        margin-bottom: 130px;
    }
    .season-lineup__date {
        font-size: 1.6rem;
        margin-bottom: 14px;
    }
    .season-lineup__color {
        font-size: 2.4rem;
        letter-spacing: 0.05em;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* chart css */
    .chart {
        padding: 108px 0 97px;
    }
    .chart-inner {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0;
    }
    .chart-title {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }
    .chart-text {
        font-size: 2rem;
        line-height: 2em;
        letter-spacing: 0.15em;
        margin-bottom: 67px;
    }
    .chart-text__sp-br {
        display: none;
    }
    .chart-img-pc {
        display: block;
    }
    .chart-img-sp {
        display: none;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
@media(min-width:1024px){
    /* focus css */
    .focus-point__text {
    font-size: 1.8rem;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* new css */
    .item-name--first {
        width: 80%;
        margin: 0 auto -18px;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
    /* season css */
    .season-lineup {
        display: flex;
        flex-wrap: wrap;
        max-width: 1098px;
        margin: 0 auto;
    }
    .season-lineup__wrap {
        margin-bottom: 0;
        width: 45%;
    }
    .season-lineup__wrap:first-of-type {
        margin-left: 8.6%;
    }
    .season-lineup__img {
        width: 60.9%;
    }
    .season-lineup__img-pc {
        display: block;
    }
    .season-lineup__img-sp {
        display: none;
    }
    .season-lineup__wrap:nth-of-type(2n) {
        margin: 99px 0 92px 1%;
    }
    .season-lineup__wrap:last-of-type {
        margin-bottom: 0;
        margin-left: 4%;
    }
    .season-lineup__wrap--right:last-of-type{
        margin: 99px 0 92px 1%;
    }
    .season-lineup__wrap:nth-of-type(2n) .season-lineup__text {
        order: 2;
        text-align: left;
        margin: 125px 0 0 -6.5%;
    }
    .season-lineup__text {
        margin: 125px 0 0 -6.5%;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
@media(min-width:1440px){
    /* new css */
    .item-name--first {
        width: 63%;
        max-width: 908px;
    }
    .new-color__item {
        margin-bottom: 234px;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------- */
}
