@charset "utf-8";
html, body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "HiraginoKaku W3", Meiryo, sans-serif;
    font-size: calc(100vw / 19.20);
}

body {
    background: #333;
    width: 100%;
    height: 100%;
    font-size: .16rem;
	margin: 0;
}

.sp {
    display: none;
}

a, a:visited {
    color: #101010;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
}
sup{
    font-size: 85%;
    vertical-align: super;
}
sub{
    font-size: 70%;
}
#feluce_container {
    transform-origin: left top;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    color: #101010;
    overflow: hidden;
}

#feluce_container_news {
    transform-origin: left top;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    color: #101010;
}

#feluce_container section, #feluce_container_news section {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: overlay;
    background: #fff;
    z-index: 2;
}



#feluce_news, #feluce_news_detail {
    top: 0 !important;
}

/* ナビ */

#feluce_container nav, #feluce_container_news nav {
    position: absolute;
    z-index: 100;
    height: 100%;
}

#feluce_nav_logo {
    position: absolute;
    top: 4.1666666%;
    left: 2.4479166vw;
    width: 5.46875vw;
    z-index: 200;
}

#feluce_nav_logo img {
    width: 100%;
}
#feluce_nav_logo a.on{
    display: none;
}
#feluce_nav_logo a.on+a{
    display: block;
    width: 10vw;
}
#feluce_nav_logo a:not(.on)+a{
    display: none;
}

#feluce_nav_nav {
    height: calc(100vh - 350px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#feluce_container_news>nav {
    position: fixed !important;
    top: 0;
}


#feluce_nav_nav>div {
    line-height: 29px;
    margin-left: 25px;
    height: 3vh;
    /** height: 29px; **/
}


#feluce_nav_nav>div>a:before {
    display: inline-block;
    content: '●';
    margin-right: 5px;
}

#feluce_nav_nav>div>a {
    text-decoration: none;
    color: #101010;
    font-size: .14rem;
    letter-spacing: 0.2em;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}


#feluce_nav_nav>div>a {
    letter-spacing: 0.1em;
}

#feluce_nav_nav>div>a>span {
    opacity: 0;
    font-size: .13rem;
}

#feluce_nav_nav>div>a.on {
    color: #1C59B9;
}

#feluce_nav_nav>div>a:hover>span, #feluce_nav_nav>div>a.on>span {
    opacity: 1;
    transition: opacity .3s;
    color: #101010;
}

#feluce_nav_footer {
    position: absolute;
    bottom: 0;
    text-align: center;
}

#feluce_nav_footer a {
    color: #fff;
    text-decoration: none;
    font-size: .13rem;
    letter-spacing: 0.1em;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    display: block;
}

#feluce_nav_footer_lang {
    background: #101010;
    width: 50px;
    height: 60px;/* 20210921 変更 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: .13rem;
    letter-spacing: 0.1em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

#cn #feluce_nav_footer_lang{/* 20210921 追加 */
	font-size: .11rem;/* 20210921 追加 */
}/* 20210921 追加 */

#feluce_nav_footer_lang_lang {
    line-height: 18px;
}

#cn #feluce_nav_footer_lang_lang {/* 20210921 追加 */
	line-height: 15px;/* 20210921 追加 */
    padding-bottom: 2px;/* 20210921 追加 */
}/* 20210921 追加 */

#feluce_nav_footer_lang_tri {
    transform: scale(.5);
}

#feluce_nav_footer_contact {
    background: #3E3A39;
    width: 50px;
    line-height: 50px;
    height: 130px;
    position: relative;
}

#feluce_nav_footer_contact a {
    width: 130px;
    height: 50px;
    position: absolute;
    transform-origin: top left;
    transform: rotate(-90deg);
    top: 130px;
}

#feluce_nav_footer_contact a:hover {
    opacity: 0.5;
}

#feluce_nav_footer_download {
    background: #1C59B9;
    width: 50px;
    line-height: 50px;
    height: 130px;
    position: relative;
}

#feluce_nav_footer_download a {
    width: 130px;
    height: 50px;
    position: absolute;
    transform-origin: top left;
    transform: rotate(-90deg);
    top: 130px;
}

#feluce_nav_footer_download a:hover {
    opacity: 0.5;
}

#feluce_nav_lang_menu {
    position: absolute;
    top: calc(100vh - 320px);/* 20210921 変更 */
    left: 50px;
    background: #fff;
    padding: 11px 15px;
    display: none;
}

#feluce_nav_lang_menu>div>a {
    font-size: .13rem;
    letter-spacing: 0.1em;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    white-space: nowrap;
    color: #101010;
    text-decoration: none;
    line-height: 32px;
}

#feluce_nav_lang_menu>div>a.on {
    color: #1C59B9;
}

#feluce_nav_lang_menu img {
    height: 12px;
    margin-right: 10px;
}


@media screen and (max-width: 1280px) ,screen and (max-height: 700px) {
	#feluce_nav_nav>div {
	    margin-left: 15px;
	}
	#feluce_nav_nav {
	    height: calc(100vh - 360px);
	}
	#feluce_nav_footer a {
	    font-size: .16rem;
	}
	#feluce_nav_footer_lang {
	    font-size: .16rem;
	    width: 40px;
	    height: 55px;/* 20210921 変更 */
	}
	#feluce_nav_footer_contact {
	    width: 40px;
	    line-height: 40px;
	    height: 110px;
	    position: relative;
	}

	#feluce_nav_footer_contact a {
	    width: 110px;
	    height: 40px;
	    top: 110px;
	}
	#feluce_nav_footer_download {
	    width: 40px;
	    line-height: 40px;
	    height: 110px;
	}

	#feluce_nav_footer_download a {
		width: 110px;
		height: 40px;
		top: 110px;
	}
	#feluce_nav_lang_menu {
		top: calc(100vh - 275px);/* 20210921 変更 */
		left: 40px;
	}

}


/* オープニング */

#feluce_opening {
    background: url(/product/feluce/images/hairline_bg.jpg) center center/cover !important;
}

#feluce_opening_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15.625vw;
    height: 60.8px;
    margin: auto;
}

#feluce_opening_logo_mask {
    width: 0;
    overflow: hidden;
}

#feluce_opening_logo img.logo_w {
    width: 15.625vw;
    height: auto;
}

#feluce_opening_catch {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-items: center;
    text-align: center;
    flex-wrap: wrap;
    color: #fff;
}

#feluce_opening_catch>div {
    margin: auto;
    width: 50vw;
    height: 150px;
}

#feluce_opening_catch_mask {
    position: absolute;
    width: 0;
    overflow: hidden;
    height: 150px;
}

#feluce_opening_catch_mask>div {
    width: 50vw;
}

#feluce_opening_catch_ja {
    font-size: .54rem;
    margin: 0 auto 23px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

#feluce_opening_catch_en {
    font-size: .20rem;
    letter-spacing: 0.1em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    white-space: nowrap;
    margin: 0 auto;
}

/* トップ */

#feluce_top_bg_1 {
    position: absolute;
    background: url(/product/feluce/images/top_bg_1.jpg) no-repeat center/cover;
    width: 100%;
    height: 100%;
}

#feluce_top_bg_2 {
    position: absolute;
    background: url(/product/feluce/images/top_bg_2.jpg) no-repeat center/cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.feluce_top_bg_logo {
    position: absolute;
    width: 16.09375%;
    bottom: 14.44444%;
    left: 12.5%;
}

.feluce_top_bg_logo img {
    width: 100%;
}

#feluce_top_text {
    position: absolute;
    top: 20.8333333%;
    left: 55%;
    /** color: #101010; **/
    color: #101010;
    width: 45%;
}

#feluce_top_text_ja {
    font-size: .16rem;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
}

#feluce_top_text_en {
    font-size: .54rem;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    margin-bottom: 2.5%;
}

#feluce_top_text_read {
    font-size: .20rem;
    letter-spacing: 0.1em;
    line-height: 2;
}

#feluce_top_gmark img {
    margin: 5% 0;
    width: 35%;
}

@media screen and (min-width:640px) and (max-width: 896px) {
    #feluce_top_gmark img {
        margin: 3% 0;
        /* 20210621追記 */ /* この1列のみコメントアウト */ /* width: 20% !important;*/
    }
}

#feluce_top_news {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 60px;
    bottom: 0;
    line-height: 60px;
}

#feluce_top_news_news {
    position: absolute;
    left: 16.0416666%;
    font-size: .20rem;
    letter-spacing: 0.2em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    color: #101010;
}

