/** Shopify CDN: Minification failed

Line 339:26 Unexpected "{"

**/
/* 共通 */
.noto-serif {
    font-family: "Noto Serif JP", serif;
}
.noto-sans {
    font-family: "Noto Sans JP", serif;
}
.roboto {
    font-family: "Roboto", sans-serif;
}
body:has(.fv_coontent) {
    font-family: "Noto Sans JP", serif;
}
.sp {
  display: none !important;
}
.inner_1200 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.inner_1120 {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* タイトル */
.title01_box {
    color: #fff;
    margin-bottom: 50px;
}
.title01 {
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 5px;
}
.sub_title01 {
    font-size: 14px;
    font-weight: 400;
}
.title01 p,
.sub_title01 p {
    margin: 0;
}

.title02_box {
    color: #000;
    margin-bottom: 50px;
}
.title02 {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 5px;
}
.sub_title02 {
    font-size: 13px;
    font-weight: 400;
}
.title02 p,
.sub_title02 p {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .title01 {
        font-size: 45px;
        line-height: 1.4;
        margin-top: 10px;
    }
    
    .title02_box {
        margin-bottom: 25px;
    }
    .title02 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .title01_box {
        margin-bottom: 30px;
    }
    .title01 {
        font-size: 32px;
    }

    .title02_box {
        margin-bottom: 20px;
    }
    .title02 {
        font-size: 24px;
        margin-top: 0;
    }
}


/* FV */
.fv_content {
    position: relative;
    z-index: 1;
}
.fv_img {
    position: sticky;
    top: 0;
    left: 0;
    margin: 0;
}
.fv_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    vertical-align: bottom;
}
.fv_text_box {
    position: absolute;
    top: 15.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 66.7%;
}
.fv_title {
    font-size: 5vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.36;
    letter-spacing: 0.24em;
}
.fv_title p {
    margin: 0;
}
.fv_color_bar {
    width: 20.83vw;
    margin: 2.1vw 0 1.5vw;
}
.fv_color_bar img {
    width: 100%;
    vertical-align: bottom;
}
.fv_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.666;
    letter-spacing: .16em;
    color: #fff;
}
.fv_text p {
    margin: 0;
}
.feature_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
}
.feature_text p {
    margin: 0;
}
.feature_text_box {
    position: relative;
    z-index: 1;
    width: 66.7%;
    margin: 0 auto;
}
.feature_img {
    max-width: 300px;
    margin: 0;
    position: relative;
    bottom: -85px;
}
.feature_img img {
    width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
    .fv_text_box {
        width: 90%;
        top: 25vw;
    }
    .fv_title {
        font-size: 10vw;
    }
    .fv_color_bar {
        width: 52vw;
        margin: 7.3vw 0 6.3vw;
    }
    .fv_text {
        font-size: 2.2vw;
    }
    .feature_text_box {
        width: 90%;
    }
    .feature_img {
        max-width: 100%;
        bottom: -145px;
    }
}
@media screen and (max-width: 767px) {
    .fv_text_box {
        top: 40vw;
    }
    .fv_title {
        font-size: 14vw;
    }
    .fv_color_bar {
        width: 64vw;
    }
    .fv_text {
        font-size: 2.8vw;
    }
    .feature_text_box {
    }
    .feature_text {
        font-size: 14px;
    }
    .feature_img {
        bottom: -100px;
    }
}

