@charset "utf-8";

/* ==================================================
contents
================================================== */

/* pattern common
================================================== */
.show_sp{
	display: none;
}

.ttl_line{
	background-color: transparent;
	color: #000000;
	text-align: center;
}
.ttl_line h2{
	position: relative;
	display: inline-block;
	padding-top: 164px;
	font-size: 212.5%;
	line-height: 1.7;
	text-align: left;
}
.ttl_line h2:before{
	content: '';
    position: absolute;
    left: 5px;
    top: -23px;
    background-color: #c90000;
    width: 5px;
    height: 148px;
    -webkit-transform: rotate(53deg);
	-moz-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	transform: rotate(53deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
    color: #ffffff;
}
/* ttl-left */
.ttl_sec_lft{
	position: relative;
	padding-right: 108px;
	z-index: 1;
}
.ttl_sec_lft:before,
.ttl_sec_lft h2:after{
	content: '';
	position: absolute;
	top: 0;
	background-color: #c90000;
	width: 100%;
	height: 100%;
	color: #ffffff;
	-webkit-transform: skewX(-53deg);
	-moz-transform: skewX(-53deg);
	-ms-transform: skewX(-53deg);
	transform: skewX(-53deg);
	z-index: -1;
}
.ttl_sec_lft:before{
	width: 50vw;
	left: calc(-50vw + 5px);
}
.ttl_sec_lft h2{
	position: relative;
	display: inline-block;
	padding: 7px 164px 12px 36px;
	color: #ffffff;
	font-size: 262.5%;
	line-height: 1.7;
	z-index: 1;
}
.ttl_sec_lft h2:after{
	left: 0;
}
/* ttl-right */
.ttl_sec_rgt{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 108px;
	z-index: 1;
}
.ttl_sec_rgt:before,
.ttl_sec_rgt h2:after{
	content: '';
	position: absolute;
	top: 0;
	background-color: #070707;
	width: 100%;
	height: 100%;
	color: #ffffff;
	-webkit-transform: skewX(-53deg);
	-moz-transform: skewX(-53deg);
	-ms-transform: skewX(-53deg);
	transform: skewX(-53deg);
	z-index: -1;
}
.ttl_sec_rgt:before{
	width: 50vw;
	right: calc(-50vw + 5px);
}
.ttl_sec_rgt h2{
	position: relative;
	display: inline-block;
	padding: 7px 115px 12px 165px;
	color: #ffffff;
	font-size: 262.5%;
	line-height: 1.7;
	z-index: 1;
}
.ttl_sec_rgt h2:after{
	left: 0;
}
/* btn-link */
.btn_link{
	text-align: center;
}
.btn_link a{
	display: inline-block;
	padding: 13px 18px;
	background-color: #ffffff;
	border: 2px solid #000000;
	min-width: 200px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_link a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	background: transparent url(/shared/templates/shingen_rn2023_top/images/icon/arrow_link_rgt_bl.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 14px;
	height: 18px;
	color: inherit;
}
.btn_link a:hover{
	border-color: #C90000;
	color: #C90000;
}
.btn_link a:hover:after{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/arrow_link_rgt_rd.png);
}
/* btn-link-black */
.btn_link_black{
	text-align: center;
}
.btn_link_black a{
	display: inline-block;
	padding: 15px 18px 14px;
	background-color: #070707;
	min-width: 200px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.btn_link_black a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	background: transparent url(/shared/templates/shingen_rn2023_top/images/icon/arrow_link_rgt.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 14px;
	height: 18px;
	color: inherit;
}
.btn_link_black a:hover{
	background-color: #c90000;
}
.btn_link_black a:hover:after{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/arrow_link_rgt.png);
}
/* btn-link-black */
.btn_link_red{
	text-align: center;
}
.btn_link_red a{
	display: inline-block;
	padding: 15px 18px 14px;
	background-color: #c90000;
	border: 2px solid #c90000;
	min-width: 200px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_link_red a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	background: transparent url(/shared/templates/shingen_rn2023_top/images/icon/arrow_link_rgt.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 14px;
	height: 18px;
	color: inherit;
}
.btn_link_red a:hover{
	background-color: #ffffff;
	color: #c90000;
}
.btn_link_red a:hover:after{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/arrow_link_rgt_rd.png);
}
/* btn-skew */
.btn_skew{
	text-align: center;
}
.btn_skew a{
	position: relative;
	display: inline-block;
	background-color: transparent;
	padding: 16px 20px 15px;
    min-width: 216px;
	font-size: 125%;
	line-height: 1.5;
	color: #070707;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.btn_skew a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	color: #070707;
	-webkit-transform: skew(-53deg);
	-moz-transform: skew(-53deg);
	-ms-transform: skew(-53deg);
	transform: skew(-53deg);
	z-index: -1;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_skew a:hover{
	color: #ffffff;
}
.btn_skew a:hover:after{
	background-color: #070707;
	color: #ffffff;
}
/* mainvisual section
================================================== */
#tmp_mainvisual{
	overflow: hidden;
}
#tmp_mainvisual .mv_inner{
	position: relative;
	background-color: #000000;
	max-height: 1069px;
	color: #FFFFFF;
}
#tmp_mainvisual .mv_inner_img{
	padding-left: 16px;
	text-align: center;
}
#tmp_mainvisual .mv_inner_img img,
#tmp_mainvisual .mv_inner_cap img{
	vertical-align: top;
	/*max-width: 100%;*/
	height: auto;
    max-width: 1600px;
    margin: auto;
}
#tmp_mainvisual .mv_inner_cap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    margin: 66px 0 0 -54px;
}
#tmp_mainvisual .mv_inner_cap .container{
	position: relative;
	height: 100%;
}
#tmp_mainvisual .mv_cap_ttl{
	margin-bottom: 21px;
	width: 562px;
	height: 606px;
	background: transparent url(/shared/templates/shingen_rn2023_top/images/icon/mv_logo.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	text-indent: -9999px;
}
#tmp_mainvisual .mv_cap_sm,
#tmp_mainvisual .mv_cap_md{
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
#tmp_mainvisual .mv_cap_sm{
	margin-bottom: 20px;
	padding-left: 19px;
	font-size: 240.6%;
	line-height: 1.4;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	text-shadow: 1px 1px 1px #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
}
#tmp_mainvisual .mv_cap_md {
	display: inline-block;
	min-width: 450px;
	padding-left: 18px;
	font-size: 495.6%;
	line-height: 1.3;
	color: #FFFFFF;
	letter-spacing: 2px;
}
#tmp_mainvisual .mv_cap_md {
	text-shadow: 1px 1px 1px #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
}
#tmp_mainvisual .mv_cap_md p:last-child{
	text-align: right;
}
#tmp_mainvisual .mv_cap_md span{
	font-size: 57.6%;
}
#tmp_mainvisual .cap_intro{
	position: absolute;
	right: -82px;
    bottom: 40px;
	padding: 21px 0 10px 48px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
	text-align: right;
	z-index: 2;
}
#tmp_mainvisual .cap_intro:before,
#tmp_mainvisual .cap_intro:after{
	content: '';
	position: absolute;
	top: 0;
	background-color: #C90000;
	-webkit-transform: skewX(-53deg);
	-moz-transform: skewX(-53deg);
	-ms-transform: skewX(-53deg);
	transform: skewX(-53deg);
	height: 100%;
	z-index: -1;
}
#tmp_mainvisual .cap_intro:before{
	left: 0;
	width: 100%;
}
#tmp_mainvisual .cap_intro:after{
	left: calc(100% - 5px);
	width: 1000%;
}
#tmp_mainvisual .mv_intro_md{
	margin-bottom: 3px;
    letter-spacing: 1.2px;
	font-size: 112.5%;
}
#tmp_mainvisual .mv_intro_lg{
	font-size: 118.5%;
}
#tmp_mainvisual .mv_intro_lg span{
	display: inline-block;
	padding: 0 16px 0 26px;
	font-size: 200%;
}
#tmp_mainvisual .mv_banner{
	position: relative;
	padding: 55px 0 45px;
	background-color: #070707;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	color: #FFBC17;
	z-index: 1;
}
#tmp_mainvisual .mv_banner_img{
	margin-bottom: 16px;
}
#tmp_mainvisual .mv_banner_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_mainvisual .mv_banner_des{
	font-size: 250%;
}
#tmp_mainvisual .mv_banner_des span{
	font-size: 61.6%;
}

