

.title{
    display: inline-block;
    /* text-align: center; */
}

.title h4, h1{
    margin: 5px;
}

#en_title{
    display: inline-block;
    font-family: ”Arial Black”;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 500;
    /* text-decoration: underline; */
    border-bottom: solid 1px #333;
}
.title h1{
    font-weight: 900;
    font-size: 30px;
}


/* topContent */


.wrapper{
    width: 100%;
    overflow: hidden;
}

.top_content{
    width: 100%;
    display: flex;
}
.top_content img{
	object-fit: cover;
    width: 100%;
    min-height: 85vh;
}

#top_img_description1{
    font-size: 38px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: -180px;
    color: #fff;
    text-shadow: 2px 2px 3px #333;

}
#top_img_description2{
    font-size: 38px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: -30px;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
}
.top_content_text{
    display: flex;
    padding: 0 30px;
}

#top_description1{
    font-size: 30px;
    width: 30px;
    margin-top: 100px;
    margin-right: 30px;
    text-shadow: 1px 2px 3px #777;
}#top_description2{
    font-size: 30px;
    width: 30px;
    margin-right: 20px;
    text-shadow: 1px 2px 3px #777;
}
#vertical_text{

    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}



/* news */

.news_wrapper{
    margin: 100px auto 200px auto;
}
.news_wrapper h1{
    margin-left: 30px;
}

.news_content_wrapper{
    padding: auto;
    display: flex;
    margin: auto;
    padding-right: 100px;
}

.news_content_wrapper img{
    width: 50vh;
	object-fit: cover;
    /* height: 270px; */
    margin: auto 2% auto 3%;
}
.news_content{
    position: relative;
    padding-bottom: 50px;
    width: 100vh;
}
.news_item{
    width: 100%;
    border-bottom: solid 1px #ccc;
}
#news_day{
    font-size: 10px;
    color: #555;
}
#news_title{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
#news_description{
    font-size: 13px;
    color: #555;
}

/* 実績 */

.reward_wrapper{
    height: 850px;
    padding-left: 5%;
    width: 95%;
    overflow: hidden;
    position: relative;
}

.reward_wrapper a{
    margin-right: 50px;
}

.reward_content{
    display: flex;
    gap: 80px;
}
.reward_item{
    width: 400px;
}

#rc_top{
    position: relative;
    top: 130px;
}

#rc_bottom{
    position: relative;
    top: 230px;
}

#reward_item_title{
    position: relative;
    top:-350px;
    left: 15px;
    font-size: 16px;
    padding: 5px 3px;
    width: 22px;
    background-color: #eee;
   
}

.reward_title_border{
    border-top: solid 1px #333;
    padding-top: 7px;
    margin-top: 7px;
}
.reward_item img{
    margin-top: -50px;
    width: 400px;
    height: 280px;
    object-fit: cover;
}

.reward_item h2{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -100px;
    margin: 0;
}

#reward_item_description{
    position: relative;
    font-size: 10px;
    font-weight: 100;
    top: -90px;
}


/* 窓ガラスフィルムの歴史 */
.history_wrapper{
    margin-bottom: 200px;
}

.history_wrapper h1{
    margin-bottom: 50px;
}
.history_wrapper p{
    font-size: 15px;
    font-weight: 200;
}

.history_content{
    display: flex;
}
.history_content img{
    object-fit: cover;
    max-width: 60%;
    height: 60vh;
    margin: auto 0;
}

.history_content_text{
    margin: auto 50px;
    padding-bottom: 50px;
    position: relative;
}


/* 取り扱いフィルム */
.work_wrapper h1{
    margin-left: 30px;
    margin-bottom: 50px;
}

.film_description_wrapper p{
    font-weight: 100;
    font-size: 13px;
}

.price_wrapper{
    margin: 30px 0;
}
.price_wrapper p{
    font-weight: 600;
    font-size: 15px;
}



.work_left_wrapper{
    display: flex;
    margin-bottom: 300px;
}

#work_left_img{
    margin: auto 0;
	object-fit: cover;
    max-width: 60%;
    height: 60vh
}

.work_left_content_wrapper{
    position: relative;
    margin: 0px 80px;
    height: 60vh;
}
.work_left_content_wrapper h4,.work_right_content_wrapper h4{
    font-size: 10px;
    display: inline-block;
    border-bottom: solid 1px #333;
    margin-bottom: 0;
}
.work_left_content_wrapper h2,.work_right_content_wrapper h2{
    font-weight: 900;
    margin-top: 5px;
}
.work_right_wrapper{
    display: flex;
    margin-bottom: 300px;
}

#work_right_img{
    margin: auto 0;
	object-fit: cover;
    max-width: 60%;
    height: 60vh
}

.work_right_content_wrapper{
    position: relative;
    margin: 0px 80px;
    height: 60vh;
}

