.ftool-wrapper,
.ftool-wrapper pre {
    color: #000000;
    font-family: "Yu Mincho", "游明朝", "MS PMincho", "Noto Serif CJK JP", serif;
}

.ftool-wrapper a:hover {
    text-decoration: none;
}

.ftool-wrapper .m-link {
    color: #A81148;
    text-decoration: underline;
}

.l-article .c-font01 {
    font-family: "miller-banner-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.l-article .c-font01_bold {
    font-family: "miller-banner-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.l-article .c-font02 {
    font-family: "miller-banner-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.l-article .c-font03 {
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

@media (max-width:768px) {
    .siteLogo {
        width: 140px;
        position: absolute;
        z-index: 10;
        top: 15px;
        left: 15px;
    }

    .siteLogo img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width:769px) {
    .siteLogo {
        width: 230px;
        position: fixed;
        z-index: 10;
        top: 20px;
        left: 20px;
    }
}

.siteLogo img {
    width: 100%;
    height: auto;
}

.c-banner {
    z-index: 10 !important;
    display: none;
}

html {
    scroll-behavior: smooth;
}

.l-kv {
    width: 100%;
    height: auto;
}

.l-kv .logo.is-sp video {
    width: 100%;
    height: auto;
}

.is-sp {
    display: none;
}

@media (max-width:768px) {

    .l-kv .kvImage,
    .l-kv .is-sp {
        display: block;
    }

    .l-kv {
        position: relative;
        width: 100%;
        height: auto;
        left: unset;
        top: unset;
        z-index: 1;
        margin-bottom: 20px;
        margin-top: 0;
        padding-top: 0;
    }

    .l-kv .logo_b,
    .l-kv .logo_w,
    .is-pc {
        display: none;
    }
}

.l-kv__text {
    margin-top: 40px;
    padding: 40px 20px 40px 20px;
    margin-bottom: 40px;
    text-align: center;
}

.l-kv__text .lead_title {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.l-kv__text p {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.07em;
}

.l-kv__text .bold {
    color: #DFB06E;
    font-weight: bold;
}

@media (min-width:768px) {
    .c-titleImg {
        display: none;
    }
}

.l-kv__text .wrap {
    display: inline;
}

.l-kv .is-pc {
    text-align: center;
    line-height: 1;
    padding: 40px 20px 0 20px;
    font-size: 20px;
    position: relative;
}

.l-kv__spLogo {
    padding-top: 20px;
    text-align: center;
}

.l-kv__fontLogo .title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
}

.l-kv__fontLogo .date {
    font-size: 14px;
    font-weight: 700;
}

.l-kv__sp {
    padding: 0 10px;
    margin-bottom: -20px;
}

.l-kv__sp .siteLogo--sp {
    padding: 15px 0;
}

.l-kv__sp .siteLogo--sp img {
    height: 10px;
    width: auto;
    vertical-align: baseline;
}

.l-kv__sp .logo {
    padding: 20px 0;
    text-align: center;
}

.l-kv__sp .logo .c-font02,
.l-kv__sp .logo .date {
    font-weight: bold;
    line-height: 1.1;
    font-size: 16px;
    margin-top: -5px;
}

.l-kv__sp .logo .c-font02 {
    font-size: 36px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.l-kv .date span {
    font-size: 60%;
}

.linklist .link {
    padding: 10px 0;
    text-align: center;
}

.linklist .link a {
    position: relative;
}

.linklist .link a:before {
    margin-top: -4px;
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
}

.hacobune-gallery {
    margin-bottom: 20px;
}

.l-article .l-articleLayout__article--contents {
    background: linear-gradient(rgba(255, 255, 255, 1) 0%,
            rgba(236, 230, 216, 1) 20%,
            rgba(236, 230, 216, 1) 80%,
            rgba(255, 255, 255, 1) 100%);
}

.l-articleLayout__article .l-articleMenu {
    padding-top: 0;
}

.l-articleMenu .switch,
.l-articleMenu .list {
    display: flex;
    flex-wrap: wrap;
}

.l-articleMenu .switch li,
.l-articleMenu .list li {
    max-width: 50%;
    min-width: 50%;
    text-align: center;
}

.l-articleMenu .genderSwitch {
    font-weight: 600;
    font-size: 16px;
}

.l-articleMenu .genderSwitch span {
    transition: all 0.5s linear;
    line-height: 1.5;
    display: inline-block;
    padding: 3px;
    color: #ffffff;
}

.l-articleMenu .genderSwitch .switch .is-current span {
    color: #000000;
    cursor: default;
}

.l-articleMenu .genderSwitch .switch.is-hover li span {
    color: #ffffff;
}

@media (any-hover:hover) {
    .l-articleMenu .genderSwitch .switch.is-hover li:hover span {
        color: #000000;
    }
}

.l-articleMenu .list li {
    border-top: solid 1px #000;
    box-sizing: border-box;
    display: block;
    padding: 8px 0 8px 0;
    position: relative;
    font-size: 90%;
}

.l-articleMenu .list li:nth-child(odd) {
    border-right: solid 1px #000;
}

.l-articleMenu .genderSwitch {
    position: relative;
}

.l-articleMenu .back {
    width: 50%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    margin-bottom: -100%;
    border-radius: 100px;
    z-index: 1;
}

.l-articleMenu li {
    z-index: 2;
}

.l-articleMenu__sub {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.logoList__button span,
.l-articleMenu__sub>span {
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
}

.l-pager {
    margin: 30px 20px;
}

.l-pager .link {
    display: flex;
    gap: 20px;
}

.l-pager .wrap,
.l-pager .button {
    width: 50%;
}

.l-pager .wrap .title {
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 10px;
}

.l-pager .button {
    margin-top: 10px;
    text-align: center;
}

.l-pager__text {
    text-align: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width:375px) {
    .l-pager__text {
        font-size: 11px;
    }
}

.l-pager__text span {
    white-space: nowrap;
}

.l-pager .button>span {
    border: solid 1px #000000;
    display: block;
    padding: 5px;
}

.l-pager .button>span>em {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.l-article .c-title01 {
    line-height: 1;
    text-align: center;
    font-size: 40px;
    padding: 0 20px 0 20px;
}

.c-title01>span {
    display: block;
    padding: 50px 0 0 0;
}

.l-pager .button em:before,
.logoList__button span:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    margin: auto;
    top: -5px;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: 10px;
}

.l-articleMenu__sub>span:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(https://baycrews.jp/src/feature/202403_preorder/arrow_down.svg) no-repeat center center;
}

.l-articleLayout img,
.l-articleLayout video {
    width: 100%;
    height: auto;
}

.l-articleLayout .sp {
    display: none;
}

.l-articleLayout .pc {
    display: block;
}

@media (max-width:768px) {
    .l-articleLayout .sp {
        display: block;
    }

    .l-articleLayout .pc {
        display: none;
    }
}

.l-articleLayout__wrap {
    max-width: 40%;
    margin: 0 0 0 auto;
    display: flow-root;
}

@media (max-width:768px) {
    .l-articleLayout__wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.l-articleLayout__article {
    width: 100%;
    float: left;
    padding-bottom: 1px;
    margin-top: -1px;
    background: #ffffff;
    transition: all 1s linear;
    position: relative;
    top: 0;
}

.l-articleLayout__title {
    height: calc(100vh - 180px);
}

.l-articleLayout__title>.wrap {
    height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    padding-bottom: 196px;
}

@media (max-width:768px) {
    .l-articleLayout__article {
        float: none;
        left: 0;
        margin: -1px auto 0 auto;
        width: auto;
    }
}

.d-fixed-area {
    position: relative;
}

.d-fixed-element {
    position: absolute;
    top: 0;
}

.d-fixed-element.is-fixed {
    position: fixed;
}

.ss-article-main-image {
    display: none;
}

.l-inner {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.ss-article-header,
.c-header,
.c-headerSearch,
.c-breadcrumb,
#contentEnd+.l-separator,
#silveregg-recommend_bb,
#checked_items,
.c-footerWrapper,
.c-footer-navigation-container,
.ss-feature,
.d-pageTop {
    display: none !important;
}

.l-articleLayout {
    background-attachment: fixed, fixed;
    background-position: center center, top left;
    background-size: 3px 3px, cover;
}

.l-separator--line {
    border-top: none;
    padding-top: 0;
}

.l-articleLayout__title {
    width: 430px;
}

.l-articleWrap+.l-articleLayout .block:first-child {
    padding-top: 30px;
}

.l-articleLayout__article>.block {
    margin: 0 20px 0 20px;
    transition: all 1s linear;
    padding-bottom: 100px;
}

.l-articleLayout__article>.block.l-articleMenu {
    padding-top: 0;
    border: solid 1px #000000;
    border-radius: 100px;
    background: #000000;
    color: white;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 0;

}

.l-articleLayout__article>.block.c-titleImg {
    padding-top: 40px;
    background: none;
}

.l-articleLayout__article>.block.c-titleImg .wrap {
    overflow: hidden;
    display: block;
}

.l-articleLayout__title .title .main {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

.l-articleLayout__title .title .sub {
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
}

@media (max-width:768px) {
    .l-articleLayout__title .title .main {
        width: 100%;
        font-size: 31px;
    }

    .l-articleLayout__title .title .sub {
        margin-bottom: 14px;
        font-size: 14px;
    }
}

.l-articleLayout .c-articleContentsList .contents {
    padding: 10px 0 10px 0;
    margin: 0 20px;
}

.c-articleContentsList02 {
    display: flex;
    gap: 1.5%;
    flex-wrap: wrap;
}

.c-articleContentsList02 li {
    width: calc(32%);
}

.c-articleContentsList02 li .data {
    margin: 5px 0 10px 0;
}

.c-articleContentsList02 li .title {
    font-size: 12px;
    font-weight: normal;
}

.c-articleContentsList02 li .date {
    font-size: 10px;
}

.c-articleContentsList02 li .shop {
    display: none;
}

.c-articleItemList {
    line-height: 1.5
}

.c-articleItemList img {
    width: 100%;
    height: auto
}

.c-articleItemList a {
    display: inline-block;
    text-decoration: none
}

.c-articleItemList .thumb {
    margin-bottom: 7px;
    position: relative;
}

.c-articleItemList .d-item {
    cursor: pointer;
}

.c-articleItemList .thumb .property {
    font-size: 11px;
    text-align: center
}

.c-articleItemList .size {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 52px;
    text-align: center;
    background: hsla(0, 0%, 100%, .85);
    transition: all 1s linear;
}

.c-articleItemList .size del,
.c-articleItemList .size span {
    margin: 0 4px
}

.c-articleItemList .size del {
    color: #999
}

.c-articleItemList .soldout {
    margin-top: -16px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: 32px;
    color: #f66;
    background: hsla(0, 0%, 100%, .85);
    text-align: center;
    font-size: 14px
}

.c-articleItemList .data,
.c-articleItemList .property dd,
.c-articleItemList .property dt {
    font-size: 12px;
    color: #666
}

.c-articleItemList .fav {
    margin-right: -3px;
    float: right
}

.c-articleItemList .brand {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-articleItemList .discount {
    color: #e94709;
}

.c-articleItemList .cart {
    margin-top: 8px
}

.c-articleItemList .status strong {
    color: #f99
}

.c-articleItemList .change {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px
}

.c-articleItemList .review {
    display: none;
}

.c-articleItemList .review .no {
    margin-left: 5px
}

.c-articleItemList__wrap {
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
}

.c-articleItemList .sale {
    padding: 5px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    background: #000000;
    font-size: 9px;
    line-height: 11px
}

.c-articleItemList__slideWrap {
    position: relative;
}

.c-articleItemList__slideWrap::after {
    right: -20px;
    left: auto;
}

.c-popupLists_itemWrap::-webkit-scrollbar,
.c-imgBanner--list::-webkit-scrollbar,
.c-articleItemList__wrap::-webkit-scrollbar,
.c-imageSlider::-webkit-scrollbar {
    height: 8px;
    margin: 0 10px;
}

.c-imageSlider--men::-webkit-scrollbar {
    height: 0;
    margin: 0;
}

.c-popupLists_itemWrap::-webkit-scrollbar-track,
.c-imgBanner--list::-webkit-scrollbar-track,
.c-articleItemList__wrap::-webkit-scrollbar-track,
.c-imageSlider::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.c-popupLists_itemWrap::-webkit-scrollbar-thumb,
.c-imgBanner--list::-webkit-scrollbar-thumb,
.c-articleItemList__wrap::-webkit-scrollbar-thumb,
.c-imageSlider::-webkit-scrollbar-thumb {
    background: #000000;
}

.l-articleLayout .button01 {
    padding: 40px 0 0;
}

.l-articleLayout .button01 a {
    font-family: "tt-commons-pro", sans-serif;
    border-radius: 5px;
    font-weight: 300;
    font-style: normal;
    display: block;
    background: #000000;
    color: white;
    padding: 3px 8px 1px 8px;
    text-align: center;
    font-size: 110%;
    position: relative;
    transition: all 1s linear;
    margin: 0 auto;
    max-width: 260px;
    letter-spacing: 0.1em;
}

.l-articleLayout .button01 a span {
    padding-left: 22px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: 12px;
}

.l-articleLayout .button01 a span:before {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    top: -2px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    padding: 0;
}

.c-articleItemList__slide {
    display: flex;
    flex-wrap: wrap;
    width: calc(200% + 30px);
    padding: 0 15px;
}

@media (min-width:550px) {
    .c-articleItemList__slide {
        width: calc(160% + 30px);
    }

    .c-articleItemList__slideWrap {
        overflow: hidden;
    }
}

.c-articleItemList__slide>li {
    max-width: calc(100% / 6 - 10px);
    padding: 0 5px 10px 5px;
}

.c-articleItemList.l-col2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.ftool-wrapper .m-articleHeading {
    text-align: right;
    margin: 0 0 40px 0;
    padding-right: 10px;
    font-size: 12px;
    position: relative;
    font-weight: 300;
}

.m-articleHeading:before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "miller-banner-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: -13px;
    font-style: normal;
    display: block;
    font-size: 35px;
    line-height: 1.5;
}

.m-articleHeading--pickup:before {
    content: "Trend Select";
}

.m-articleHeading--recommend:before {
    content: "Recommend items";
}

.m-articleHeading--brand:before {
    content: "Brands";
}

.m-articleHeading--feature:before {
    content: "Feature";
}

.m-articleHeading--newin:before {
    content: "New In";
}

.m-articleHeading--ranking:before {
    content: "Ranking";
}

.m-articleHeading--snap:before {
    content: "Snap";
}

.m-articleHeading--blog:before {
    content: "Blog";
}

.m-articleHeading--notice:before {
    content: "Campaign Detail";
}

.m-articleHeading--live:before {
    content: "Instagram Live";
}

.m-articleHeading--category:before {
    content: "Category";
}

.l-articleLayout .l-col2>div,
.l-articleLayout .l-col2>li,
.l-articleLayout .l-col2>section {
    margin-bottom: 22px;
    margin-left: 10px;
    width: 45.3125%;
    width: calc(50% - 15px)
}

.c-articleContentsList .contents {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #e5e5e5
}

.c-articleContentsList .contents-inner.icon-chevron-right:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-articleContentsList .contents-inner {
    display: -webkit-flex;
    display: flex;
    padding-right: 20px;
    min-height: 88px;
    position: relative
}

.c-articleContentsList .contents-inner:after {
    margin-top: -4px;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-right: 10px
}

.c-articleContentsList .thumb {
    padding-right: 10px;
    width: 88px;
    height: 88px
}

.c-articleContentsList img {
    width: 100%;
    height: auto
}

.c-articleContentsList .data {
    -webkit-flex: 1;
    flex: 1;
    padding-right: 10px
}

.c-articleContentsList .title {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: .075em;
    margin-bottom: .2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.c-articleContentsList .brand,
.c-articleContentsList .date,
.c-articleContentsList .shop {
    color: #999;
    font-size: 10px;
    line-height: 1.5
}

.c-articleContentsList .brand,
.c-articleContentsList .shop {
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.c-articleContentsList .contents:last-child {
    border-bottom-width: 0;
}

.c-articleContentsList--2column {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.c-articleContentsList--2column li {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.c-articleContentsList--2column li.c-textCenter {
    max-width: 100%;
    width: 100%;
}

.c-articleContentsList--2column .title {
    line-height: 1.4;
    margin: 8px 0 3px 0;
}

.c-articleItemList .brand {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-articleContentsList--2column .brand {
    line-height: 1.2;
    color: #999999;
    margin-bottom: 10px;
}

.c-articleContentsList--2column .thumb {
    width: 100%;
    height: auto;
}

.c-articleContentsList--2column .date {
    display: none;
}

.c-articleSnapList {
    line-height: 1.5
}

.c-articleSnapList img {
    width: 100%;
    height: auto
}

.c-articleSnapList a {
    display: block;
    text-decoration: none
}

.c-articleSnapList .thumb {
    margin-bottom: 7px;
    position: relative
}

.c-articleSnapList .data {
    position: relative;
    font-size: 12px;
    color: #666
}

.c-articleSnapList .property {
    position: relative;
    font-size: 11px
}

.c-articleSnapList .property dd,
.c-articleSnapList .property dt {
    margin-bottom: 3px
}

.c-articleSnapList .property dd {
    color: #999
}

.c-articleSnapList .property dd:before {
    content: ":"
}

.c-text01 {
    text-align: center;
}

.c-textList {
    padding: 50px 0 0;
    margin-top: -30px;
    line-height: 2;
}

.c-textList::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 2px;
    rotate: 45deg;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.c-textList .subTitle {
    margin-top: 30px;
    font-weight: 600;
}

.subTitle.l-article__subTitle {
    margin-top: 40px;
}

.c-textList .list--tag li {
    display: inline-block;
    white-space: nowrap;
    line-height: 2.5;
}

.c-textList .list--tag li a {
    text-decoration: underline;
}

.c-textList .list--tag li:after {
    content: '/';
    color: #dddddd;
    margin-left: 5px;
    padding-right: 5px;
}

.c-textList .list--tag li:last-child:after {
    content: '';
    margin-left: 0;
    padding-right: 0;
}

.c-textList .list--point li {
    padding-left: 1em;
    position: relative;
}

.c-textList .list--point li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width:768px) {
    .l-kv .logo_w {
        display: none;
    }

    .l-kv .logo_b {
        display: block;
    }
}

.l-articleShareLink {
    margin: 0 auto;
    padding: 0;
}

.l-articleShareLink .text {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.l-articleShareLink .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-articleShareLink .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-articleShareLink .wrap .text,
.l-articleShareLink .wrap .button {
    white-space: nowrap;
    padding: 0 8px;
}

.l-footerBaycrewsLink {
    text-align: center;
    margin: 100px 20px 30px 20px;
    border-top: dotted 1px #333333;
    padding-top: 30px;
}

.l-footerBaycrewsLink a {
    font-size: 10px;
}

.l-footerBaycrewsLink .img--w {
    display: none;
}

#is-scrolled.d-darkmode--button {
    transition: all 1s linear;
    margin-bottom: -200px;
}

.l-articleBack {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100svh;
    display: flex;
    background-size: auto 90%;
    background-color: #ffffff;
    filter: brightness(0.95);
    background-position: center center;
    transition: background-image 1s linear;
}

.l-articleBack .back {
    max-width: 60%;
    min-width: 60%;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center;
    background: url(https://baycrews.jp/src/feature/202508_preorder/kv.jpg);
}

.l-articleBack .back video {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.l-articleBack .frame {
    padding: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.l-articleBack .frame .line {
    border: solid 5px #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.l-articleBack .space {
    height: 100svh;
    max-width: 40%;
    min-width: 40%;
}

/*
.l-articleBack.l-articleBack--men {
background-image:url("https://baycrews.jp/src/feature/202401_preorder/back_m.jpg");
}
*/
.c-imgBanner {
    max-width: 450px;
    padding: 0 20px 40px 20px;
    text-align: center;
    margin: 0 auto;
}

.d-drawer-wrapper {
    padding: 0;
}

.logoList {
    margin-bottom: -30px;
}

.logoList .logoList__list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.logoList .logoList__list .name {
    display: none;
}

.logoList li {
    text-align: center;
    padding: 1%;
    padding-bottom: 3%;
    width: 100%;
    max-width: 23%;
    line-height: 1.2;
    font-size: 80%;
}

.logoList .image {
    border: solid 1px #CCCCCC;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 0;
}

.logoList .image img {
    margin: -20px 0;
}

@media (max-width:550px) {
    .logoList .image img {
        margin: -3vw 0;
    }
}

.logoList.is-close li:nth-of-type(n+9) {
    display: none;
}

.logoList__button {
    width: 260px;
    margin: 40px auto 30px auto;
    text-align: center;
    position: relative;
    background: #000000;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 8px 1px 8px;
}

.c-imgBanner--list {
    overflow: auto;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.c-sectionLead {
    font-size: 0.7rem;
    margin-bottom: 50px;
}

.ftool-wrapper .c-subTitle {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.c-imgBanner--list>li {
    min-width: 60%;
    margin-bottom: 20px;
}

@media (any-hover:hover) {

    .l-pager .button>span,
    .logoList__button,
    .l-articleMenu .switch li:hover,
    .c-articleContentsList a:hover,
    .l-articleMenu .switch .menu li:hover,
    .l-articleMenu .list li:hover,
    .logoList__list a:hover,
    .m-floatSwitch:hover {
        text-decoration: none;
        cursor: pointer;
    }

    .logoList a:hover,
    .l-articleMenu__sub:hover {
        cursor: pointer;
        transition: all 0.5 linear;
        opacity: 0.8;
    }

    .l-articleLayout .button01 a:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: all 0.5s linear;
    }

    .c-articleContentsList--2column a:hover {
        text-decoration: none !important;
    }

    @keyframes scrollDown {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0, 2px);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    .l-articleMenu .list li:hover:before {
        animation-name: scrollDown;
        animation-duration: 0.3s;
        animation-iteration-count: 1;
    }

    @keyframes button01 {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(2px, 0);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    .button01 a:hover:before {
        animation-name: button01;
        animation-duration: 0.5s;
        animation-iteration-count: 1;
    }
}

.c-textCenter {
    text-align: center;
}

.is-sp {
    display: none;
}

.hacobune-logo {
    display: none !important;
}

.d-switchContent {
    display: none;
}

.d-switchContent.is-current {
    display: block;
}

@media (max-width:768px) {
    .m-articleHeading:before {
        font-size: 33px;
        margin-bottom: -11px;
    }
}

.d-pageTopArticle {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 11px;
    width: 42px;
    height: 42px;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    border: 1px solid #999;
    z-index: 4;
}

.d-pageTopArticle:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.related-product-item-color,
.related-product-item-size {
    display: none;
}

.hacobune-gallery main {
    min-height: 0;
}

.c-articleItemList__ranking .thumb {
    position: relative;
}

.c-articleItemList__ranking .thumb:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 3px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    width: 36px;
    height: 36px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.c-articleItemList__ranking li.item .thumb:before {
    background-color: silver
}

.c-articleItemList__ranking li.item:nth-child(1) .thumb:before {
    background-color: #e0d260;
    content: '1';
}

.c-articleItemList__ranking li.item:nth-child(2) .thumb:before {
    content: '2';
    background-color: silver
}

.c-articleItemList__ranking li.item:nth-child(3) .thumb:before {
    content: '3';
    background-color: #ba9586
}

.c-articleItemList__ranking li.item:nth-child(4) .thumb:before {
    content: '4';
}

.c-articleItemList__ranking li.item:nth-child(5) .thumb:before {
    content: '5';
}

.c-articleItemList__ranking li.item:nth-child(6) .thumb:before {
    content: '6';
}

.c-articleItemList__ranking li.item:nth-child(7) .thumb:before {
    content: '7';
}

.c-articleItemList__ranking li.item:nth-child(8) .thumb:before {
    content: '8';
}

.c-articleItemList__ranking li.item:nth-child(9) .thumb:before {
    content: '9';
}

.c-articleItemList__ranking li.item:nth-child(10) .thumb:before {
    content: '10';
}

.c-articleItemList__ranking li.item:nth-child(11) .thumb:before {
    content: '11'
}

.c-articleItemList__ranking li.item:nth-child(12) .thumb:before {
    content: '12'
}

.hacobune-product-tile-info-inner {
    border-width: 0 !important;
}

#sec01 {
    display: none;
}

.hacobune-app-container {
    background: rgba(255, 255, 255, 0) !important;
}

.hacobune-slider-list-item {
    background: rgba(255, 255, 255, 0) !important;
}

.l-live .text {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 4em;
}

.slick-slide {
    height: auto !important;
}

.slick-dots {
    text-align: center;
    padding: 20px 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.slick-dots li button {
    width: 35px;
    height: 3px;
    border-radius: 0;
    border-width: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    background: #C6C6C6;
}

.slick-dots li.slick-active button {
    background: #333333;
}

.l-kv__text .strong {
    color: #A81148;
}

.c-listTitle_wrap {
    position: relative;
}

.c-listTitle {
    font-size: 35px;
    display: inline;
}

.c-listTitle_wrap .subtitle {
    font-size: 12px;
    display: block;
    margin-top: -3.5em;
    text-align: right;
}

@media (max-width:768px) {
    .c-listTitle {
        font-size: 33px;
    }
}

.c-listTitle {
    margin-bottom: -11px;
}

.l-kv__text {
    position: relative;
}

.l-kv__text:before,
.l-kv__text:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 2px;
    rotate: 45deg;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.l-kv__text:before {
    top: 0;
}

.l-kv__text:after {
    bottom: 0;
}

.l-kv__item {
    text-align: center;
    position: relative;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
}

.l-kv__item:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 2px;
    rotate: 45deg;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.itemList__button {
    text-align: center;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    border-bottom: solid #000 1px;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.itemList__button span {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid black;
    border-radius: 50%;
    position: relative;
    margin-right: 3px;
    vertical-align: middle;
    align-items: center;
}

.itemList__button span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: translate(-50%, -50%) rotate(45deg);
}

.itemList__button p {
    margin-bottom: 0;
}

.itemList {
    margin-bottom: 40px;
}

.categoryList {
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
}

.categoryList__list1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    height: 20vw;
}

.categoryList__label {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryList__label:hover {
    opacity: 0.8;
    transition: all 0.5s linear;
}

.categoryList__label p {
    font-size: 15;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.categoryList__label a {
    justify-content: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.categoryList__label a span {
    line-height: 1.2;
}

.categoryList__label a small {
    font-size: 10px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    line-height: 1;
}

.d-gender-content--women .categoryList__label1 {
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-01l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label2 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-02l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label3 {
    grid-area: 2 / 2 / 3 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-03l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    height: 14vw;
}

.d-gender-content--women .categoryList__label4 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-04l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label5 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-05l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label6 {
    grid-area: 1 / 3 / 2 / 4;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-06l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__list3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    height: 12vw;
}

.d-gender-content--women .categoryList__label7 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-07l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label8 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-08l.png);
    background-size: cover;
}

.d-gender-content--men .categoryList__list1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    height: 15vw;
}

.d-gender-content--men .categoryList__label1 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-01m.png);
    background-size: cover;
}

.d-gender-content--men .categoryList__label2 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-02m.png);
    background-size: cover;
}

.d-gender-content--men .categoryList__list2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    margin-top: 10px;
    height: 12vw;
}

.d-gender-content--men .categoryList__label3 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-03m.png);
    background-size: cover;
}

.d-gender-content--men .categoryList__label4 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-04m.png);
    background-size: cover;
}


.c-articlehotpicksList {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.8;
    transition: all 0.5s linear;
    justify-content: space-between;
}

.c-articlehotpicksListt__pickup li {
    justify-content: space-between;
    width: calc(50% - 5px);
    display: flex;
    margin-bottom: 10px;
}

.c-articlehotpicksListt__pickup.d-gender-content--men li {
    margin-bottom: 0;
}

.c-articlehotpicksListt__pickup li:hover {
    opacity: 0.8;
    transition: all 0.5s linear;
}

.c-articlehotpicksListt__pickup li:nth-child(3),
.c-articlehotpicksListt__pickup li:last-child {
    margin-bottom: 0;
}

.hotpicksContents {
    background-color: #ECE5D8;
    padding: 40px 20px;
    margin-top: 20px;
}

.hotpicksContents .Contents_bunner {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 40px;
}

.hotpicksContents .Contents_bunner h3.Contents_ttl {
    font-size: 15px;
    border: 1px solid #666666;
    border-radius: 32px;
    width: fit-content;
    margin: 0 auto 40px;
    padding: 0 12px;
}

.hotpicksContents .Contents_bunner p {
    font-size: 11px;
}

.hotpicksContents .Contents_itemlist p {
    display: flex;
    line-height: 1px;
    align-items: center;
    font-size: 13px;
}

.hotpicksContents .Contents_itemlist p::before {
    content: url(https://baycrews.jp/src/feature/202508_preorder/mark.svg);
    padding-right: 4px;
}

.ftool-wrapper h2.c-mainTitle {
    font-size: 36px;
    text-align: center;
}

.hacobune-caption__content,
.hacobune-product-tile-horizon-items,
.hacobune-slider.hacobune-related-product .hacobune-swiper-slide {
    width: 120px !important;
}

.c-articleContentsList02 li.c-textCenter {
    width: 100%;
}

.c-popupLists h2 {
    margin-top: 30px;
}

.c-popupLists h2:first-child {
    margin-top: 0px;
}

.c-popupLists .itemName {
    font-size: 12px;
}

.c-popupLists_popupBack {
    top: 0;
    position: fixed;
    width: calc(100%);
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    background-position: center;
    z-index: 11;
}

.c-popupLists_popupFrame {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    display: none;
    z-index: 12;
}

.c-popupLists_popup {
    width: calc(100% - 180px);
    max-width: 1200px;
    margin: 40px 0;
    margin: 50px auto;
    left: 0;
    right: 0;
    background: white;
    padding: 40px;
    position: relative;
    z-index: 13;
}

.c-popupLists_popupWrap {
    display: flex;
    flex-wrap: nowrap;
}

.c-popupLists_slider {
    width: 50%;
}

.c-popupLists_subInfo {
    width: calc(50% - 40px);
    margin-left: 40px;
}

.c-popupLists_popup pre {
    white-space: pre-wrap;
}

.c-popupLists_popup .c-articleItemList__slide {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    padding: 0;
}

.c-popupLists_itemWrap {
    overflow: auto;
}

.c-popupLists_popup .c-articleItemList__slide>li {
    cursor: pointer;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.c-popupLists_text {
    margin-top: 40px;
}

.c-popupLists_popup .slick-dots {
    margin-top: -70px;
    position: relative;
}

.c-popupLists_popup .slick-dots li {
    margin: 0 8px;
}

.c-popupLists_popup .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}

.c-popupLists_closeWrap {
    width: calc(100% - 180px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.c-popupLists_close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -45px;
    z-index: 15;
    cursor: pointer;
}

.c-popupLists_close::before,
.c-popupLists_close::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 40px;
    background: white;
}

.c-popupLists_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-popupLists_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.c-popupLists .c-articleItemList__slide {
    flex-wrap: nowrap;
    width: auto;
}

.c-popupLists .c-articleItemList__slide>li {
    width: 200px;
    min-width: 200px;
}

.c-popupLists_arrow {
    position: fixed;
    top: 0;
    left: 0;
}

.c-popupLists_arrow--right {
    right: 0;
}

.c-popupLists_arrow span {
    position: absolute;
    color: #333;
    text-decoration: none;
    display: block;
    top: calc(50vh - 10px);
    left: 18px;
}

.c-popupLists_arrow--right span {
    right: 18px;
    left: auto;
}

.c-popupLists_arrow span::after {
    transform: rotate(-45deg);
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.c-popupLists_arrow--right span::after {
    transform: rotate(135deg);
    right: 0;
}

@media (max-width:700px) {
    .c-popupLists_closeWrap {
        padding: 0 80px;
    }

    .c-popupLists_popup {
        width: calc(100% - 20px);
        padding: 0;
    }

    .c-popupLists_popupWrap {
        display: block;
    }

    .c-popupLists_slider {
        width: 100%;
    }

    .c-popupLists_subInfo {
        width: auto;
        padding: 20px;
        margin: 0;
    }

    .c-popupLists .c-articleItemList__slide>li,
    .c-popupLists_popup .c-articleItemList__slide>li {
        width: 35vw;
        max-width: 35vw;
        min-width: 35vw;
    }

    .c-popupLists_close::before,
    .c-popupLists_close::after {
        /* 共通設定 */
        height: 30px;
    }

    .c-popupLists_arrow span::after {
        border-top: 2px solid #333;
        border-left: 2px solid #333;
    }

    .categoryList__list1 {
        height: 50vw;
    }

    .d-gender-content--women .categoryList__list2 {
        height: 33vw;
    }

    .d-gender-content--women .categoryList__list3 {
        height: 29vw;
    }

    .d-gender-content--men .categoryList__list1 {
        height: 35vw;
    }

    .d-gender-content--men .categoryList__list2 {
        height: 28vw;
    }

    .hotpicksContents .Contents_itemlist p {
        font-size: 11px;
    }

    .hacobune-caption__content,
    .hacobune-product-tile-horizon-items,
    .hacobune-slider.hacobune-related-product .hacobune-swiper-slide {
        width: auto !important;
    }

    .hacobune-product-tile-item-tile-product.hacobune-product-tile-products {
        width: 120px !important;
    }
}

.hacobune-info-item-description {
    display: none !important;
}

.hacobune-app-container {
    margin-bottom: -20px !important;
    margin-top: -30px !important;
}

.c-text01 .tag {
    background: #A81148;
    color: white;
    padding: 1px 4px;
    font-size: 50%;
    display: inline-block;
    margin-left: 5px;
    top: -5px;
    position: relative;
}

.l-kv_ItemList.is-close {
    display: none;
}

.l-kv_ItemList {
    display: block;
    margin-bottom: 40px;
}

.l-kv_ItemList__button {
    cursor: pointer;
    width: fit-content;
    margin: 0 auto 40px;
    border-bottom: solid 1px #000;
}

.l-kv_ItemList__button.is-click p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
}

.l-kv_ItemList.is-close+.l-kv_ItemList__button.is-click p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.l-kv_ItemList.is-close+.l-kv_ItemList__button.is-click p::after {
    content: "";
    width: 3px;
    height: 3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 1px;
    margin: auto 0;
}

.l-kv_ItemList+.l-kv_ItemList__button.is-click p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.l-kv_ItemList+.l-kv_ItemList__button.is-click p::after {
    content: "";
    width: 3px;
    height: 3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(315deg);
    position: absolute;
    left: 5px;
    top: 2px;
    bottom: 0;
    margin: auto 0;
}

ul.credit {
    text-align: left;
    margin: 10px 0 30px;
    font-size: 11px;
}

ul.credit li {
    border-bottom: 1px solid #000;
    width: fit-content;
}

ul.credit li span {
    margin-left: 8px;
}