/* news section
================================================== */
#tmp_news{
	padding: 100px 0;
	background-color: #F2EEE7;
	color: #333333;
	overflow: hidden;
}
#tmp_news .news_wrapper{
	position: relative;
	margin: 0 auto;
	padding: 20px 153px 45px;
	background-color: #ffffff;
	max-width: 962px;
	color: inherit;
}
#tmp_news .ttl_line{
	margin: -98px 0 40px;
}
#tmp_news .news_navbar{
	margin: 0 -25px 45px;
}
#tmp_news .news_navbar li{
	float: left;
	margin-bottom: 10px;
	padding: 0 25px;
	width: 50%;
	list-style: none;
}
#tmp_news .news_navbar a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 15px;
	background-color: #000000;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_news .nabar_symbol a{
	background-color: #C90000;
}
#tmp_news .nabar_symbol a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	background: transparent url(/shared/shingen_rn2023/images/icon/icon_symbol_close_wh.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 24px;
	color: inherit;
}
#tmp_news .news_navbar a:hover{
	opacity: 0.4;
}
#tmp_news .news_list{
	margin-bottom: 64px;
}
#tmp_news .news_list .news_item{
	display: table;
	width: 100%;
	list-style: none;
}
#tmp_news .news_item_date,
#tmp_news .news_item_link{
	display: table-cell;
	vertical-align: top;
}
#tmp_news .news_item_date{
	padding: 5px 5px 0 0;
	width: 142px;
	font-size: 87.5%;
	letter-spacing: 1.25px;
}
.news_list .news_item_link{
	font-weight: 500;
	line-height: 1.5;
}
.news_list .news_item_link a{
	position: relative;
	display: inline-block;
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
.news_list .news_item_link a:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #C90000;
	color: #ffffff;
    bottom: -3px;
    -webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.news_list .news_item_link a:hover:after{
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
}
#tmp_news .news_list .news_item:not(:last-child){
	margin-bottom: 28px;
}
#tmp_news .news_symbol{
	position: absolute;
	right: -100px;
	bottom: 0;
}
#tmp_news .news_symbol img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
/* highlight section
================================================== */
#tmp_highlight{
	padding: 100px 0 55px;
	overflow: hidden;
}
#tmp_highlight .container{
	width: 988px;
}
#tmp_highlight .highlgt_wrapper{
	position: relative;
	z-index: 1;
}
#tmp_highlight .highlgt_wrapper:before,
#tmp_highlight .highlgt_wrapper:after{
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	color: inherit;
	z-index: -1;
}
#tmp_highlight .highlgt_wrapper:before{
	left: -374px;
    bottom: 36px;
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/highlgt_txt_left.png);
	width: 550px;
	height: 946px;
}
#tmp_highlight .highlgt_wrapper:after{
	top: -50px;
    right: -325px;
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/highlgt_txt_right.png);
	width: 584px;
	height: 1098px;
}
#tmp_highlight .ttl_sec_lft{
	margin-bottom: 45px;
}
#tmp_highlight .highlgt_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -52px;
}
#tmp_highlight .highlgt_box{
	margin-bottom: 39px;
	padding: 0 52px;
	width: 50%;
	list-style: none;
}
#tmp_highlight .highlgt_box_ttl{
	margin: 0 0 45px -20px;
	padding: 4px 0 9px 129px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 110px auto;
	-moz-background-size: 110px auto;
	background-size: 110px auto;
	font-style: italic;
	line-height: 1.7;
}
#tmp_highlight .highlgt_box_ttl p{
	font-size: 237.5%;
	font-weight: 900;
	letter-spacing: -0.5px;
}
#tmp_highlight .highlgt_box_ttl span.highlgt_box_txt_ttl{
	display: block;
	background-color: transparent;
	color: inherit;
}
#tmp_highlight .highlgt_box_ttl span.highlgt_box_sub_ttl{
	font-size: 102.2%;
	line-height: 1;
}
#tmp_highlight .highlgt_box_cnt{
	background-color: transparent;
	line-height: 1.7;
	color: #333333;
}
#tmp_highlight .highlgt_box_img{
	position: relative;
	margin-bottom: 16px;
	z-index: 1;
}
#tmp_highlight .highlgt_box_img.scroll_on:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events:none;
	background-image: 
		linear-gradient(00deg, #FFBC17, #FFBC17),
		linear-gradient(00deg, #FFBC17, #FFBC17),
		linear-gradient(00deg, #FFBC17, #FFBC17),
		linear-gradient(00deg, #FFBC17, #FFBC17);
	background-repeat: no-repeat;
	background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
	background-position: left bottom, left top, right top, right bottom;
	animation: shingenko-square 1s linear forwards;
}
@keyframes shingenko-square{
  0%{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 
      10px 0, 0 10px,
      10px 0, 0 10px; 
  }
  12.5%{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 
      10px 0, 100% 10px,
      10px 0, 0 10px;
  }
  25%{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 
      10px 0, 100% 10px,
      10px 100%, 0 10px;
  }
  37.5%{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 
      10px 0, 100% 10px,
      10px 100%, 100% 10px;
  }
  50%{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 
      10px 100%, 100% 10px,
      10px 100%, 100% 10px;
  }
  75%{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 
      10px 100%, 100% 10px,
      10px 100%, 100% 10px;
  }
  100%{
	left: -20px;
	top: -20px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-size: 
      10px 100%, 100% 10px,
      10px 100%, 100% 10px;
  }
}
.no_javascript #tmp_highlight .highlgt_box_img:after{
	content: '';
	position: absolute;
	left: -20px;
	right: 10px;
	top: -20px;
	bottom: 10px;
	background: none;
	border: 10px solid #FFBC17;
	visibility: visible;
	opacity: 1;
	color: inherit;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: -1;
}
#tmp_highlight .highlgt_box_img img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#tmp_highlight .highlgt_box:nth-of-type(1){
	width: 100%;
}
#tmp_highlight .highlgt_box:nth-of-type(1) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_01.png);
}
#tmp_highlight .highlgt_box:nth-of-type(1) .highlgt_box_ttl p{
	font-size: 287.5%;
}
#tmp_highlight .highlgt_box:nth-of-type(1) .highlgt_box_img img{
	width: 100%;
}
#tmp_highlight .highlgt_box:nth-of-type(2) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_02.png);
}
#tmp_highlight .highlgt_box:nth-of-type(3) .highlgt_box_ttl{
	margin-left: 0;
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_03.png);
}
#tmp_highlight .highlgt_box:nth-of-type(4) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_04.png);
}
#tmp_highlight .highlgt_box:nth-of-type(5) .highlgt_box_ttl{
	margin-left: 0;
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_05.png);
}

