#MainContent {
    overflow: hidden;
}
.knotday-2025 {
    position: relative;
}
.content {
    background: #DAE000;
}
@media (max-width: 879px) {
    .content {
        background: #DAE000 url(https://magazine.knot-designs.com/shopify/img/knotday-2025/img/bg-sp.png)no-repeat center top/contain;
        width: 100%;
        max-width: none;
    }
    .content__inner {
        max-width: 375px;
        margin: auto;
    }
}
.bg {
    z-index: -1;
    position: absolute;
    width: 100vw;
    opacity: 0.62;
}
.text-slide {
    position: fixed;
    top: 124px;
    writing-mode: sideways-rl;
    height: calc(100vh - 124px);
    overflow: hidden;
    left: 6px;
    z-index: 20;
}
@media (max-width: 879px) {
    .text-slide {
        writing-mode: horizontal-tb;
        height: auto;
        width: 100%;
        top: 7px;
        position: absolute;
    }
}
.text-slide__item {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.26em;
}
@media (max-width: 879px) {
    .text-slide__item {
        font-size: 13px;
    }
}
.text-slide__inner {
    animation: flowing 10s linear infinite;
    flex-wrap: nowrap;
    display: flex;
    height: calc(100vh - 124px);
}
@media (max-width: 879px) {
    .text-slide__inner {
        animation: flowing2 10s linear infinite;
        height: auto;
    }
}
@keyframes flowing {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-295.58px);
    }
}
@keyframes flowing2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-375.2px);
    }
}
@media (min-width: 880px) {
    .content {
        max-width: 412px;
    }
}
.knotday-2025 .logo-wrapper {
    position: absolute;
    width: calc((100% - 412px) / 2);
    left: 0;
    height: 100%;
    z-index: -1;
}
.knotday-2025 .logo {
    /*width: 32.8vw;
    position: absolute;
    right: calc(50% + 186px);
    bottom: 25vw;
    z-index: -1;*/
    width: 32.8vw;
    position: absolute;
    right: -15px;
    bottom: 32.7vw;
    z-index: -1;
}
.knotday-2025 .fix {
    position: fixed;
}
.knotday-2025 .fix .logo {
    top: 3.6vw;
}
.content-right {
    width: calc((100% - 412px) / 2);
    position: absolute;
    right: 0;
    padding: 5.3vw 3.8vw 0;   
    height: 100%;
}
.content-right__inner {
    height: calc(100vh - 124px);
    position: absolute;
    bottom: 0;
}
.content-right__inner.fix {
    position: fixed;
}
.content-right__ttl {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.7vw;
    font-size: 1.8vw;
    letter-spacing: 0.2em;
    padding-top: 5.3vw;
}
.content-right__txt {
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 5.54vw;
}
.content-right__slider {
    position: relative;
    z-index: 2;
}
@media (max-width: 879px) {
    .content-right__slider {
        padding: 94px 0 70px;
    }
}
.content-right__tab {
    position: absolute;
    left: 18.2vw;
    top: -4vw;
}
@media (max-width: 879px) {
    .content-right__tab {
        top: 46px;
        left: auto;
        right: 33px;
    }
}
.content-right__tab__item {
    padding: 0 2px;
    font-weight: 500;
    position: relative;
    z-index: 5;
    /*font-size: 0.7vw;*/
    font-size: 18px;
}
@media (max-width: 879px) {
    .content-right__tab__item {
        font-size: 12px;
    }
}
.content-right__tab__item:hover {
    cursor: pointer;
}
.content-right__bg {
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background: #DAE000;
    position: absolute;
    z-index: -1;
    transition: 0.1s;
    top: 0;
}
@media (max-width: 879px) {
    .content-right__bg {
        background: #fff;
        z-index: 1;
        height: 19px;
    }
}
.recommend-slider {
    width: 7.1vw;
    margin: auto;
    position: absolute;
    left: 5.6vw;
}
@media (max-width: 879px) {
    .recommend-slider {
        position: relative;
        left: auto;
        margin: 0 auto 0 100px;
        width: 91px;
    }
}
.recommend-slider:before {
    display: block;
    content: "";
    width: 18.43vw;
    height: 18.43vw;
    background: #DAE000;
    border-radius: 50%;
    position: absolute;
    left: -5.5vw;
    top: -4vw;
}
@media (max-width: 879px) {
    .recommend-slider:before {
        width: 236px;
        height: 236px;
        top: -53px;
        left: -74px;
        box-shadow: 2px 8px 15.7px rgba(255, 255, 255, 0.8);
    }
}
.recommend-slider.women {
    display: none;
}
.recommend-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 23px;
}
.recommend-slider .slick-arrow:hover {
    cursor: pointer;
}
.recommend-slider .slick-arrow.slick-prev {
    left: -5.2vw;
}
@media (max-width: 879px) {
    .recommend-slider .slick-arrow.slick-prev {
        left: -60px;
    }
}
.recommend-sli.content-right__tab__itemder .slick-arrow.slick-next {
    right: -5.2vw;
    transform: rotate(180deg);
}
.recommend-slider .slick-arrow.slick-next {
    transform: rotate(180deg);
    right: -5.2vw;
}
@media (max-width: 879px) {
    .recommend-slider .slick-arrow.slick-next {
        right: -60px;
    }
}
.list-btn {
    position: absolute;
    top: 14vw;
    page-break-after: always;
    background: #DAE000;
    padding: 0 2px;
    font-weight: 500;
    text-decoration: none;
    /*font-size: 0.7vw;*/
    font-size: 18px;
    left: 18.2vw;
}
@media (max-width: 1498px) and (min-width: 880px) {
    .list-btn {
        right: 0;
        left: auto;
    }
}
@media (max-width: 879px) {
    .list-btn {
        bottom: 0;
        top: auto;
        background: #fff;
        font-size: 12px;
        right: 15px;
        width: 96px;
        text-align: center;
        left: auto;
    }
}
.list-btn:hover {
    cursor: pointer;
}
.content-right__sns {
    position: absolute;
    right: 0;
    bottom: 20px;
}
@media (max-width: 879px) {
    .content-right__sns {
        width: 16px;
        margin: 46px 0 0 auto;
        position: static;
    }
}
/*.content-right__sns-txt__wrapper {
    position: absolute;
    height: calc(100vh - 124px);
    width: calc(100% - 7.6vw);
    top: 0;
    padding: 0 3.8vw 0 0;
    z-index: 1;
}*/
.content-right__sns-txt {
    position: absolute;
    width: 100%;
    bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: 0.26em;
}
.content-right__sns li {
    margin-bottom: 1.5vw;
    width: 1.2vw;
}
@media (max-width: 879px) {
    .content-right__sns li {
        width: 100%;
        margin-bottom: 20px;
    }
    .content-right__sns li:last-child {
        margin-bottom: 0;
    }
}
.content-right__sns li img {
    width: 100%;
}
.menu {
    left: calc((50% - 206px) - 256px);
    text-align: right;
}
@media (max-width: 879px) {
    .menu {
        width: calc(100% - 50px);
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        position: fixed;
        left: 50px;
        top: 75px;
        z-index: 50;
        padding: 103px 20px 0 0;
        display: none;
    }
}
.menu.fix {
    top: auto;
    bottom: 20px;
}
.menu p {
    margin-bottom: 20px;
    font-family: ZenKakuGothicNew,YuGothic,Yu Gothic,YuGothic,sans-serif;
    font-weight: 500;
}
@media (max-width: 879px) {
    .content-right__sns-txt {
        font-size: 13px!important;
        position: relative;
        max-width: 260px;
        text-align: left;
        margin: 0 0 0 auto;
        top: -17px;
        letter-spacing: 0.2em;
    }
    .menu-list {
        position: relative;
        width: 180px;
        margin: 0 0 0 auto;
    }
}
.menu-list li {
    margin-bottom: 0;
    line-height: 1.7;
}
.menu-list li:before {
    display: none;
}
.menu-list__bg {
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    /*background: #DAE000;*/
    background: transparent;
    position: absolute;
    z-index: -1;
    transition: 0.1s;
}
.menu-list a:hover {
    text-decoration: none;
}
.menu-btn {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #DAE000;
    box-shadow: 3px 5px 13px rgba(255, 255, 255, 0.98);
    position: fixed;
    z-index: 10;
    top: 105px;
    right: 14px;
    z-index: 51;
}
.menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.menu-btn span:before,
.menu-btn span:after {
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
}
.menu-btn span:before {
    top: -12px;
}
.menu-btn span:after {
    top: 12px;
}
.menu-btn.close span {
    background: transparent;
}
.menu-btn.close span:before {
    transform: rotate(45deg);
    top: 0;
}
.menu-btn.close span:after {
    transform: rotate(-45deg);
    top: 0;
}