/* お客様の声 */
.voice_content {
    position: relative;
    z-index: -1;
}
.voice_content::before {
    content: '';
    width: 100%;
    height: 400px;
    background-image: linear-gradient(0deg, #181818, #282828);
    position: absolute;
    top: 0;
    left: 0;
}
.voice_content .img_box {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .voice_content .img_box {
        width: 100%;
    }
}


/* 画像ブロック */
.img_box {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.img_box img {
    width: 100%;
    vertical-align: bottom;
}

/* バナースライダー */
.banner_slider_content {
    max-width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.banner_top_slider,
.banner_bottom_slider {
    overflow: hidden;
}
.banner_bottom_slider {
    margin-top: 10px;
}
.banner_slider_content .swiper-wrapper {
    transition-timing-function: linear;
}
.banner_slider_content .swiper-slide {
    width: auto !important;
}
.banner_img {
    display: block;
    width: max-content;
    margin: 0;
}
.banner_img img {
    width: auto;
    height: 16.66vw;
    object-fit: cover;
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
    .banner_img img {
        height: 23vw;
    }
}
@media screen and (max-width: 767px) {
    .banner_img img {
        height: 30.769vw;
    }
}

/* 緊急入荷 */
.sold_banner_content .img_box {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/* STRENGTH */
.strength_content {
    padding-top: 165px;
    padding-bottom: 200px;
}
.strength_content .title01_box {
    text-align: center;
}
.strength_read_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 120px;
}
.strength_read_text p,
.strength_main_img_box p, {
    margin: 0;
}
.strength_main_img_box {
    position: sticky;
    top: calc(50vh - 280px);
    z-index: 1;
    margin: 0 auto;
    max-width: 320px;
    overflow: hidden;
}
.strength_main_img_box ul {
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform .3s ease-out;
    list-style: none;
}
.strength_main_img_box li {
    flex: 1 0 100%;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}
.strength_main_img_box img {
    width: 100%;
}
.strengs_point_item.first {
    margin-top: -640px !important;
}
.strengs_point_item + .strengs_point_item {
    margin-top: 160px;
}
.strengs_point_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strengs_point_text {
    max-width: 320px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
}
.strengs_point_text p,
.strengs_point_title p {
    margin: 0;
}
.strengs_point_title_box {
    max-width: 340px;
    width: 100%;
}
.strengs_point_num {
    font-family: "Roboto", sans-serif;
    font-size: 160px;
    font-weight: 500;
    opacity: .1;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-align: right;
}
.strengs_point_title {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 65px;
    line-height: 1.4;
    margin-top: -63px;
}
.strengs_point_title_box img {
    width: 100%;
}
.strengs_point_item.first .strengs_point_title_box img {
    width: 480px;
    margin-top: -234px;
    margin-left: -55px;
}
.strengs_point_item.second .strengs_point_title_box {
    order: -1;
}
.strengs_point_item.second .strengs_point_num {
    text-align: left;
}
.strengs_point_item.second .strengs_point_title {
    padding-right: 0;
    padding-left: 95px;
    margin-bottom: 62px;
}
.strengs_point_item.third .strengs_point_title_box img {
    display: block;
    max-width: 160px;
    margin: 20px auto 0;
}
@media screen and (max-width: 1400px) {
    .strengs_point_item.first .strengs_point_title_box img {
        max-width: 480px;
        width: 130%;
    }
}
@media screen and (max-width: 1100px) {
    .strength_main_img_box {
        max-width: 27%;
    }
}
@media screen and (max-width: 1024px) {
    .strength_content {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .strength_read_text {
        margin-bottom: 80px;
    }
    .strength_main_img_box {
        top: calc(50vh - 30%);
    }
    .strengs_point_item.first .strengs_point_title_box img {
        max-width: 480px;
        width: 100%;
        margin-left: 0;
    }
    .strengs_point_item.first {
        margin-top: -95% !important;
    }
    .strengs_point_item img {
        display: none !important;
    }
    .strength_main_img_box {
        margin-left: -6%;
        max-width: unset;
        width: 45.4%;
    }
    .strengs_point_item {
        width: 52%;
        margin-left: auto;
        flex-wrap: wrap;
    }
    .strengs_point_text {
        order: 1;
        max-width: unset;
    }
    .strengs_point_title_box {
        max-width: unset;
        margin-bottom: 30px;
    }
    .strengs_point_num {
        font-size: 120px;
        text-align: center;
    }
    .strengs_point_title {
        margin-top: 0;
        padding-right: 0;
    }
    .strengs_point_item.second .strengs_point_num {
        text-align: center;
    }
    .strengs_point_item.second .strengs_point_title {
        padding-left: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .strength_content {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .strength_read_text {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .strengs_point_item + .strengs_point_item {
        margin-top: 90px;
    }
    .strengs_point_num {
        font-size: 70px;
        margin-bottom: 10px;
    }
    .strengs_point_title {
        font-size: 28px;
    }
    .strengs_point_text {
        font-size: 14px;
    }
    .strength_main_img_box li p {
        margin: 0;
    }
}

/* サテンネクタイとの違い */
.comparison_content {
    padding-top: 160px;
    padding-bottom: 95px;
    overflow: hidden;
}
.comparison_read_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
}
.comparison_slider {
    margin-top: 50px;
    overflow: visible !important;
    padding-bottom: 80px !important;
}
.comparison_slider .swiper-slide {
    height: auto !important;
}
.comparison_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 7.7%;
    align-items: center;
    background: #fff;
    padding: 40px;
}
.comparison_item img {
    width: 50%;
}
.comparison_text {
    position: relative;
    width: 38%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
}
.comparison_item:has(.material_text) .comparison_text {
    padding-bottom: 40px;
}
.material_text {
    position: absolute;
    bottom: 40px;
    left: 57.7%;
    width: 38%;
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 1.666;
    letter-spacing: 0.05em;
}
.comparison_text p,
.comparison_read_text p,
.material_text p {
    margin: 0;
}
.comparison_slider .swiper-button-next,
.comparison_slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: background .3s;
}
.comparison_slider .swiper-button-next:hover,
.comparison_slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .05);
}
.comparison_slider .swiper-button-next svg,
.comparison_slider .swiper-button-prev svg {
    display: none;
}
.comparison_slider .swiper-button-next {
    top: unset !important;
    bottom: 0;
    right: 0 !important;
}
.comparison_slider .swiper-button-prev {
    top: unset !important;
    bottom: 0;
    left: auto !important;
    right: 60px !important;
}
.comparison_slider .swiper-button-next::before,
.comparison_slider .swiper-button-prev::before {
    content: '';
    width: 17.5px;
    height: 23.5px;
    background: url('/cdn/shop/files/slider_arrow_next.png?v=1771462174') center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comparison_slider .swiper-button-prev::before {
    background: url('/cdn/shop/files/slider_arrow_prev.png?v=1771462174') center / contain no-repeat;
}
.comparison_slider .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 24px) !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 156px;
    gap: 12px;
}
.comparison_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8E6E16;
}
@media screen and (max-width: 1024px) {
    .comparison_content {
        padding-top: 100px;
        padding-bottom: 90px;
    }
    .comparison_slider {
        margin-top: 30px;
    }
    .comparison_item {
        padding: 20px;
    }
    .comparison_text  {
        width: 42%;
        font-size: 14px;
    }
    .material_text {
        width: 42%;
    }
}
@media screen and (max-width: 767px) {
    .comparison_content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .comparison_slider {
        padding-bottom: 60px !important;
    }
    .comparison_slider .swiper-wrapper {
        align-items: stretch;
    }
    .comparison_slider .swiper-slide {
        background: #fff;
    }
    .comparison_read_text {
        font-size: 14px;
    }
    .comparison_item {
        align-items: stretch;
    }
    .comparison_item img {
        width: 100%;
        margin-bottom: 15px;
    }
    .comparison_text {
        width: 100%;
    }
    .comparison_item:has(.material_text) .comparison_text {
        padding-bottom: 20px;
    }
    .material_text {
        width: 100%;
        position: static;
    }
    .comparison_slider .swiper-button-next,
    .comparison_slider .swiper-button-prev {
        display: none;
    }
    .comparison_slider .swiper-pagination {
        padding-right: 0;
        justify-content: center;
        gap: 8px;
    }
}

/* 十人十色 */
.color_banner_content .img_box {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .color_banner_content .img_box {
        width: 100%;
    }
}

/* ラインアップ */
.lineup_banner_content .img_box {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .lineup_banner_content .img_box {
        width: 100%;
    }
}

/**************************************
 * アニメーション
***************************************/
.delay1 {
	transition-delay: 0.1s !important;
}
.delay2 {
	transition-delay: 0.2s !important;
}
.delay3 {
	transition-delay: 0.3s !important;
}
.delay4 {
	transition-delay: 0.4s !important;
}
.delay5 {
	transition-delay: 0.5s !important;
}
/* ふわっと */
.class_key.up {
	transform: translateY(30px);
	opacity: 0;
	transition: all .5s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}































