@charset "utf-8";
/* CSS Document */
#t_no01 {
	position: relative;
	overflow: hidden;
}
#t_no01_01 {
	height: 100%;
	opacity: 0;
}
#t_no01_02 {
	height: 100%;
	left: 100%;
	top: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.t_no01_01_an{
	animation-name: animation_t_no01_01;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
@keyframes animation_t_no01_01 {
100%{
     opacity: 1;
    }
}
.t_no01_02_an{
	animation-name: animation_t_no01_02;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 1s;
}
@keyframes animation_t_no01_02 {
    100%{
        left: 0%;
    }
}

#t_no02 {
	background-image: url(../images/index/02_bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 130px;
	padding-bottom: 130px;
}

#t_no02_info {
	border: 1px solid #0094FF;
	max-width: 976px;
	width: 100%;
	box-shadow: 0px 0px 6px 0px #666;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	box-sizing: border-box;
	background-image: url(../images/index/02_info_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 270px;
	background-color: #FFF;
}
#t_no02_info_scl {
	height: 200px;
	width: 100%;
	box-sizing: border-box;
	overflow: auto;
	padding-right: 88px;
	padding-left: 88px;
}
.t_no02_box{
	display: flex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.t_no02_box_L{
	flex-shrink: 0;
	width: 130px;
	box-sizing: border-box;
}

.t_no02_box_R{
	padding-left: 30px;
	box-sizing: border-box;
	flex: 1;
}
.t_no02_box_R a {
	color: #000;
	text-decoration: none;
}

#t_no03 {
}
#t_no03_box {
	display: flex;
	width: 100%;
}
#t_no03_box section {
	flex: 1;
	position: relative;
	z-index: 1;
}
.t_no03_box_02  {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;

	opacity: 0.5;
}
.t_no03_box_03  {
	width: 100%;
	position: absolute;
	z-index: 4;
	top: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*background-color: #6CC;*/
}
.t_no03_box_03::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-left: 40px solid #ffff00;
	border-bottom: 40px solid transparent;
	opacity: 0;
}
.t_no03_box_03::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #ffff00;
	opacity: 0;
}
.t_no03_box_03_01 {
	/*font-size: 65px;*/
	font-size: clamp(1px, 4.5vw, 65px);
	color: #FFFFFF;
	line-height: 100%;
}
.t_no03_box_03_02 {
	/*font-size: 18px;*/
	font-size: clamp(1px, 1.25vw, 18px);
	color: #FFFFFF;
}


#t_no03_box a {
	width: 100%;
}
#t_no03_box a:hover .t_no03_box_02 {
	height: 20%;
	transition:0.5S;
}
#t_no03_box a:hover .t_no03_box_03::before{
	opacity: 1;
}
#t_no03_box a:hover .t_no03_box_03::after{
	opacity: 1;
}
#t_no03_box a:hover .t_no03_box_03_01 {
	color: #ffff00;
}

#t_no03_box a:hover .t_no03_box_03_02 {
	color: #ffff00;
}


.t_cat_all{
	position: relative;
}
.t_cat_BLA {
	background-color: #000;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.5;
}

.t_cat_box {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	z-index: 3;
}
.t_cat_box_L,
.t_cat_box_R {
	width: 50%;
	box-sizing: border-box;
	padding-right: 16px;
	padding-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_cat_box_L {
	flex-direction:column;
}
.t_cat_box_R {
	flex-direction:column;
}
.t_cat_box_LR{
	flex-direction:column;
	width: 100%;
	box-sizing: border-box;
	padding-right: 16px;
	padding-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_cat_box_R_t01 {
	font-size: 65px;
	font-size: clamp(1px, 4.5vw, 65px);
	color: #FFF;
}
.t_cat_box_R_t02 {
	font-size: 16px;
	font-size: clamp(1px, 1.25vw, 18px);
	color: #FFF;
}

#t_no04 {
}
#t_no04 a:hover .t_cat_BLA{
	/*opacity: 0;*/
	right: 50%;
	transition:1S;
}
#t_no04 a:hover .t_cat_box_R_t01,
#t_no04 a:hover .t_cat_box_R_t02{
	color: #ffff00;
}


#t_no05 {
}
#t_no05 a:hover .t_cat_BLA{
	/*opacity: 0;*/
	left: 50%;
	transition:1S;
}
#t_no05 a:hover .t_cat_box_R_t01,
#t_no05 a:hover .t_cat_box_R_t02{
	color: #ffff00;
}

#t_no06 {
}
#t_no06 a:hover .t_cat_BLA{
	opacity: 0;
	transition:1S;
}
#t_no06 a:hover .t_cat_box_R_t01,
#t_no06 a:hover .t_cat_box_R_t02{
	color: #ffff00;
}

#t_no07 {
}
#t_no07 a:hover .t_cat_BLA{
	opacity: 0;
	transition:1S;
}
#t_no07 a:hover .t_cat_box_R_t01,
#t_no07 a:hover .t_cat_box_R_t02{
	color: #ffff00;
}

#PC_CSS_end-------------------------------------------------------------------------------------------------------------------------- {}
@media screen and (max-width: 737px) {
#SP_CSS_sta-------------------------------------------------------------------------------------------------------------------------- {}
#t_no02 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#t_no02_info {
	padding-bottom: 16px;
}
#t_no02_info_scl {
	padding-right: 16px;
	padding-left: 16px;
}
.t_no02_box{
	flex-wrap:wrap;
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 0px;
}
.t_no02_box_L{
	flex-shrink: 0;
	width: 100%;
}

.t_no02_box_R{
	padding-left: 0px;
	width: 100%;
	flex: 1;
}


#t_no04 a:hover .t_cat_BLA{
	right: 0%;
}
#t_no04 a:hover .t_cat_box_R_t01,
#t_no04 a:hover .t_cat_box_R_t02{
	color: #FFF;
}
#t_no05 a:hover .t_cat_BLA{
	left: 0%;
}
#t_no05 a:hover .t_cat_box_R_t01,
#t_no05 a:hover .t_cat_box_R_t02{
	color: #FFF;
}
#t_no06 a:hover .t_cat_BLA{
	opacity: 0.5;
}
#t_no06 a:hover .t_cat_box_R_t01,
#t_no06 a:hover .t_cat_box_R_t02{
	color: #FFF;
}
#t_no07 a:hover .t_cat_BLA{
	opacity: 0.5;
}
#t_no07 a:hover .t_cat_box_R_t01,
#t_no07 a:hover .t_cat_box_R_t02{
	color: #FFF;
}
.t_cat_box_R_t01 {
	font-size: 20px;
}
.t_cat_box_R_t02 {
	font-size: 16px;
}
#SP_CSS_end-------------------------------------------------------------------------------------------------------------------------- {}
}
