@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_main{
    background-color: #f2f0e9;
    color: #000000;
}
.modal_opened{
    overflow: hidden;
}
/* Style common */
.sec_ttl h2{
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 65px;
    width: 100%;
}
.sec_ttl h3{
    position: relative;
    padding-top: 82px;
    font-size: 225%;
    letter-spacing: 0.12em;
    margin-bottom: 38px;
    text-align: center;
}
.sec_ttl h3::before{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #000000;
    margin: 20px auto 0;
    position: absolute;
    left: 50%;
    top: 0;
}
.btn_more{
    text-align: center;
    margin-top: 85px;
}
.btn_more a{
    display: inline-block;
    background: #000000 url(/site/shared/templates/naranoki_en_top/images/arrow_icon.png) no-repeat right 25px center;
    max-width: 540px;
    width: 100%;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    padding: 27px 55px 23px;
    border: 2px solid #000000;
    transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color, 0.3s ease-in-out background-image;
}
/* Mainvs */
#tmp_main_visual{
    height: calc(100vh - 80px);
    background: #000000 url(/site/shared/templates/naranoki_en_top/images/main_kv.jpg);
    color: #ffffff;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    position: relative;
}
#tmp_main_visual .main_visual_wap{
    padding-top: 50px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
#tmp_main_visual .main_visual_wap h2{
    width: calc(68% - 2px);
    height: 260px;
    background: url(/site/shared/templates/naranoki_en_top/images/yoshino_wood.png) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}