#feluce_top_news_body {
    position: absolute;
    left: 23.59375%;
    width: 47.9479166%;
}

#feluce_top_news_body>div {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: .18rem;
    letter-spacing: 0.05em;
    color: #101010;
}

@media screen and (max-width: 1280px) ,screen and (max-height: 700px) {
	.feluce_content_read {
	    font-size: .17rem;
	}
}

.feluce_top_news_body_date {
    margin-right: 30px;
}

.feluce_top_news_body_genre {
    margin-right: 20px;
    color: #fff;
    background: #101010;
    font-size: .13rem;
    line-height: 23px;
    width: 90px;
    height: 23px;
    white-space: nowrap;
    text-align: center;
    padding: 0 10px;
}

.feluce_top_news_body_text {
    overflow: hidden;
    height: 60px;
}

#feluce_top_news_btn {
    position: absolute;
    left: 72.041666%;
    top: 10px;
    margin-left: 0.5vw;
}

#feluce_top_news_btn>a {
    position: relative;
    display: block;
    width: 12vw;
    height: 40px;
    border-right: 1px solid #1C59B9;
    color: #1C59B9;
    font-size: .18rem;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

#feluce_top_news_btn_tri {
    position: absolute;
    color: #1C59B9;
    font-size: .13rem;
    left: 1vw;
    top: 0;
    height: 40px;
    line-height: 40px;
}

/* コンテンツ共通 */

.feluce_content {
    opacity: 0;
    z-index: 1;
}

.feluce_content_head {
    font-size: .20rem;
    letter-spacing: 0.2em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    margin-bottom: 5vh;
}

.feluce_content_catch {
    font-size: .32rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-bottom: 3vh;
    line-height: 1.71;
    width: 32vw;
}

.feluce_content_read {
    font-size: .15rem;
    font-weight: 200;
    letter-spacing: 0.02em;
    line-height: 2.133;
    width: 30vw;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 1280px) ,screen and (max-height: 700px) {
	.feluce_content_read {
	    font-size: .19rem;
	}
}


.feluce_content_image {
    margin-bottom: 50px;
}

.feluce_content_image img {
    width: 100%;
}

.feluce_content_h2 {
    font-size: .20rem;
    margin-bottom: 2vh;
    letter-spacing: 0.1em;
}

/* CONCEPT */

#feluce_concept {
    background: #fff;
}

#feluce_concept_image {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/product/feluce/images/concept_bg.png) bottom/contain no-repeat;
}

#feluce_concept .feluce_content {
    position: absolute;
    top: 17.1296296%;
    left: 16.1458333%;
}

@media screen and (max-height: 700px) {
	#feluce_concept .feluce_content {
	    top: 10%;
	}
}


#feluce_concept .feluce_content_read {
    width: 41.6666666vw !important;
    margin-bottom: 8vh;;
}

#feluce_concept_name_logo {
    width: 195px;
    margin-bottom: 23px;
}

#feluce_concept_name img {
    width: 100%;
}

#feluce_concept_name_text {
    font-size: .12rem;
    letter-spacing: 0.012em;
}

/* COLORS */

#feluce_colors_image {
    width: 50%;
    height: 100%;
    background: #EBEFF2;
}

#feluce_colors_image_image {
    position: absolute;
    top: 25.9259259%;
    left: 13vw;
    width: 28.6458333vw;
    top: 0;
    height: 100%;
}

#feluce_colors_image_image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#feluce_colors .feluce_content {
    position: absolute;
    top: 27%;
    right: 12vw;
}

@media screen and (max-width: 900px) ,screen and (min-height: 701px) {
	#feluce_colors .feluce_content {
	    top: 30%;
	}
}

@media screen and (max-width: 1280px) ,screen and (max-height: 700px) {
	#feluce_colors .feluce_content {
	    right: 4vw;
	}
	.feluce_content_read {
	    width: 40vw;
	}
}




/* DESIGN */

#feluce_design {
    background: #F9FAFB;
}

#feluce_design_image {
    width: 50%;
    height: 100%;
    background: #EBEFF2;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
}



#feluce_design_image_image {
    margin: auto auto auto 7vw;
    width: 35vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 46.2037037vh;
}

#feluce_design_image_image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#feluce_design_image_text {
    margin-top: 28px;
    font-size: .16rem;
    letter-spacing: 0.1em;
}

#feluce_design .feluce_content {
    position: absolute;
    top: 20%;
    left: 14vw;
}


@media screen and (max-width: 1280px), screen and (max-height: 700px) {
	#feluce_design .feluce_content {
	    top: 14%;
	    left: 11vw;
	}
	#feluce_design .feluce_content>.feluce_content_read {
	    width: 36vw;
	}
}




/* 230801追記 */
#feluce_adoptionexamples .feluce_content {
	position: absolute;
	top: 0;
	right: 12vw;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#feluce_adoptionexamples_image {
  width: 50%;
  height: 100%;
  background: #EBEFF2;
}
#feluce_adoptionexamples_image_image {
  position: absolute;
  left: 14vw;
  width: 28.90625vw;
  top: 0;
  height: 100%;
}
#feluce_adoptionexamples_image_image img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#feluce_adoptionexamples_btn{
	margin-top: 3em;
}




/* TECHNOLOGY */

#feluce_technology {
    background: #F9FAFB;
}

#feluce_technology_image {
    width: 50%;
    height: 100%;
    background: #EBEFF2;
}

#feluce_technology_image_image {
    position: absolute;
    top: 25.9259259%;
    left: 14vw;
    width: 28.90625vw;
    top: 0;
    height: 100%;
}

#feluce_technology_image_image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#feluce_technology .feluce_content {
    position: absolute;
    top: 26%;
    right: 12vw;
}

@media screen and (max-width: 900px) ,screen and (min-height: 701px) {
	#feluce_technology .feluce_content {
	    top: 28%;
	}
}
@media screen and (max-width: 1280px), screen and (max-height: 700px) {
	#feluce_technology .feluce_content {
	    top: 30%;
	    right: 6vw;
	}
	#feluce_adoptionexamples .feluce_content{
		right: 6vw;
	}
}


/* FACILITY */

#feluce_facility {
    background: #F9FAFB;
}

#feluce_facility_image {
    width: 42%;
    height: 100%;
    background: #EBEFF2 url(/product/feluce/images/facility_bg.jpg) center/cover no-repeat;
    position: absolute;
    right: 0px;
}

#feluce_facility_image_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 22.5vw;
}

#feluce_facility_image_image img {
    width: 100%;
}

#feluce_facility .feluce_content {
    position: absolute;
    top: 10%;
    left: 16.1458333vw;
}


#feluce_container #feluce_facility .feluce_content .feluce_content_read {
	width: 32vw;
}
#feluce_container #feluce_facility .feluce_content .feluce_content_catch {
	width: 32vw;
}
#feluce_container #feluce_facility .feluce_content .feluce_content_image {
	width: 31vw;
}


#feluce_facility .feluce_content_catch img {
    width: 9.6354166vw;
    margin-right: 0.5208333vw;
}

#feluce_facility .feluce_content_image {
    width: 31.1979166vw;
    margin-top: 30px;
    margin-bottom: 70px;
}

#feluce_facility_btn a,
#feluce_adoptionexamples_btn a{
    padding: 17px 43px;
    color: #fff;
    text-decoration: none;
    background: #1C59B9 url(/product/feluce/images/facility_tri.png) right 15px center/5px no-repeat;
    font-size: .18rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    border: 1px solid #1C59B9;
	display: block;
	width: fit-content;
}

#feluce_facility_btn a:hover,
#feluce_adoptionexamples_btn a:hover {
    color: #1C59B9;
    background: #FFF url(/product/feluce/images/news_tri.png) right 15px center/5px no-repeat;
}



@media screen and (max-width: 1280px), screen and (max-height: 700px) {

	#feluce_container #feluce_facility .feluce_content .feluce_content_image {
		width: 31vw;
		margin-top: 4vh;
		margin-bottom: 6vh;
	}
}


@media screen and (max-width: 896px){
	#feluce_container #feluce_facility .feluce_content .feluce_content_image {
	    width: 100%;
	    margin-top: 5vh;
	    margin-bottom: 5vh;
	    text-align: center;
	}
}


/* FABRICATION EXAMPLES */

#feluce_fabricationexamples .feluce_content {
    position: absolute;
    top: 10%;
    width: 67.65625vw !important;
    text-align: center;
    left: 10%;
    right: 0;
    margin: 0 auto;
}