/* overview section
================================================== */
#tmp_overview{
	padding-top: 45px;
	overflow: hidden;
}
#tmp_overview .overview_main{
	padding-bottom: 84px;
	background-color: #FFBC17;
	color: #333333;
}
#tmp_overview .container{
	width: 1220px;
}
#tmp_overview .ttl_sec_rgt{
	margin: -45px 0 100px;
}
#tmp_overview .overview_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -8px;
}
#tmp_overview .overview_box{
	margin-bottom: 16px;
	padding: 0 8px;
	width: 50%;
	list-style: none;
}
#tmp_overview .overview_box_inner{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#tmp_overview .overview_box_inner img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#tmp_overview .overview_box_cap {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px 22px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}
#tmp_overview .overview_box_cap:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(7, 7, 7, 0.8);
	width: 100%;
	height: 100%;
	z-index: -1;
	color: #ffffff;
	-webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#tmp_overview .txt_jp{
	margin-bottom: 9px;
	font-size: 262.5%;
	line-height: 1.7;
}
#tmp_overview .txt_jp a{
	display: block;
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
#tmp_overview .txt_en{
	font-size: 125%;
	line-height: 1.2;
}
#tmp_overview .overview_box:nth-of-type(2) .overview_box_cap:after,
#tmp_overview .overview_box:nth-of-type(3) .overview_box_cap:after {
	background-color: rgba(178, 1, 1, 0.8);
}
#tmp_overview .overview_banner{
	height: 640px;
}
#tmp_overview .overview_banner img{
	vertical-align: top;
	width: 100%;
	height: 820px;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 0px;
}
#tmp_overview .overview_box_inner.hover .overview_box_cap:after{
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	transform: scale(0.35);
    opacity: 0;
}
/* invite section
================================================== */
#tmp_invite{
	position: relative;
	padding-top: 180px;
	z-index: 1;
	overflow: hidden;
}
#tmp_invite .invite_wrapper{
	position: relative;
	margin: 32px 0 48px;
	padding: 30px 160px 35px;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
	z-index: 1;
}
#tmp_invite .invite_wrapper:before{
	content: '';
	position: absolute;
	left: -457px;
    bottom: -49px;
    background-color: #FFBC17;
    width: 792px;
    height: 336px;
	color: #ffffff;
	-webkit-transform: skewX(53deg);
	-moz-transform: skewX(53deg);
	-ms-transform: skewX(53deg);
	transform: skewX(53deg);
	z-index: -2;
}
#tmp_invite .invite_wrapper:after{
	content: '';
	position: absolute;
	left: -120px;
	top: 0;
	background-color: #C90000;
	width: calc(100% + 178px);
	height: 100%;
	color: #ffffff;
	-webkit-transform: skewX(-53deg);
	-moz-transform: skewX(-53deg);
	-ms-transform: skewX(-53deg);
	transform: skewX(-53deg);
	z-index: -1;
}
#tmp_invite .invite_symbol{
	position: absolute;
    bottom: -48px;
	left: -77px;
}
#tmp_invite .invite_symbol img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_invite .invite_ttl{
	margin-bottom: 16px;
	font-size: 225%;
	color: #ffffff;
}
#tmp_invite .invite_cnt >p{
	margin-bottom: 34px;
	font-size: 125%;
	color: #ffffff;
}
#tmp_invite .invite_cnt .btn_skew{
	padding-left: 22px;
}
/* movie section
================================================== */
#tmp_movie{
	position: relative;
	padding-top: 150px;
	overflow: hidden;
	z-index: 1;
}
#tmp_movie:after{
	content: '';
	position: absolute;
	left: -14px;
	top: 150px;
	background-color: #C90000;
	width: 110.4%;
	height: 100%;
	color: #ffffff;
	-webkit-transform: skewX(53deg);
	-moz-transform: skewX(53deg);
	-ms-transform: skewX(53deg);
	transform: skewX(53deg);
	z-index: -1;
}
#tmp_movie .movie_wrapper{
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	max-width: 800px;
}
#tmp_movie .movie_symbol{
	position: absolute;
	right: -176px;
    top: -126px;
	z-index: 1;
}
#tmp_movie .movie_symbol img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_movie .ttl_sec_rgt{
	display: block;
	margin-bottom: 47px;
	padding-left: 91px;
}
#tmp_movie .ttl_sec_rgt h2{
	display: block;
	padding-left: 22px;
	color: #000000;
    text-align: center;
}
#tmp_movie .ttl_sec_rgt:before,
#tmp_movie .ttl_sec_rgt h2:after{
	background-color: #FFBC17;
}
#tmp_movie .movie_cnt{
	position: relative;
	text-align: center;
	z-index: 2;
	margin-bottom:34px;
}
#tmp_movie .movie_cnt >p{
	margin-bottom: 47px;
	line-height: 1.7;
	color: #ffffff;
}
#tmp_movie #tmp_movie_ytb{
	height: 448px;
}
#tmp_movie #tmp_movie_ytb iframe{
    display: block;
    width: 100%;
    height: 100%;
}
/* related section
================================================== */
#tmp_related .related_banner{
	padding-top: 100px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}