#tmp_main_visual .main_visual_wap .mv_des{
    text-align: right;
}
#tmp_main_visual .main_visual_wap .mv_des span{
    display: inline-block;
    text-align: left;
    width: 510px;
    color: #ffffff;
    position: relative;
    top: -50px;
}
#tmp_main_visual .main_visual_wap .btn_play{
    position: absolute;
    right: 94px;
    top: 49px;
    width: 16%;
}
#tmp_main_visual .main_visual_wap a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100%;
    color: #ffffff;
    background: url(/site/shared/templates/naranoki_en_top/images/icon_play_icon.png) no-repeat calc(50% + 3px) 40%;
    background-size: 20.2% auto;
    transition: opacity 0.3s ease-in-out;
}
#tmp_main_visual .main_visual_wap a::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/site/shared/templates/naranoki_en_top/images/icon_play_circle.png) center center no-repeat;
    animation: rotate 4s linear forwards;
    background-size: 100% auto;
}
#tmp_main_visual .main_visual_wap a img{
    position: absolute;
    max-width: 40px;
    width: calc(40/172*100%);
    height: auto;
    top: 66%;
}
#tmp_main_visual .scroll{
    position: absolute;
    bottom: 100px;
    left: calc(50% - 21px);
    color: #ffffff;
    font-size: 81.2%;
    line-height: 1;
}
#tmp_main_visual .scroll::before{
    content: "";
    display: block;
    width: 1px;
    height: 160px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    position: absolute;
    top: 32px;
    left: calc(50% - 1px);
}
#tmp_gallery_modal {
	display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.36s cubic-bezier(.22, .61, .36, 1);
}
#tmp_gallery_modal .gallery_modal_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 50px 25px;
}
#tmp_gallery_modal .gallery_modal{
	width: 100%;
	max-width: 1200px;
	box-shadow: 0 0 20px #111111;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: 100%;
	align-items: center;
    justify-content: center;
}
#tmp_gallery_modal .gallery_modal_inner{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: flex;
	flex-direction: column;
}
#tmp_gallery_modal .gallery_modal_inner .modal_close{
    display: block;
    position: absolute;
    right: -19px;
    top: -12px;
    width: 24px;
    height: 24px;
	z-index: 1;
    border-radius: 50%;
	color: #ffffff;
    background: #000000;
    border: 2px solid #ffffff;
    box-shadow: 0 0 4px #000000;
    transition: transform .25s ease-in-out;
	text-indent: -9999px;
    overflow: hidden;
}
#tmp_gallery_modal .gallery_modal_inner .modal_close:hover{
	transform: rotate(360deg);
}
#tmp_gallery_modal .gallery_modal_inner .modal_close::after,
#tmp_gallery_modal .gallery_modal_inner .modal_close::before{
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
}
#tmp_gallery_modal .gallery_modal_inner .modal_close::after {
    transform: rotate(-45deg);
}
#tmp_gallery_modal .gallery_modal_inner .modal_close::before {
    transform: rotate(45deg);
}
#tmp_gallery_modal .gallery_modal_cnt{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    max-height: 100%;
	overflow: hidden;
}
#tmp_gallery_modal .gallery_modal_cnt p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#tmp_gallery_modal .gallery_modal iframe{
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(50deg)
	}
}
#tmp_main_visual .main_visual_wap a:hover{
    opacity: 0.4;
}
/* Anchor */
#tmp_archive_anchor{
    color: #000000;
    background-color: #ffffff;
    padding-top: 140px;
}
#tmp_archive_anchor .container{
    max-width: 80%;
    padding: 0;
}
/* About */
#tmp_about{
    background-size: 706px auto;
    padding: 90px 0 106px;
    color: #000000;
    background-color: #ffffff;
}
#tmp_about .about_inner_wrap{
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding-left: 160px;
    padding-bottom: 170px;
    padding-right: 21.5%;
}
#tmp_about .about_inner_wrap:after{
    content: '';
    position: absolute;
    z-index: -1;
    max-width: 706px;
    right: max(-40px, calc((100% - 1080px) / 2));
    top: 0;
    bottom: 1px;
    left: 34.6%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(/site/shared/templates/naranoki_en_top/images/about_map.png);
    background-size: 100% auto;
}
#tmp_about h2{
    position: absolute;
    width: 64px;
    left: 0;
    top: 10px;
    height: 325px;
    text-indent: -9999px;
    background: url(/site/shared/templates/naranoki_en_top/images/txt_about.png) no-repeat;
}
#tmp_about h3{
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    font-size: 225%;
}
#tmp_about .about_des p{
    line-height: 2.1;
    letter-spacing: 1px;
}
#tmp_about .about_nara{
    width: 380px;
    margin-top: 50px;
}
#tmp_about .about_nara .about_nara_ttl{
    color: #9f122c;
    margin-bottom: 1em;
}
#tmp_about .about_nara .about_nara_cnt{
    font-size: 87.5%;
    line-height: 2.1;
    letter-spacing: 1px;
}
/* Articles */
#tmp_article{
    padding-top: 45px;
    padding-bottom: 110px;
    background-color: #ffffff;
    color: #000000;
}
#tmp_article .sec_ttl h2{
    background-image: url(/site/shared/templates/naranoki_en_top/images/txt_article.png);
}
/* Environment */
#tmp_environment{
    color: #000000;
    background-color: #ffffff;
    padding-top: 60px;
    margin-bottom: 259px;
}
#tmp_environment .environment_wrap{
    background: #f2f0e9 url(/site/shared/templates/naranoki_en_top/images/bg_environment.jpg) 0 50% no-repeat;
    color: #000000;
    background-size: cover;
}
#tmp_environment .environment_des{
    letter-spacing: 0.087em;
    line-height: 2.7;
    text-align: center;
    font-size: 93.7%;
    margin-bottom: calc(21% + 4px);
}
#tmp_environment .sec_ttl{
    margin-top: -31px;
}
#tmp_environment .sec_ttl h2{
    background-image: url(/site/shared/templates/naranoki_en_top/images/txt_environment.png);
}
#tmp_environment .ph_wrap li span{
    display: block;
}
#tmp_environment .ph_wrap{
    list-style: none;
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: calc(-15% + -2px);
}
#tmp_environment .ph_wrap img{
    width: 100%;
    height: auto;
}
/* Characteristics */
#tmp_characteristics{
    padding-top: 80px;
}
#tmp_characteristics .characteristics_infor{
    background: -webkit-gradient(linear, left top, right top, from(#f2f0e9), color-stop(50%, #f2f0e9), color-stop(50%, #ffffff), to(#ffffff));
    background: -o-linear-gradient(left, #f2f0e9 0%, #f2f0e9 50%, #ffffff 50%, #ffffff 100%);
    background: -moz-linear-gradient(left, #f2f0e9 0%, #f2f0e9 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, #f2f0e9 0%, #f2f0e9 50%, #ffffff 50%, #ffffff 100%);
    margin-bottom: 79px;
}
#tmp_characteristics .characteristics_wrap{
    background-color: #ffffff;
    color: #000000;
}
#tmp_characteristics .sec_ttl h2{
    background-image: url(/site/shared/templates/naranoki_en_top/images/txt_characteristics.png);
    position: relative;
    top: -31px;
}
#tmp_characteristics .sec_ttl h3{
    margin-bottom: 31px;
    padding-top: 53px;
}
#tmp_characteristics .sec_ttl h3::before{
    top: -32px;
}
#tmp_characteristics .dense_annual{
    border-top: 1px solid rgb(0, 0, 0);
    padding-top: 50px; 
}
#tmp_characteristics .dense_annual ul{
    list-style: none;
    margin: 0 0 61px;
    display: flex;
    gap: 30px;
}
#tmp_characteristics .dense_annual ul img{
    max-width: 100%;
    height: auto;
}
#tmp_characteristics .dense_annual_ttl{
    text-align: center;
    font-size: 187.5%;
    margin-bottom: 20px;
}
#tmp_characteristics .dense_annual_ttl span{
    display: inline-block;
    padding: 3px 79px 5px 121px;
    background: url(/site/shared/templates/naranoki_en_top/images/icon_dense_annual.png) left 1px no-repeat;
}
#tmp_characteristics .dense_annual_ttl span:first-letter{
	font-size: 200%;
	color: #9f122c;
}
#tmp_characteristics .dense_annual_note{
    text-align: center;
    padding-right: 80px;
    margin-bottom: 46px;
}
#tmp_characteristics .characteristics_cnt{
    padding-left: 80px;
    padding-bottom: 80px;
}
#tmp_characteristics .box_parameter{
    background-color: #f2f0e9;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 34px 10px 33px 39px;
    margin-bottom: 1px;
}
#tmp_characteristics .box_parameter h4{
    position: relative;
    width: 190px;
    font-size: 112.5%;
    margin-right: 15px;
    min-width: 180px;
}
#tmp_characteristics .box_parameter h4::after{
    content: "";
    width: 42px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    right: 1px;
    z-index: 1;
    top: calc(50% - 1px);
}
#tmp_characteristics .box_parameter ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 36px;
}
#tmp_characteristics .box_parameter ul li{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#tmp_characteristics .box_parameter ul li.txt_red{
    color: #9f122c;
}
#tmp_characteristics .box_parameter ul li .txt{
    font-size: 87.5%;
    display: inline-block;
}
#tmp_characteristics .box_parameter ul li .number{
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#tmp_hectare .txt_black .number{
    width: 178px;
    height: 38px;
    background: url(/site/shared/templates/naranoki_en_top/images/character_1.png);
}
#tmp_cutting .txt_black .number{
    width: 169px;
    height: 32px;
    background: url(/site/shared/templates/naranoki_en_top/images/character_3.png);
}
#tmp_hectare .txt_red .number{
    width: 207px;
    height: 38px;
    background: url(/site/shared/templates/naranoki_en_top/images/character_2.png);
}
#tmp_cutting .txt_red .number{
    width: 241px;
    height: 32px;
    background: url(/site/shared/templates/naranoki_en_top/images/character_4.png);
}
#tmp_characteristics .characteristics_des{
    margin-top: 51px;
    text-align: center;
    line-height: 2.1;
}
#tmp_cutting.box_parameter h3{
    margin-right: 12px;
}
#tmp_cutting.box_parameter ul{
    gap: 15px 30px
}
/* Other */
#tmp_characteristics .post_item{
    position: relative;
    z-index: 1;
    margin-bottom: 78px;
}
#tmp_characteristics .post_item:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: #ffffff;
}
#tmp_characteristics .post_item_wrap{
    position: relative;
    z-index: 1;
    padding-right: 80px;
    padding-bottom: 82px;
}
#tmp_characteristics .post_item_wrap:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
}
#tmp_characteristics .post_item .cnt{
    display: flex;
}
#tmp_characteristics .post_item .dense_annual_ttl{
    text-align: left;
    width: 340px;
}
#tmp_characteristics .post_item .txt{
    flex: 1;
    line-height: 2.13;
    padding-top: 20px;
}
#tmp_few_knots.post_item .dense_annual_ttl span{
    padding-right: 0;
    background-image: url(/site/shared/templates/naranoki_en_top/images/few_knots_pattern.png);
}
#tmp_attractive_color.post_item .dense_annual_ttl span{
    padding-right: 0;
    padding-left: 121px;
    background-image: url(/site/shared/templates/naranoki_en_top/images/attractive_color_pattern.png);
}
#tmp_characteristics .post_item .img{
    position: relative;
    margin-bottom: 49px;
}
#tmp_characteristics .post_item .img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_attractive_color.post_item:after{
    left: 50%;
    right: 0;
}
#tmp_attractive_color .post_item_wrap{
    display: flex;
    gap: 0 60px;
    padding: 0 0 55px;
}
#tmp_attractive_color .post_item_wrap:after{
    left: 80px;
}
#tmp_attractive_color.post_item .dense_annual_ttl{
    flex: 1;
    width: 100%;
    margin-bottom: 0;
}
#tmp_attractive_color.post_item .cnt {
    display: block;
    flex: 1;
    padding-top: 12%;
}
#tmp_attractive_color.post_item .img{
    width: 56%;
    max-width: 600px;
}
#tmp_attractive_color.post_item .txt {
    padding-top: 17px;
}

