@charset "utf-8";

body	{
	margin: 0;
	background-color: #f8f8f0;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #9625ff;
}
a:hover {
	text-decoration: underline;
	color: #9625ff;
}
/* navi------------------------------------------------------ */
 
/* header */
#top-head {
    top: 0px;
    width: 100%;
	height: 90px;
    margin: 0px auto 0;
    padding: 0 0 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	background:  url(../../images/2026/bg_header.jpg) repeat top center;
	box-sizing: border-box;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    width: 1000px;
    margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top-head h1 a{
	width: 300px;
	height: 90px;
	background: url(../../images/logo2026.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#global-nav {
	margin: 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#global-nav ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#global-nav .top a{
    width: 88px;
    height: 90px;
    margin: 0;
    background-image: url("../../images/nav_top.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .about a{
    width: 109px;
    height: 90px;
    margin: 0;
    background-image: url("../../images/nav_about.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .news a{
    width: 73px;
    height: 90px;
    margin: 0;
    background-image: url("../../images/nav_news.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .shop a{
    width: 92px;
    height: 90px;
    margin: 0;
    background-image: url("../../images/nav_shop.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .archive a{
    width: 193px;
    height: 90px;
    margin: 0;
    background-image: url("../../images/nav_archive.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .contact a{
    width: 102px;
    height: 90px;
    margin: 0;
    background-image: url("../../images/nav_contact.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

/* slider---------------------------------------------------- */
#slider_area {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.slider{
    margin: 0 auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 1000px;
}
.slider{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.slider li{
	width: 1000px;
	height: auto;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slider.slick-initialized{
  display: block;
}
/* ---------------------------------------------------------- */

/* contents-------------------------------------------------- */
#contents {
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
	box-sizing: border-box;
}
#contents .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contents_sub {
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 60px;
	box-sizing: border-box;
}
#contents_sub .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ct_main {
	width: 770px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.sidebar {
	width: 220px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* news_area------------------------------------------------- */
.news_area {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.news_area ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_area ul li{
	position: relative;
	width: 380px;
	margin: 0 0 20px;
	padding: 0 0 30px;
	background: #fff;
	border: 3px solid #333;
	box-sizing: border-box;
}
.ttl_news {
	width: 100%;
	margin: 0;
	padding: 12px;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.date {
	width: 80px;
	margin: 0 0 6px;
	padding: 4px;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #9625ff;
	color: #fff;
}
.ttl_news h2 a {
	margin: 0 0 6px;
	padding: 4px;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #9625ff;
}
.txt_news {
	margin: 0;
	padding: 12px;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #333;
}
.read {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.btn_read {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0px;
	background: #333;
	color: #fff;
	box-sizing: border-box;
}
.btn_read a{

	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #333;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* page_news_area-------------------------------------------- */
.page_news_area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 3px solid #333;
	box-sizing: border-box;
}
.page_news_area img{
	max-width: 640px;
	height: auto;
	margin: 10px auto;
}
.txt_page_news {
	margin: 0;
	padding: 30px 12px 60px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #333;
}
.txt_page_news p {
	margin-bottom: 40px;
}
/* ---------------------------------------------------------- */

/* side------------------------------------------------------ */
.box_side{
	width: 220px;
	margin: 0 0 10px;
	padding: 0;
	border: 3px solid #333;
	background: #e8e8e8 url(../../images/side_bg01.png) no-repeat top left;
	box-sizing: border-box;
}
.box_side2{
	width: 220px;
	margin: 0 0 10px;
	padding: 0;
	border: 3px solid #333;
	background: #e8e8e8 url(../../images/side_bg02.png) no-repeat top left;
	box-sizing: border-box;
}
.box_side3{
	width: 220px;
	margin: 0 0 10px;
	padding: 0;
	border: 3px solid #333;
	background: #6e6e6e url(../../images/past_img.png) no-repeat 4px 11px;
	box-sizing: border-box;
}
.ttl_box_side {
	margin: 0;
	padding: 10px 0 10px 28px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #333;
	border-bottom: 1px dotted #333;
	box-sizing: border-box;
}
.ttl_box_side2 {
	margin: 0;
	padding: 10px 0 10px 28px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
	border-bottom: 1px dotted #333;
	box-sizing: border-box;
}
.data_logo{
	width: 200px;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
.txt_box_side {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.txt_box_side ul{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.txt_box_side ul li{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
.txt_box_side ul li:last-child{
	margin: 0 0 0;
}
.date_side {
	width: 80px;
	margin: 0;
	padding: 4px 0;
	background: #333;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.ttl_topic_side a{
	font-size: 14px!important;
}
.txt_box_side p{
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.8;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #333;
	box-sizing: border-box;
}
.txt_box_side a{
	line-height: 1.6;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #9625ff;
}
.txt_box_side2 {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.txt_box_side2 ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.txt_box_side2 ul li:first-child{
	width: 36px;
	height: 36px;
	margin: 0 6px 0 0;
	padding: 0;
	line-height: 36px;
	background: #333;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.txt_box_side2 ul li:last-child{
	margin: 0 0 0;
	padding: 0 0 0;
	line-height: 1.4;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.txt_box_side2 ul li:last-child a{
	color: #fff;
}
.txt_box_side2 ul li:last-child a:hover{
	color: #fff101;
}
.txt_box_side2 ul li:last-child span{
	margin: 0 6px 0 0;
	padding: 0;
	line-height: 1.0;
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #333;
}
.tw {
	width: 220px;
	margin: 0 0 10px;
	padding: 0;
}
.fb {
	width: 220px;
	margin: 0 0 10px;
	padding: 0;	
} 
/* ---------------------------------------------------------- */

/* about----------------------------------------------------- */
.ttl_about {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_about span{
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.box_about {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.ttl_box_about {
	width: 100%;
	margin: 0;
	padding: 14px 20px;
	line-height: 1.2;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.txt_box_about {
	width: 100%;
	margin: 0;
	padding: 30px 20px;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	color: #000;
}
.txt_box_about a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.faq_area {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.ttl_faq {
	margin: 0 0 6px;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.ttl_faq span{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	background: #000;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
}
.txt_faq {
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}
/* ---------------------------------------------------------- */

/* news------------------------------------------------------ */
.ttl_news_sub {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_news_sub span{
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.backnumber {
	width: 100%;
	margin: 0;
	padding: 0;
}
.backnumber ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.backnumber ul li{
	width: 9.1%;
	margin: 0 1% 6px 0;
	background: #000;
	box-sizing: border-box;
	text-align: center;
}
.backnumber ul li:nth-child(10){
	width: 9%;
	margin: 0 0 6px 0;
	background: #000;
	box-sizing: border-box;
	text-align: center;
}
.backnumber ul li a{
	display: block;
	width: 100%;
	padding: 6px 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}
.backnumber ul li a:hover{
	background: #9625ff;
	color: #000;
}
/* ---------------------------------------------------------- */

/* contact--------------------------------------------------- */
.ttl_contact {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_contact span{
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.box_contact {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.ttl_box_contact {
	width: 100%;
	margin: 0;
	padding: 14px 20px;
	line-height: 1.2;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.txt_box_contact {
	width: 100%;
	margin: 0;
	padding: 30px 20px;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	color: #000;
}
.txt_box_contact a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* ---------------------------------------------------------- */

/* archives-------------------------------------------------- */
.ttl_archives {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.box_archives {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.tab_btn_area{
	width: 100%;
	margin:0 auto ;
	padding: 0;
	box-sizing: border-box;
}
input[name="tab_btn"]{
	display:none;
}
.tab_area{
	width: 100%;
	margin:0px;
}
.tab_area label{
	width: 5%;
	margin: 0 0.05% 0 0;
	display: inline-block;
	padding: 6px 0;
	color: #fff;
	background: #585858;
	font-size: 11px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #aaa;
	transition: ease 0.2s opacity;
}
.tab_area label:hover{ 
	opacity:0.8;
}
#tab1:checked ~ .tab_area .tab1_label{background: #333; color: #fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background: #333; color: #fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background: #333; color: #fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background: #333; color: #fff;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background: #333; color: #fff;}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{background: #333; color: #fff;}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{background: #333; color: #fff;}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{background: #333; color: #fff;}
#tab8:checked ~ .panel_area #panel8{display:block;}
#tab9:checked ~ .tab_area .tab9_label{background: #333; color: #fff;}
#tab9:checked ~ .panel_area #panel9{display:block;}
#tab10:checked ~ .tab_area .tab10_label{background: #333; color: #fff;}
#tab10:checked ~ .panel_area #panel10{display:block;}
#tab11:checked ~ .tab_area .tab11_label{background: #333; color: #fff;}
#tab11:checked ~ .panel_area #panel11{display:block;}
#tab12:checked ~ .tab_area .tab12_label{background: #333; color: #fff;}
#tab12:checked ~ .panel_area #panel12{display:block;}
#tab13:checked ~ .tab_area .tab13_label{background: #333; color: #fff;}
#tab13:checked ~ .panel_area #panel13{display:block;}
#tab14:checked ~ .tab_area .tab14_label{background: #333; color: #fff;}
#tab14:checked ~ .panel_area #panel14{display:block;}
#tab15:checked ~ .tab_area .tab15_label{background: #333; color: #fff;}
#tab15:checked ~ .panel_area #panel15{display:block;}
#tab16:checked ~ .tab_area .tab16_label{background: #333; color: #fff;}
#tab16:checked ~ .panel_area #panel16{display:block;}
#tab17:checked ~ .tab_area .tab17_label{background: #333; color: #fff;}
#tab17:checked ~ .panel_area #panel17{display:block;}
#tab18:checked ~ .tab_area .tab18_label{background: #333; color: #fff;}
#tab18:checked ~ .panel_area #panel18{display:block;}
.panel_area{
	background:#fff;
	box-sizing: border-box;
}
.tab_panel{
	width:100%;
	padding: 0;
	display:none;
	border: 3px solid #333;
	box-sizing: border-box;
}
.bg_taisho2025 {
	background: #e8e8e8 url(../../images/bg_rank2025.png) no-repeat top left;
}
.bg_taisho2024 {
	background: #e8e8e8 url(../../images/bg_rank2024.png) no-repeat top left;
}
.bg_taisho2023 {
	background: #e8e8e8 url(../../images/bg_rank2023.png) no-repeat top left;
}
.bg_taisho2022 {
	background: #e8e8e8 url(../../images/bg_rank2022.png) no-repeat top left;
}
.bg_taisho2021 {
	background: #e8e8e8 url(../../images/bg_rank2021.png) no-repeat top left;
}
.bg_taisho2020 {
	background: #e8e8e8 url(../../images/bg_rank2020.png) no-repeat top left;
}
.bg_taisho2019 {
	background: #e8e8e8 url(../../images/bg_rank2019.png) no-repeat top left;
}
.bg_taisho2018 {
	background: #e8e8e8 url(../../images/bg_rank2018.png) no-repeat top left;
}
.bg_taisho2017 {
	background: #e8e8e8 url(../../images/bg_rank2017.png) no-repeat top left;
}
.bg_taisho2016 {
	background: #e8e8e8 url(../../images/bg_rank2016.png) no-repeat top left;
}
.bg_taisho2015 {
	background: #e8e8e8 url(../../images/bg_rank2015.png) no-repeat top left;
}
.bg_taisho2014 {
	background: #e8e8e8 url(../../images/bg_rank2014.png) no-repeat top left;
}
.bg_taisho2013 {
	background: #e8e8e8 url(../../images/bg_rank2013.png) no-repeat top left;
}
.bg_taisho2012 {
	background: #e8e8e8 url(../../images/bg_rank2012.png) no-repeat top left;
}
.bg_taisho2011 {
	background: #e8e8e8 url(../../images/bg_rank2011.png) no-repeat top left;
}
.bg_taisho2010 {
	background: #e8e8e8 url(../../images/bg_rank2010.png) no-repeat top left;
}
.bg_taisho2009 {
	background: #e8e8e8 url(../../images/bg_rank2009.png) no-repeat top left;
}
.bg_taisho2008 {
	background: #e8e8e8 url(../../images/bg_rank2008.png) no-repeat top left;
}
.taisho_area {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
}
.taisho_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.taisho_area ul li:first-child {
	width: 470px;
}
.taisho_area ul li:last-child {
	width: 300px;
}
.taisho_area ul li dl {
	width: 420px;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.taisho_area ul li dl dt{
	width: 202px;
	height: 316px;
}
.taisho_area ul li dl dt img{
	width: 100%;
	height: auto;
}
.taisho_area ul li dl dt a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.ttl_maname {
	width: 100%;
	margin: 0 0 10px;
	padding: 12px 0 12px 60px;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
}
.ttl_maname a{
	color: #9625ff;
}
.ttl_illust {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #333;
}
.ttl_comment {
	width: 90%;
	margin: 20px auto 20px;
	padding: 0 0 0 10px;
	border-left: 3px solid #333;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}
.txt_comment {
	width: 90%;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}
.btn_comment {
	width: 80%;
	margin: 0 auto;
}
.btn_comment a{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #333;
	color: #fff;
}
.btn_comment a:hover{
	background: #9625ff;
	color: #000;
}
.other_area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}
.other_area ul {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.other_area ul li:nth-child(1){
	width: 158px;
}
.other_area ul li:nth-child(2){
	width: 230px;
	font-size: 12px;
	line-height: 1.6;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
}
.other_area ul li:nth-child(3){
	width: 294px;
}
.other_area ul li dl{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.other_area ul li dl dt{
	width: 52px;
	height: 75px;
	margin: 0 1px 1px 0;
}
.other_area ul li dl dt:nth-child(3n){
	width: 52px;
	height: 75px;
	margin: 0 0 1px 0;
}
.other_area ul li dl dt img{
	width: 100%;
	height: 100%;
}
.other_area ul li dl dt a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.report_area {
	margin: 0 0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img_photo {
	width: 142px;
}
.img_photo a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.txt_photo {
	width: 142px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.img_pdf {
	width: 142px;
	font-size: 11px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	box-sizing: border-box;
}
.img_pdf img{
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
}
.img_pdf a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.ttl_list {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #e8e8e8 url(../../images/bg_list.jpg) repeat top left;
	box-sizing: border-box;
}
.list_area {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.list_area ul{
	width: 33%;
}
.list_area ul li{
	line-height: 1.8;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
}
/* ---------------------------------------------------------- */

/* page_archives--------------------------------------------- */
.ttl_archives_sub {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_page_archives {
	width: 100%;
	margin: 0;
	padding: 12px;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.date_archives {
	width: 180px;
	margin: 0 0 6px;
	padding: 4px;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #9625ff;
	color: #333;
}
.page_archives_area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 3px solid #333;
	box-sizing: border-box;
}

.txt_page_archives {
	margin: 0;
	padding: 30px 12px 60px;
	line-height: 2.0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #333;
}
.txt_page_archives p {
	margin-bottom: 40px;
}
.ttl_page_archives h2  {
	margin: 0 0 6px;
	padding: 4px 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #000;
}
.txt_page_archives ul {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.txt_page_archives ul li:first-child {
	width: 30%;
	margin: 0;
	padding: 0;
}
.txt_page_archives ul li:first-child img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.txt_page_archives ul li:last-child {
	width: 66%;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 40px 0;
	background: #111;
}
#footer .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.footer_area {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.footer_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_area ul li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border: 1px solid #666;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	box-sizing: border-box;
}
.footer_area ul li a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px 30px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
}
.footer_area ul li a:hover{
	background: #9625ff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	color: #000;
}
.logo_footer {
	width: 200px;
	margin: 0 auto 20px;
}
.goto {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #9625ff;
	box-sizing: border-box;
}
.goto a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: #9625ff;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
}
.goto a:hover{
	background: #9625ff;
}
.copy {
	font-size: 12px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */

/* nominate_area--------------------------------------------- */
.nominate_area {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.ttl_nominate {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	text-align: center;
	background: #e8e8e8 url(../../images/2026/bg_nominate.jpg) repeat top left;
	box-sizing: border-box;
}
.ttl_nominate_first {
	width: 100%;
	margin: 0 0 0;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	text-align: center;
	background: #e8e8e8 url(../../images/2026/bg_nominate.jpg) repeat top left;
	box-sizing: border-box;
}
.txt_nominate_first {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	background: #000;
	box-sizing: border-box;
}
.list_nominate {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.list_nominate ul {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.list_nominate ul li {
	width: 24%;
	height: auto;
	margin: 0 1.33% 10px 0;
	padding: 16px 4px;
	box-sizing: border-box;
	background-color: #e8e8e8;
	border: 3px solid #000;
}
.list_nominate ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.img_list {
	margin: 0 0 6px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_list img{
	width: auto;
	height:  160px;
}
.list_ttl_nominate {
	margin: 0 0 2px;
	font-size: 14px;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
.list_name_nominate {
	margin: 0;
	font-size: 14px;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
.list_area_top {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid #000;
}
.list_area_top ul{
	width: 33%;
}
.list_area_top ul li{
	line-height: 1.8;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
}
/* ---------------------------------------------------------- */

/* final_area------------------------------------------------ */
.ttl_final {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	text-align: center;
	background: #e8e8e8 url(../../images/2026/bg_nominate.jpg) repeat top left;
	box-sizing: border-box;
}
.list_final {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	box-sizing: border-box;
}
.taisho {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 3px solid #000;
	background: #e8e8e8 url(../../images/bg_rank2025.png) no-repeat top left;
}
.taisho_left {
	width: 56%;
	margin: 20px 0;
	padding: 0;
	box-sizing: border-box;
}
.taisho_right {
	width: 44%;
	margin: 60px 0 0;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.name_taisho {
	margin: 0 0 2px;
	font-size: 26px;
	line-height: 1.4;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
}
.name_sakusya {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
}
.img_taisho {
	margin: 0 0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_taisho img {
	width: auto;
	height:  360px;
}
.btn_illust {
	text-align: center;
}
.btn_illust a {
	padding: 8px 16px;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #000;
	text-decoration: none;
	box-sizing: border-box;
}
.btn_illust a:hover {
	color: #9625ff;
}
.txt_taisho {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
}
.txt_taisho span{
	margin: 0;
	padding: 3px 10px;
	background: #000;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
}
.txt_taisho a {
	font-weight: 700;
}
.nominate {
	width: 100%;
	margin: 0;
	padding: 0;
}
.nominate ul {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.nominate ul li {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 30px 4px;
	box-sizing: border-box;
	background-color: #e8e8e8;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
.nominate ul li:nth-child(4n) {
	border-right: none;
}
.nominate ul li:nth-child(1) {
	background: #e8e8e8 url(../../images/bg_rank02.png) no-repeat top left;
}
.nominate ul li:nth-child(2) {
	background: #e8e8e8 url(../../images/bg_rank03.png) no-repeat top left;
}
.nominate ul li:nth-child(3) {
	background: #e8e8e8 url(../../images/bg_rank04.png) no-repeat top left;
}
.nominate ul li:nth-child(4) {
	background: #e8e8e8 url(../../images/bg_rank05.png) no-repeat top left;
}
.nominate ul li:nth-child(5) {
	background: #e8e8e8 url(../../images/bg_rank06.png) no-repeat top left;
}
.nominate ul li:nth-child(6) {
	background: #e8e8e8 url(../../images/bg_rank07.png) no-repeat top left;
}
.nominate ul li:nth-child(7) {
	background: #e8e8e8 url(../../images/bg_rank08.png) no-repeat top left;
}
.nominate ul li:nth-child(8) {
	background: #e8e8e8 url(../../images/bg_rank09.png) no-repeat top left;
}
.nominate ul li:nth-child(9) {
	border-bottom: none;
	background: #e8e8e8 url(../../images/bg_rank10.png) no-repeat top left;
}
.nominate ul li:nth-child(10) {
	border-bottom: none;
	background: #e8e8e8 url(../../images/bg_rank11.png) no-repeat top left;
}
.nominate ul li:nth-child(11) {
	border-bottom: none;
	background: #e8e8e8 url(../../images/bg_rank12.png) no-repeat top left;
}
.nominate ul li:nth-child(12) {
	border-bottom: none;
	background: #e8e8e8 url(../../images/bg_rank13.png) no-repeat top left;
}
/* ---------------------------------------------------------- */