/*main*/
.kv {
    position: relative;
    margin: 0;
}
@media (max-width: 879px) {
    .kv {
        padding-top: 121px;
        margin-bottom: 0;
    }
}
.kv__logo {
    width: 176px;
    position: absolute;
    left: 10px;
    top: 34px;
}
.kv__item-01 {
    margin: 18px 0 15px 10px;
    width: 250px;
}
@media (max-width: 879px) {
    .kv__item-01 {
        width: 221px;
        margin-top: 0;
    }
}
.kv__item-02 {
    position: absolute;
    width: 229px;
    top: 151px;
    right: 10px;
    z-index: 3;
}
@media (max-width: 879px) {
    .kv__item-02 {
        width: 203px;
        top: 260px;
    }
}
.kv__item-03 {
    width: 284px;
    margin: 0 auto;
}
@media (max-width: 879px) {
    .kv__item-03 {
        width: 251px;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.kv__text-01 {
    width: 250px;
    position: absolute;
    top: 0;
    right: 17px;
    animation: rotate 20s linear infinite;
}
@media (max-width: 879px) {
    .kv__text-01 {
        width: 231px;
        top: 136px;
    }
}
.kv__text-02 {
    position: absolute;
    width: 230px;
    top: 324px;
    left: 36px;
    animation: rotate 19s linear infinite;
}
@media (max-width: 879px) {
    .kv__text-02 {
        width: 232px;
        top: 438px;
    }
}
.kv__txt {
    margin: 40px auto 0;
    width: 302px;
}
.kv__txt h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.kv__txt p {
    font-size: 13px;
    font-weight: 500;
}
.recommend {
    background: #DAE000;
    width: 100%;
    z-index: 3;
    padding: 52px 0 60px;
    margin: 0;
}
@media (max-width: 879px) {
    .recommend {
        display: block;
        position: static;
        padding-top: 57px;
        margin-bottom: 67px;
    }
}
.kv__recommend  {
    display: none;
}
.recommend h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
}
.recommend__tab {
    display: flex;
    width: 173px;
    height: 28px;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    margin: 0 auto 21px;
    font-size: 10px;
}
.recommend__tab__item {
    width: 50%;
    height: 100%;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend__tab__item:hover {
    cursor: pointer;
}
.recommend__tab__item.active {
    background: #E2BEB8;
    width: calc(50% + 20px);
}
.recommend__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.recommend__list.women {
    display: none;
}
.recommend__list li {
    width: 101px;
    transition: 0.3s;
}
.recommend__list li:hover {
    opacity: 0.7;
}
.recommend__link {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-top: 17px;
}
.recommend__link:hover {
    text-decoration: underline;
}
.program {
    padding: 40px 10px 0;
    position: relative;
    margin: 0;
}
@media (max-width: 879px) {
    .program {
        padding: 40px 14px 0;
    }
}
.column-title {
    background: #fff;
    font-size: 29px!important;
    font-weight: 500!important;
    width: 260px;
    height: 115px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px!important;
    letter-spacing: 0.2em;
}
@media (max-width: 879px) {
    .column-title {
        width: 230px;
        height: 101px;
        left: 14px;
        font-size: 26px!important;
        margin-bottom: 10px!important;
        border-radius: 26px;
    }
}
.box {
    width: 348px;
    height: 452px;
    background: #fff;
    border-radius: 30px;
    padding: 43px 60.5px 0;
}
@media (max-width: 879px) {
    .box {
        width: 307px;
        padding: 37px 15px 30px;
        border-radius: 26px;
    }
}
.box__thumb {
    width: 227px;
    height: 263px;
    border-radius: 30px;
    margin: 0 auto 13px;
    position: relative;
    display: block;
}
@media (max-width: 879px) {
    .box__thumb {
        width: 200px;
        border-radius: 26px;
    }
}
.program__slider__item__01 .box__thumb{
    background: #DAE000;
}
.program__slider__item__01__01 {
    display: block;
    width: 144px;
    position: absolute;
    bottom: 15px;
    left: 40px;
    z-index: 2;
}
.program__slider__item__01__02 {
    display: block;
    width: 118px;
    position: absolute;
    top: -38px;
    left: -76px;
}
@media(max-width: 879px) {
    .program__slider__item__01__02 {
        top: -55px;
    }
    .program__slider__item__02 .box__thumb {
        width: 200px;
        border-radius: 26px;
        background: #DAE000;
        display: flex;
        align-items: end;
    }
    /*.program__slider__item__02__01 {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }*/
    .program__slider__item__01__03 {
        width: 90px;
        bottom: -15px;
    }
}
.program__slider__item__01__03 {
    position: absolute;
    width: 94px;
    bottom: -20px;
    right: -48px;
    z-index: 3;
}
.program__slider__item__01__04 {
    z-index: 1;
    width: 196px;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    animation: rotate 18s linear infinite;
}
@media(max-width: 879px) {
    .program__slider__item__01__04 {
        width: 162px;
    }
}
.program__slider__item__02__02 {
    position: absolute;
    width: 94px;
    left: -56px;
    top: -38px;
}
.text-slide__inner__02__wrapper {
    overflow: hidden;
    position: absolute;
    top: 38px;
}
.text-slide__inner__02 {
    animation: shipping 10s linear infinite;
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
}
.text-slide__inner__02 .text-slide__item {
    font-weight: 500;
    font-size: 29px;
    color: #fff;
    letter-spacing: 21%;
}
@keyframes shipping {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-221px);
    }
}
.program__slider__item__03__02 {
    position: absolute;
    width: 94px;
    top: -39px;
    left: -58px;
}
.program__slider__item__01 .box,
.program__slider__item__02 .box {
    padding: 43px 51.4px 0;
}
@media (min-width: 880px) {
    .program__slider__item__03 .box {
        padding: 43px 51px 0;
    }
}
.program__slider__item__03 .box__thumb {
    width: 210px;
}
.program__slider__item__03 .box__text,
.program__slider__item__04 .box__text {
    width: 227px;
    margin: auto;
}
.program__slider__item__04 .box__thumb {
    width: 210px;
}
.program__slider__item__04__02 {
    width: 94px;
    position: absolute;
    top: -38px;
    left: -57px;
}
.program__slider__item__04__03 {
    width: 81px;
    position: absolute;
    top: -38px;
    right: -48px;
}
.program__slider__item__04 .box__title {
    max-width: 226px;
    margin: 0 auto 6px;
}
.program__slider .slick-arrow {
    bottom: 246px;
    position: absolute;
    z-index: 5;
}
.program__slider .slick-arrow:hover {
    cursor: pointer;
}
.program__slider .slick-prev {
    left: 26px;
    transform: rotate(180deg);
}
@media (max-width: 879px) {
    .program__slider .slick-prev {
        left: 70px;
    }
}
.program__slider .slick-next {
    right: 24px;
}
.box__title {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
@media (max-width: 879px) {
    .box__title {
        font-size: 22px;
    }
}
.box__text {
    color: #909090;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 500;
}
@media (max-width: 879px) {
    .box__text {
        font-size: 12px;
    }
}
.box-sub {
    width: 115px;
    height: 115px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 879px) {
    .box-sub {
        width: 101px;
        height: 101px;
        right: 0;
        border-radius: 26px;
    }
}
.box-sub img {
    transform: scale(0.5);
}
.program .box {
    margin: 0 0 0 auto;
}
.program__slider {
    width: 348px;
    margin: 0 0 0 auto;
}
.program__slider__item {
    position: relative;
    padding-top: 127px;
}
.program h3 {
    position: absolute;
}
.program__num__slider {
    width: 36px;
    position: absolute;
    top: 204px;
}
.program__num__slider .slick-track {
    transform:unset!important;
}
.program__num__slider__item {
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
}
.program__num__slider__item:hover,
.newitems__icon__slider:hover  {
    cursor: pointer;
}
.program__num__slider__item-1 img {
    width: 14px;
}
.program__num__slider__item-2 img {
    width: 23px;
}
.program__num__slider__item-3 img {
    width: 31px;
}
.program__num__slider__item-4 img {
    width: 34px;
}
.program__num__slider__item .black {
    display: none;
}
.program__num__slider__item .white {
    display: block;
}
.program__num__slider__item.slick-current .black {
    display: block;
}
.program__num__slider__item.slick-current .white {
    display: none;
}
.program:after,
.recommend:after {
    display: none;
}
.newitems {
    margin: 0;
    padding: 33px 10px 0;
    position: relative;
}
.newitems__slider__item {
    position: relative;
    padding-top: 127px;
}
.newitems__slider {
    width: 348px;
    margin-bottom: 11px;
}
@media(max-width: 879px) {
    .newitems__slider {
        width: 307px;
    }
}
.newitems__slider__item__main img {
    width: 100%
}
.newitems h3 {
    position: absolute;
    top: 33px;
    right: 10px;
    left: auto;
}
@media(max-width: 879px) {
    .newitems h3 {
        right: 14px;
    }
}
.newitems__icon__slider {
    width: 52px;
    position: absolute;
    top: 160px;
    right: 0;
}
.newitems__icon__slider .slick-track {
    transform:unset!important;
}
.newitems__icon__slider__item {
    display: flex !important;
    justify-content: center;
    margin-bottom: 12px;
}
.newitems__icon__slider__item__01 img {
    width: 42px;
}
.newitems__icon__slider__item__02 img {
    width: 36px;
}
.newitems__icon__slider__item__03 img {
    width: 43px;
}
.newitems__icon__slider__item__04 img {
    width: 52px;
}
.newitems__slider__item__sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 30px;
}
@media (max-width: 879px) {
    .newitems__slider__item__sub {
        width: 101px;
        height: 101px;
        border-radius: 26px;
    }
}
.newitems__slider__item .newitems__slider__item__sub {
    display: flex;
}
.newitems__slider__item[data-slick-index="0"] .newitems__slider__item__sub img {
    width: 90px;
    margin: auto;
}
.newitems__slider__item[data-slick-index="1"] .newitems__slider__item__sub img {
    width: 78px;
    margin: auto;
}
.newitems__slider__item[data-slick-index="2"] .newitems__slider__item__sub img {
    width: 94px;
    margin: auto;
}
.newitems__slider__item[data-slick-index="3"] .newitems__slider__item__sub img {
    width: 112px;
    margin: auto;
    transform: translateY(-5px);
}
.newitems__point h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.12em;
}
.newitems__point ul {
    display: flex;
    gap: 5px;
}
.newitem__list .over {
    position: relative;
}
.newitem__list .over img {
    opacity: 0.6;
}
.newitem__list .over:after {
    display: block;
    content: "近日発売!";
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 12px;
    width: 64px;
    left: 10px;
    right: 0;
    margin: auto;
    letter-spacing: 0.2em;
    line-height: 1.29;
}
.galleryShop {
    margin: 0;
    padding: 33px 10px 0;
    position: relative;
}
.galleryShop .box__thumb {
    height: auto;
}
.galleryShop .column-title {
    letter-spacing: 0.05em;
}
@media (max-width: 879px) {
    .galleryShop .box {
        padding: 37px 52px 0;
    }
}
.galleryShop .box-sub {
    top: 33px;
    right: 10px;
}
.galleryShop .box {
    margin: 0 0 0 auto;
}
.galleryShop .box__thumb__02 {
    width: 196px;
    display: block;
    position: absolute;
    top: -88px;
    left: -102px;
}
.galleryShop .box__thumb__03 {
    position: absolute;
    width: 120px;
    top: 32px;
    left: -64px;
    z-index: 1;
}
.galleryShop .box__thumb__04 {
    position: absolute;
    width: 196px;
    bottom: -73px;
    right: -99px;
}
.project {
    position: relative;
    padding: 33px 10px 0;
}
.project .column-title {
    margin: 0 0 12px auto!important;
}
.project .box-sub {
    top: 33px;
    left: 10px;
}
.project .box {
    padding: 43px 41px 0
}
@media (max-width: 879px) {
    .project .box {
        padding: 37px 6px 0;
    }
}
/*@media (max-width: 879px) {
    .project .box {
        height: 400px;
        padding-top: 23px;
    }
}*/
.project .box a {
    text-decoration: none;
}
.project .box__thumb {
    width: 210px;
    display: block;
    background: none;
}
/*@media (max-width: 879px) {
    .project .box__thumb {
        width: 227px;
    }
}*/
.project .box__text {
    width: 227px;
    margin: auto;
}
.project .box__thumb__02 {
    width: 94px;
    position: absolute;
    top: -36px;
    left: -73px;
}
@media (max-width: 879px) {
    .project .box__thumb__02 {
        width: 84px;
        left: -64px;
    }
}
.project .box__thumb__03 {
    width: 108px;
    right: -89px;
    position: absolute;
    bottom: -12px;
}
.gallery-slide__img {
    height: 145px;
}
.gallery-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}