#feluce_fabricationexamples .feluce_content_catch {
    width: auto !important;
}

#feluce_fabricationexamples_examples {
    display: flex;
}

.feluce_fabricationexamples_examples_image {
    width: 22.5520833vw;
    margin-bottom: 30px;
}

.feluce_fabricationexamples_examples_image img {
    width: 100%;
}

.feluce_fabricationexamples_examples_head {
    font-size: .20rem;
    letter-spacing: 0.05em;
    margin-bottom: 27px;
    text-align: left;
}

.feluce_fabricationexamples_examples_data {
    font-size: .15rem;
    letter-spacing: 0.05em;
    line-height: 2.1;
    text-align: left;
}

/* ECOLEAF */

#feluce_ecoleaf {
    background: #F9FAFB;
}

#feluce_ecoleaf_image {
    width: 50%;
    height: 100%;
    background: #EBEFF2;
}

#feluce_ecoleaf_image_image {
    position: absolute;
    top: 25.9259259%;
    left: 15vw;
    width: 23.90625vw;
    top: 0;
    height: 100%;
}

#feluce_ecoleaf_image_image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#feluce_ecoleaf .feluce_content {
    position: absolute;
    top: 26%;
    right: 12vw;
}

@media screen and (max-width: 900px) ,screen and (min-height: 701px) {
	#feluce_ecoleaf .feluce_content {
	    top: 40%;
	}
}
@media screen and (max-width: 1280px), screen and (max-height: 700px) {
	#feluce_ecoleaf .feluce_content {
	    top: 30%;
	    right: 6vw;
	}
	#feluce_adoptionexamples .feluce_content{
		right: 6vw;
	}
}

/* RANGE */

#feluce_range {
    background: #fff;
}

#feluce_range_image {
    width: 52%;
    height: 100%;
    background: #ebeff2;
    position: absolute;
    right: 0px;
}

#feluce_range_image_image {
    position: absolute;
    top: 35vh;
    right: 10vw;
    width: 34.4270833vw;
}

#feluce_range_image_image img {
    width: 100%;
}

#feluce_range .feluce_content {
    position: absolute;
    top: 38vh;
    left: 14vw;
}

@media screen and (max-width: 1280px) {
	#feluce_range .feluce_content {
	    left: 12vw;
	}
	#feluce_range .feluce_content>.feluce_content_read {
	    width: 34vw;
	}
}

/* CONTACT */

#feluce_contact {
    position: absolute;
    width: 100%;
    height: 100%;
}

#feluce_contact_image {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/product/feluce/images/top_bg_2.jpg) center center/cover;
}

#feluce_contact .feluce_content {
    position: absolute;
    top: 25.8333333%;
    left: 60.2604166vw;
}

#feluce_contact>.feluce_content>.feluce_content_head {
    margin-bottom: 40px;
}

#feluce_contact>.feluce_content>.feluce_content_read {
    margin-bottom: 60px;
}

#feluce_contact_btn a {
    padding: 17px 43px;
    text-decoration: none;
    background: #fff url(/product/feluce/images/contact_tri.png) right 15px center/5px no-repeat;
    font-size: .18rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    color: #101010;
    border: 1px solid #fff;
}
#feluce_contact_btn a:hover {
    border: 1px solid #101010;
    background-color: rgba(0,0,0,0);
}

/* FOOTER */

.feluce_footer {
    width: 100%;
    height: 14.8148148vh;
    background: #EBEFF2;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 3;
}

.feluce_footer_credit {
    position: absolute;
    top: 4.074074vh;
    left: 16.1458333vw;
}

.feluce_footer_credit_company {
    width: 209px;
    margin-bottom: 2.6851851vh;
}

.feluce_footer_credit_company img {
    width: 100%;
}

.feluce_footer_credit_copyright {
    font-size: .12rem;
    letter-spacing: 0.05em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

.feluce_footer_btn {
    position: absolute;
    top: 4.6296296vh;
    right: 15.1458333vw;
    text-align: right;
    border-right: 1px solid #1C59B9;
    padding-right: 4vh;
}

.feluce_footer_btn_submenu {
    margin-bottom: 10px;
    font-size: .18rem;
    letter-spacing: 0.05em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

.feluce_footer_btn_submenu a {
    color: #101010;
    text-decoration: none;
    margin-left: 1.3020833vw;
}

.feluce_footer_btn_language {
    font-size: .18rem;
    letter-spacing: 0.05em;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

.feluce_footer_btn_language a {
    color: #101010;
    text-decoration: none;
    margin-left: 1.3020833vw;
}

.feluce_footer_btn_language a.on{/* 20210921 追加 */
	color: #1C59B9;/* 20210921 追加 */
}/* 20210921 追加 */

.feluce_footer_btn_language img {
    height: 1.2037037vh;
    margin-right: 0.46875vw;
    margin-bottom: -0.2vh;
}

/* NEWS */

#feluce_news {
    position: relative !important;
    background: #fff !important;
}

#feluce_news .feluce_content {
    position: relative;
    margin-top: 13.5185185vh;
    margin-left: 15vw;
    text-align: center;
    width: 75%;
    margin-bottom: 9.2592592vh;
    opacity: 1;
}

#feluce_news .feluce_content_head {
    font-size: .50rem;
    margin-bottom: 9.2592592vh;
}


#feluce_container_news .feluce_footer {
    position: relative !important;
    display: block;
    margin-top: -14.8148148vh;
}


#feluce_content_news {
    margin-bottom: 9.2592592vh;
}

.feluce_content_news>div {
    display: flex;
    align-items: center;
    height: 5.8333333vh;
    font-size: .18rem;
    letter-spacing: 0.05em;
    color: #101010;
}

.feluce_content_news_date {
    margin-right: 30px;
}

.feluce_content_news_genre {
    margin-right: 20px;
    color: #fff;
    background: #101010;
    font-size: .15rem;
    padding: 0.5em 1.5em;
    white-space: nowrap;
    text-align: center;
	width: 9em;
}

.feluce_content_news_text {
    height: 5.8333333vh;
    font-weight: 200;
    margin-top: 4vh;
    line-height: 1.7;
    text-align: left;
    font-size: .18rem;
    letter-spacing: 0.05em;
    word-break: nowrap;
}

.feluce_content_news_text a,
.feluce_content_news_text a:visited {
    text-decoration: none;
    color: #101010;
}

.feluce_content_news_text a:active,
.feluce_content_news_text a:hover {
    text-decoration: underline;
}

#feluce_news .feluce_footer {
    position: relative !important;
}

#feluce_news_btn a {
    padding: 17px 43px;
    color: #1C59B9;
    text-decoration: none;
    background: #fff url(/product/feluce/images/news_tri.png) right 15px center/5px no-repeat;
    border: 1px solid #1C59B9;
    font-size: .18rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    width: 20vw;
    margin-top: 8vh;
    display: inline-block;
}

#feluce_news_btn a:hover {
    background: #fff url(/product/feluce/images/news_tri.png) right 12px center/5px no-repeat;
}


/* NEWS DETAIL */

#feluce_news_detail {
    position: relative !important;
    background: #fff !important;
    height: auto !important;
}

#feluce_news_detail .feluce_content {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
    opacity: 1;
}

#feluce_news_detail .feluce_content_head {
    height: 250px;
    background: #EBEFF2;
    font-size: .50rem;
    margin-bottom: 100px;
    line-height: 250px;
}

