@charset "utf-8";

/*
font-family: 'Frank Ruhl Libre', serif;
font-family: 'Noto Serif JP', serif;

/*--------------------------------------------------------
	reset 
---------------------------------------------------------*/
* {box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }
ul,ol { list-style-type: none; }
em,strong,th,address { font-style: normal; font-weight: normal; text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
img,
object,
embed { border: 0; vertical-align: top; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
a{ outline: none;}
hr { border: none;}
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
li { list-style-type: none; }
strong { font-weight: bold; }
/*--------------------------------------------------------
	common class 
---------------------------------------------------------*/
@media (min-width: 641px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 1001px) {
  .tab-sp-only {
    display: none;
  }
}
@media (max-width: 1000px) {
  .tab-pc-only {
    display: none;
  }
}

/*-------------------------------------------------
	base
--------------------------------------------------*/
body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 641px) {
  .ksk-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .ksk-header .logo-kingseiko {
    position: absolute;
    top: calc(35 / 1920 * 100vw);
    left: calc(37 / 1920 * 100vw);
    width: 12.3vw;
    max-width: 195px;
  }
  .ksk-header .logo-seiko {
    position: absolute;
    top: calc(35 / 1920 * 100vw);
    right: calc(37 / 1920 * 100vw);
    width: 8.17vw;
    max-width: 130px;
  }
  .ksk-footer {
    background: #000000;
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 0 37px;
  }
  .foot_l {
    display: flex;
    order: 1;
    color: #fff;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
  .copyright {
    margin-left: 70px;
  }
  .foot_r {
    order: 2;
  }
  .foot_logo {
    width: 147px;
  }
  .sns {
    display: flex;
  }
  .sns .fb {
    width: 16px;
  }
  .sns .x {
    width: 33px;
    margin-left: 32px;
  }
  .mv {
    width: 100%;
    aspect-ratio: 1920/996;
    position: relative;
    overflow: hidden;
  }
  .mv-title {
    position: absolute;
    top: 50%;
    left: calc(287 / 1920 * 100vw);
    width: calc(136 / 1920 * 100vw);
    transform: translateY(-50%);
    z-index: 1;
  }
  .ksk-lead {
    background: #000000;
    padding: 152px 0 140px;
  }
  .ksk-lead__text {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 2.14;
    letter-spacing: .075em;
    padding: 0 50px;
  }
  .ksk-lead__movie {
    max-width: 1400px;
    margin: 85px auto 0;
    padding: 0 100px;
  }
}
@media (min-width: 1601px) {
  .ksk-header .logo-kingseiko {
    top: 30px;
    left: 30px;
    width: 195px;
  }
  .ksk-header .logo-seiko {
    top: 30px;
    right: 30px;
    width: 130px;
  }
}
@media (max-width: 640px) {
  .ksk-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .ksk-header .logo-kingseiko {
    position: absolute;
    top: calc(23 / 375 * 100vw);
    left: calc(19 / 375 * 100vw);
    width: 33vw;
    max-width: 200px;
  }
  .ksk-header .logo-seiko {
    position: absolute;
    top: calc(23 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
    width: calc(81 / 375 * 100vw);
  }
  .ksk-footer {
    background: #000000;
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: calc(17 / 375 * 100vw) calc(28 / 375 * 100vw) calc(31 / 375 * 100vw);
  }
  .foot_l {
    display: flex;
    order: 1;
    color: #fff;
    align-items: center;
  }
  .copyright {
    position: absolute;
    bottom: calc(7 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(9 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0;
  }
  .foot_r {
    order: 2;
  }
  .foot_logo {
    width: calc(97 / 375 * 100vw);
  }
  .sns {
    display: flex;
  }
  .sns .fb {
    width: calc(16 / 375 * 100vw);
  }
  .sns .x {
    width: calc(33 / 375 * 100vw);
    margin-left: calc(32 / 375 * 100vw);
  }
  .mv {
    width: 100%;
    aspect-ratio: 375/691;
    position: relative;
  }
  .mv-title {
    position: absolute;
    top: calc(637 / 375 * 100vw);
    left: 50%;
    width: calc(64 / 375 * 100vw);
    transform: translateX(-50%);
  }
  .ksk-lead {
    background: #000000;
    padding: calc(55 / 375 * 100vw) 0 calc(50 / 375 * 100vw);;
  }
  .ksk-lead__text {
    font-size: calc(18 / 375 * 100vw);
    color: #fff;
    text-align: center;
    line-height: 1.66;
    letter-spacing: .075em;
    padding: 0 calc(19 / 375 * 100vw);
  }
  .ksk-lead__movie {
    width: calc(338 / 375 * 100vw);
    margin: calc(52 / 375 * 100vw) auto 0;
  }
}

@media (min-width: 1001px) {
  .feature1 {
    width: 100%;
    aspect-ratio: 1920/763;
    position: relative;
    color: #fff;
  }
  .feature1-inner {
    position: absolute;
    top: 50%;
    left: calc(854 / 1920 * 100vw);
    transform: translateY(-50%);
  }
  .feature1-text1 {
    font-size: calc(28 / 1920 * 100vw);
    letter-spacing: .05em;
    line-height: 2;
  }
  .feature1-text2 {
    margin-top: calc(33 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
    letter-spacing: .075em;
    line-height: 2.15;
  }
  .ksk-design {
    padding: 202px 0 230px;
    background: #000;
    color: #fff;
  }
  .ksk-design__title {
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .ksk-design__inner {
    margin-top: 174px;
    overflow: hidden;
    position: relative;
  }
  .ksk-design__inner:before {
    content: "";
    width: calc(145 / 1920 * 100vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    z-index: 2;
  }
  .ksk-design__inner:after {
    content: "";
    width: calc(145 / 1920 * 100vw);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  }
  .ksk-design__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1920px;
    margin: 75px auto 0;
  }
  .ksk-design__items:first-child {
    margin-top: 0;
  }
  .ksk-design__item {
    width: calc(630 / 1920 * 100vw);
    max-width: 630px;
  }
  .ksk-design__item:nth-child(even) {
    margin-left: calc(228 / 1920 * 100vw);
  }
  .ksk-design__item1 .ksk-design__img {
    width: calc(804 / 1920 * 100vw);
    max-width: 804px;
    margin-left: calc(-173 / 1920 * 100vw);
  }
  .ksk-design__item2 {
    margin-top: 85px;
  }
  .ksk-design__item2 .ksk-design__body {
    margin-top: -66px;
  }
  .ksk-design__item2 .ksk-design__img {
    width: calc(1019 / 1920 * 100vw);
    max-width: 1019px;
    margin-left: calc(-71 / 1920 * 100vw);
  }
  .ksk-design__item3 .ksk-design__body {
    margin-top: 50px;
  }
  .ksk-design__item3 .ksk-design__img {
    width: calc(783 / 1920 * 100vw);
    max-width: 783px;
    margin-left: calc(-152 / 1920 * 100vw);
  }
  .ksk-design__item4 {
    margin-top: 214px;
  }
  .ksk-design__item4 .ksk-design__body {
    margin-top: 17px;
  }
  .ksk-design__item4 .ksk-design__img {
    width: calc(785 / 1920 * 100vw);
    max-width: 785px;
  }
  .ksk-design__body {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .ksk-design__item-title {
    font-size: 24px;
    line-height: 1.66;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .ksk-design__item:nth-child(even) {
    margin-left: 228px;
  }
}
@media (max-width: 1000px) {
  .feature1 {
    width: 100%;
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    padding-bottom: calc(90 / 375 * 100vw);
  }
  .feature1-bg img {
    width: 100%;
  }
  .feature1-text1 {
    margin-top: calc(32 / 375 * 100vw);
    padding: 0 calc(19 / 375 * 100vw);
    font-size: min(calc(18 / 375 * 100vw),35px);
    letter-spacing: .075em;
    line-height: 1.944;
  }
  .feature1-text2 {
    margin-top: calc(31 / 375 * 100vw);
    padding: 0 calc(19 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 20px);
    letter-spacing: .05em;
    line-height: 2.4166;
  }
  .ksk-design {
    padding: 0 0 calc(42 / 375 * 100vw);
    background: #000;
    color: #fff;
  }
  .ksk-design__title {
    font-size: min(calc(23 / 375 * 100vw), 35px);
    line-height: 1.42;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .ksk-design__inner {
    margin-top: calc(-7 / 375 * 100vw);
    overflow: hidden;
    position: relative;
  }
  .ksk-design__item {
    margin-top: calc(50 / 375 * 100vw);
  }
  .ksk-design__img {
    width: 100%;
  }
  .ksk-design__img img {
    width: 100%;
  }
  .ksk-design__body {
    margin-top: calc(20 / 375 * 100vw);
    padding: 0 calc(19 / 375 * 100vw);
    text-align: left;
    font-size: min(calc(14 / 375 * 100vw), 20px);
    line-height: 1.78;
    letter-spacing: 0.05em;
  }
  .ksk-design__item-title {
    text-align: center;
    font-size: min(calc(23 / 375 * 100vw), 30px);
    line-height: 2.17;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

@media (min-width: 641px) {
  .ksk-movement {
    background: #fff;
  }
  .ksk-movement__header {
    padding: 117px 0 162px;
  }
  .ksk-movement__title {
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .ksk-movement__nav {
    margin-top: 90px;
  }
  .ksk-movement__nav ul {
    display: flex;
    justify-content: space-between;
    width: calc(1340 / 1920 * 100vw);
    margin: 0 auto;
  }
  .ksk-movement__nav li {
    width: calc(650 / 1920 * 100vw);
    height: 112px;
  }
  .ksk-movement__nav a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 104px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: none;
    position: relative;
    background: url(../img/line3.svg) no-repeat 26px 0 / 26px 100%, linear-gradient(180deg, rgba(193,192,192,1) 0%, rgba(223,223,223,1) 50%, rgba(245,245,245,1) 100%);
  }
  .ksk-movement__nav a:after {
    content: "";
    width: 42px;
    height: 14px;
    background: url(../img/arrow.svg) no-repeat left top / 100% 100%;
    position: absolute;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
  }
  .c6__header {
    background: #F2F2F2;
    padding: 44px 50px 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c6__header-body {
    width: calc(746 / 1920 * 100vw);
    max-width: 768px;
    font-size: 22px;
    line-height: 1.42;
    letter-spacing: 0.07em;
  }
  .c6__title {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .c6__img {
    width: 405px;
    margin-left: 66px;
    flex: none;
  }
  .c6__note {
    font-size: 12px;
    line-height: 1.43;
    letter-spacing: 0.015em;
    margin-top: 26px;
  }
  .c6l__detail {
    padding: 128px 0 156px;
    background: url(../img/c6l_bg_pc.jpg) no-repeat calc(50% + 682px) calc(0% - 225px) / 556px auto;
  }
  .c6l__lead {
    font-size: 24px;
    line-height: 1.833;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 50px;
  }
  .c6l__list {
    display: flex;
    padding: 0 50px;
    width: 100%;
    max-width: 1586px;
    margin: 115px auto 0;
  }
  .c6l__list-item {
    width: calc(100% / 3);
  }
  .c61__list-text {
    margin-top: 60px;
    font-size: 14.4px;
    line-height: 1.88;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 10%;
    display: flex;
    align-items: center;
    aspect-ratio: 495/297;
    position: relative;
    z-index: 1;
  }
  .c61__list-text p {
    opacity: 0;
  }
  .c61__list-text.aos-animate p {
    opacity: 1;
    transition: 1s ease-out .7s;
  }
  .c61__list-text:before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .c6l__list-item1 .c61__list-text:before {
    background: url(../img/c6l_1_bg.png) no-repeat center top / 100% auto;
  }
  .c6l__list-item2 .c61__list-text:before {
    background: url(../img/c6l_2_bg.png) no-repeat center top / 100% auto;
  }
  .c6l__list-item3 .c61__list-text:before {
    background: url(../img/c6l_3_bg.png) no-repeat center top / 100% auto;
  }
  .lineup--c6l {
    padding-bottom: 136px;
  }
  .lineup--c6r {
    padding: 103px 0 136px;
  }
  .lineup__title {
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 25px;
  }
  .lineup__sort {
    margin-top: 92px;
    padding-bottom: 50px;
  }
  .lineup__sort ul {
    display: flex;
    justify-content: center;
  }
  .lineup__sort li {
    width: 360px;
    margin: 0 20px;
  }
  .lineup__sort a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.025em;
    transition: .3s ease-out;
  }
  .lineup__sort a:hover {
    background: #000;
    color: #fff;
  }
  .lineup__sort a.is-active {
    background: #000;
    color: #fff;
  }
  .lineup__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 69px;
  }
  .lineup__list[data-category="s6r51"],
  .lineup__list[data-category="s6r55"],
  .lineup__list[data-category="s6r31"] {
    display: none;
  }
  .lineup[data-category="s6r51"] .lineup__list,
  .lineup[data-category="s6r55"] .lineup__list,
  .lineup[data-category="s6r31"] .lineup__list {
    display: none;
  }
  .lineup[data-category="s6r51"] .lineup__list[data-category="s6r51"] {
    display: flex;
  }
  .lineup[data-category="s6r55"] .lineup__list[data-category="s6r55"] {
    display: flex;
  }
  .lineup[data-category="s6r31"] .lineup__list[data-category="s6r31"] {
    display: flex;
  }
  .lineup--c6l .lineup__list {
    width: 100%;
    max-width: 945px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lineup--c6r .lineup__list {
    width: 100%;
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .lineup__item {
    width: 255px;
    position: relative;
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:.3s;
  }
  .lineup--c6l .lineup__item {
    margin: 0;
  }
  .lineup--c6l .lineup__item:nth-child(2) {
    margin-right: 70px;
    margin-left: 70px;
  }
  .lineup--c6l .lineup__item:nth-child(n + 4) {
    margin-top: 70px;
  }
  .lineup--c6l .lineup__item:nth-child(4) {
    margin-right: 35px;
  }
  .lineup--c6l .lineup__item:nth-child(5) {
    margin-left: 35px;
  }
  .lineup--c6r .lineup__item {
    margin-top: 60px;
  }
  .lineup--c6r .lineup__item:nth-child(4n + 2) {
    margin-left: 70px;
  }
  .lineup--c6r .lineup__item:nth-child(4n + 3) {
    margin-left: 70px;
  }
  .lineup--c6r .lineup__item:nth-child(4n + 4) {
    margin-left: 70px;
  }
  .lineup__new {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #E86A6A;
    border-top: 1px solid #E86A6A;
    border-bottom: 1px solid #E86A6A;
    padding: 5px 0;
  }
  .lineup__size {
    position: absolute;
    top: 10px;
    right: 0;
    width: 49px;
  }
  .lineup__space:before {
    content: "　";
  }
  .lineup__name {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.428;
    text-align: center;
  }
  .lineup__number {
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
  }
  .lineup__date {
    font-size: 12px;
    line-height: 1.4375;
    text-align: center;
  }
  .lineup__note {
    font-size: 12px;
    line-height: 1.4375;
    text-align: center;
  }
  .lineup__spec {
    margin-top: 25px;
  }
  .lineup__spec a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.025em;
    transition: .3s ease-out;
  }
  .lineup__spec a:hover {
    background: #000;
    color: #fff;
  }
}
@media (min-width: 1271px) {
  .lineup--c6r .lineup__list {
    max-width: 1230px;
    padding: 0;
  }
}
@media (min-width: 641px) and (max-width: 945px) {
  .lineup--c6l .lineup__list {
    max-width: 620px;
  }
  .lineup--c6l .lineup__item:nth-child(1) {
    margin-right: 35px;
  }
  .lineup--c6l .lineup__item:nth-child(2) {
    margin-right: 0;
    margin-left: 35px;
  }
  .lineup--c6l .lineup__item:nth-child(n + 3) {
    margin-top: 70px;
  }
  .lineup--c6l .lineup__item:nth-child(3) {
    margin-right: 35px;
  }
  .lineup--c6l .lineup__item:nth-child(4) {
    margin-left: 35px;
    margin-right: 0;
  }
  .lineup--c6l .lineup__item:nth-child(5) {
    margin-left: 0;
  }
}
@media (min-width: 641px) and (max-width: 1270px) {
  .lineup--c6r .lineup__list {
    max-width: 945px;
  }
  .lineup--c6r .lineup__item:nth-child(4n + 2) {
    margin-left: 0;
  }
  .lineup--c6r .lineup__item:nth-child(4n + 3) {
    margin-left: 0;
  }
  .lineup--c6r .lineup__item:nth-child(4n + 4) {
    margin-left: 0;
  }
  .lineup--c6r .lineup__item:nth-child(3n + 2) {
    margin-left: 70px;
  }
  .lineup--c6r .lineup__item:nth-child(3n + 3) {
    margin-left: 70px;
  }
}
@media (min-width: 641px) and (max-width: 945px) {
  .lineup--c6r .lineup__list {
    max-width: 620px;
  }
  .lineup--c6r .lineup__item:nth-child(3n + 2) {
    margin-left: 0;
  }
  .lineup--c6r .lineup__item:nth-child(3n + 3) {
    margin-left: 0;
  }
  .lineup--c6r .lineup__item:nth-child(even) {
    margin-left: 70px;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .ksk-movement__nav a {
    padding: 0 0 10px 40px;
    text-align: center;
    justify-content: center;
  }
  .ksk-movement__nav a:after {
    width: 42px;
    height: 16px;
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  .c6__header-body {
    width: 100%;
  }
  .c6__img {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .ksk-movement {
    background: #fff;
  }
  .ksk-movement__header {
    padding: calc(65 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
  .ksk-movement__title {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.43;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .ksk-movement__nav {
    margin-top: calc(38 / 375 * 100vw);
  }
  .ksk-movement__nav ul {
    display: flex;
    justify-content: space-between;
    width: calc(337 / 375 * 100vw);
    margin: 0 auto;
  }
  .ksk-movement__nav li {
    width: calc(161 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  .ksk-movement__nav a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 calc(10 / 375 * 100vw) calc(45 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: none;
    position: relative;
    background: url(../img/line3.svg) no-repeat calc(10 / 375 * 100vw) 0 / calc(17 / 375 * 100vw) 100%, linear-gradient(180deg, rgba(193,192,192,1) 0%, rgba(223,223,223,1) 50%, rgba(245,245,245,1) 100%);
  }
  .ksk-movement__nav a:after {
    content: "";
    width: calc(22 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    background: url(../img/arrow.svg) no-repeat left top / 100% auto;
    position: absolute;
    bottom: calc(10 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .c6__header {
    background: #F2F2F2;
    padding: calc(19 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
    flex-wrap: wrap;
  }
  .c6__header-body {
    padding: 0 calc(19 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.78;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .c6__title {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.39;
    letter-spacing: 0;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .c6__img {
    width: calc(211 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
  }
  .c6__note {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.015em;
    text-align: center;
  }
  .c6l__detail {
    padding: calc(44 / 375 * 100vw) 0 calc(56 / 375 * 100vw);
    background: url(../img/c6l_bg_sp.jpg) no-repeat right calc(-59 / 375 * 100vw) / calc(160 / 375 * 100vw) auto;
  }
  .c6l__lead {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.833;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 calc(19 / 375 * 100vw);
  }
  .c6l__list {
    margin: calc(50 / 375 * 100vw) auto 0;
  }
  .c6l__list-item {
    width: 100%;
  }
  .c61__list-text {
    margin-top: calc(16 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.78;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 calc(19 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 337/150;
    position: relative;
    z-index: 1;
  }
  .c61__list-text p {
    opacity: 0;
  }
  .c61__list-text.aos-animate p {
    opacity: 1;
    transition: 1s ease-out .7s;
  }
  .c61__list-text:before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .c6l__list-item1 .c61__list-text:before {
    background: url(../img/c6l_1_bg.png) no-repeat center top / 100% auto;
  }
  .c6l__list-item2 .c61__list-text:before {
    background: url(../img/c6l_2_bg.png) no-repeat center top / 100% auto;
  }
  .c6l__list-item3 .c61__list-text:before {
    background: url(../img/c6l_3_bg.png) no-repeat center top / 100% auto;
  }
  .lineup--c6l {
    padding-bottom: calc(60 / 375 * 100vw);
  }
  .lineup--c6r {
    padding: calc(60 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
  }
  .lineup__title {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.43;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .lineup__sort {
    margin-top: calc(51 / 375 * 100vw);
    padding-bottom: calc(67 / 375 * 100vw);
  }
  .lineup__sort ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(-16 / 375 * 100vw);
  }
  .lineup__sort li {
    width: calc(160 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
  .lineup__sort li:first-child {
    margin-right: calc(18 / 375 * 100vw);
  }
  .lineup__sort a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(31 / 375 * 100vw);
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
  }
  .lineup__sort a.is-active {
    background: #000;
    color: #fff;
  }
  .lineup__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 calc(19 / 375 * 100vw);
  }
  .lineup--c6l .lineup__list {
    margin-top: calc(15 / 375 * 100vw);
  }
  .lineup--c6r .lineup__list {
    margin-top: calc(-28 / 375 * 100vw);
  }
  .lineup__item {
    width: calc(156 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
    position: relative;
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:.5s;
  }
  .lineup__list[data-category="s6r51"],
  .lineup__list[data-category="s6r55"],
  .lineup__list[data-category="s6r31"] {
    display: none;
  }
  .lineup[data-category="s6r51"] .lineup__list,
  .lineup[data-category="s6r55"] .lineup__list,
  .lineup[data-category="s6r31"] .lineup__list {
    display: none;
  }
  .lineup[data-category="s6r51"] .lineup__list[data-category="s6r51"] {
    display: flex;
  }
  .lineup[data-category="s6r55"] .lineup__list[data-category="s6r55"] {
    display: flex;
  }
  .lineup[data-category="s6r31"] .lineup__list[data-category="s6r31"] {
    display: flex;
  }
  .lineup__new {
    position: absolute;
    top: calc(7 / 375 * 100vw);
    left: 0;
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0;
    color: #E86A6A;
    border-top: 1px solid #E86A6A;
    border-bottom: 1px solid #E86A6A;
    padding: calc(5 / 375 * 100vw) 0;
  }
  .lineup__size {
    position: absolute;
    top: calc(7 / 375 * 100vw);
    right: 0;
    width: calc(30 / 375 * 100vw);
  }
  .lineup__space:before {
    content: "　";
  }
  .lineup__name {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.43;
    text-align: center;
  }
  .lineup__number {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.41;
    text-align: center;
  }
  .lineup__date {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.45;
    text-align: center;
  }
  .lineup__note {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.4375;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .lineup__spec {
    margin-top: calc(10 / 375 * 100vw);
  }
  .lineup__spec a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(34 / 375 * 100vw);
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0,20px,0);
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}