#tmp_related .related_banner img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#tmp_related .related_wrapper{
	padding: 100px 0;
	background-color: #FFBC17;
	color: #333333;
}
#tmp_related .related_inner{
	position: relative;
	margin: -260px auto 0;
	padding: 15px 56px 2px;
	background-color: #ffffff;
	color: #000000;
	max-width: 976px;
	z-index: 1;
}
#tmp_related .related_inner .shingen_view_pc{
    display: block;
}
#tmp_related .related_inner .shingen_view_sp{
    display: none;
}
#tmp_related .ttl_line{
	margin-bottom: 37px;
}
#tmp_related .ttl_line h2{
	font-size: 212.5%;
}
#tmp_related .ttl_line h2:before{
	left: 22px;
}
#tmp_related .related_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -24px;
}
#tmp_related .related_list li{
	margin-bottom: 48px;
	padding: 0 24px;
	width: 50%;
	list-style: none;
}
#tmp_related .related_list a{
	display: block;
	width: 100%;
	height: 100%;
}
#tmp_related .related_list img{
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_related .related_list li:first-of-type{
	width: 100%;
}
#tmp_related .related_list a:hover img{
	opacity: 0.7;
}

/* sponsor section
================================================== */
#tmp_sponsor{
	padding: 100px 0;
	background: transparent url(/shared/templates/shingen_rn2023_top/images/main/sponsor_banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#tmp_sponsor .sponsor_wrapper{
	margin: 0 auto;
	padding: 84px 56px 50px;
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 976px;
	color: #000000;
}
#tmp_sponsor .sponsor_ttl{
	position: relative;
	margin-bottom: 48px;
	text-align: center;
	z-index: 1;
}
#tmp_sponsor .sponsor_ttl:before,
#tmp_sponsor .sponsor_ttl:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: calc(50% - 64px);
	height: 8px;
	border-top: 3px solid #B20101;
	border-bottom: 1px solid #B20101;
	z-index: -1;
}
#tmp_sponsor .sponsor_ttl:before{
	left: 0;
}
#tmp_sponsor .sponsor_ttl:after{
	right: 0;
}
#tmp_sponsor .sponsor_ttl h2{
	display: inline-block;
	padding: 0 10px 0 26px;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 207.6%;
	line-height: 1.2;
	color: #000000;
	letter-spacing: 16px;
}
#tmp_sponsor .sponsor_wrapper ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -12px 0;
	list-style:none;
}
#tmp_sponsor .sponsor_wrapper .sponsor_list_2cols,
#tmp_sponsor .sponsor_wrapper .sponsor_list_3cols,
#tmp_sponsor .sponsor_wrapper .sponsor_list_4cols,
#tmp_sponsor .sponsor_wrapper .sponsor_list_5cols {
	margin: 0 0 41px;
}
#tmp_sponsor .banner li{
	margin-bottom: 22px;
	list-style: none;
}
#tmp_sponsor .banner a{
	display: block;
	border: 1px solid #adadad;
}
#tmp_sponsor .banner img{
	vertical-align: top;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_sponsor .banner a:hover img{
	opacity: 0.7;
}
#tmp_sponsor .btn_link_black{
	margin-top: 26px;
}
#tmp_sponsor .sponsor_list_2cols li{
	padding: 0 11px;
	width: 50%!important;
}
#tmp_sponsor .sponsor_list_3cols li{
	padding: 0 12px;
	width: 33.33%!important;
}
#tmp_sponsor .sponsor_list_4cols li{
	padding: 0 12px;
	width: 25%!important;
}
/* english type
================================================== */
.format_en #tmp_mainvisual,
.format_en #tmp_mainvisual .mv_inner{
	height: 1250px;
    background-color: #000000;
    color: #FFFFFF;
}
.format_en #tmp_mainvisual .mv_inner_cap{
	margin: 148px 0 0 29px;
}
.format_en #tmp_mainvisual .mv_inner_img{
	margin-top: -16px;
}
.format_en #tmp_mainvisual .mv_inner_img img{
	height: 2000px;
}
.format_en #tmp_mainvisual .mv_inner_ttl{
	width: 332px;
	height: 972px;
	background: transparent url(/shared/templates/shingen_rn2023_top/images/icon/en/mv_logo.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	text-indent: -9999px;
}
.format_en #tmp_mainvisual + #tmp_info {
	margin-top: -500px;
}
.format_en #tmp_info .container{
	width: 1105px;
}
.format_en #tmp_info .info_head{
	position: relative;
	margin-bottom: 75px;
	padding-top: 400px;
	z-index: 1;
	text-align: center;
}
.format_en #tmp_info .info_head:before{
	content: '';
	position: absolute;
	top: 267px;
	bottom: auto;
	right: 0;
	left: 0;
	width: 100%;
	height: 190%;
	z-index: -1;
	background: #000000;
	transform: skewY(-24deg);
}
.format_en #tmp_info .info_ttl,
.format_en #tmp_info .info_cnt,
.format_en #tmp_info .info_main{
	position: relative;
	z-index: 2;
}
.format_en #tmp_info .info_wrapper{
	padding-bottom: 113px;
	background-color: #C90000;
	color: #ffffff;
}
.format_en #tmp_info img{
	max-width: 100%;
	height: auto;
}
.format_en #tmp_info .info_cnt{
	max-width: 900px;
	margin: 0 auto 87px;
	padding: 60px 50px 0;
	background-color: #000000;
	border-top: 1px solid #ffffff;
    overflow-wrap: break-word;
	color: #ffffff;
	text-align: center;
	font-family: "EB Garamond", sans-serif;
    font-weight: normal;
}
.format_en #tmp_info .info_subttl{
	font-size: 250%;
	margin-bottom: 21px;
	line-height: 1.7;
	color: #FFBC17;
	letter-spacing: 2.6px;
}
.format_en #tmp_info .info_subttl br{
	display: none;
}
.format_en #tmp_info .info_cnt >p{
	font-size: 187.5%;
	line-height: 1.7;
	text-align: left;
}
.format_en #tmp_info .info_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -18px;
}
.format_en #tmp_info .info_item{
	margin-bottom: 36px;
	padding: 0 18px;
	width: 50%;
	list-style: none;
}
.format_en #tmp_info .info_item_inner{
	position: relative;
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	height: 100%;
}
.format_en #tmp_info .info_item_img img{
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.format_en #tmp_info .info_item_cap{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 262.5%;
	font-weight: bold;
	text-align: center;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.format_en #tmp_info .info_item_cap a{
	display: inline-block;
	padding: 20px;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
    text-shadow: 0px 0px 15px #000000;
}
.format_en #tmp_info .info_item_inner.hover img{
	opacity: 0.5;
}
.format_en #tmp_info .info_item_inner.hover a,
.format_en #tmp_info .info_item_inner a:hover,
.format_en #tmp_info .info_item_inner a:focus{
	text-decoration: none;
}
/* accessibility
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_mainvisual .mv_inner_cap,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_inner_cap,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_inner_cap{
	margin-left: 0;
}
.color_black #tmp_wrapper #tmp_mainvisual .mv_banner,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_banner,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_banner{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper .ttl_sec_lft h2,
.color_black #tmp_wrapper .ttl_sec_rgt h2,
.color_black #tmp_wrapper .btn_link_red a,
.color_black #tmp_wrapper .btn_skew a,
.color_black #tmp_wrapper #tmp_mainvisual .cap_intro,
.color_black #tmp_wrapper #tmp_news .news_wrapper,
.color_black #tmp_wrapper #tmp_news .news_navbar a,
.color_black #tmp_wrapper #tmp_invite .invite_wrapper,
.color_black #tmp_wrapper #tmp_related .related_inner,
.color_black #tmp_wrapper #tmp_sponsor .sponsor_wrapper,
.color_blue #tmp_wrapper .ttl_sec_lft h2,
.color_blue #tmp_wrapper .ttl_sec_rgt h2,
.color_blue #tmp_wrapper .btn_link_red a,
.color_blue #tmp_wrapper .btn_skew a,
.color_blue #tmp_wrapper #tmp_mainvisual .cap_intro,
.color_blue #tmp_wrapper #tmp_news .news_wrapper,
.color_blue #tmp_wrapper #tmp_news .news_navbar a,
.color_blue #tmp_wrapper #tmp_invite .invite_wrapper,
.color_blue #tmp_wrapper #tmp_related .related_inner,
.color_blue #tmp_wrapper #tmp_sponsor .sponsor_wrapper,
.color_yellow #tmp_wrapper .ttl_sec_lft h2,
.color_yellow #tmp_wrapper .ttl_sec_rgt h2,
.color_yellow #tmp_wrapper .btn_link_red a,
.color_yellow #tmp_wrapper .btn_skew a,
.color_yellow #tmp_wrapper #tmp_mainvisual .cap_intro,
.color_yellow #tmp_wrapper #tmp_news .news_wrapper,
.color_yellow #tmp_wrapper #tmp_news .news_navbar a,
.color_yellow #tmp_wrapper #tmp_invite .invite_wrapper,
.color_yellow #tmp_wrapper #tmp_related .related_inner,
.color_yellow #tmp_wrapper #tmp_sponsor .sponsor_wrapper{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_mainvisual,
.color_black #tmp_wrapper #tmp_mainvisual .mv_inner,
.color_black #tmp_wrapper #tmp_mainvisual .mv_inner .container,
.color_black #tmp_wrapper #tmp_mainvisual .mv_inner_cap,
.color_black #tmp_wrapper #tmp_mainvisual .mv_cap_ttl,
.color_black #tmp_wrapper #tmp_mainvisual .cap_inner,
.color_black #tmp_wrapper #tmp_news .ttl_line,
.color_black #tmp_wrapper .ttl_line h2,
.color_black #tmp_wrapper #tmp_overview .overview_box_cap,
.color_black #tmp_wrapper #tmp_invite .invite_symbol,
.color_black #tmp_wrapper #tmp_invite .invite_symbol img,
.color_blue #tmp_wrapper #tmp_mainvisual,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_inner,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_inner .container,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_inner_cap,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_cap_ttl,
.color_blue #tmp_wrapper #tmp_mainvisual .cap_inner,
.color_blue #tmp_wrapper #tmp_news .ttl_line,
.color_blue #tmp_wrapper .ttl_line h2,
.color_blue #tmp_wrapper #tmp_overview .overview_box_cap,
.color_blue #tmp_wrapper #tmp_invite .invite_symbol,
.color_blue #tmp_wrapper #tmp_invite .invite_symbol img,
.color_yellow #tmp_wrapper #tmp_mainvisual,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_inner,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_inner .container,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_inner_cap,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_cap_ttl,
.color_yellow #tmp_wrapper #tmp_mainvisual .cap_inner,
.color_yellow #tmp_wrapper #tmp_news .ttl_line,
.color_yellow #tmp_wrapper .ttl_line h2,
.color_yellow #tmp_wrapper #tmp_overview .overview_box_cap,
.color_yellow #tmp_wrapper #tmp_invite .invite_symbol,
.color_yellow #tmp_wrapper #tmp_invite .invite_symbol img{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_mainvisual .cap_intro:before,
.color_black #tmp_wrapper #tmp_mainvisual .cap_intro:after,
.color_black #tmp_wrapper .ttl_sec_lft:before,
.color_black #tmp_wrapper .ttl_sec_lft h2:after,
.color_black #tmp_wrapper #tmp_highlight .highlgt_wrapper:before,
.color_black #tmp_wrapper #tmp_highlight .highlgt_wrapper:after,
.color_black #tmp_wrapper #tmp_invite .invite_wrapper:before,
.color_black #tmp_wrapper #tmp_invite .invite_wrapper:after,
.color_black #tmp_wrapper .btn_skew a:after,
.color_black #tmp_wrapper #tmp_movie:after,
.color_black #tmp_wrapper .ttl_sec_rgt:before,
.color_black #tmp_wrapper .ttl_sec_rgt h2:after,
.color_blue #tmp_wrapper #tmp_mainvisual .cap_intro:before,
.color_blue #tmp_wrapper #tmp_mainvisual .cap_intro:after,
.color_blue #tmp_wrapper .ttl_sec_lft:before,
.color_blue #tmp_wrapper .ttl_sec_lft h2:after,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_wrapper:before,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_wrapper:after,
.color_blue #tmp_wrapper #tmp_invite .invite_wrapper:before,
.color_blue #tmp_wrapper #tmp_invite .invite_wrapper:after,
.color_blue #tmp_wrapper .btn_skew a:after,
.color_blue #tmp_wrapper #tmp_movie:after,
.color_blue #tmp_wrapper .ttl_sec_rgt:before,
.color_blue #tmp_wrapper .ttl_sec_rgt h2:after,
.color_yellow #tmp_wrapper #tmp_mainvisual .cap_intro:before,
.color_yellow #tmp_wrapper #tmp_mainvisual .cap_intro:after,
.color_yellow #tmp_wrapper .ttl_sec_lft:before,
.color_yellow #tmp_wrapper .ttl_sec_lft h2:after,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_wrapper:before,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_wrapper:after,
.color_yellow #tmp_wrapper #tmp_invite .invite_wrapper:before,
.color_yellow #tmp_wrapper #tmp_invite .invite_wrapper:after,
.color_yellow #tmp_wrapper .btn_skew a:after,
.color_yellow #tmp_wrapper #tmp_movie:after,
.color_yellow #tmp_wrapper .ttl_sec_rgt:before,
.color_yellow #tmp_wrapper .ttl_sec_rgt h2:after{
	content: none;
}
.color_black #tmp_wrapper .ttl_line h2:before,
.color_blue #tmp_wrapper .ttl_line h2:before{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .ttl_line h2:before{
	background-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_sponsor .sponsor_ttl:before,
.color_black #tmp_wrapper #tmp_sponsor .sponsor_ttl:after,
.color_blue #tmp_wrapper #tmp_sponsor .sponsor_ttl:before,
.color_blue #tmp_wrapper #tmp_sponsor .sponsor_ttl:after{
	border-top-color: #FFFF00 !important;
	border-bottom-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_sponsor .sponsor_ttl:before,
.color_yellow #tmp_wrapper #tmp_sponsor .sponsor_ttl:after{
	border-top-color: #000000 !important;
	border-bottom-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_mainvisual .mv_inner_img,
.color_blue #tmp_wrapper #tmp_mainvisual .mv_inner_img,
.color_yellow #tmp_wrapper #tmp_mainvisual .mv_inner_img{
	padding-left: 0;
}
.color_black #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(1) .highlgt_box_ttl,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(1) .highlgt_box_ttl,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(1) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_01.png) !important;
}
.color_black #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(2) .highlgt_box_ttl,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(2) .highlgt_box_ttl,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(2) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_02.png) !important;
}
.color_black #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(3) .highlgt_box_ttl,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(3) .highlgt_box_ttl,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(3) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_03.png) !important;
}
.color_black #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(4) .highlgt_box_ttl,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(4) .highlgt_box_ttl,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(4) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_04.png) !important;
}
.color_black #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(5) .highlgt_box_ttl,
.color_blue #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(5) .highlgt_box_ttl,
.color_yellow #tmp_wrapper #tmp_highlight .highlgt_box:nth-of-type(5) .highlgt_box_ttl{
	background-image: url(/shared/templates/shingen_rn2023_top/images/icon/no_05.png) !important;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_news .nabar_symbol a:after{
	width: 16px;
	height: 18px;
}
.fsize_small #tmp_wrapper #tmp_highlight .highlgt_box_ttl{
	padding-top: 12px;
	padding-bottom: 10px;
}
.fsize_big #tmp_wrapper #tmp_news .news_item_date{
	width: 162px;
}
.fsize_big #tmp_wrapper #tmp_highlight .highlgt_box_ttl{
	padding-left: 120px;
}
.fsize_big #tmp_wrapper #tmp_highlight .highlgt_box_ttl span{
	font-size: 1rem;
}
.fsize_big #tmp_wrapper #tmp_highlight .highlgt_box_ttl p{
	font-size: 2.5rem;
}
.fsize_big2 #tmp_wrapper #tmp_mainvisual .mv_cap_md{
	font-size: 6rem;
}
#tmp_mainvisual .cap_intro{
	padding: 10px 0 10px 78px;
}
.fsize_big2 #tmp_wrapper #tmp_mainvisual .mv_intro_lg{
	font-size: 1.6rem;
}
.fsize_big2 #tmp_wrapper #tmp_news .news_item_date{
	font-size: 1.2rem;
	width: 180px;
}
.fsize_big2 #tmp_wrapper #tmp_overview .txt_jp{
	font-size: 3rem;
}
.fsize_big2 #tmp_wrapper .btn_skew a{
	padding-left: 50px;
	padding-right: 50px;
}
.fsize_big2 #tmp_wrapper #tmp_sponsor .sponsor_ttl h2{
	font-size: 2rem;
}
.no_javascript #tmp_movie #tmp_movie_ytb {
	display: none;
}
/* clearfix
================================================== */
#tmp_news .news_navbar:after,
#tmp_news .news_list .news_item:after{
	content: '';
	clear: both;
	display: table;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}