.feluce_content_news_detail {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.feluce_content_news_detail_head {
    display: flex;
    margin-bottom: 36px;
    align-items: center;
}

.feluce_content_news_detail_head_date {
    margin-right: 1.5625vw;
}

.feluce_content_news_detail_head_genre {
    margin-right: 20px;
    color: #fff;
    background: #101010;
    font-size: .13rem;
    line-height: 23px;
    width: 90px;
    height: 23px;
    white-space: nowrap;
    text-align: center;
}

.feluce_content_news_detail_title {
    font-size: .30rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 36px;
    font-weight: 200;
}

.feluce_content_news_detail_image {
    width: 100%;
    margin: 30px 0;
}

.feluce_content_news_detail_image img {
    width: 100%;
}

.feluce_content_news_detail_body {
    font-size: .18rem;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-weight: 200;
}











.feluce_content_news_detail_image_text{
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}

.feluce_content_news_detail_image_text .image_area{
	width: 40%;
    margin-right: 30px;
	text-align: center;
}

.feluce_content_news_detail_image_text:nth-child(2n){
	padding-top: 30px;
}

.feluce_content_news_detail_image_text:nth-child(3) .image_area{
	margin-right: 0;
	margin-left: 30px;
}

.feluce_content_news_detail_image_text .image_area img{
	width: 100%;
	min-width: 150px;
}

.feluce_content_news_detail_image_text .image_area p{
	font-size: .18rem;
    line-height: 1;
    font-weight: bold;
	padding-top: 10px;
}

.feluce_content_news_detail_column2_image{
	display: flex;
	justify-content: space-between;
}

.feluce_content_news_detail_column2_image .image_area{
	width: 50%;
	text-align: center;
}

.feluce_content_news_detail_column2_image img{
	width: 100%;
}

.feluce_content_news_detail_column2_image p{
	margin-top: 10px;
	font-size: .18rem;
}

.feluce_content_news_detail_title.text_blue {
	color: #2b4198;
	font-weight: bold;
}

.feluce_content_news_detail_title.text_purple {
	color: #8382af;
	font-weight: bold;
	text-align: center;
}

.feluce_content_news_detail_title.text_brown {
	color: #be8915;
	font-weight: bold;
}

.feluce_content_interview ul{
	display: flex;
	justify-content: space-around;
}

.feluce_content_interview ul li{
	list-style: none;
	text-align: center;
	width: 25%;
}

.feluce_content_interview ul li img{
	width: 100%;
	max-width: 240px;
	margin-bottom: 5px;
}

.feluce_content_interview ul li p{
	font-size: .18rem;
	line-height: 1.2em;
}

.feluce_content_interview ul li p.interview_name{
	margin-top: 10px;
}

.feluce_content_interview ul li:nth-child(2) p.interview_name{
	margin-top: 25px;
}

.feluce_content_interview ul li p.interview_name span{
	font-size: .25rem;
	font-weight: bold;
}

.feluce_content_news_detail_table.blue_frame{
	border: 2px solid #2b4198;
    padding: 20px;
    border-radius: 5px;
}

.feluce_content_news_detail_table table{
	width: 100%;
}

.feluce_content_news_detail_table tr{
	border-bottom: 1.2px solid #000;
}

.feluce_content_news_detail_table tr:first-child td{
	color: #2b4198;
	font-size: .25rem;
    font-weight: bold;
}

.feluce_content_news_detail_table th{
	font-size: .20rem;
}

.feluce_content_news_detail_table th,
.feluce_content_news_detail_table td{
	font-size: .18rem;
	padding: 15px 0;
}

.feluce_content_news_detail_table .company_link{
	padding: 20px 0 15px;
}

.feluce_content_news_detail_table .company_link p:first-child{
	font-size: .20rem;
	font-weight: bold;
	color: #2b4198;
	margin-bottom: 10px;
}

.feluce_content_news_detail_table .company_link p:nth-child(2){
	font-size: .18rem;
}

.feluce_content_news_detail_table .company_link p:nth-child(2) a{
	font-size: .24rem;
    font-weight: bold;
	text-decoration: underline;
}

.feluce_content_news_detail_table .company_link p:nth-child(2) a:hover{
	text-decoration: none;
}

.feluce_content_news_detail_image_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.feluce_content_news_detail_image_list li{
	list-style: none;
	text-align: center;
	width: 24%;
}

.feluce_content_news_detail_image_list li img{
	width: 100%;
}

.feluce_content_news_detail_image_list li p{
	font-size: .18rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

/* 20230106　追加 */
.designing_metal_banner{
	position: absolute;
    right: 2%;
    bottom: 0;
    max-width: 220px;
    width: 11vw;
}

.feluce_footer .designing_metal_banner{
	top: 5.6296296vh;
}

.designing_metal_banner p{
	transition: 0.2s;
}

.designing_metal_banner p:hover{
	opacity: 0.7;
}

.designing_metal_banner a{
	display: flex;
	align-items: center;
	height: 60px;
}

.feluce_footer .designing_metal_banner a{
	height: auto;
}

.designing_metal_banner img{
	width: 100%;
}

a.pdf_link{
	text-decoration: underline;
	position: relative;
    padding-left: 2.0em;
}

a.pdf_link:hover{
	text-decoration: none;
}

a.pdf_link:before{
	content: "▼";
	position: absolute;
	left: 0;
}

a.movie_link{
	text-decoration: underline;
}

a.movie_link:hover{
	text-decoration: none;
}

ul.pdf_list{
	list-style-type: none;
}

ul.pdf_list li{
	padding-left: 2em;
}

ul.pdf_list li:nth-child(n+2){
	margin-top: 5px;
}

ul.pdf_list li a.pdf_link{
	padding-left: 0;
}

ul.pdf_list li a.pdf_link:before{
	left: -2.0em;
}

.feluce_content_news_detail_image.catalog_pdf{
	max-width: 400px;
    display: block;
    margin: 0 auto;
}

.feluce_content_news_detail_column2_image_02{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feluce_content_news_detail_column2_image_02 .image_area{
	width: 48%;
}

.feluce_content_news_detail_column2_image_02 .image_area:nth-child(n+3){
	margin-top: 20px;
}

.feluce_content_news_detail_column2_image_02 .image_area a:hover{
	opacity: 0.8;
}

.feluce_content_news_detail_column2_image_02 .image_area img{
	width: 100%;
}


#feluce_news_btn {
    padding-bottom: 20vh;
}

#feluce_news_detail .feluce_footer {
    position: relative !important;
}

@media screen and (max-width: 896px), screen and (max-height: 500px) {
    html {
        font-size: 100px;
    }
    body {
        height: unset;
    }
    .sp,
    br.sp {
        display: block;
    }
    .pc {
        display: none;
    }
    #feluce_container {
        display: block;
        width: 100%;
        max-width: 960px;
        height: unset;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: unset;
        margin: 0 auto;
        overflow: unset;
    }
    #feluce_container_news {
        width: 100%;
        max-width: 960px;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #feluce_container section, #feluce_container_news section {
        width: 100%;
        height: unset;
        position: relative;
        overflow: unset;
    }
    #feluce_news, #feluce_news_detail {
        top: 0 !important;
    }
    /* ナビ */
    #feluce_container nav, #feluce_container_news nav {
        position: relative !important;
        z-index: 100;
        height: unset;
        display: flex;
        justify-content: space-between;
    }

    #feluce_nav_logo {
        position: relative;
        top: 16px;
        left: 20px;
        width: 91px;
    }
    #feluce_nav_logo img {
        width: 100%;
    }
    #feluce_nav_nav {
        height: unset;
        display: none;
        flex-direction: unset;
        justify-content: unset;
        position: absolute;
        top: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 68px 0 0;
        z-index: 101;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    }
    #feluce_nav_nav>div {
        margin-left: unset;
        height: 45px;
    }
    #feluce_nav_nav>div>a:before {
        display: inline-block;
        content: unset;
        margin-right: 5px;
    }
    #feluce_nav_nav>div>a {
        text-decoration: none;
        color: #101010;
        font-size: .14rem;
        letter-spacing: 0.2em;
        font-family: 'Prompt', sans-serif;
        font-weight: 300;
    }
    #feluce_nav_nav>div>a>span {
        opacity: 1;
        font-size: .13rem;
    }
    #feluce_nav_nav>div>a.on {
        color: #1C59B9;
    }
    #feluce_nav_nav>div>a:hover>span, #feluce_nav_nav>div>a.on>span {
        opacity: 1;
        transition: opacity .3s;
        color: #101010;
    }
    #feluce_nav_nav_sp {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    #feluce_nav_nav_sp img {
        width: 100%;
    }
    #feluce_nav_nav_sp_close {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    #feluce_nav_nav_sp_close img {
        width: 100%;
    }
    #feluce_nav_footer {
        position: relative;
        bottom: unset;
        top: 0;
        right: 50px;
        text-align: center;
    }
    #feluce_nav_footer a {
        color: #fff;
        text-decoration: none;
        font-size: .13rem;
        letter-spacing: 0.1em;
        font-family: 'Prompt', sans-serif;
        display: block;
    }
    #feluce_nav_footer_lang {
        background: #101010;
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        font-size: .13rem;
        letter-spacing: 0.1em;
        font-family: 'Prompt', sans-serif;
        cursor: pointer;
    }
	#cn #feluce_nav_footer_lang{/* 20210921 追加 */
		padding-bottom: 5px;/* 20210921 追加 */
    	font-size: .12rem;/* 20210921 追加 */
	}/* 20210921 追加 */
    #feluce_nav_footer_lang_lang {
        line-height: 18px;
        margin-top: 10px;
    }
	#cn #feluce_nav_footer_lang_lang{/* 20210921 追加 */
		line-height: 1.3em;/* 20210921 追加 */
	}/* 20210921 追加 */
    #feluce_nav_footer_lang_tri {
        transform: scale(.5);
    }
    #feluce_nav_footer_contact {
        display: none;
    }
    #feluce_nav_footer_download {
        display: none;
    }
    #feluce_nav_lang_menu {
        position: absolute;
        top: 50px;
        left: unset;
        right: 0;
        background: #fff;
        padding: 11px 15px;
	width: 100px;
        display: none;
    }
    #feluce_nav_lang_menu>div>a {
        font-size: .13rem;
        letter-spacing: 0.1em;
        font-family: 'Prompt', sans-serif;
        font-weight: 700;
        white-space: nowrap;
        color: #101010;
        text-decoration: none;
        line-height: 32px;
    }
    #feluce_nav_lang_menu>div>a.on {
        color: #1C59B9;
    }
    #feluce_nav_lang_menu img {
        height: 12px;
        margin-right: 10px;
    }
    #feluce_nav_sp_submenu {
        display: block;
        margin-top: 15px;
        font-size: .14rem;
        letter-spacing: 0.2em;
        font-family: 'Prompt', sans-serif;
        font-weight: 300;
        background: #EBEFF2;
        padding: 15px 0;
        height: 150px !important;
    }
    #feluce_nav_sp_submenu a {
        font-size: .12rem !important;
        color: #101010;
        text-decoration: none;
        margin-left: unset;
        display: block;
        line-height: 40px;
    }
    #feluce_nav_sp_btn {
        display: flex;
        flex-flow: row-reverse;
    }
    #feluce_nav_sp_btn a {
        color: #fff;
        text-decoration: none;
        font-size: .13rem;
        letter-spacing: 0.1em;
        font-family: 'Prompt', sans-serif;
        font-weight: 300;
        display: block;
    }
    #feluce_nav_sp_contact {
        background: #3E3A39;
        width: 50%;
        line-height: 45px;
    }
    #feluce_nav_sp_download {
        background: #1C59B9;
        width: 50%;
        line-height: 45px;
    }
    /* オープニング */
    #feluce_opening {
        background: url(/product/feluce/images/hairline_bg.jpg) center center/cover !important;
    }
    #feluce_opening_logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 300px;
        height: 60.8px;
        margin: auto;
    }
    #feluce_opening_logo_mask {
        width: 0;
        overflow: hidden;
    }
    #feluce_opening_logo img {
        width: 300px;
    }
    #feluce_opening_catch {
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        justify-items: center;
        text-align: center;
        flex-wrap: wrap;
        color: #fff;
    }
    #feluce_opening_catch>div {
        margin: auto;
        width: 900px;
        height: 100px;
    }
    #feluce_opening_catch_mask {
        position: absolute;
        width: 0;
        overflow: hidden;
        height: 100px;
    }
    #feluce_opening_catch_mask>div {
        margin: auto;
        width: 900px;
    }
    #feluce_opening_catch_ja {
        font-size: .54rem;
        margin-bottom: 23px;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }
    #feluce_opening_catch_en {
        font-size: .20rem;
        letter-spacing: 0.1em;
        font-family: 'Prompt', sans-serif;
        font-weight: 300;
        white-space: nowrap;
    }
    /* トップ */
    #feluce_top_bg_1 {
        position: relative;
        background: url(/product/feluce/images/top_bg_sp.png) center center/cover;
        width: 100%;
        height: 686px;
    }
    #feluce_top_bg_2 {
        position: relative;
        background: url(/product/feluce/images/top_bg_2.jpg) center center/cover;
        width: 100%;
        height: 686px;
        opacity: 1;
        display: none;
    }
    .feluce_top_bg_logo {
        position: absolute;
        top: unset;
        bottom: 20px;
        left: 40px;
        width: 217px;
    }
    .feluce_top_bg_logo img {
        width: 100%;
    }
    #feluce_top_text {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        min-width: 340px;
        /** color: #101010; **/
        color: #101010;
    }
    #feluce_top_text_ja {
        display: block;
        font-size: .10rem;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
    #feluce_top_text_en {
        display: inline-block;
        font-size: .35rem;
        font-family: 'Prompt', sans-serif;
        letter-spacing: -0.05em;
        font-weight: 300;
        margin-bottom: 10px;
    }
    #feluce_top_text_read {
        display: inline-block;
        font-size: .14rem;
        letter-spacing: 0;
        line-height: 24px;
    }
    #feluce_top_gmark img {
        margin: 5% 0;
        width: 35%;
    }
    #feluce_top_news {
        position: relative;
        background: #EBEFF2;
        width: 100%;
        height: unset;
        bottom: auto;
        line-height: unset;
        padding: 28px 30px;
    }
    #feluce_top_news_news {
        position: relative;
        left: 0;
        font-size: .18rem;
        margin-bottom: 40px;
    }
    #feluce_top_news_body {
        position: relative;
        left: 0;
        width: 100%;
    }
    #feluce_top_news_body>div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 60px;
        font-size: .13rem;
        letter-spacing: 0.05em;
        color: #101010;
    }
    .feluce_top_news_body_date {
        margin-right: 30px;
    }
    .feluce_top_news_body_genre {
        margin-right: 20px;
        color: #fff;
        background: #101010;
        font-size: .13rem;
        line-height: 23px;
        width: 90px;
        height: 23px;
        white-space: nowrap;
        text-align: center;
    }
    .feluce_top_news_body_text {
        width: 100%;
        overflow: hidden;
        height: 1em;
        margin-top: 20px;
    }
    #feluce_top_news_btn {
        position: absolute;
        left: unset;
        top: 92px;
        right: 30px;
        width: auto;
    }
    #feluce_top_news_btn>a {
        position: relative;
        display: block;
        font-size: .13rem;
        width: 150px;
        height: unset;
        border-right: none;
        color: #1C59B9;
        line-height: unset;
        text-align: center;
        text-decoration: none;
    }
    #feluce_top_news_btn_tri {
        position: absolute;
        color: #1C59B9;
        right: 0;
        top: 0;
        height: unset;
        line-height: unset;
    }
    /* コンテンツ共通 */
    .feluce_content {
        opacity: 1;
    }
    .feluce_content_head {
        font-size: .18rem;
        letter-spacing: 0.2em;
        font-family: 'Prompt', sans-serif;
        margin-bottom: 48px;
    }
    .feluce_content_catch {
        font-size: .25rem;
        letter-spacing: 0.03em;
        line-height: 1.71;
        width: auto !important;
    }
    .feluce_content_read {
        font-size: .13rem;
        letter-spacing: 0em;
        line-height: 2;
        width: 100% !important;
    }
    .feluce_content_image {
        margin-bottom: 50px;
    }
    .feluce_content_image img {
        width: 100%;
    }
    .feluce_content_h2 {
        font-size: .16rem;
        margin-bottom: 28px;
        letter-spacing: 0.1em;
    }
    /* CONCEPT */
    #feluce_concept {
        background: #fff;
    }
    #feluce_concept_image {
        margin-top: -100px;
        width: 100%;
        height: 400px;
        position: relative;
        background: #fff url(/product/feluce/images/concept_bg_sp.png) bottom/cover no-repeat;
    }
    #feluce_concept .feluce_content {
        position: relative;
        top: unset;
        left: unset;
        padding: 68px 30px;
        z-index: 1;
    }
    #feluce_concept .feluce_content_read {
        width: unset !important;
        margin-bottom: 60px;
    }
    #feluce_concept_name_logo {
        width: 124px;
    }
    #feluce_concept_name img {
        width: 100%;
    }
    #feluce_concept_name_text {
        font-size: .12rem;
        letter-spacing: 0.012em;
    }
    /* COLORS */
    #feluce_colors_image {
        width: 100%;
        height: unset;
        background: #EBEFF2;
        padding: 70px 30px 30px;
    }
    #feluce_colors_image_image {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        text-align: center;
    }
    #feluce_colors_image_image img {
        width: 100%;
        max-width: 400px;
        position: relative;
        margin: 0;
    }
    #feluce_colors .feluce_content {
        position: relative;
        top: unset;
        right: unset;
        padding: 68px 30px 40px;
    }
    /* DESIGN */
    #feluce_design {
        background: #F9FAFB;
    }
    #feluce_design_image {
        width: 100%;
        height: unset;
        background: #EBEFF2;
        position: relative;
        right: 0px;
        padding: 70px 30px;
    }
    #feluce_design_image_image {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 100%;
        text-align: center;
	margin-left: 0;
    }
    #feluce_design_image_text {
        position: relative;
        top: unset;
        left: unset;
        font-size: .13rem;
        letter-spacing: 0.1em;
    }
    #feluce_design_image_image img {
        width: 100%;
        max-width: 400px;
        position: relative;
        margin: 0 auto;
    }
    #feluce_design .feluce_content {
        position: relative;
        top: unset;
        left: unset;
        padding: 68px 30px 40px;
    }
    /* TECHNOLOGY */
    #feluce_technology {
        background: #F9FAFB;
    }
    #feluce_technology_image {
        width: 100%;
        height: unset;
        background: #EBEFF2;
        position: relative;
        padding: 70px 30px;
    }
    #feluce_technology_image_image {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        text-align: center;
    }
    #feluce_technology_image_image img {
        width: 100%;
        max-width: 400px;
        position: relative;
        margin: 0 auto;
    }
    #feluce_technology .feluce_content {
        position: relative;
        top: unset;
        right: unset;
        padding: 68px 30px 40px;
    }
    /* FACILITY */
    #feluce_facility {
        background: #F9FAFB;
    }
    #feluce_facility_image {
        width: 100%;
        height: 600px;
        background: #EBEFF2 url(/product/feluce/images/facility_bg.jpg) center/cover no-repeat;
        position: relative;
        right: 0px;
    }
    #feluce_facility_image_image {
        position: absolute;
        top: -120px;
        left: unset;
        right: 0;
        width: 90%;
    }
    #feluce_facility_image_image img {
        width: 100%;
    }
    #feluce_facility .feluce_content {
        position: relative;
        top: unset;
        left: unset;
        padding: 68px 30px 40px;
    }
    #feluce_facility .feluce_content_catch img {
        width: 142px;
        margin-right: 10px;
    }
    #feluce_facility .feluce_content_image {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
        text-align: center;
    }
    #feluce_facility .feluce_content_image img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    #feluce_facility_btn a,
	#feluce_adoptionexamples_btn a {
        padding: 17px 43px;
        color: #fff;
        text-decoration: none;
        background: #1C59B9 url(/product/feluce/images/facility_tri.png) right 15px center/5px no-repeat;
        font-size: .13rem;
        letter-spacing: 0.2em;
        font-weight: 300;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        /* display: inline-block; */
        display: block;
        text-align: center;
    }
    /* FABRICATION EXAMPLES */
    #feluce_fabricationexamples .feluce_content {
        position: relative;
        top: unset;
        width: 100% !important;
        text-align: left;
        left: unset;
        right: unset;
        margin: 0 auto;
        padding: 68px 30px 40px;
        background: #EBEFF2;
    }
    #feluce_fabricationexamples_examples {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    #feluce_fabricationexamples_examples>div {
        margin-bottom: 38px;
    }
    .feluce_fabricationexamples_examples_image {
        width: 100%;
        margin-bottom: 25px;
    }
    .feluce_fabricationexamples_examples_image img {
        width: 100%;
    }
    .feluce_fabricationexamples_examples_head {
        font-size: .16rem;
        letter-spacing: 0.05em;
        margin-bottom: 22px;
        text-align: left;
    }
    .feluce_fabricationexamples_examples_data {
        font-size: .13rem;
        letter-spacing: 0.05em;
        line-height: 2.1;
        text-align: left;
    }
    /* ECOLEAF */
    #feluce_ecoleaf {
        background: #F9FAFB;
    }
    #feluce_ecoleaf_image {
        width: 100%;
        height: unset;
        background: #EBEFF2;
        position: relative;
        padding: 70px 30px;
    }
    #feluce_ecoleaf_image_image {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        text-align: center;
    }
    #feluce_ecoleaf_image_image img {
        width: 100%;
        max-width: 400px;
        position: relative;
        margin: 0 auto;
    }
    #feluce_ecoleaf .feluce_content {
        position: relative;
        top: unset;
        right: unset;
        padding: 68px 30px 40px;
    }
    /* RANGE */
    #feluce_range {
        background: #fff;
    }
    #feluce_range_image {
        width: 100%;
        height: unset;
        background: #ebeff2;
        position: relative;
        right: 0px;
        padding: 70px 30px;
    }
    #feluce_range_image_image {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        text-align: center;
    }
    #feluce_range_image_image img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    #feluce_range .feluce_content {
        position: relative;
        top: unset;
        left: unset;
        padding: 68px 30px 40px;
    }
    /* CONTACT */
    #feluce_contact {
        position: relative;
        width: 100%;
        height: unset;
    }
    #feluce_contact_image {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(/product/feluce/images/top_bg_sp.jpg) center center/cover;
    }
    #feluce_contact .feluce_content {
        position: relative;
        top: unset;
        left: unset;
        padding: 68px 30px 239px;
    }
    #feluce_contact_btn a {
        padding: 17px 43px;
        text-decoration: none;
        background: #fff url(/product/feluce/images/contact_tri.png) right 15px center/5px no-repeat;
        font-size: .15rem;
        letter-spacing: 0.2em;
        font-weight: 300;
        color: #101010;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    /* FOOTER */
    .feluce_footer {
        width: 100%;
        background: #EBEFF2;
        position: relative;
        bottom: unset;
        left: unset;
        padding: 29px 15px 70px;
        text-align: center;
        height: unset;
        display: block;
    }
    .feluce_footer_credit {
        position: relative;
        top: unset;
        left: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
    }
	.feluce_footer_credit div:first-child,
	.feluce_footer_credit div:nth-child(2){
		padding: 0px 6%;
	}
    .feluce_footer_credit_company {
        width: 50%;
        margin: 0;
		display: flex;
    	align-items: center;
    }
    .feluce_footer_credit_company img {
        width: 100%;
    }
    .feluce_footer_credit_copyright {
        font-size: .12rem;
        letter-spacing: 0.05em;
        font-family: 'Prompt', sans-serif;
        font-weight: 300;
		margin-top: 20px
    }
    .feluce_footer_btn {
        display: none;
    }
    /* NEWS */
    #feluce_news {
        position: relative !important;
        background: #fff !important;
        height: unset !important;
        width: 100%;
    }
    #feluce_news .feluce_content {
        position: relative;
        margin-top: 0;
        margin-left: unset;
        text-align: center;
        width: 100%;
        margin-bottom: 70px;
        opacity: 1;
    }
    #feluce_news .feluce_content_head {
        font-size: .40rem;
        margin-bottom: 98px;
    }
    .feluce_content_news {
        padding: 0 30px 100px;
    }
    .feluce_content_news>div {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        font-size: .13rem;
        letter-spacing: 0.05em;
        color: #101010;
        margin-bottom: 5vh;
    }
    .feluce_content_news_date {
        margin-right: 30px;
    }
    .feluce_content_news_genre {
        margin-right: 20px;
        color: #fff;
        background: #101010;
        font-size: .12rem;
        white-space: nowrap;
        text-align: center;
    }
    .feluce_content_news_text {
        margin-top: 1vh;
        height: auto;
        line-height: 1.8em;
        width: 100%;
        text-align: left;
    }
    .feluce_content_news_text a {
        text-decoration: none;
        color: #101010;
    }
    #feluce_news .feluce_footer {
        position: relative !important;
    }
    #feluce_news_btn a {
        padding: 17px 43px;
        color: #1C59B9;
        text-decoration: none;
        background: #fff url(/product/feluce/images/news_tri.png) right 15px center/5px no-repeat;
        border: 1px solid #1C59B9;
        font-size: .15rem;
        letter-spacing: 0.2em;
        font-weight: 300;
        width: 200px;
        display: inline-block;
    }
    /* NEWS DETAIL */
    #feluce_news_detail {
        position: relative !important;
        background: #fff !important;
        height: unset !important;
        width: 100%;
    }
    #feluce_news_detail .feluce_content {
        position: relative;
        text-align: center;
        width: 100%;
        margin-bottom: 100px;
        opacity: 1;
    }
    #feluce_news .feluce_content_head,
    #feluce_news_detail .feluce_content_head {
        height: 173px;
        background: #EBEFF2;
        font-size: .30rem;
        margin-bottom: 70px;
        line-height: 173px;
    }
    .feluce_content_news_detail {
        width: 100%;
        margin: 0 auto 100px;
        text-align: left;
        padding: 0 30px;
    }
    .feluce_content_news_detail_head {
        display: flex;
        margin-bottom: 36px;
        align-items: center;
    }
    .feluce_content_news_detail_head_date {
        margin-right: 30px;
        font-size: .13rem;
    }
    .feluce_content_news_detail_head_genre {
        margin-right: 20px;
        color: #fff;
        background: #101010;
        font-size: .12rem;
        line-height: 23px;
        width: 90px;
        height: 23px;
        white-space: nowrap;
        text-align: center;
    }
    .feluce_content_news_detail_title {
        font-size: .20rem;
        letter-spacing: 0.05em;
        line-height: 1.7;
        margin-bottom: 36px;
    }
    .feluce_content_news_detail_image {
        width: 100%;
        margin-bottom: 40px;
    }
    .feluce_content_news_detail_image img {
        width: 100%;
    }
    .feluce_content_news_detail_body {
        font-size: .13rem;
        letter-spacing: 0.05em;
        line-height: 2;
        word-break: break-all;

    }
    #feluce_news_detail .feluce_footer {
        position: relative !important;
    }
    p.totop {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
        background: #1C59B9;
    }
    p.totop a {
        padding: 17px;
        text-align: center;
        color: #FFF;
        font-size: .13rem;
        letter-spacing: 0.2em;
        font-weight: 300;
        display: block;
        text-decoration: none;
    }
	.feluce_content_interview ul{
		flex-direction: column;
		    align-items: center;
	}
	.feluce_content_interview ul li{
		width: 70%;
		max-width: 220px;
		margin-bottom: 30px;
	}
	.feluce_content_interview ul li:last-child{
		margin-bottom: 0;
	}
	.feluce_content_interview ul li p{
		font-size: .13rem;
	}
	.feluce_content_interview ul li p.interview_name span {
		font-size: .20rem;
	}
	.feluce_content_interview ul li:nth-child(2) p.interview_name {
		margin-top: 10px;
	}
	.feluce_content_news_detail_table tr:first-child td{
		font-size: .20rem;
	}
	.feluce_content_news_detail_table th{
		min-width: 5em;
	}
	.feluce_content_news_detail_table th,
	.feluce_content_news_detail_table td{
		font-size: .13rem;
	}
	.feluce_content_news_detail_table .company_link p:first-child{
		font-size: .15rem;
	}
	.feluce_content_news_detail_table .company_link p:nth-child(2){
		font-size: .13rem;
	}
	.feluce_content_news_detail_table .company_link p:nth-child(2) a{
		font-size: .18rem;
		display: block;
	}
	.feluce_content_news_detail_column2_image p{
		font-size: .13rem;
	}
	.feluce_content_news_detail_column2_image{
		flex-direction: column;
	}
	.feluce_content_news_detail_column2_image .image_area{
		width: 100%;
	}
	.feluce_content_news_detail_column2_image .image_area:nth-child(n+2){
		margin-top: 30px;
	}
	.feluce_content_news_detail_image_text{
		flex-direction: column;
	}
	.feluce_content_news_detail_image_text .image_area{
		margin-right: 0;
		margin-bottom: 30px;
		width: 70%;
	}
	.feluce_content_news_detail_image_text .image_area img{
		min-width: initial;
		max-width: 320px;
	}
	.feluce_content_news_detail_image_text .image_area p{
		font-size: .15rem;
	}
	.feluce_content_news_detail_image_text:nth-child(3){
		flex-direction: column-reverse;
	}
	.feluce_content_news_detail_image_text:nth-child(3) .image_area{
		margin-left: 0;
		margin-top: 0;
	}
	.feluce_content_news_detail_image_list li{
		width: 48%;
	}
	.feluce_content_news_detail_image_list li:nth-child(n+3){
		margin-top: 20px;
	}
	.feluce_content_news_detail_image_list li p{
		font-size: .13rem;
	}
	.feluce_content_news_detail_image_list ul{
		margin-bottom: 20px;
	}
	.feluce_content_news_detail_image_list ul:last-child{
		margin-bottom: 0;
	}
	.feluce_content_news_detail_image_text:first-child{
		padding-bottom: 0;
	}
	
	/* 20230106 追加 */
	.designing_metal_banner{
		top: 3vw;
		right: 5%;
    	width: 50vw;
	}

	.feluce_footer .designing_metal_banner{
		position: relative;
		top: 0;
		right: 0;
		width: 50%;
    	max-width: initial;
	}
	
	.feluce_footer .designing_metal_banner:before{
		content: "";
		width: 1px;
		height: 100%;
		background-color: #1C59B9;
		top: 0;
		left: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.designing_metal_banner p{
		transition: 0.2s;
	}

	.designing_metal_banner p:hover{
		opacity: 0.7;
	}

	.designing_metal_banner img{
		width: 100%;
	}
	
	.feluce_content_news_detail_column2_image_02{
		display: flex;
		justify-content: center;
	}
	
	.feluce_content_news_detail_column2_image_02 .image_area{
		width: 100%;
		max-width: 440px;
	}
	
	.feluce_content_news_detail_column2_image_02 .image_area:nth-child(n+2){
		margin-top: 20px;
	}
	
}