#tmp_characteristics .characteristics_other{
    padding: 3px 0 123px;
}
#tmp_characteristics .other_ttl{
    text-align: center;
    padding-top: 80px;
    color: inherit;
    background: transparent url(/site/shared/templates/naranoki_en_top/images/other_ttl_pattern.png) no-repeat top center;
    background-size: 137px auto;
    margin-bottom: 42px;
}
#tmp_characteristics .other_ttl h3{
    font-size: 187.5%;
}
#tmp_characteristics .other_list{
    display: flex;
    list-style: none;
    gap: 0 5px;
    padding: 0 50px;
    max-width: 898px;
    margin: 0 auto;
}
#tmp_characteristics .other_list .other_item{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: calc((100% - 15px) / 4);
}
#tmp_characteristics .other_item .img{
    padding: 0 24px;
    margin-bottom: 19px;
}
#tmp_characteristics .other_item .img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_characteristics .other_item .txt{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* History */
#tmp_history .sec_ttl h2 {
    background-image: url(/site/shared/templates/naranoki_en_top/images/txt_history.png);
    background-size: 423px;
}
#tmp_history .sec_ttl h3 {
    color: #ffffff;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.5), -1px 1px 9px rgba(0, 0, 0, 0.5), 1px -1px 9px rgba(0, 0, 0, 0.5), -1px 1px 9px rgba(0, 0, 0, 0.5);
    padding-top: 79px;
    margin-bottom: 69px;
}
#tmp_history .sec_ttl h3:before{
    background-color: #ffffff;
}
#tmp_history .history_wood {
    color: #ffffff;
    background: #000000 url(/site/shared/templates/naranoki_en_top/images/history.jpg) 0 50% no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    min-height: 823px;
    padding-top: 200px;
    padding-bottom: 44px;
}
#tmp_history .history_wood_info {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 35px 90px;
    margin-bottom: 15px;
}
#tmp_history .history_wood_info .ttl {
    font-size: 150%;
    margin-bottom: 24px;
}
#tmp_history .history_wood_info .txt {
    line-height: 2.13;
}
#tmp_history .history_wood_info .btn_more{
    margin-top: 40px;
}
#tmp_history .note {
    text-align: right;
    font-size: 87.5%;
}
/* Archive */
#tmp_archive{
    color: #000000;
    background-color: #ffffff;
    padding-top: 150px;
}
#tmp_archive .sec_ttl h2 {
    max-width: 400px;
    background-image: url(/site/shared/site_naranoki_en/images/icon/txt_archive.png);
    background-size: 100% auto;
    margin: 0 auto;
}
#tmp_archive .sec_ttl h3{
    padding-top: 79px;
    margin-bottom: 39px;
}
#tmp_archive .intro{
    text-align: center;
    max-width: 80%;
    line-height: 2.13;
    margin: 0 auto 40px;
}
#tmp_archive .archive_box{
    display: flex;
    align-items: center;
    gap: 30px;
    color: #000000;
    background-color: #F2F0E9;
    padding: 60px;
}
#tmp_archive .archive_box .archive_thumb{
    width: 44.8%;
}
#tmp_archive .archive_box .archive_thumb img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_archive .archive_box .archive_cnt{
    flex: 1;
    max-width: 50%;
}
#tmp_archive .archive_box h3 {
    font-size: 187.5%;
    margin-bottom: 10px;
}
#tmp_archive .archive_box h3:first-letter{
	color: #9f122c;
}
#tmp_archive .archive_box .btn_more{
    margin-top: 40px;
}
#tmp_archive .archive_box .btn_more > a{
    display: block;
    width: auto;
}
/* Applications */
#tmp_application {
    color: #000000;
    background-color: #ffffff;
    padding: 151px 0;
}
#tmp_application .sec_ttl h2 {
    max-width: 680px;
    background-image: url(/site/shared/templates/naranoki_en_top/images/txt_applications.png);
    background-size: 100% auto;
    margin: 0 auto;
}
#tmp_application .sec_ttl h3{
    padding-top: 80px;
}
#tmp_application .application_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 42px;
}
#tmp_application .application_list > li{
    width: calc((100% - 84px) / 3);
}
#tmp_application .application_item_img{
    position: relative;
    color: #ffffff;
    background-color: #000000;
    margin-bottom: 42px;
}
#tmp_application .application_item_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_application .application_item_img .cap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 68.7%;
    letter-spacing: 0.04em;
    word-break: break-word;
    padding: 0 15px 10px;
}
#tmp_application .application_item_cnt .ttl {
    display: block;
    line-height: 1.6;
    margin-bottom: 25px;
}
#tmp_application .application_item_cnt .txt {
    display: block;
    font-size: 87.5%;
    line-height: 2.14;
    margin-bottom: 10px;
}
#tmp_application .application_item_cnt .tag{
    display: inline-block;
    font-size: 87.5%;
    border-radius: 9999px;
    background-color: #f2f0e9;
    padding: 5px 20px;
}
#tmp_application .btn_more{
    margin-top: 80px;
}
#tmp_application .btn_more a{
    background-image: url(/site/shared/templates/naranoki_en_top/images/more_icon.png);
    background-position: right 30px center;
    background-size: 24px auto;
}
#tmp_application .btn_more a.hide{
    background-image: url(/site/shared/templates/naranoki_en_top/images/less_icon.png);
}
/* Related-links */
#tmp_related_links{
    padding: 140px 0 36px;
    background-color: #f2f0e9;
    color: #000000;
}
#tmp_related_links .related_links_wrap{
    padding-left: calc(14% - 1px);
    position: relative;
}
#tmp_related_links .related_links_wrap h2{
    position: absolute;
    left: 46px;
    top: 7px;
    font-size: 225%;
    letter-spacing: 0.1em;
    transform: rotate(90deg);
    transform-origin: 0 0;
}
#tmp_related_links .related_links_wrap h3{
    position: relative;
    font-size: 150%;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
}
#tmp_related_links .related_links_wrap h3::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}
#tmp_related_links .related_links_wrap .related_item{
    margin-bottom: 85px;
}
#tmp_related_links .related_links_wrap h3 span{
    display: inline-block;
    background-color: #f2f0e9;
    padding-right: 20px;
    position: relative;
}
#tmp_related_links .related_links_wrap ul{
    display: flex;
    list-style: none;
    gap: 40px;
    flex-wrap: wrap;
}
#tmp_related_links .related_links_wrap ul li{
    width: calc((100% - 80px) / 3);
}
#tmp_related_links .related_links_wrap ul a{
    display: block;
    font-size: 87.5%;
    text-decoration: none;
    line-height: 1.6;
}
#tmp_related_links .related_links_wrap ul a .img{
    display: block;
    margin-bottom: 14px;
    position: relative;
}
#tmp_related_archive ul a .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s;
}
#tmp_related_archive ul a:hover .img:before {
    opacity: 0.3;
}
#tmp_related_youtube  .img::before{
    content: "";
    display: block;
    width: 56px;
    height: 36px;
    background: url(/site/shared/templates/naranoki_en_top/images/icon_yt.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#tmp_related_links .related_links_wrap ul li img{
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    vertical-align: top;
    height: auto;
}
#tmp_related_pamphlet a .txt{
    position: relative;
}
#tmp_related_pamphlet a .txt::after{
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 22px;
    background: url(/site/shared/templates/naranoki_en_top/images/icon_pdf.png) 60% 50% no-repeat #ffffff;
    background-size: 70% auto;
    border-radius: 50%;
    margin-left: 5px;
}
/* Hover */
#tmp_related_links .related_links_wrap ul a:hover{
    text-decoration: underline;
}
#tmp_related_links .related_item:not(#tmp_related_archive)  ul a:hover img{
    opacity: 0.7;
}
.btn_more a:hover,
.btn_more a:focus{
    color: #000000;
    background-color: #ffffff;
    background-image: url(/site/shared/templates/naranoki_en_top/images/arrow_icon_hv.png);
}
#tmp_application .btn_more a:hover,
#tmp_application .btn_more a:focus{
    background-image: url(/site/shared/templates/naranoki_en_top/images/more_icon_hv.png);
}
#tmp_application .btn_more a.hide:hover,
#tmp_application .btn_more a.hide:focus{
    background-image: url(/site/shared/templates/naranoki_en_top/images/less_icon_hv.png);
}
/* ==================================================
font
================================================== */
.sec_ttl h3,
#tmp_about h3,
#tmp_related_links .related_links_wrap h2,
#tmp_related_links .related_links_wrap h3,
#tmp_archive .archive_box h3{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.btn_more a,
#tmp_characteristics .box_parameter h4,
#tmp_characteristics .box_parameter ul li,
#tmp_characteristics .other_ttl h3,
#tmp_application .application_item_cnt .ttl,
#tmp_application .application_item_cnt .tag,
#tmp_characteristics .other_item .txt{
    font-weight: 500;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
