
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*-------------------------------------------------------------*/
*{
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	scroll-behavior: smooth;
}
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	background-color: #111111;
	font-size: 12px;
	color: #FFFFFF;
	-webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
	text-size-adjust: none;
}
a{text-decoration: none;}
.space10{height:10px;width:100%;}.space20{height:20px;width:100%;}.space30{height:30px;width:100%;}
.space40{height:40px;width:100%;}.space50{height:50px;width:100%;}.space60{height:60px;width:100%;}
.space70{height:70px;width:100%;}.space80{height:80px;width:100%;}.space90{height:90px;width:100%;}
.space100{height:100px;width:100%;}.space120{height:120px;width:100%;}.space140{height:140px;width:100%;}
.space160{height:160px;width:100%;}.space180{height:180px;width:100%;}.space200{height:200px;width:100%;}
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
.header {
	width: 100%;
	height: 85px;
}
.header .box01{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.header .logo{
	height: 85px;
	background-image: url(../image/logo_fcb_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 35px;
}
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
.title {
	width: 100%;
	background-color: #444D80;
}
.title .box01{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
.title .text01_pc{
	display:none;
}
.title .text01_sp{
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 20px;
}
.title .text02_pc{
	display:none;
}
.title .text02_sp{
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 20px;
}
}
@media screen and (min-width:769px) {
.title .text01_pc{
	font-size: 2.4em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 60px;
}
.title .text01_sp{
	display:none;
}
.title .text02_pc{
	font-size: 4.2em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 60px;
}
.title .text02_sp{
	display:none;
}
}
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
.footer {
	width: 100%;
	height: auto;
	padding-bottom: 70px;
}
.footer .text1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	text-align: left;
	font-size: 1.2em;
	line-height: 30px;
}
/*-------------------------------------------------------------*/




.text_cl01{
	color: #FCEA00;  
}
.text_cl02{
	color: #FFCC33;
}
.text_cl03{
	color: #FF0000;
}
.text_sz01{
	font-size: 0.9em;
	margin-right: -0.3em;
	margin-left: -0.25em;
}
.text_sz02{
	font-size: 1.3em;
}

.cont_bar {
    position: relative;
	z-index: 10;
	width: 100%;
	height: 40px;
	background-image: url(../image/bar_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 40px;
}
.red{
    display: inline;
	background: linear-gradient(to bottom, transparent 65%, red 35%);
}



/*-------------------------------------------------------------*/





/*-------------------------------------------------------------*/
.cont01 {
	width: 100%;
	height: auto;
	padding-top: clamp(0px, 15vw, 130px);
	padding-bottom: clamp(0px, 15vw, 130px);
	margin-bottom: -20px;
	background-image: url(../image/bg_01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cont01 .box01{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.cont01 img{
    height: auto;
	display: block;
	width: 70cqw;
}
.cont01 .box01 .text01{
	color: #FFFFFF;
	font-size: 12.5cqw;
	font-weight: 900;
	padding-top: 5cqw;
	text-shadow: -2px -2px 0 #000,2px -2px 0 #000,-2px  2px 0 #000,2px  2px 0 #000;
	line-height: 1.2em;
}
.cont01 .box01 .text02{
    width: fit-content;
	color: #FFFFFF;
	font-size: 5.7cqw;
	font-weight: 900;
	background: linear-gradient(to bottom, transparent 65%, red 35%);
	text-shadow: -2px -2px 0 #000,2px -2px 0 #000,-2px  2px 0 #000,2px  2px 0 #000;
}
.cont01 .box01 .btn {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 8cqw;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background: linear-gradient(
    70deg,
    #FFF1DF 0%,
    #ff8c00 50%,
    #FFF1DF 100%
    );
}
.cont01 .box01 .btn .btn_inner {
    display: flex;
    width: auto;
	height: 12cqw;
	border-radius: 6px;
	font-size: 5.0cqw;
	font-weight: 900;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	transition: background-color 0.3s ease;
	background-image: radial-gradient(#000, #000);
}
.cont01 .box01 .btn .btn_inner .img{
	width: 10.0cqw;
	height: 8.0cqw;
	margin-right: 2.0cqw;
	background-image: url(../image/icon_line01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.cont01 .box01 .btn .btn_inner::after {
    content: ">";
	margin-left: 2.0cqw;
	font-size: 5.0cqw;
	color: #FCEA00;
}
.cont01 .box01 .btn:hover {
    cursor: pointer;
}
.cont01 .box01 .btn:hover .btn_inner {
    background-color: #000;
	background-image: none;
}

/*-------------------------------------------------------------*/





/*-------------------------------------------------------------*/
.cont02 {
	width: 100%;
	height: auto;
	padding-top: clamp(0px, 15vw, 130px);
	padding-bottom: clamp(0px, 15vw, 130px);
	margin-top: -20px;
	margin-bottom: -20px;
	background-image: url(../image/bg_02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cont02 .box01{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.cont02 .box01 .text01{
	color: #FFFFFF;
	font-size: 8.0cqw;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	padding-left: 13.0cqw;
	background-image: url(../image/icon_mntr01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.cont02 .box01 .text02{
	color: #FFFFFF;
	font-size: 4.0cqw;
	font-weight: bold;
	text-align: justify;
	line-height: 1.6em;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	margin-top: 5.0cqw;
}
.cont02 .box01 .text03{
	color: #000000;
	font-size: 6.0cqw;
	font-weight: 900;
	text-align: center;
	line-height: 1.2em;
	padding: 3.0cqw 4.0cqw 3.0cqw 4.0cqw;
	margin-top: 5.0cqw;
	padding-top: 5.0cqw;
	padding-bottom: 5.0cqw;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background-color: #FFFFFF;
}
.cont02 .box01 .text04{
	color: #FFFFFF;
	font-size: 5.5cqw;
	font-weight: 900;
	text-shadow: -2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000;
	line-height: 1.4em;
	margin-top: 5.0cqw;
	margin-bottom: 5.0cqw;
	text-align: justify;
}
.cont02 .box02{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
.cont02 .box02 .item{
	flex: 1;
}
.cont02 .box02 .arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FECA6B;
}
.cont02 .box02 .arrow::before{
	content: "▶";
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.cont02 .box02 .item .img{
    padding: 2px;
	border-radius: 10px;
    background: linear-gradient(
    70deg,
    #FFF1DF 0%,
    #ff8c00 50%,
    #FFF1DF 100%
    );
}
.cont02 .box02 .item .img img{
    display: block;
    border-radius: 8px;
}
.cont02 .box02 .item .text1{
    color: #FFFFFF;
	font-weight: 900;
	margin-top: 1.5cqw;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.cont02 .box02 .item .text2{
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-align: justify;
}
@media screen and (max-width:768px) {
.cont02 .box02{
    flex-direction: column;
}
.cont02 .box02 .item .img img{
	width: 100%;
	object-fit: cover;
	height: 200px;
}
.cont02 .box02 .arrow{
	width: 100%;
	font-size: 3.5cqw;
	padding-top: 2.5cqw;
	padding-bottom: 2.5cqw;
}
.cont02 .box02 .arrow::before{
	transform: rotate(90deg);
}
.cont02 .box02 .item .text1{
	font-size: 8.5cqw;
}
.cont02 .box02 .item .text2{
	font-size: 5.5cqw;
}
}
@media screen and (min-width:769px) {
.cont02 .box02{
    flex-direction: row;
}
.cont02 .box02 .item .img img{
	width: 100%;
}
.cont02 .box02 .arrow{
    font-size: 2.5cqw;
	padding-left: 0.5cqw;
	padding-right: 0.5cqw;
	transform: translateY(-8.0cqw);
}
.cont02 .box02 .arrow::before{
	transform: rotate(0deg);
}
.cont02 .box02 .item .text1{
	font-size: 4.5cqw;
}
.cont02 .box02 .item .text2{
	font-size: 3.0cqw;
}
}
.cont02 .box01 .btn {
	display: flex;
	width: 100%;
	height: 15cqw;
	font-size: 5.0cqw;
	font-weight: 900;
	color: #493B2C;
	align-items: center;
	justify-content: center;
	margin-top: 8cqw;
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background-color: rgba(255,255,255,0.8);
	transition: 
		color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}
.cont02 .box01 .btn .img{
	width: 9.0cqw;
	height: 8.0cqw;
	background-image: url(../image/icon_line02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 80%;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}
.cont02 .box01 .btn:hover {
	color: #E1A532;
	box-shadow: 0 0 10px rgba(210,150,50,1.0);
	background-color: rgba(255,255,255,1.0);
}
.cont02 .box01 .btn:hover .img{
	opacity: 1.0;
}
/*-------------------------------------------------------------*/






/*-------------------------------------------------------------*/
.cont03 {
	width: 100%;
	height: auto;
	padding-top: clamp(0px, 15vw, 130px);
	padding-bottom: clamp(0px, 15vw, 100px);
	margin-top: -20px;
	margin-bottom: -20px;
	background-image: url(../image/bg_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cont03 .box01{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.cont03 .box01 .text01{
	color: #FCEA00;
	font-size: 6.0cqw;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-align: center;
}
.cont03 .box01 .text02{
	color: #FFFFFF;
	font-size: 12.5cqw;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-align: center;
}
.cont03 .box02{
    display: flex;
	width: 100%;
	height: auto;
	gap: 2.0cqw;
	margin-top: 8cqw;
	margin-bottom: 8cqw;
}
.cont03 .box02 > div{
    flex: 1;
}
ruby rt {
    font-size: 4.0cqw;
	margin-bottom: 0.7cqw;
}
.cont03 .box02 .text01{
	color: #FFFFFF;
	font-size: 11.5cqw;
	font-weight: 900;
	text-align: left;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	margin-bottom: 5.5cqw;
	line-height: 1;
}
.cont03 .box02 .text02{
	color: #FFFFFF;
	font-size: 4.0cqw;
	font-weight: 900;
	text-align: left;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	margin-top: 4.0cqw;
	margin-bottom: -1.0cqw;
}
.cont03 .box02 .text03{
	color: #FFFFFF;
	font-size: 3.5cqw;
	font-weight: 400;
	text-align: left;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.cont03 .box02 .text04{
	color: #FFFFFF;
	font-size: 4.0cqw;
	font-weight: 900;
	text-align: right;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	font-style: italic;
	margin-top: -4.5cqw;
	margin-right: 3.5cqw;
}
.cont03 .box02 .cony {
    padding: 3px;
	background: linear-gradient(
    70deg,
    #FFF1DF 0%,
    #ff8c00 50%,
    #FFF1DF 100%
    );
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}
.cont03 .box02 .cony .img{
    height: 100%;
	width: 100%;
	background-color: #222222;
	border-radius: 10px;
	background-image: url(../image/img_cony.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 94%;
}
.cont03 .box02 img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	border: 3px solid #FFFFFF;
}
.cont03 .box01 .text05{
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
@media screen and (max-width:768px) {
.cont03 .box01 .text05{
	font-size: 4.2cqw;
}
}
@media screen and (min-width:769px) {
.cont03 .box01 .text05{
	font-size: 2.8cqw;
}
}
/*-------------------------------------------------------------*/




/*-------------------------------------------------------------*/
.cont04 {
	width: 100%;
	height: auto;
	padding-top: clamp(0px, 15vw, 130px);
	padding-bottom: clamp(0px, 15vw, 130px);
	margin-top: -20px;
	margin-bottom: -20px;
	background-image: url(../image/bg_04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cont04 .box01{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.cont04 .box01 .text01{
	color: #FFFFFF;
	font-size: 5.0cqw;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-align: center;
}
.cont04 .box01 .text02{
	color: #FCEA00;
	font-size: 8.5cqw;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-align: center;
}
.cont04 .box01 .box02{
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	gap: 1.0cqw;
	flex-wrap: wrap;
	margin-top: 8cqw;
}
.cont04 .box01 .box03{
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	gap: 1.0cqw;
	flex-wrap: wrap;
	margin-top: 8cqw;
}
.cont04 .box01 .item{
    container-type: inline-size;
	background-color: #111111;
	padding: 2.0cqw;
}
.cont04 .box01 .item .box1{
	background: linear-gradient(
    90deg,
    #CC6600 0%,
    #FFFFFF 50%,
    #CC6600 100%
    );
	padding: 2.0cqw;
}
.cont04 .box01 .item .box1 img{
	width: 100%;
	height: auto;
	display: block;
	background: linear-gradient( 90deg,#000000 0%,#333333 50%,#000000 100%);
	padding: 2.0cqw;
	margin-top: 2.0cqw;
}
.cont04 .box01 .item .box1 .text1{
	color: #FFFFFF;
	font-size: 8.0cqw;
	font-weight: 600;
	text-align: center;
	background: linear-gradient( 90deg,#000000 0%,#333333 50%,#000000 100%);
	padding: 2.0cqw;
}
.cont04 .box01 .item .box1 .text2{
	color: #FFFF00;
	font-size: 12.0cqw;
	font-weight: 900;
	text-align: center;
	background: linear-gradient( 90deg,#000000 0%,#333333 50%,#000000 100%);
	margin-top: 0.5cqw;
	padding: 2.0cqw;
	font-style: italic;
}
.cont04 .box01 .item .box1 video{
	width: 100%;
	height: auto;
	display: block;
	background: linear-gradient( 90deg,#000000 0%,#333333 50%,#000000 100%);
	padding: 2.0cqw;
}



/*-------------------------------------------------------------*/
.cont05 {
	width: 100%;
	height: auto;
	padding-top: clamp(0px, 15vw, 130px);
	padding-bottom: clamp(0px, 15vw, 130px);
	margin-top: -20px;
	margin-bottom: -20px;
	background-image: url(../image/bg_05.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cont05 .box01{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.cont05 .box01 .text01{
	color: #FFFFFF;
	font-size: 5.0cqw;
	font-weight: 900;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-align: center;
}
.cont05 .box01 .box02{
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	width: 100%;
	height: auto;
	gap: 3.0cqw;
	flex-wrap: wrap;
	margin-top: 8cqw;
}
.cont05 .box01 .box02 .item{
    container-type: inline-size;
	background-color: rgba(255,255,255,0.6);
	padding: 2.0cqw;
	border-radius: 1.0cqw;
}
.cont05 .box01 .box02 .item .top{
    display: flex;
	width: 100%;
	padding-top: 5.0cqw;
	padding-bottom: 5.0cqw;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; 
}
.cont05 .box01 .box02 .item .top .left{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	color: #FFFFFF;
	font-size: 5.0cqw;
	font-weight: 700;
	border-radius: 10.0cqw;
	background-color: #B44B08;
}
.cont05 .box01 .box02 .item .top .right{
    display: flex;
    align-items: center;
    justify-content: center;
	width: 70%;
	color: #111111;
	font-size: 7.0cqw;
	font-weight: 500;
}
.cont05 .box01 .box02 .item img{
    display: block;
	width: 100%;
	height: auto;
}
.cont05 .box01 .box02 .item .text{
	color: #111111;
	font-size: 5.0cqw;
	font-weight: 500;
	text-align: center;
	padding-top: 3.0cqw;
	padding-bottom: 3.0cqw;
}
.cont05 .box01 .box02 .item .btn {
	display: block;
	max-width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.0cqw;
	padding-top: 2.0cqw;
	padding-bottom: 2.0cqw;
	font-size: 5.0cqw;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10.0cqw;
	background-color: #00CF2E;
	transition: background-color 0.2s ease;
}
.cont05 .box01 .box02 .item .btn:hover {
	background-color: #00FB38;
}
.cont05 .box01 .box03{
	width: 100%;
	height: auto;
	color: #FFFFFF;
	font-size: 3.0vw;
	font-weight: 500;
	margin-top: 4cqw;
	background-color: #444D80;
	padding: 4.0cqw;
	border-radius: 1.0cqw;
}
@media screen and (max-width:768px) {
.cont05 .box01 .box03{
	font-size: 3.2vw;
}
}
@media screen and (min-width:769px) {
.cont05 .box01 .box03{
	font-size: 1.6vw;
}
}




/*-------------------------------------------------------------*/
.cont06 {
	width: 100%;
	height: auto;
	padding-top: clamp(0px, 15vw, 130px);
	padding-bottom: clamp(0px, 15vw, 130px);
	margin-top: -20px;
	margin-bottom: -80px;
	background-image: url(../image/bg_06.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cont06 .box01{
    container-type: inline-size;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.cont06 .box01 .text01{
	color: #FFFFFF;
	font-size: 7.0cqw;
	font-weight: 900;
	text-align: center;
	filter: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
	background: linear-gradient(
    0deg,
    #D9A300 0%,
    #FFFFFF 50%,
    #D9A300 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cont06 .box01 .box02{
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	width: 100%;
	height: auto;
	gap: 3.0cqw;
	flex-wrap: wrap;
	margin-top: 8cqw;
}
.cont06 .box01 .box02 .item{
    color: #FFFFFF;
	font-weight: 700;
	text-align: center;
    container-type: inline-size;
	background-color: rgba(0,0,0,0.4);
	padding: 2.0cqw;
	border-radius: 1.0cqw;
}
.cont06 .box01 .box02 .item .grad-text {
  background: linear-gradient(
    0deg,
    #D9A300 0%,
    #FFFFFF 50%,
    #D9A300 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cont06 .box01 .text02{
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	filter: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
	margin-top: 10.0cqw;
}
@media screen and (max-width:768px) {
.cont06 .box01 .box02 .item{
	font-size: 6.0cqw;
}
.cont06 .box01 .text02{
    font-size: 5.5cqw;
}
}
@media screen and (min-width:769px) {
.cont06 .box01 .box02 .item{
	font-size: 3.0cqw;
}
.cont06 .box01 .text02{
    font-size: 5.0cqw;
}
}
.cont06 .box01 .btn {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 8cqw;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	background: linear-gradient(
    70deg,
    #FFF1DF 0%,
    #ff8c00 50%,
    #FFF1DF 100%
    );
}
.cont06 .box01 .btn .btn_inner {
    display: flex;
    width: auto;
	height: 12cqw;
	border-radius: 6px;
	font-size: 5.0cqw;
	font-weight: 900;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	transition: background-color 0.3s ease;
	background-image: radial-gradient(#000, #000);
}
.cont06 .box01 .btn .btn_inner .img{
	width: 10.0cqw;
	height: 8.0cqw;
	margin-right: 2.0cqw;
	background-image: url(../image/icon_line01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.cont06 .box01 .btn .btn_inner::after {
    content: ">";
	margin-left: 2.0cqw;
	font-size: 5.0cqw;
	color: #FCEA00;
}
.cont06 .box01 .btn:hover {
    cursor: pointer;
}
.cont06 .box01 .btn:hover .btn_inner {
    background-color: #000;
	background-image: none;
}