@charset "utf-8";

/*装飾*/

span.txt_decoline {
    text-decoration-line: line-through!important;
    font-size: 15px; 
}

span.txt_col_red {
    color:#ff2f43;
    font-size: 15px;
}

span.txt_decoline2 {
    text-decoration-line: line-through!important;
    font-size: 18px; 
}

span.txt_col_red2 {
    color:#ff2f43;
    font-size: 18px;
}


#about.toppage_en .gn li a.about,
#about.toppage_en .gn li a.store {
    letter-spacing: -0.5px!important;
}
.en_text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.6;
}
.contents_color4 .en_text {
	margin-top: 20px;
}
.en_text span {
	font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 1.3;
}
.cn_1_en {
	position: absolute;
    left: 70%;
    top: 23%;
}
#slider2 > h2 {
    margin-top: 2em;
}


#about .prod-v .sec-mv .sec-mv-inner .sec-mv-catch .main {
    display: block;
    font-size: 25px;
    line-height: 1.6;
}


@media screen and (max-width: 1300px) {
    .menu li span {
        font-size: 15px;
    }
}
@media screen and (max-width: 736px){
    .top_title1 {
        top: 30%;
    }

    .top_title1 h1 span {
    font-size: 25px;
    }

    .top_title_btn {
        top: 74%;
    }
    .cn_1_en {
        position: relative;
        left: 0;
    }

    span.txt_decoline2 {
        font-size: 15px; 
    }

    span.txt_col_red2 {
        font-size: 15px;
    }

}


@media screen and (min-width: 768px) {
/*オプラ版*/
  .shop_001 .thumb-item-nav {
    display: none;
  }  
  .shop_001 .regular2 {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

@media screen and (max-width: 840px) {
    .en_text {
        font-size: 14px;
        line-height: 1.6;
    }

    .en_text span {
    	font-size: 1.3em;
        margin-bottom: 10px;
        margin-top: 5px;
        line-height: 1.3;
    }

    .contents_color4 .en_text {
    	margin-top: 10px;
    	color:#fff;
    }


/*この下v2*/
    #about .prod-v .sec-mv .sec-mv-inner .sec-mv-name {
        font-size: 2.5em;
        line-height: 1.2;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 5%;
        z-index: 2;
    }

    #about .prod-v .sec-mv .sec-mv-inner .sec-mv-catch {
        position: absolute;
        left: 3px;
        top: 20%;
        z-index: 2;
        max-width: 200px;
    }

    #about .prod-v .sec-mv .sec-mv-inner .sec-mv-catch .main {
        display: block;
        font-size: 20px;
        line-height: 1.6;
        font-weight: bold;
    }

}

@media screen and (max-width: 640px) {
    #about .prod-v .sec-mv .sec-mv-inner .sec-mv-catch .main {
        display: block;
        font-size: 14px;
        line-height: 1.6;
        font-weight: bold;
    }
    #about .prod-v .sec-mv {
        height: 270px;
    }
}