/* 20210621追記 */
.feluce_fabricationexamples_examples_data .square{
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.3em;
}
.feluce_fabricationexamples_examples_data .square.black{
	background: #000;
}
.feluce_fabricationexamples_examples_data .square.silver{
	background: #888383;
}

.feluce_fabricationexamples_examples_image{
	margin-bottom: 0;
}
.feluce_fabricationexamples_examples_head{
	margin-top: 30px;
}

.feluce_fabricationexamples_examples_image .slick-dots li{
	border: transparent solid 2px;
}
.feluce_fabricationexamples_examples_image .slick-dots li.slick-active{
	border: #1c59b9 solid 2px;
}
.feluce_fabricationexamples_examples_image .slick-dots li button{
    width: 10px;
    height: 10px;
}
.feluce_fabricationexamples_examples_image .slick-dots li:nth-of-type(1) button{
	background: #000;
}
.feluce_fabricationexamples_examples_image .slick-dots li:nth-of-type(2) button{
	background: #888383;
}


#feluce_galleryIn{
	display: flex;
    justify-content: center;
    flex-direction: column;
	height: 100%;
}
#feluce_gallery .feluce_content_head{
	text-align: center;
}

#feluce_gallery #feluce_gallery_image .slick-slide{
	position: relative;
	z-index: 10;
}
#feluce_gallery #feluce_gallery_image .slick-slide:not(.slick-active) {
	filter: blur(5px);
	transition: 0.2s;
	z-index: 1;
}
#feluce_gallery #feluce_gallery_image .image{

}

