@charset "utf-8";

p {
    color:#666; 
    font-feature-settings: "palt" 1;
}

H1, H2, H3 {
    color:#835366;
}

H3 {
    font-size:5rem!important;
}

H4, H5 {
    color:#666;
}

.title {
    background:url(/assets/img/colours22s/ttl_sp.jpg)no-repeat;
    background-size: cover;
    width:100%;
    height:calc(100vw/0.822);
}

.title H1 {
    text-indent:100%;
    white-space: nowrap;
    overflow: hidden;
}

.intro {
    width:100%;
    padding:50px 0;
    text-align:center;
    background-image: radial-gradient(at 0% 15%, rgba(224, 210, 229, 0.5) 10%, rgba(255, 255, 255, 0) 90%), radial-gradient(at 100% 85%, rgba(224, 203, 190, 0.5) 10%, rgba(255, 255, 255, 0) 90%), radial-gradient(at 100% 15%, rgba(230, 242, 244, 1) 10%, rgba(255, 255, 255, 0) 90%), radial-gradient(at 0% 85%, rgba(216, 225, 208, 1) 10%, rgba(255, 255, 255, 0) 90%);
}

.intro H2 {
    display:inline-block;
    text-align:justify;
    width:90%;
    font-size:2rem;
    line-height:4rem;
    margin-bottom:20px;
    color:#835366;
    margin:0 auto 20px;
}

.intro p {
    width:90%;
    max-width:800px;
    font-size:1.75rem;
    text-align:justify;
    margin:0 auto;
    line-height:2.75rem;
}

.about {
    width:100%;
    display:flex;
    flex-flow:column-reverse nowrap;
    align-items:center;
    justify-content: space-between;
    margin:0 auto;
    padding:50px 0;
}

.about .slide_fade {
    width:90%;
    height:100%;
    pointer-events: none;
}

.about .slide_fade img {
    width:100%;
    object-fit:cover;
}



.about .about_txt {
    width:90%;
}

.about .about_txt H3 {
    display:inline-block;
    font-size: 3rem!important;
    text-align:center;
    width:100%;
    height:auto;
    background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
    background-size:80% 20px;
    background-repeat:no-repeat;
    background-position: center bottom;
    line-height:2.5rem;
    padding-bottom:10px;
    margin-bottom:25px;
}

.about .about_txt H3 span {
    font-size:1.75rem;
}

.about .about_txt p {
    width:100%;
    margin:0 auto 20px;
    font-size:1.5rem;
    line-height:2.5rem;
    text-align:justify;
}

.lineup {
    width:100%;
    margin:0 auto;
    padding:50px 0;
    text-align:center;
}

.lineup H3, .product H3 {
    display:inline-block;
    text-align:center;
    width:80%;
    height:auto;
    background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
    background-size:90% 20px;
    background-repeat:no-repeat;
    background-position: center bottom;
    font-size:3rem!important;
    line-height:3rem;
    padding-bottom:10px;
    margin-bottom: 20px;
}

.lineup H3 span, .product H3 span {
    font-size:1.75rem;
}

.lineup p {
    font-size:1.5rem;
    line-height:2.5rem;
    width:90%;
    margin:0 auto 25px;
    text-align: justify;
}

.lineup p strong {
    font-weight:800;
}

/* 20220708追加 */
.lineup span {
    display:inline-block;
    font-size:1.5rem;
    line-height:2.5rem;
    width:90%;
    margin:25px auto 0;
    text-align: center;
    color:#666;
}



.lineup ul {
    width:100%;
    display:flex;
    flex-flow: row wrap;
}

