@charset "UTF-8";

/* font-family */
/* font-family: 'Noto Sans CJK JP', ; */
/* font-family: 'Hiragino Kaku Gothic Std' ; */

/**** general ****/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.footer-media{
	display: none;
}

html, body {
	background: url(../images/main-bg.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: contain;
    background-position: left;
    font-family: 'Noto Sans JP', 'blinkMacSystemFont', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", sans-serif;
    line-height: 1.2 !important;
    letter-spacing: 0.1em;
    color: #26383F;
}
* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	background-repeat: no-repeat;
    scroll-behavior: smooth;
}
img {
	width: 100%;
}
a {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover {
	opacity: .8;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.wrap {
    position: relative;
    max-width: 500px;
	width: 100%; 
    margin: 0 auto;
    background: #F5F6F7;
}
.wrap_inner {
	position: relative;
	z-index: 5;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
    padding: 0 10px;
	color: #141110;
	letter-spacing: 0;
            box-sizing: border-box;
}
.sp_only {
    display: none;
}
.sp_break {
    display: none;
}
.pc_only {
    display: block;
}
.t_blue{
    color: #0F56B0;
}
.fw5{
    font-weight: 500;
}
.fs18{
    font-size: 18px;
}
.fs21{
    font-size: 25px;
}
.fs25{
    font-size: 25px;
}
.fs32 {
    font-size: 32px;
}
.fs39 {
    font-size: 39px;
}
.bg_gray{
    background: #ECECEC!important;
}
@media screen and (max-width: 1160px) { 
    .wrap,
    .wrap_inner {
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    html, body {
	    background-image: none;
    }
    img {
		max-width: 100%;
	}
    .wrap,
    .wrap_inner {
        margin: 0 auto;
    }
	.wrap .wrap_inner {
		width: 100%;
		box-sizing: border-box;
	}
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.header img {
		width: 100%;
		border: none;
		vertical-align: top;
	}
}
/**** mainvisual ****/
.mainvisual .mainInner{
    position: relative;
    overflow: hidden;
}
/**** lead text ****/
.leadTxt {
    display: flex;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 30px;
    background: url(../images/bg_leadTxt.png) no-repeat;
    background-size: 100% auto;
    padding: 27px 0 23px;
}
.leadTxt .txt{
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.85;
    text-align: center;
    color: #26383F;
    margin-bottom: 16px;
}
.leadTitle {
    position: relative;
    padding: 17px 15px 17px;
    text-align: center;
}
.leadTitle::after {
    content: '';
    background: url(../images/ico_ttl.png) no-repeat;
    background-size: contain;
    width: 244px;
    height: 5px;
    bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.leadTxt .ttl{
    position: relative;
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Sans JP';
    padding-bottom: 30px;
}
.leadTxt .ttl::after {
    content: '';
    background: url(../images/ico_ttl01.png) no-repeat;
    background-size: contain;
    width: 240px;
    height: 21px;
    bottom: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.leadTitle h1 {
    font-family: Noto Sans JP;
    letter-spacing: 1%;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #0F56B0;
}
.leadTxt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.leadImg {
    padding: 0 14px;
}
@media screen and (max-width: 768px) {
    .mainvisual {
        max-height: unset;
		background: none;
    }
	.mainvisual::after {
		display: none;
	}
    .mainInner {
        width: 100%;
        margin-top: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
/**** back to top ****/
#back_to_top {
	display: none;
}

@media screen and (max-width: 768px) {
    #back_to_top {
        display: block;
    }
	#back_to_top a {
        display: none;
	    position: fixed;
		right: 20px;
		bottom: 20px;
        z-index: 99998;
		width: 80px;
        height: 80px;
	    background: url('../images/top-arrow.png') no-repeat center center;
        background-size: 100%;
	}

	#back_to_top a:after {
		top: 7px;
		left: 14px;
	}
}

/**** common ****/
.sectionBlock {
    padding-top: 50px;
}
.sectionBlock .wrap_inner {
    padding: 0;
}
.sectionBlock:last-child {
    padding-bottom: 50px;
}
.styleTitle {
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
}
.styleTitle h2 {
    width: 100%;
    margin-bottom: 17px;
    font-size: 28px;
    font-weight: 600;
    color: #E95283;
    font-family: 'Noto Sans JP', sans-serif;
}
.subTitle {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin-bottom: 18px;
}
.fadein-left {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}

.fadein-left.active {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
@media screen and (max-width: 768px) {

} 
.section01{
    background: url('../images/bg_product.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 0;
}
/**** connect / online *****/
.onl_store {
    background: #0F56B0;
    padding: 50px 0 30px;
    position: relative;
}
.onl_store::before{
    content: '';
    background: url(../images/ico_bg01.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 82px;
    top: 0;
    position: absolute;
    left: 0;
}
.onl_store::after{
    content: '';
    background: url(../images/ico_bg02.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 63px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.onl_store h2{
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative;
    width: 210px;
    margin: 0 auto;
}
.onl_store h2::before{
    content: '';
    background: url(../images/ico_ttlOnlstore01.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    bottom: 6px;
    position: absolute;
    left: -20px;
}
.onl_store h2::after{
    content: '';
    background: url(../images/ico_ttlOnlstore02.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    bottom: 6px;
    position: absolute;
    right: -20px;
}
.onl_store .txt{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    margin-top: 25px;
    position: relative;
}
.onl_store .txt span{
    font-size: 24px;
    font-weight: 500;
}
.onl_store .txt::after{
    content: '';
    background: url(../images/ico_line02.png) no-repeat;
    background-size: contain;
    width: 247px;
    height: 8px;
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.onl_store .btn a{
    display: block;
    position: relative;
    max-width: 100%;
    width: 85%;
    margin: 20px auto 0;
    padding: 22px;
    background: #fff;
    color: #0F56B0;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.5;
    box-shadow: 0px 3px 5px 0px #00000040;
    margin: 30px auto;
}
.onl_store .btn a span{
    display: inline-block;
    width: 20px;
    position: relative;
    top: 3px;
    right: 13px;
}
.connect {
    padding: 30px 0 20px;
    background: #fff;
    border-bottom: 1px solid #BDC0C4;
}
.connect ul li{
    margin-bottom: 10px;
}
.campaign{
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #BDC0C4;
}
.connect h2,
.campaign h2 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

/* ======= GRID ======= */

.coordinate-main-grid {
    display: -ms-grid;
    display: grid;
    max-width: 500px;
    margin: 12px auto;
    -ms-grid-columns: 1fr 7px 1fr 7px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 0 10px;
}
.coordinate-grid {
  display: contents;
}
.coordinate-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 7px;
}
.coordinate-item::after{
    content: '';
    background: url(../images/ico_magnifying.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    bottom: 7px;
    position: absolute;
    right: 7px;
}
.coordinate-item img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.coordinate-item img {
    display: block;
    width: 100%;
}
/**** category - nav ****/
.cat-nav-pc {
    display: block;
}
.cat-nav-pc {
    position: relative;
    z-index: 1200;
    font-family: inherit;
}
.cat-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content {
    padding: 40px 20px 30px;
}
.cat-nav-sp .content {
    padding: 20px 20px 20px;
}
.contentTitle {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;    
}
.contentTitle span {
    display: block;
    font-size: 24px;
}
.border {
    width: 60px;
    margin: auto;
    border: 3px solid #A4AF9E;
}
.nav-features {
    margin-bottom: 22px;
    color: #333031;
    line-height: 2;
}
.nav-features p,
.nav-series a {
    margin-bottom: 18px;
    color: #333031;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}
.nav-features span {
    display: block;
    padding: 0 10px;
    color: #333031;
    font-size: 18px;
    font-weight: bold;
}
.nav-series .seriesList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
.nav-series .seriesList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
}
.nav-series .seriesList p {
    margin-bottom: 0;
    padding: 6px 10px;
    background: #333031;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Helvetica LT Pro';
    line-height: 1;
    text-decoration: none;
}
.nav-series .seriesList p span {
    font-size: 24px;
}
.nav-series .seriesList a {
    margin-bottom: 0;
    color: #333031;
    font-size: 18px;
    font-weight: bold;
}
.styleList,
.filterHashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.styleList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 240px;
    width: calc(30vw + 111px);
    padding: 17px 28px;
    border: 1px solid;
    border-radius: 4px;
    background: #FFFFFF;
    color: #141110;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 3px 4px 0px 0px #373838;
            box-shadow: 3px 4px 0px 0px #373838;
}
.filterHashtag {
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.filterHashtag li a {
    display: inline-block;
    width: auto;
    width: auto;
    padding: 15px 25px 15px 15px;
    border: none;
    border-radius: 5px;
    background: #CEDEED;
    color: #373838;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.filterHashtag li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* ACTIVE STATE */
.filterHashtag li a.active {
    background: #7d8c97; /* darker */
    color: #fff;
}

/* ✕ ICON */
.filterHashtag li a.active::after {
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 4%;
    width: 15px;
    height: 23px;
    border-radius: 50%;
    background: url(../images/close.png) center center no-repeat;
    content: "";
    background-size: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/**** ARROWS (shared) ****/
.styleList li a::after {
    display: inline-block;
    position: absolute;
    top: 36%;
    right: 12px;
    width: 15px;
    height: 23px;
    background: url(../images/anchor_arrow.png) center center no-repeat;
    content: "";
    background-size: 100%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.styleList li a.active {
    background: #D7DADC;
}
.styleList li a.active::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.styleList li a.hover {
    opacity: unset;
}
/**** desktop nav ****/
.cat-desktop {
    display: block;
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cat-list-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
}
.cat-list-desktop .cat-link {
    display: -ms-grid;
    display: grid;
    position: relative;
    min-width: 154px;
    max-width: 530px;
    width: calc(30vw + 111px);
    padding: 25px 18px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Some dynamic widths for responsiveness */
@media screen and (max-width: 1600px) {
    .cat-list-desktop .cat-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(20vw + 40px);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .cat-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        line-height: 1.3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cat-text span {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .cat-desktop {
        right: 6px;
    }
    .cat-list-desktop .cat-link {
        width: calc(19vw + 80px);
    }
}

@media screen and (max-width: 1160px) {
    .cat-desktop {
        top: 64%;
        right: 40px;
    }
    .cat-list-desktop .cat-link {
        width: calc(27vw + 111px);
    }
    .luxflow {
        right: 53px;
        bottom: 4%;
        max-width: 314px;
    }
    #al-group-global-header2021 .wrap_inner, #al-group-global-footer2021 .wrap_inner {
        padding: 0!important;
    }
}
@media screen and (max-width: 990px) { 
    .luxflow {
        max-width: 254px;
    }
    .styleList li a {
        max-width: 208px;
        width: calc(29vw + 111px);
        padding: 14px 15px;
        font-size: 14px;
    }
    .contentTitle span {
        font-size: 19px;
    }
}
@media screen and (max-width: 880px) {
    .cat-desktop {
        right: 20px;
    }
    .cat-list-desktop .cat-link {
        width: calc(21vw + 120px);
        /* padding: 16px 35px 16px 19px; */
    }
    .cat-text span {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .cat-nav-pc {
        display: none;
    }

    .cat-nav-sp {
        display: block;
        bottom: 0;
        /* position: fixed; */
        left: 0;
        z-index: 999;
        width: 100%;
        /* padding: 14px; */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .cat-mobile {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .cat-list-sp {
        display: -ms-grid;
        display: grid;
        margin: 0;
        padding: 0;
        list-style: none;
        -ms-grid-columns: 1fr 3px 1fr 3px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
    }
    .cat-list-sp .cat-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 8px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cat-list-sp .cat-link.active {
        padding: 17.5px 8px;
    }
    .cat-list-sp .cat-link::after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 11px;
        font-size: 20px;
        font-weight: 300;
        font-family: 'FontAwesome';
        vertical-align: middle;
        content: "\f107";
    }
    .contentTitle span {
        font-size: 16px;
    }
    .cat-nav-sp .content {
        padding: 20px 7px 30px;
    }
    .filterHashtag li a {
        padding: 15px 12px;
    }
}
/*}*/

/* ======= Popup ======= */
.popup {
    display:none;
    position: fixed;
    top:0;
    left:0;
    z-index:99999;
    width:100%;
    height:100%;
    padding:20px;
    background:rgba(0,0,0,0.6);
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.popup.active{
    display:flex;
}
.popup-inner {     
    display: flex;
    position: relative;
    max-width: 465px;
    width: 90%;
    overflow: hidden;
    background:#fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0px 0px 35px 0px #00000040;
}
.popup-bg{
    padding: 40px 30px;
    background: url(../images/bg_product.jpg) repeat center center;
    background-size: 100%;
    background-position: center;
     flex: 1;
    overflow-y: auto;
    margin: 0 auto;
}
.popup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.popup-item a {
    color: #141110;
    text-decoration: none;
}
.popup-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popup-img {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 2 / 2;
}
.popup-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.popup-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29px;
}
.popup-text .brand {
    font-size: 16px;
    font-weight: bold;
}
.popup-text .product {
    font-size: 14px;
}

.popup-text .color {
	margin-top: 10px;
    font-size: 14px;
}
.popup-btn {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #CEDEED;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 6px;
    border: none;
    color: #757A80;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    background: #F2F2F2;
    border-radius: 50%;
    padding: 5px 12px;
}
.popup .ttl_popup {
    max-width: 225px;
    width: 100%;
    margin:  0 auto 20px;
}
/* ======= RESPONSIVE ======= */
@media screen and (max-width: 768px) {

}
/* ================= MOBILE ================= */
@media (max-width:768px) {
    .popup {
        padding: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow-y: auto;
    }
    .popup-text {
		height:100%;
		gap:0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .popup-text .brand {
        font-size: 14px;
    }

    .popup-text .product,
    .popup-text .color {
        font-size: 12px;
    }

}

/* very small phones */
@media (max-width:480px){


}
/**** luxflow ****/
.luxflow {
    display: block;
    position: fixed;
    bottom: 4%;
    right: 46px;
    z-index: 1000;
    max-width: 330px;
    width: 100%;
}
.luxflow{
    width: 274px;
}
@media screen and (max-width: 768px) {
    .luxflow {
        display: none;
    }
} 
/* =========================================
    LOGO GROUP
========================================= */

.logos {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logos ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

/* =========================================
    IMAGES
========================================= */

.logos ul li img {
    width: auto;
    opacity: 0.85;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    -o-transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Individual logo sizing */

.logos ul li:nth-child(1) img {
    height: 57px;
    margin: 0 20px 0 0;
}

.logos ul li:nth-child(2) img {
    height: 45px;
    margin: 0 20px 0 0;
}

.logos ul li:nth-child(3) img {
    height: 35px;
    margin: 0 20px 0 0;
}

.logos ul li:nth-child(4) img {
    height: 43px;
    margin: 0 20px 0 0;
}

.logos ul li:nth-child(5) img {
    height: 20px;
    margin: 0 20px 0 0;
}

.logos ul li:nth-child(6) img {
    height: 16px;
    margin: 0 20px 0 0;
}
/* =========================================
    ANIMATION
========================================= */

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
}

/* =========================================
    RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

    .slider {
        -webkit-animation-duration: 18s;
                animation-duration: 18s;
    }

    .logos ul li {
        margin: 0 18px;
    }

    .logos ul li img {
        width: auto;
        height: 28px !important;
    }

    .logos ul li:nth-child(5) img {
        max-width: 112px;
    }
}


.svg-content {
    position: relative;
}
#base {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
#sample path {
    fill-opacity: 0;
    -webkit-transition: fill-opacity .5s;
    -o-transition: fill-opacity .5s;
    transition: fill-opacity .5s;
    fill: none;
    stroke: #1E8AF6;
}
#sample.done path{
    fill: #1E8AF6;
    fill-opacity: 1;
    stroke: none;
}

/* =========================================
    CONTENT OVERLAY
========================================= */

.fashionContent{
    /* margin: 36px 0; */
    display: block;
    position:absolute;
    top:50%;
    right: 6%;
    z-index:2;
    /* width: min(43vw, 420px); */
    max-width: 235px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

/* Reverse Position */

.fashionCard.reverse .fashionContent{
    right:auto;
    left: 6%;
}

/* =========================================
    TITLE
========================================= */

.fashionTitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position:relative;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height:1.2;
    letter-spacing:0.02em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-top: 75px; */
}

/* Blue pseudo underline */

.fashionTitle::after{
    position:absolute;
    bottom: -20px;
    left:5px;
    z-index:-1;
    width: 100%;
    height: 16px;
    margin:  0 auto;
    content:"";
}
.fashionTitle01::after{
    background: url(../images/img_arrow_bg_01.svg) center center no-repeat;
    background-size: contain;
}
.fashionTitle02::after{
    background: url(../images/img_arrow_bg_02.svg) center center no-repeat;
    background-size: contain;
}
.fashionTitle03::after{
    background: url(../images/img_arrow_bg_03.svg) center center no-repeat;
    background-size: contain;
}
.fashionTitle04::after{
    background: url(../images/img_arrow_bg_04.svg) center center no-repeat;
    background-size: contain;
}

/* =========================================
    TEXT BOX
========================================= */

.fashionText{
    width:100%;
    padding: 10px;
    background:rgba(255,255,255,0.78);
    color: #373838;
    font-size: 18px;
    font-weight:500;
    line-height: 1.5;
    letter-spacing: 0.13px;
    -webkit-backdrop-filter:blur(3px);
    backdrop-filter:blur(3px);
}

.fashionText strong{
    font-weight:900;
}

/* =========================================
    RESPONSIVE
========================================= */

@media (max-width: 991px){

}

@media (max-width: 768px){
    .fashionContent {
        right: 5vw;
        max-width: 190px;
    }

    .fashionTitle {
        margin-bottom: 7vw;
        font-size: 4.87vw;
    }

    .fashionText {
        padding: 3.73vw;
        font-size: 3.73vw;
        line-height: 1.5;
    }
}


/* =========================
   FILTER SYSTEM
========================= */
.hidden {
  display: none !important;
}

/* ensure grid still behaves correctly */
.coordinate-item {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* optional smooth hide effect */
.coordinate-item.hidden {
  opacity: 0;
  pointer-events: none;
}

/* =========================
   DROPDOWN FIX (keep safe layering)
========================= */
.filter-bar {
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 9999;
    overflow: visible;
    padding: 20px 15px;
    -ms-grid-columns: 36px 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.filter-bar-fixed {
  display: none;
}
.filter-group {
  display: grid;
  position: relative;
}
.filter-toggle {
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    min-width: 197px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    list-style: none;
}
.filter-bar-fixed.show .dropdown {
    position: absolute;
    top: unset;
    bottom: 120%;
    left: 0;
    z-index: 99999;
    min-width: 185px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    list-style: none;
}
.dropdown.active {
  display: block;
}
.drop-btn {
    display: flex;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #0F56B0;
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 11px;
    color: #0F56B0;
    text-align: center;
    line-height: 1.6;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    user-select: none;
    transition: 0.2s;
    font-family: Noto Sans JP;
    font-weight: 400;

}
.dropdown-btn {
    padding: 7px 22px 7px 7px!important;
}
.dropdown-btn::after {
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 8px;
    width: 9px;
    height: 6px;
    background: url(../images/anchor_arrow.png) center center no-repeat;
    content: "";
    background-size: 100%;
    transform: rotate(0deg);
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.filter-group:has(.dropdown.active) .dropdown-btn {
    background: #0F56B0;
    color: #fff;
}
.filter-group:has(.dropdown.active) .dropdown-btn::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
/* dropdown items */
.dropdown li {
    color: #0F56B0;
    margin-bottom: 15px;
    padding: 5px 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #0F56B0;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.dropdown li:hover {
    opacity: .5;
}
.filter-bar {
    display: grid;
    grid-template-columns: 26px 105px 100px 101px;
    gap: 6px;
}
.filter-bar-fixed {
    display: -ms-grid;
    display: grid;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    max-width: 500px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.8);
            transform: translateY(100%);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    grid-template-columns: repeat(3, 1fr);
            box-sizing: border-box;
            grid-template-columns:100px 93px 101px;
}

.filter-bar-fixed.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.coordinate,
.coordinate-main-grid,
.wrap_inner {
    overflow: visible !important;
}
.product_brand {
  color: #0F56B0;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  font-weight: 500;
}

.product_name {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #0F56B0;
}

.product_info {
  margin-bottom: 16px;
}

.product_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.product_row dt {
  width: 110px;
  font-weight: 400;
  flex-shrink: 0;
}

.product_row dd {
  margin: 0;
}

.product_btn {
  background: #0F56B0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  border-radius: 4px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_btn::after {
    content: "›";
    position: absolute;
    right: 17px;
    top: 44%;
    transform: translateY(-50%);
    font-size: 30px;
}
@media (max-width:768px) {
    .filter-bar {
        grid-template-columns: 26px 100px 70px 101px;
    }
     .filter-bar-fixed {
        grid-template-columns: 100px 93px 101px;
    }
}
.popup_campaign_inner {
  width: 100%;
  max-width: 640px;
  position: relative;
}

.popup_content {
  background: #fff;
  border-radius: 12px;
  padding: 30px 24px 40px;
  box-sizing: border-box;
}

.popup_head {
  text-align: center;
  margin-bottom: 15px;
}

.popup_ttl {
    color: #0F56B0;  
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
}
.popup_ttl::before{
    content: '';
    background: url(../images/ico_parts.png) no-repeat;
    background-size: contain;
    width: 42px;
    height: 13px;
    top: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.popup_ttl::after{
    content: '';
    background: url(../images/ico_line.png) no-repeat;
    background-size: contain;
    width: 70%;
    height: 9px;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.popup_intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-bottom: 28px;
}

.popup_intro_txt {
  flex: 1;
}

.popup_intro_txt p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    color: #000;
}

.popup_intro_txt span {
  color: #E95283;
  font-size: 16px;
}

.popup_intro_txt .blue {
  color: #0F56B0;
  margin-top: 5px;
}

.popup_img {
  width: 28%;
  flex-shrink: 0;
}

.popup_img img {
  width: 100%;
  display: block;
}

.popup_block {
  margin-top: 30px;
}

.popup_subttl {
  color: #0F56B0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.popup_subttl::before,
.popup_subttl::after {
    content: "";
    width: calc(50% - 45px);
    border-top: 1px dashed #0F56B0;
    position: absolute;
    top: 50%;
}

.popup_subttl::before {
  left: 0;
}

.popup_subttl::after {
  right: 0;
}

.popup_step {
  counter-reset: number;
}

.popup_step li {
  list-style: none;
  position: relative;
  padding-left: 48px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin-bottom: 20px;
}

.popup_step li::before {
  counter-increment: number;
  content: counter(number);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F56B0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.popup_step a {
  color: #0F56B0;
}
.popup_step a:hover{
    opacity: 1;
}
.popup_date {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
.popup_date span {
  font-size: 20px;
}

.popup_note li {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 1.8;
  list-style: none;
}

.popup_btn {
  width: 100%;
  height: 80px;
  background: #FE6E83;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;

  position: relative;
}

.popup_btn::after {
    content: "›";
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 35px;
}

.popup-close.popup-close01 {
    position: absolute;
    top: unset;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: unset;
    border-radius: 0;
    padding: 0;
}
#popupCampaign .popup_content {
    padding: 30px 24px;
    background: url(../images/bg_popupCampaign.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}
#popupCampaign .popup_content .content{
    overflow-y: auto;
    max-height: 54vh;
}
#popupCampaign .popup_content .bg_pop{
    background: #FFFFFFCC;
    border: 0.5px solid #B7D2E3;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 6px;
}
#popupCampaign .popup_content .btn{
    padding: 10px 24px 50px;
}
@media (max-width:768px) {
    #popupCampaign .popup-inner{
            max-width: 465px;
        width: 100%;
    }
    #popupCampaign .content {
        padding: 30px 15px 30px;
    }
    
    .popup_intro_txt p {
        font-size: 12px;
    }
    .popup_block {
        margin-top: 0;
    }
    .popup_intro {
        gap: 5px;
        margin-bottom: 15px;
    }
    .popup_step li {
        padding-left: 40px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .popup_btn {
        width: 100%;
        height: 52px;
        font-size: 14px;
    }
    .popup_subttl {
        margin:10px 0 10px;
    }
    .popup_head {
        text-align: center;
        margin-bottom: 0;
    }
    .popup_img {
        width: 26%;
    }
    #popupCampaign .popup_content .content{
        max-height: 65vh;
    }
    .popup_step li::before {
        width: 27px;
        height: 27px;
        font-size: 12px;
    }
}
.season_trend {
    width: 100%;
    padding: 45px 17px 23px;
    background: url(../images/bg_popupCampaign.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    border-bottom: 1px solid #0F56B0;
}

.season_trend .season_campaign {
    max-width: 900px;
    margin: 0 auto;
}

.season_trend .campaign_top {
    text-align: center;
    margin-bottom: 2px;
    position: relative;
}
.season_trend .campaign_top::before {
    content: '';
    background: url(../images/ico_parts01.png) no-repeat;
    background-size: contain;
    width: 44px;
    height: 41px;
    top: -35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.season_trend .campaign_top img {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: 0 auto;
    padding: 0 6%;
}

.season_trend .campaign_box {
    background: #fff;
    padding: 6px 13px 11px;
    border-radius: 7px;
    margin-bottom: 27px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    position: relative;
}
.season_trend .campaign_title {
    text-align: center;
    color: #0F56B0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.season_trend .campaign_title span {
    font-size: 22px;
}
.season_trend .campaign_banner {
    display: block;
    position: relative;
}
.season_trend .campaign_banner01 .btn p img {
    border-radius: 7px;
}
.season_trend .campaign_banner img {
    width: 100%;
    display: block;
}
.season_trend .campaign_banner .btn{
    display: inline-block;
}
.season_trend .campaign_banner .btn.coordinate-item img:hover{
    transform: unset;
}
.season_trend .campaign_banner .btn.coordinate-item::after{
    content: unset;
}

.season_trend .campaign_banner .btn p:hover{
    opacity: .7;
}

.season_trend .wallpaper_inner {
    text-align: center;
}

.season_trend .wallpaper_label {
    display: inline-block;
    padding: 8px 30px;
    border: 0.5px solid #26383F;
    border-radius: 999px;
    background: #fff;
    color: #2f3b44;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.season_trend .wallpaper_title {
    color: #2f3b44;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

.season_trend .wallpaper_text {
    color: #2f3b44;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.season_trend .campaign_note {
    text-align: center;
    color: #0F56B0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .season_trend .wallpaper_label {
        font-size: 12px;
        padding: 1px 9px;
    }
    .season_trend .campaign_wallpaper {
        padding: 4px 10px 8px;
    }
    .season_trend .wallpaper_title {
        font-size: 19px;
        margin-bottom: 0;
    }

    .season_trend .wallpaper_text {
        font-size: 14px;
    }

    .season_trend .campaign_note {
        font-size: 12px;
        margin-top: 7px;
    }

}

/* c-kv__slider */
.c-kv__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.c-kv__slider_ttl {
    display: block;
    position: absolute;
    z-index: 99;
}
.c-kv__slider_ttl.c-kv__slider_ttl01 {
    top: 30px;
}
.c-kv__slider_ttl.c-kv__slider_ttl02 {
    bottom: 15px;
}
/* c-kv__slider */
#c-kv__slider {
    position: relative;
    aspect-ratio: 720 / 1010;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

#c-kv__slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    /* #c-kv__slider {
        max-width: 500px;
        min-height: 140vw;
    } */
}