#feluce_gallery #feluce_gallery_image .slick-dots{
	margin-top: 20px;
}
#feluce_gallery #feluce_gallery_image .slick-dots li{
	margin: 0 7px;
}
#feluce_gallery #feluce_gallery_image .slick-dots li button{
    width: 10px;
    height: 10px;
	border-radius: 10px;
	background: #101010;
}
#feluce_gallery #feluce_gallery_image .slick-dots li.slick-active button{
	background: #1C59B9;
}

#feluce_gallery #feluce_gallery_image .slick-prev,
#feluce_gallery #feluce_gallery_image .slick-next{
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	z-index: 50;
	top: 37%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#feluce_gallery #feluce_gallery_image .slick-prev:before,
#feluce_gallery #feluce_gallery_image .slick-next:before{
	background: url(/product/feluce/images/gallery_arrow.png) center center no-repeat;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 18px;
}
#feluce_gallery #feluce_gallery_image .slick-prev{
	left: 28.8vw;
}
#feluce_gallery #feluce_gallery_image .slick-next{
	right: 28.8vw;
	transform:rotate(180deg);
}

#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt{
	text-align: center;
	background: #fff;
	margin: 7% auto;
	padding: 0 2em;
	position: relative;
	z-index: 20;
}
#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt .mainTitle{
	font-size: .38rem;
	letter-spacing: 0.1em;
	font-weight: 200;
	line-height: 1.3em;
}
#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt .subTxt{
	margin-top: 2em;
	line-height: 2em;
}