.lineup ul li {
    width:50%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.lineup ul li img {
    width:100%;
    object-fit: contain;
}

.product {
    width:100%;
    margin:0 auto;
    padding:50px 0;
    text-align:center;
}

.product ul {
    width:90%;
    display:flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

.product ul li {
    width:50%;
    margin-bottom:25px;
    position:relative;
}

.product ul li:last-child {
    margin-bottom:0;
}

.product ul li p {
    margin:10px auto;
    text-align:center;
    font-size:1.5rem;
    line-height:1.5rem;
}

.product ul li p em {
    font-style: oblique;
}

.product ul li p span {
    font-size:1.1rem;
    line-height:1rem;
}

.product>p {
    width:90%;
    margin:0 auto 25px;
    font-size:1.5rem;
    line-height:2.5rem;
    text-align:justify;
}


.sample {
    width:100%;
    margin:50px auto;
    text-align:center;
}

.sample H4 {
    font-size:1.5rem;
    text-align:center;
    line-height:1.5rem;
    margin:10px auto 25px;
}

.sample H4 span {
    font-size:1.1rem;
}

.sample ul {
    width:100%;
}
.sample ul li {
    width:50%;
    margin:0 10px;
}

.sample ul li img {
    height:250px;
    object-fit: cover;
    margin:0 auto;
    opacity: .75;
    transform: scale(.9);
    transition: opacity .5s, transform .5s;
}

.sample ul li.slick-center img {
    opacity:1;
    transform:scale(1);
}

.sample .double li img {
    height:250px;
}

.slide_sample>.slide-arrow {
    position: absolute !important;
    width: 50px!important;
    height: 50px!important;
    z-index: 2!important;
    top:40% !important;
}

.slide_sample>.prev-arrow {
    left:0;
}

.slide_sample>.next-arrow {
    position:absolute;
    right:0;
}

.slide_sample .slide_target {
    pointer-events: none;
  }

.sample .insta_area {
    width:90%;
    background:#FFF;
    border-radius: 15px;
    padding:30px 0;
    margin:50px auto 100px;
}

.sample .insta_area H3 {
    font-size:2rem !important;
    line-height:2.5rem;
    text-align:center;
    width:100%;
    margin-bottom:10px;
    background:none;
    font-weight: 800;
}

.sample .insta_area H3 span {
    font-size:1.5rem;
    font-weight: 800;
}

.sample .insta_area>p {
    font-size:1.5rem;
    line-height:2rem;
    width:80%;
    margin:0 auto 25px;
    text-align:justify;
}

.sample .insta_area a {
    width:100%;
    margin:0 auto;
}

.sample .insta_area a img {
    width:30%;
    object-fit: contain;
    margin:0 auto;
}

.sample .insta_area a>p {
    display:inline-block;
    width:auto;
    margin:0 auto;
    white-space: none;
    text-align:center;
    font-size:1rem;
    color: #835366;
    border-bottom:1px solid;
    padding-bottom:1px;
}



.color, .flow, .shop {
    width:100%;
    margin:50px auto;
    text-align:center;
}

.sample H3, .color H3, .flow H3, .shop H3 {
    display:inline-block;
    text-align:center;
    width:90%;
    height:auto;
    background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
    background-size:80% 20px;
    background-repeat:no-repeat;
    background-position: center bottom;
    font-size:3rem !important;
    line-height:2.5rem;
    padding-bottom:10px;
    margin:0 auto 25px;
}

.sample H3 span, .color H3 span, .flow H3 span, .shop H3 span {
    font-size:1.75rem;
    line-height:1rem;
}

/* .color H3 {
    height:90px;
} */

.color .frame {
    width:100%;
    margin-bottom:50px;
}

.col_product {
    text-align:center;
}

.col_product H5 {
    font-size:1.5rem;
    line-height:1.5rem;
    margin-bottom:5px;
}

.col_product H5 span {
    font-size:1.1rem;
    line-height:1rem;
}

.color H4 {
    width:100%;
    margin:0 auto 25px;
    font-size: 4.5rem;
    color:#898077;
    display:flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.color H4>.nom {
    display:inline-block;
    width:auto;
    height:36px;
    border-right:3px solid #B2B2B2;
    align-items: center;
    line-height: 3.5rem;
    padding-right:5px;
}

.color H4>.name_en {
    display:inline-block;
    font-size:2.25rem;
    line-height:1.5rem;
    margin-top:5px;
    padding-left:10px;
}

.color H4>.name_en>.name_jp {
    text-decoration: none;
    font-size: 1.25rem;
    line-height:1.25rem;
}


.slide_col_premier, .slide_col_brake, .slide_col_double {
    display:flex;
    flex-flow:column wrap!important;
    justify-content: space-between;
    margin:10px auto;
    width:100%;
}

.slide_col_premier li, .slide_col_brake li, .slide_col_double li {
    text-align:center;
    width:100%;
}


.slide_col_premier li img, .slide_col_brake li img, .slide_col_double li img {
    width:50px!important;
    height:50px;
    object-fit: cover;
    border-radius: 50px;
    margin:0 auto 10px;
}

.colname {
    font-size:1.2rem;
    line-height:1.5rem;
    text-align:center;
}


.color .frame .col_product {
width:100%;
display:flex;
flex-flow: column wrap;
align-items: flex-start;
justify-content: space-between;
}

.color .frame .col_product li {
    width:80%;
    margin:0 auto;
}

.color .frame .col_product>li {
    margin-bottom:25px;
}

.slide_frame li img {
    width:100%;
    object-fit: contain;
}

/* 20220708追加 */
.slide_frame_premier p,.slide_frame_brake p,.slide_frame_double p {
    display:block;
    background-color:#835366;
    position:absolute;
    z-index: 5;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:1.5rem;
    text-align:center;
    padding:10%;
    color:#FFF;
    white-space:nowrap;
}

.slide_frame_premier p span,.slide_frame_brake p span,.slide_frame_double p span,.product ul li div span {
    font-size:4rem;
    line-height:4.1rem;
}

.product ul li div {
    display:block;
    background-color:#835366;
    position:absolute;
    z-index: 5;
    top:35%;
    left:50%;
    transform: translate(-50%, -35%);
    font-size:1.5rem;
    text-align:center;
    padding:5%;
    color:#FFF;
    white-space:nowrap;
}



.seat .col_product {
    width:100%;
    display:flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.seat .col_product>li {
    width:90%;
    margin:0 auto 25px;
    text-align:center;
}

.seat .col_product>li>p {
    font-size:1rem;
    text-align:center;
    margin:10px auto;
}

.slide_seat_col_premier .slick-track, .slide_seat_col_brake .slick-track, .slide_seat_col_double .slick-track {
    transform: unset !important;
    width: 90% !important;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.slide_seat_col_premier .slick-slide, .slide_seat_col_brake .slick-slide, .slide_seat_col_double .slick-slide {
    display: block!important;
    float: none !important;
    flex: 0 0 25%;
    margin-bottom:10px;
}

.slide_seat_col_premier .slick-slide img, .slide_seat_col_brake .slick-slide img, .slide_seat_col_double .slick-slide img {
    width:50px;
    height:50px;
    border-radius: 50px;
    object-fit: cover;
    margin:0 auto 5px;
}

.white_line {
    box-sizing:border-box;
    border:1px solid #AAA;
}

.slide_col_premier li img:before,.slide_col_brake li img:before,.slide_col_double li img:before,.slide_seat_col_premier li img:before,.slide_seat_col_brake li img:before,.slide_seat_col_double li img:before {
    transform: scale(1,1);
}

.slide_col_premier li img:active,.slide_col_brake li img:active,.slide_col_double li img:active,.slide_seat_col_premier li img:active,.slide_seat_col_brake li img:active,.slide_seat_col_double li img:active {
    transform: scale(1.15,1.15);
    transition: all 0.3s;
}

.frame>p, .seat>p {
    width:100%;
    text-align:center;
    margin:0 auto 15px;
    font-size:1.5rem;
}

.frame, .seat, .frontbar, .drink, .tire {
    width:100%;
    margin:0 auto 50px;
}

.frontbar ul, .drink ul, .tire ul {
    display:flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    width:90%;
    margin:0 auto;
}

.tire ul {
    width:60%;
    margin:0 auto;
}

.frontbar ul li {
    width:30%;
    margin-bottom:25px;
    text-align:center;
}

.drink ul li {
    width:30%;
    margin-bottom:25px;
    text-align:center;
}

.tire ul li {
    width:45%;
    text-align:center;
}

.frontbar ul li img, .tire ul li img {
    width:100%;
    object-fit: contain;
}

.drink ul li img {
    width:50%;
    object-fit: contain;
}

.frontbar p, .drink p, .tire p {
    color:#FFF;
    display:inline-flex;
    height:30px;
    border-radius:15px;
    text-align:center;
    align-items: center;
    justify-content: center;
    margin:10px auto 0;
    padding:0 15px;
}

.frontbar>p {
	color:#666;
}

.frontbar .whiteash, .drink .whiteash {
    background:#C7C1B6;
}

.frontbar .camel, .drink .camel {
    background:#D2A680;
}

.frontbar .terracotta, .drink .terracotta {
    background:#B7572D;
}

.frontbar .espresso, .drink .espresso {
    background:#543224;
}

.frontbar .icegrey, .drink .icegrey {
    background:#898A8B;
}

.frontbar .black, .drink .black, .tire .black {
    background:#333333;
}

.tire .white {
    color:#666;
    background:#FFF;
}




.color>.price {
    width:100%;
    height:auto;
    margin:0 auto;
    border:none;
}

.color>.price>ul {
    display:flex;
    flex-flow:column wrap;
    align-items: flex-end;
    margin:0 auto;
    width:80%;
    text-align:center;
}

.color>.price>ul>li {
    width:100%;
    background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);background-size:100% 30px;
    background-repeat:no-repeat;
    background-position: center bottom;
    height:auto;
    padding-bottom:10px;
    margin-bottom:25px;
}

.color>.price>ul>li:last-child {
    margin-bottom: 0;
}

.color .price ul li H5 {
    font-size:1.75rem;
    line-height:1.75rem;
    font-weight:800;
    color:#835366;
    white-space: nowrap;
}

.color .price ul li H5 span {
    font-size:1.5rem;
    line-height:1.5rem;
}

.color .price ul li p {
    font-size:2rem;
    font-weight:800;
    color:#835366;
    padding:0 10px 0 10px;
    white-space: nowrap;
}

.color .price ul li p span {
    font-size:4rem;
    line-height:4.5rem;
}

.color .price ul li p em {
    font-size:1rem;
    font-weight:400;
}

.flow ul {
    width:100%;
    display:flex;
    flex-flow: column nowrap;
    align-items: flex-start stretch;
    justify-content: space-between;
    background:#EDEDED;
    padding:25px 0 0;
    border-radius: 0;
}

.flow ul li {
    display:flex;
    flex-flow: column nowrap;
    align-items: stretch;
    width:80%;
    margin:0 auto 25px;
    background:#FAF8ED;
    border-radius: 10px;
    padding:20px;
    list-style-type: none!important;
}

.flow>ul>li:nth-child(2)::before, .flow>ul>li:last-child::before {
    content: "▼";
    position:relative;
    top:-50px;
    left:86%;
    color:#7E7265;
    font-size:calc(100vw/10);
    transform: scale(2,1);
    height:0;
    text-align:left;
}

.flow ul li img {
    text-align:center;
    margin-bottom:20px;
    height:100px;
    object-fit: contain;
}

.flow ul li H5 {
    text-align:center;
    font-size:2rem;
    margin-bottom:10px;
}

.flow ul li p {
    text-align:justify;
    font-size:1.5rem;
    line-height:2.5rem;
}

.flow ul li>.icon {
    background:none;
    padding:0;
    margin:20px auto 0;
    width:80%;
    font-size:1rem;
    display:flex;
    flex-flow:row nowrap;
}

.flow ul li>.icon li {
    width:50%;
    text-align:center;
    padding:0;
}

.flow ul li>.icon li img {
    height:50px;
    object-fit: contain;
    margin-bottom:10px;
    text-align:center;
}

.flow ul li>.icon li p {
    margin:0;
}

.flow .note {
    display:inline-block;
    width:90%;
    text-align: justify;
    font-size:1.25rem;
    margin:10px auto;
    background:none;
    padding:0;
}

.flow .note strong {
    font-weight:800;
    text-decoration:underline 5px gold;
    padding:0 5px;
}

.shop ul {
    display:flex;
    flex-flow:column wrap;
    width:100%;
    align-items: flex-start;
    justify-content: center;
}

.shop ul li {
    width:80%;
    margin:0 auto 50px;
    text-align:center;
}

.shop ul li img {
    width:100%;
    object-fit: contain;
    margin-bottom:10px;
}

.shop ul li p {
    display:inline-block;
    font-size:1.5rem;
    line-height:2.5rem;
    text-align:left;
}

.shop ul li p strong {
    font-size:2rem;
    line-height:4rem;
    color:#835366;
}

.shop p>a {
    font-weight: 800;
    color:#835366;
}

.shop p .map {
    color:#835366;
    border-bottom:solid 1px #835366;
    padding-bottom:3px;
    line-height:3.5rem;
    font-weight: normal;
}




.shop .online {
    width:90%;
    background:#FFF;
    border-radius: 20px;
    border:#666 1px;
    padding:25px 0;
    margin:0 auto;
    text-align:center;
}

.shop .online H5 {
    text-align:center;
    font-size:2.25rem;
    color:#835366;
    font-weight:800;
    margin-bottom:10px;
}

.shop .online>p {
    width:80%;
    font-size:1.5rem;
    line-height:2.5rem;
    text-align:justify;
    margin:0 auto 25px;
}

.shop .online>img {
    width:100%;
    object-fit: contain;
    margin: 0 auto 30px;
}

.shop .online ul {
    display:flex;
    flex-flow: column nowrap;
    align-items:center;
    width:80%;
    margin:0 auto;
}

.shop .online ul li {
    width:100%;
    margin:0 auto 10px;
    display:flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items:center;
}

.shop .online ul li a {
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.shop .online ul li img {
    width:100px;
    object-fit: contain;
}

.shop .online ul li p {
    display:inline-block;
    width:60%;
    text-align: right;
    padding-right:10px;
    font-size:1.25rem;
    line-height:2rem;
}

.note {
    background:#AAA;
    width:100%;
    padding:20px 0;
    text-align:center;
}

.note p {
    width:90%;
    max-width:1280px;
    color:#FFF;
    text-align:justify;
    font-size:1rem;
    margin:0 auto;
}



@media only screen and (min-width:600px) {
    .title {
        background:url(/assets/img/colours22s/ttl_pc.jpg)no-repeat;
        background-size: cover;
        width:100%;
        height:calc(100vw/2.231);
    }
    
    .title H1 {
        text-indent:100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .intro {
        width:100%;
        padding:50px 0;
        text-align:center;
        background-image: radial-gradient(at 0% 15%, rgba(224, 210, 229, 0.5) 10%, rgba(255, 255, 255, 0) 90%), radial-gradient(at 100% 85%, rgba(224, 203, 190, 0.5) 10%, rgba(255, 255, 255, 0) 90%), radial-gradient(at 100% 15%, rgba(230, 242, 244, 1) 10%, rgba(255, 255, 255, 0) 90%), radial-gradient(at 0% 85%, rgba(216, 225, 208, 1) 10%, rgba(255, 255, 255, 0) 90%);
    }
    
    .intro H2 {
        display:inline-block;
        text-align:justify;
        width:auto;
        font-size:4.5rem;
        line-height:6rem;
        margin-bottom:20px;
        color:#835366;
        margin:0 auto 20px;
    }
    
    .intro p {
        width:90%;
        max-width:800px;
        font-size:1.75rem;
        text-align:justify;
        margin:0 auto;
        line-height:2.75rem;
    }
    
    .about {
        width:100%;
        display:flex;
        flex-flow:column-reverse nowrap;
        align-items:center;
        justify-content: space-between;
        margin:0 auto;
        padding:100px 0 50px;
    }
    
    .about .slide_fade {
        width:80%;
        height:100%;
    }
    
    .about .slide_fade img {
        width:100%;
        object-fit:cover;
    }
    
    
    
    .about .about_txt {
        width:80%;
    }
    
    .about .about_txt H3 {
        display:inline-block;
        font-size: 4rem!important;
        text-align:center;
        width:100%;
        height:auto;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
        background-size:80% 20px;
        background-repeat:no-repeat;
        background-position: center bottom;
        line-height:3rem;
        padding-bottom:5px;
        margin-bottom:25px;
    }
    
    .about .about_txt H3 span {
        font-size:2rem;
    }
    
    .about .about_txt p {
        width:100%;
        margin:0 auto 20px;
        font-size:2rem;
        line-height:3rem;
        text-align:justify;
    }
    
    .lineup {
        width:100%;
        margin:0 auto;
        padding:50px 0;
        text-align:center;
    }
    
    .lineup H3, .product H3 {
        display:inline-block;
        text-align:center;
        width:80%;
        height:auto;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
        background-size:90% 20px;
        background-repeat:no-repeat;
        background-position: center bottom;
        font-size:4rem!important;
        line-height:3.25rem;
        margin-bottom: 20px;
    }
    
    .lineup H3 span, .product H3 span {
        font-size:1.75rem;
    }
    
    .lineup p {
        font-size:2rem;
        line-height:3rem;
        width:80%;
        max-width:1025px;
        margin:0 auto 25px;
        text-align: justify;
    }
    
    .lineup ul {
        width:100%;
        display:flex;
        flex-flow: row wrap;
    }
    
    .lineup ul li {
        width:25%;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .lineup ul li img {
        width:100%;
        object-fit: contain;
    }
    
    .product {
        width:100%;
        margin:0 auto;
        padding:50px 0;
        text-align:center;
    }
    
    .product ul {
        width:100%;
        display:flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        margin:0 auto 15px;
    }
    
    .product ul li {
        width:50%;
    }
    
    .product ul li p {
        margin:10px auto;
        text-align:center;
        font-size:1.75rem;
        line-height:2rem;
    }
    
    .product ul li p em {
        font-style: oblique;
    }

    .product ul li p span {
        font-size:1.5rem;
    }
    
    .product>p {
        width:80%;
        margin:0 auto 25px;
        font-size:2rem;
        line-height:3rem;
        text-align:justify;
    }
    
    
    .sample {
        width:100%;
        margin:50px auto;
        text-align:center;
    }
    
    .sample H4 {
        font-size:1.75rem;
        line-height:2rem;
        text-align:center;
        margin:10px auto 25px;
    }

    .sample H4 span {
        font-size:1.5rem;
    }
    
    .sample ul {
        width:100%;
    }
    .sample ul li {
        width:70%;
        margin:0 10px;
    }
    
    .sample ul li img {
        height:350px;
        object-fit: cover;
        margin:0 auto;
        opacity: .75;
        transform: scale(.9);
        transition: opacity .5s, transform .5s;
    }
    
    .sample ul li.slick-center img {
        opacity:1;
        transform:scale(1);
    }
    
    .sample .double li img {
        height:350px;
    }
    
    .slide_sample>.slide-arrow {
        position: absolute !important;
        width: 50px!important;
        height: 50px!important;
        z-index: 2!important;
        top:40% !important;
    }
    
    .slide_sample>.prev-arrow {
        left:0;
    }
    
    .slide_sample>.next-arrow {
        position:absolute;
        right:0;
    }

    .slide_sample .slide_target {
        pointer-events: none;
    }

    .sample .insta_area a img {
        width:20%;
    }
    
    .color, .flow, .shop {
        width:100%;
        margin:100px auto;
        text-align:center;
    }
    
    .sample H3, .color H3, .flow H3, .shop H3 {
        display:inline-block;
        text-align:center;
        width:80%;
        height:auto;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
        background-size:80% 20px;
        background-repeat:no-repeat;
        background-position: center bottom;
        font-size:4rem !important;
        line-height:4rem;
        padding-bottom:5px;
        margin:0 auto 25px;
    }
    
    .sample H3 span, .color H3 span, .flow H3 span, .shop H3 span {
        display:block;
        font-size:2rem;
        line-height:3rem;
    }
    
    .color .frame {
        width:100%;
        margin-bottom:50px;
    }
    
    .col_product {
        text-align:center;
    }
    
    .col_product H5 {
        font-size:1.75rem;
        line-height:2rem;
        margin-bottom:5px;
    }

    .col_product H5 span {
        font-size:1.5rem;
    }
    
    .color H4 {
        width:100%;
        margin:0 auto 25px;
        font-size: 4.5rem;
        color:#898077;
        display:flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    
    .color H4>.nom {
        display:inline-block;
        width:auto;
        height:36px;
        border-right:3px solid #B2B2B2;
        align-items: center;
        line-height: 3.5rem;
        padding-right:5px;
    }
    
    .color H4>.name_en {
        display:inline-block;
        font-size:2.25rem;
        line-height:1.5rem;
        margin-top:5px;
        padding-left:10px;
    }
    
    .color H4>.name_en>.name_jp {
        text-decoration: none;
        font-size: 1.25rem;
        line-height:1.25rem;
    }
    
    
    .slide_col_premier, .slide_col_brake, .slide_col_double {
        display:flex;
        flex-flow:column wrap!important;
        justify-content: space-between;
        margin:0 auto;
        width:100%;
    }
    
    .slide_col_premier li, .slide_col_brake li, .slide_col_double li {
        text-align:center;
        width:100%;
    }
    
    
    .slide_col_premier li img, .slide_col_brake li img, .slide_col_double li img {
        width:50px!important;
        height:50px;
        object-fit: cover;
        border-radius: 50px;
        margin:15px auto;
    }
    
    .colname {
        font-size:1.5rem;
        line-height:1.5rem;
        text-align:center;
    }
    
    
    .color .frame .col_product {
    width:100%;
    display:flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    }
    
    .color .frame .col_product li {
        width:50%;
        margin:0 auto;
    }
    
    .color .frame .col_product>li {
        margin-bottom:25px;
    }
    
    .slide_frame li img {
        width:100%;
        object-fit: contain;
    }
    
    .seat .col_product {
        width:100%;
        display:flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .seat .col_product>li {
        width:50%;
        margin:0 auto 25px;
        text-align:center;
    }
    
    .seat .col_product>li>p {
        font-size:1.5rem;
        text-align:center;
        margin:0 auto;
    }
    
    .slide_seat_col_premier .slick-track, .slide_seat_col_brake .slick-track, .slide_seat_col_double .slick-track {
        transform: unset !important;
        width: 90% !important;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    
    .slide_seat_col_premier .slick-slide, .slide_seat_col_brake .slick-slide, .slide_seat_col_double .slick-slide {
        display: block!important;
        float: none !important;
        flex: 0 0 25%;
        margin-bottom:10px;
    }
    
    .slide_seat_col_premier .slick-slide img, .slide_seat_col_brake .slick-slide img, .slide_seat_col_double .slick-slide img {
        width:50px;
        height:50px;
        border-radius: 50px;
        object-fit: cover;
        margin:15px auto;
    }
    
    .white_line {
        box-sizing:border-box;
        border:1px solid #AAA;
    }
    
    .frame>p, .seat>p {
        font-size:2rem;
        margin-bottom:25px;
    }
    
    
    .frame, .seat, .frontbar, .drink, .tire {
        width:100%;
        margin:0 auto 50px;
    }
    
    .frontbar ul, .drink ul, .tire ul {
        display:flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
        width:80%;
        margin:0 auto;
    }
    
    .tire ul {
        width:60%;
        margin:0 auto;
    }
    
    .frontbar ul li {
        width:30%;
        margin-bottom:25px;
        text-align:center;
        display:flex;
        flex-flow: column nowrap;
        justify-content: center;
    }
    
    .drink ul li {
        width:30%;
        margin-bottom:25px;
        text-align:center;
        display:flex;
        flex-flow: column nowrap;
        justify-content: center;
    }
    
    .tire ul li {
        width:45%;
        text-align:center;
    }
    
    .frontbar ul li img, .tire ul li img {
        width:100%;
        object-fit: contain;
        margin:0 auto;
    }
    
    .drink ul li img {
        width:50%;
        object-fit: contain;
        margin:0 auto;
    }
    
    .frontbar p, .drink p, .tire p {
        color:#FFF;
        display:inline-flex;
        height:30px;
        border-radius:15px;
        text-align:center;
        align-items: center;
        justify-content: center;
        margin:10px auto 0;
        padding:0 15px;
    }

    .frontbar>p {
        color:#666;
    }
    
    .frontbar .whiteash, .drink .whiteash {
        background:#C7C1B6;
    }
    
    .frontbar .camel, .drink .camel {
        background:#D2A680;
    }
    
    .frontbar .terracotta, .drink .terracotta {
        background:#B7572D;
    }
    
    .frontbar .espresso, .drink .espresso {
        background:#543224;
    }
    
    .frontbar .icegrey, .drink .icegrey {
        background:#898A8B;
    }
    
    .frontbar .black, .drink .black, .tire .black {
        background:#333333;
    }
    
    .tire .white {
        color:#666;
        background:#FFF;
    }
    
    
    
    
    
    .color>.price {
        width:100%;
        height:auto;
        margin:0 auto;
        border:none;
    }
    
    .color>.price>ul {
        display:flex;
        flex-flow:column wrap;
        align-items: flex-end;
        margin:0 auto;
        width:80%;
        text-align:center;
    }
    
    .color>.price>ul>li {
        width:100%;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);background-size:100% 30px;
        background-repeat:no-repeat;
        background-position: center bottom;
        background-size:60% 20px;
        height:auto;
        padding-bottom:0;
    }
    
    .color .price ul li p {
        font-size:2rem;
        font-weight:800;
        color:#835366;
        padding:0 10px 0 10px;
        white-space: nowrap;
    }
    
    .color .price ul li p span {
        font-size:4rem;
    }
    
    .color .price ul li p em {
        font-size:1rem;
        font-weight:400;
    }
    
    .flow ul {
        width:100%;
        display:flex;
        flex-flow: column nowrap;
        align-items: flex-start stretch;
        justify-content: space-between;
        background:#EDEDED;
        padding:25px 0 0;
        border-radius: 0;
    }
    
    .flow ul li {
        display:flex;
        flex-flow: column nowrap;
        align-items: stretch;
        width:80%;
        margin:0 auto 25px;
        background:#FAF8ED;
        border-radius: 10px;
        padding:20px;
        list-style-type: none!important;
    }
    
    .flow>ul>li:nth-child(2)::before, .flow>ul>li:last-child::before {
        content: "▼";
        position:relative;
        top:-65px;
        left:90%;
        color:#7E7265;
        font-size:calc(100vw/14);
        transform: scale(2,1);
        height:0;
        text-align:left;
    }
    
    .flow ul li img {
        text-align:center;
        margin-bottom:20px;
        height:100px;
        object-fit: contain;
    }
    
    .flow ul li H5 {
        text-align:center;
        font-size:2rem;
        margin-bottom:10px;
    }
    
    .flow ul li p {
        width:90%;
        margin:0 auto;
        text-align:justify;
        font-size:1.5rem;
        line-height:2.5rem;
    }
    
    .flow ul li>.icon {
        background:none;
        padding:0;
        margin:20px auto 0;
        width:80%;
        font-size:1rem;
        display:flex;
        flex-flow:row nowrap;
    }
    
    .flow ul li>.icon li {
        width:50%;
        text-align:center;
        padding:0;
    }
    
    .flow ul li>.icon li img {
        height:50px;
        object-fit: contain;
        margin-bottom:10px;
        text-align:center;
    }
    
    .flow ul li>.icon li p {
        margin:0;
    }
    
    .flow .note {
        display:inline-block;
        width:90%;
        text-align: justify;
        font-size:1.25rem;
        margin:10px auto 0;
        background:none;
        padding:0;
    }
    
    .flow .note strong {
        font-weight:800;
        text-decoration:underline 5px gold;
        padding:0 5px;
    }
    
    .shop ul {
        display:flex;
        flex-flow:row wrap;
        width:90%;
        align-items: flex-start;
        justify-content: center;
        margin:0 auto;
    }
    
    .shop ul li {
        width:48%;
        margin:0 auto 50px;
        text-align:center;
    }
    
    .shop ul li img {
        width:100%;
        object-fit: contain;
        margin-bottom:10px;
    }
    
    .shop ul li p {
        display:inline-block;
        font-size:1.5rem;
        line-height:2.5rem;
        text-align:left;
    }
    
    .shop ul li p strong {
        font-size:2rem;
        line-height:4rem;
        color:#835366;
    }
    
    .shop p>a {
        font-weight: 800;
        color:#835366;
    }
    
    .shop p .map {
        color:#835366;
        border-bottom:solid 1px #835366;
        padding-bottom:3px;
        line-height:3.5rem;
        font-weight: normal;
    }

    .shop .online {
        width:90%;
        background:#FFF;
        border-radius: 20px;
        border:#666 1px;
        padding:25px 0;
        margin:0 auto;
        text-align:center;
    }
    
    .shop .online H5 {
        text-align:center;
        font-size:2.25rem;
        color:#835366;
        font-weight:800;
        margin-bottom:10px;
    }
    
    .shop .online>p {
        width:80%;
        font-size:2rem;
        line-height:3rem;
        text-align:justify;
        margin:0 auto 25px;
    }
    
    .shop .online>img {
        width:100%;
        object-fit: contain;
        margin: 0 auto 30px;
    }
    
    .shop .online ul {
        display:flex;
        flex-flow: row nowrap;
        align-items:center;
        width:100%;
        margin:0 auto;
    }
    
    .shop .online ul li {
        width:100%;
        margin:0 auto 10px;
        display:flex;
        flex-flow: row-reverse nowrap;
        justify-content: center;
        align-items:center;
    }
    
    .shop .online ul li a {
        display:flex;
        align-items:center;
        justify-content: space-between;
    }
    
    .shop .online ul li img {
        width:90px;
        object-fit: contain;
    }
    
    .shop .online ul li p {
        display:inline-block;
        width:60%;
        text-align: right;
        padding-right:10px;
        font-size:1.25rem;
        line-height:2rem;
    }
    
    .note {
        background:#AAA;
        width:100%;
        padding:20px 0;
        text-align:center;
    }
    
    .note p {
        width:90%;
        max-width:1280px;
        color:#FFF;
        text-align:justify;
        font-size:1rem;
        margin:0 auto;
    }
}

@media only screen and (min-width:1025px) {
    .title {
        background:url(/assets/img/colours22s/ttl_pc.jpg)no-repeat;
        background-size: cover;
        width:100%;
        height:calc(100vw/2.231);
    }

    .intro {
        text-align:center;
        width:100%;
        padding:100px 0;
    }

    .intro H2 {
        display:inline-block;
        text-align:justify;
        white-space:nowrap;
        width:80%;
        max-width:800px;
        font-size:5rem;
        letter-spacing: 0.38rem;
        line-height:7rem;
        margin-bottom:60px;
        color:#835366;
    }

    .intro p {
        width:80%;
        max-width:800px;
        font-size:2rem;
        text-align:justify;
        margin:0 auto;
        line-height:4rem;
    }

    .about {
        width:90%;
        max-width:1280px;
        display:flex;
        flex-flow:row nowrap;
        align-items:center;
        justify-content: space-between;
        margin:0 auto;
        padding:100px 0;
    }

    .about .slide_fade {
        width:50%;
        height:100%;
    }

    .about .slide_fade img {
        width:100%;
        object-fit:cover;
    }

    

    .about .about_txt {
        width:50%;
    }

    .about .about_txt H3 {
        display:inline-block;
        font-size: 5rem!important;
        text-align:center;
        width:100%;
        height:90px;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
        background-size:90% 30px;
        background-repeat:no-repeat;
        background-position: center bottom;
        line-height:3.5rem;

    }

    .about .about_txt H3 span {
        font-size:2.5rem;
        padding-bottom:40px;
    }

    .about .about_txt p {
        width:90%;
        margin:0 auto;
        font-size:2rem;
        line-height:4rem;
        margin-top:30px;
        text-align:justify;
    }

    .lineup {
        width:90%;
        max-width:1280px;
        margin:0 auto;
        padding:100px 0;
        text-align:center;
    }

    .lineup H3, .product H3 {
        display:inline-block;
        text-align:center;
        width:100%;
        height:auto;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
        background-size:70% 30px;
        background-repeat:no-repeat;
        background-position: center bottom;
        line-height:5rem;
        font-size:5rem !important;
        padding-bottom:10px;
        margin-bottom: 50px;
    }

    .lineup H3 span, .product H3 span {
        font-size:3rem;
        line-height:2rem;
    }

    .lineup p {
        font-size:2rem;
        line-height:4rem;
        width:70%;
        max-width:1025px;
        margin:0 auto 50px;
        text-align: justify;
    }

    .lineup ul {
        width:100%;
        display:flex;
        flex-flow: row wrap;
    }

    .lineup ul li {
        width:25%;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .lineup ul li img {
        width:100%;
        object-fit: contain;
    }

    .product {
        width:90%;
        max-width:1280px;
        margin:0 auto;
        padding:100px 0;
    }

    .product ul {
        width:100%;
        display:flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        margin:25px auto 0;
    }

    .product ul li {
        width:30%;
    }

    .product ul li p {
        margin:10px auto;
        text-align:center;
        font-size:1.75rem;
        line-height:2rem;
    }

    .product ul li p em {
        font-style: oblique;
    }

    .product ul li p span {
        font-size:1.5rem;
    }

    .product>p {
        width:70%;
        margin:0 auto;
        font-size:2rem;
        text-align:justify;
    }


    .sample {
        width:100%;
        margin:100px auto;
        text-align:center;
    }

    .sample H4 {
        font-size:1.75rem;
        line-height:2rem;
        text-align:center;
        margin:20px auto 50px;
    }

    .sample H4 span {
        font-size:1.5rem;
    }


    .sample ul li {
        width:20%;
        margin:0 25px;
    }

    .sample ul li img {
        height:calc(100vw/4.4);
        max-height:600px;
        object-fit: cover;
        margin:0 auto;
        opacity: .75;
        transform: scale(.9);
        transition: opacity .5s, transform .5s;
    }

    .sample ul li.slick-center img {
        opacity:1;
        transform:scale(1);
    }

    .sample .double li img {
        height:calc(100vw/4.6);
    }


    .slide_sample>.slide-arrow {
        position: absolute !important;
        width: 100px!important;
        height: 100px!important;
        z-index: 2!important;
        top:40% !important;
    }

    .slide_sample>.prev-arrow {
        left:0;
    }

    .slide_sample>.next-arrow {
        position:absolute;
        right:0;
    }

    .slide_sample .slide_target {
        pointer-events: none;
    }

    .sample .insta_area {
        display:block;
        max-width:800px;
        border-radius: 30px;
        padding:30px 50px;
        margin:50px auto 20px;
        height:auto;
        overflow: hidden;
    }
    
    .sample .insta_area>p {
        display:block;
        width:65%;
        margin-right:5%;
        float:left;
        height:auto;
    }
    
    .sample .insta_area a {
        display:block;
        width:30%;
        margin:0 auto;
        float:right;
    }
    
    .sample .insta_area a img {
        width:30%;
        object-fit: contain;
        margin:0 auto;
    }
    
    .sample .insta_area a>p {
        display:inline-block;
        width:auto;
        margin:0 auto;
        white-space: none;
        text-align:center;
        font-size:1rem;
        color: #835366;
        border-bottom:1px solid;
        padding-bottom:1px;
    }




    .color, .flow, .shop {
        width:90%;
        max-width:1280px;
        margin:100px auto 0;
        padding-bottom:100px;
        text-align:center;
    }

    .sample H3, .color H3, .flow H3, .shop H3 {
        display:inline-block;
        text-align:center;
        width:100%;
        max-width:1280px;
        height:auto;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);
        background-size:80% 30px;
        background-repeat:no-repeat;
        background-position: center bottom;
        line-height:4.5rem;
        padding-bottom:15px;
        margin:0 auto 50px;
    }

    .sample H3 span, .color H3 span, .flow H3 span, .shop H3 span {
        display:block;
        font-size:3rem;
        line-height:3rem;
    }

    .frame>p, .seat>p {
        margin-bottom:25px;
    }



    .color .frame {
        width:100%;
        margin-bottom:100px;
    }

    .col_product {
        text-align:center;
    }

    .col_product H5 {
        font-size:1.75rem;
        line-height:2rem;
        margin-bottom:10px;
    }

    .col_product H5 span {
        font-size:1.5rem;
    }

    .color H4 {
        width:100%;
        margin:50px auto 30px;
        font-size:8rem;
        color:#898077;
        display:flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .color H4>.nom {
        display:inline-block;
        width:100px;
        height:63px;
        border-right:5px solid #B2B2B2;
        margin-right:30px;
        align-items: center;
        line-height: 6rem;
    }

    .color H4>.name_en {
        display:inline-block;
        font-size:5rem;
        line-height:2.5rem;
        margin-top:5px;
    }

    .color H4>.name_en>.name_jp {
        text-decoration: none;
        font-size: 2rem;
        line-height:2rem;
    }


    .slide_col_premier, .slide_col_brake, .slide_col_double {
        display:flex;
        flex-flow:column wrap!important;
        justify-content: space-between;
        margin:0 auto 10px;
        width:100%;
    }

    .slide_col_premier li, .slide_col_brake li, .slide_col_double li {
        text-align:center;
        width:100%;
    }


    .slide_col_premier li img, .slide_col_brake li img, .slide_col_double li img {
        width:50px!important;
        height:50px;
        object-fit: cover;
        border-radius: 50px;
        margin:15px auto;
    }

    .colname {
        font-size:1.5rem;
        line-height:1.75rem;
        text-align:center;
    }
    

    .color .frame .col_product {
    width:100%;
    display:flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    }

    .color .frame .col_product li {
        width:33.3%;
    }

    .slide_frame li img {
        width:100%;
        object-fit: contain;
    }

    .seat .col_product {
        width:100%;
        display:flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .seat .col_product>li {
        width:33.3%;
        text-align:center;
    }

    .slide_seat_col_premier .slick-track, .slide_seat_col_brake .slick-track, .slide_seat_col_double .slick-track {
        transform: unset !important;
        width: 90% !important;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .slide_seat_col_premier .slick-slide, .slide_seat_col_brake .slick-slide, .slide_seat_col_double .slick-slide {
        display: block!important;
        float: none !important;
        flex: 0 0 25%;
        margin-bottom:20px;
    }

    .slide_seat_col_premier .slick-slide img, .slide_seat_col_brake .slick-slide img, .slide_seat_col_double .slick-slide img {
        width:50px;
        height:50px;
        border-radius: 50px;
        object-fit: cover;
        margin:15px auto;
    }

    .white_line {
        box-sizing:border-box;
        border:1px solid #AAA;
    }

    .slide_col_premier li img:before,.slide_col_brake li img:before,.slide_col_double li img:before,.slide_seat_col_premier li img:before,.slide_seat_col_brake li img:before,.slide_seat_col_double li img:before {
        transform: scale(1,1);
    }
    
    .slide_col_premier li img:hover,.slide_col_brake li img:hover,.slide_col_double li img:hover,.slide_seat_col_premier li img:hover,.slide_seat_col_brake li img:hover,.slide_seat_col_double li img:hover {
        transform: scale(1.15,1.15);
        transition: all 0.3s;
    }




    .frame, .seat, .frontbar, .drink, .tire {
        width:100%;
        margin:0 auto 100px;
    }
    
    .frontbar ul, .drink ul, .tire ul {
        display:flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .tire ul {
        width:60%;
        margin:0 auto;
    }

    .frontbar ul li {
        width:30%;
        margin-bottom:25px;
        text-align:center;
    }

    .drink ul li {
        width:12%;
        margin-bottom:25px;
        text-align:center;
    }

    .tire ul li {
        width:45%;
        text-align:center;
    }

    .frontbar ul li img, .drink ul li img, .tire ul li img {
        width:100%;
        object-fit: contain;
    }
    .frontbar p, .drink p, .tire p {
        color:#FFF;
        display:inline-flex;
        height:30px;
        border-radius:15px;
        text-align:center;
        align-items: center;
        justify-content: center;
        margin:10px auto 0;
        padding:0 15px;
    }

    .frontbar>p {
        color:#666;
    }

    .frontbar .whiteash, .drink .whiteash {
        background:#C7C1B6;
    }

    .frontbar .camel, .drink .camel {
        background:#D2A680;
    }

    .frontbar .terracotta, .drink .terracotta {
        background:#B7572D;
    }

    .frontbar .espresso, .drink .espresso {
        background:#543224;
    }

    .frontbar .icegrey, .drink .icegrey {
        background:#898A8B;
    }

    .frontbar .black, .drink .black, .tire .black {
        background:#333333;
    }

    .tire .white {
        color:#666;
        background:#FFF;
    }

    .color>.price {
        width:100%;
        height:auto;
        margin:0 auto;
        border:none;
    }

    .color>.price>ul {
        display:flex;
        flex-flow:column wrap;
        margin:0 auto;
        width:80%;
        text-align:center;
    }

    .color>.price>ul>li {
        width:100%;
        background-image:linear-gradient(90deg, rgba(224, 210, 229, 0.5) 0%, rgba(224, 203, 190, 0.5) 33%, rgba(230, 242, 244, 0.5) 66%, rgba(216, 225, 208, 0.5) 100%);background-size:100% 30px;
        background-repeat:no-repeat;
        background-position: center bottom;
        background-size:80% 30px;
        height:auto;
        display:flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        margin-bottom:50px;
    }

    .color>.price>ul>li:last-child {
        margin-bottom:0;
    }

    .color .price ul li H5 {
        font-size:3rem;
        line-height:2rem;
        text-align:right;
        margin-right:10px;
    }

    .color .price ul li H5 span {
        font-size:1.5rem;
    }

    .color .price ul li p {
        font-size:2.5rem;
        font-weight:800;
        color:#835366;
        padding:0 10px 0 10px;
        white-space: nowrap;
    }

    .color .price ul li p span {
        font-size:6rem;
    }

    .color .price ul li p em {
        font-size:1.5rem;
        font-weight:400;
    }




    .flow ul {
        width:100%;
        display:flex;
        flex-flow: row nowrap;
        align-items: flex-start stretch;
        justify-content: space-between;
        background:#EDEDED;
        padding:20px;
        border-radius: 20px;
    }

    .flow ul li {
        display:flex;
        flex-flow: column nowrap;
        align-items: stretch;
        width:27.5%;
        background:#FAF8ED;
        border-radius: 10px;
        padding:20px;
        list-style-type: none!important;
    }

    .flow>ul>li:nth-child(2)::before, .flow>ul>li:last-child::before {
        content: "▶︎";
        position:relative;
        top:45%;
        left:-30%;
        color:#7E7265;
        font-size:calc(100vw/28);
        transform: scale(0.7,1);
        height:0;
        text-align:left;
    }

    .flow ul li img {
        text-align:center;
        margin-bottom:20px;
        height:100px;
        object-fit: contain;
    }

    .flow ul li H5 {
        text-align:center;
        font-size:2rem;
        margin-bottom:10px;
    }

    .flow ul li p {
        text-align:justify;
        font-size:1.75rem;
        line-height:3rem;
        width:90%;
        margin:0 auto;
    }

    .flow ul li>.icon {
        background:none;
        padding:0;
        margin:20px auto 0;
        width:80%;
        font-size:1rem;
    }

    .flow ul li>.icon li {
        width:50%;
        text-align:center;
        padding:0;
    }

    .flow ul li>.icon li img {
        height:50px;
        object-fit: contain;
        margin-bottom:10px;
        text-align:center;
    }

    .flow ul li>.icon li p {
        margin:0;
    }
    
    .flow .note {
        display:inline-block;
        width:auto;
        text-align: justify;
        font-size:1.5rem;
        line-height:3rem;
        margin:20px auto 0;
        background:none;
        padding:0;
    }

    .flow .note strong {
        font-weight:800;
        text-decoration:underline 5px gold;
        padding:0 5px;
    }

    .shop ul {
        display:flex;
        flex-flow:row wrap;
        width:100%;
        align-items: flex-start;
        justify-content: center;
    }

    .shop ul li {
        width:33.3%;
        margin-bottom:100px;
        text-align:center;
    }

    .shop ul li img {
        width:70%;
        object-fit: contain;
        margin-bottom:10px;
    }

    .shop ul li p {
        display:inline-block;
        font-size:1.75rem;
        line-height:3rem;
        text-align:left;
    }

    .shop ul li p strong {
        font-size:2rem;
        line-height:4rem;
        color:#835366;
    }

    .shop p>a {
        font-weight: 800;
        color:#835366;
    }

    .shop p .map {
        color:#835366;
        border-bottom:solid 1px #835366;
        padding-bottom:3px;
        line-height:3.5rem;
        font-weight: normal;
    }

    .shop .online {
        width:90%;
        background:#FFF;
        border-radius: 20px;
        border:#666 1px;
        padding:40px;
        margin:0 auto;
        text-align:center;
    }

    .shop .online H5 {
        text-align:center;
        font-size:3rem;
        color:#835366;
        font-weight:800;
        margin-bottom:25px;
    }

    .shop .online>p {
        width:60%;
        font-size:1.75rem;
        line-height:3.25rem;
        text-align:justify;
        margin:0 auto 25px;
    }

    .shop .online>img {
        width:80%;
        object-fit: contain;
        margin: 0 auto 30px;
    }

    .shop .online ul {
        display:flex;
        flex-flow: row nowrap;
        align-items:center;
        width:80%;
        margin:0 auto;
    }

    .shop .online ul li {
        width:45%;
        margin:0 auto;
        display:flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items:center;
    }

    .shop .online ul li img {
        width:100px;
        object-fit: contain;
    }

    .shop .online ul li p {
        width:60%;
        text-align: justify;
        padding-right:10px;
        font-size:1.75rem;
        line-height:3rem;
    }

    .note {
        background:#AAA;
        width:100%;
        padding:20px 0;
        text-align:center;
    }

    .note p {
        width:90%;
        max-width:1280px;
        color:#FFF;
        text-align:justify;
        font-size:1rem;
        margin:0 auto;
    }
}