#feluce_top_gmark{
	display: flex;
	align-items: flex-end;
	margin-top: 5%;
}
#feluce_top_gmark img{
	width: 100%;
	margin: 0;
	display: block;
}
#feluce_top_gmark .gmark{
	width: 35%;
}
#feluce_top_gmark .gallery{
	margin-left: 3.7em;
	width: 23%;
	transition: 0.2s;
}
#feluce_top_gmark .gallery:hover{
	opacity: 0.7;
}

/*20230908 追加*/
.designing_metal {
    background: linear-gradient(115deg, rgba(235,235,235,1) 0, rgba(217,217,217,1) 50%,rgba(183,183,183,1));
}
.designing_metal .designing_metalIn{
    display: flex;
    align-items: center;
    margin: auto;
    padding: 2vh 16vw;
    width: 100%;
}
.designing_metal .designing_metalIn > div{
    width: 50%;
    color: #313131;
    font-size: 1vw;
}
.designing_metal .designing_metalIn > div a{
    transition: 0.2s;
}
.designing_metal .designing_metalIn > div a:hover{
    opacity: .7;
}
.designing_metal .designing_metalIn > div .title{
    font-size: 1.5vw;
    font-weight: bold;
    color: #313131;
    margin-bottom: 1vh;
}
.footer_bottom{
    position: relative;
    height: 10vh;
}
.footer_bottom .feluce_footer_credit{
    top: 2vh;
}
.footer_bottom .feluce_footer_btn{
    top: 3vh;
}
.feluce_footer .footer_bottom .designing_metal_banner.pc{
    top: 50%;
    transform: translate(0 , -50%);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.feluce_footer{
    height: auto;
}

/*LINK*/

#feluce_relatedlink .feluce_content {
	position: absolute;
	top: 0;
	right: 12vw;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#feluce_relatedlink_image {
  width: 50%;
  height: 100%;
  background: #EBEFF2;
}
#feluce_relatedlink_image_image {
  position: absolute;
  left: 14vw;
  width: 28.90625vw;
  top: 0;
  height: 100%;
}
#feluce_relatedlink_image_image img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#feluce_relatedlink_btn{
	margin-top: 3em;
}

#feluce_relatedlink_btn a{
    padding: 17px 43px;
    color: #fff;
    text-decoration: none;
    background: #1C59B9 url(/product/feluce/images/facility_tri.png) right 15px center/5px no-repeat;
    font-size: .18rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    border: 1px solid #1C59B9;
	display: block;
	width: fit-content;
}

#feluce_relatedlink_btn a:hover{
    color: #1C59B9;
    background: #FFF url(/product/feluce/images/news_tri.png) right 15px center/5px no-repeat;
}
/*OTHERS*/

#feluce_others {
    background: #fff;
}

#feluce_others_image {
    width: 52%;
    height: 100%;
    background: url(/product/feluce/images/feluce_others.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    
}

#feluce_others_image_image {
    position: absolute;
    top: 35vh;
    right: 10vw;
    width: 34.4270833vw;
}

#feluce_others_image_image img {
    width: 100%;
}

#feluce_others .feluce_content {
    position: absolute;
    top: 38vh;
    left: 14vw;
    width: 40%;
}
#feluce_others_btn,
#feluce_others_btn02{
	margin-top: 3em;
    display: flex;
    flex-wrap: wrap;
}

#feluce_others_btn a,
#feluce_others_btn02 a{
    padding: 17px 43px;
    color: #fff;
    text-decoration: none;
    background: #1C59B9 url(/product/feluce/images/facility_tri.png) right 15px center/5px no-repeat;
    font-size: .18rem;
    letter-spacing: 0.2em;
    font-weight: 300;
    border: 1px solid #1C59B9;
	display: block;
	width: 45%;
    text-align: center;
}
#feluce_others_btn02 a{
    font-size: .15rem;
    padding: 17px 25px;
}
#feluce_others_btn a:nth-child(2n){
    margin-left: 3em;
}
#feluce_others_btn a:nth-child(n+3){
    margin-top: 3em;
}

#feluce_others_btn a:hover,
#feluce_others_btn02 a:hover{
    color: #1C59B9;
    background: #FFF url(/product/feluce/images/news_tri.png) right 15px center/5px no-repeat;
}
@media screen and (max-width: 896px), screen and (max-height: 500px) {
	
	#feluce_gallery{
		padding: 68px 0 0;
		overflow: hidden !important;
	}
	
	#feluce_gallery #feluce_gallery_image{
		background: #EBEFF2;
		padding-bottom: 40px;
	}
	#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt .mainTitle{
		font-size: .25rem;
		letter-spacing: 0.03em;
		line-height: 1.71;
	}
	#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt .subTxt{
		font-size: .13rem;
	}
	
	#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt{
		padding: 10% 7%;
	}
	#feluce_gallery #feluce_gallery_image .feluce_gallery_disc_txt .subTxt {
    	margin-top: 7%;
	}
	#feluce_gallery #feluce_gallery_image .slick-prev,
	#feluce_gallery #feluce_gallery_image .slick-next{
		top: 17%;
	}
	#feluce_gallery #feluce_gallery_image .slick-prev:before,
	#feluce_gallery #feluce_gallery_image .slick-next:before{
		left: 30%;
	}
	#feluce_gallery #feluce_gallery_image .slick-prev{
		left: -6%;
	}
	#feluce_gallery #feluce_gallery_image .slick-next{
		right: -6%;
	}
	#feluce_top_gmark .gmark {
		width: 40%;
	}
	#feluce_top_gmark .gallery {
    	width: 30%;
		margin-left: 7%;
	}
	
	#feluce_gallery #feluce_gallery_image .slick-dots{
		margin-top: 0;
	}
	
	
	#feluce_adoptionexamples .feluce_content{
		position: relative;
		top: unset;
		right: unset;
		padding: 68px 30px 40px;
	}
	#feluce_adoptionexamples_image{
		width: 100%;
		height: unset;
		background: #EBEFF2;
		position: relative;
		right: 0px;
		padding: 70px 30px;
	}
	#feluce_adoptionexamples_image_image{
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: 100%;
		text-align: center;
		margin-left: 0;
	}
	#feluce_adoptionexamples_image_image img{
		width: 100%;
		max-width: 400px;
		position: relative;
		margin: 0 auto;
	}
    /*20230908*/
    .feluce_footer .footer_bottom .designing_metal_banner.pc{
        display: none;
    }
    .feluce_footer{
        padding: 0;
    }
    .footer_bottom{
        padding: 0 15px 130px;
    }
    
	#feluce_relatedlink .feluce_content{
		position: relative;
		top: unset;
		right: unset;
		padding: 68px 30px 40px;
	}
	#feluce_relatedlink_image{
		width: 100%;
		height: unset;
		background: #EBEFF2;
		position: relative;
		right: 0px;
		padding: 70px 30px;
	}
	#feluce_relatedlink_image_image{
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: 100%;
		text-align: center;
		margin-left: 0;
	}
	#feluce_relatedlink_image_image img{
		width: 100%;
		max-width: 400px;
		position: relative;
		margin: 0 auto;
	}
    #feluce_relatedlink_btn a{
        max-width: 400px;
        width: 100%;
        font-size: .13rem;
        text-align: center;
        margin: 0 auto;
    }
    /* FACILITY */
    #feluce_others{
        background: #F9FAFB;
    }
    #feluce_others_image {
        width: 100%;
        height: 400px;
        background: #EBEFF2 url(/product/feluce/images/feluce_others.jpg) center/cover no-repeat;
        position: relative;
        right: 0px;
    }
    #feluce_others_image_image {
        position: absolute;
        top: -120px;
        left: unset;
        right: 0;
        width: 90%;
    }
    #feluce_others_image_image img {
        width: 100%;
    }
    #feluce_others .feluce_content {
        position: relative;
        top: unset;
        left: unset;
        padding: 68px 30px 40px;
        width: 100%;
    }
    #feluce_others .feluce_content_catch img {
        width: 142px;
        margin-right: 10px;
    }
    #feluce_others .feluce_content_image {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
        text-align: center;
    }
    #feluce_others .feluce_content_image img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    #feluce_others_btn a,
    #feluce_others_btn02 a {
        padding: 17px 43px;
        color: #fff;
        text-decoration: none;
        background: #1C59B9 url(/product/feluce/images/facility_tri.png) right 15px center/5px no-repeat;
        font-size: .13rem;
        letter-spacing: 0.2em;
        font-weight: 300;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        /* display: inline-block; */
        display: block;
        text-align: center;
    }
	.designing_metal .designing_metalIn{
        padding: 2vh 5vw;
    }
    .designing_metal .designing_metalIn > div{
        font-size: 2vw;
    }
	
}
