@charset "UTF-8";
/* CSS Document */


/* jQuery "BgStretcher" CSS  */

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: -1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
* {margin: 0; padding: 0;}

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

				bana

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

.banabox:hover {
	opacity: 0.7;
}
.topdivbox {
display: flex; 
gap: 12px;
}

@media (max-width: 500px) {

.topdivbox {
flex-direction: column;
}
}



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

				Top 

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

.vegas {
	min-height: 748px;
	margin-top: -105px;
	z-index: 0;
}

@media screen and (max-width: 750px) {
	.vegas {
		height: 60vh;
		min-height: 60vh;
		margin-top: -50px;
	}
}



.bg-slider {
	clear:both;
	width:100%;
	min-height: 748px;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	position: relative;
}

@media screen and (max-width: 750px) {
	.bg-slider {
		height: 50vh;
		min-height: 50vh;
	}
}


.top{
	clear:both;
	width:100%;
    height:740px;
	background-image:url(../img/main_img1.png);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index:-1;
}



.head{
	width:100%;
	height:28px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.head_temp{
	width: 1200px;
	height: 28px;
	margin: 0 auto;
	padding-top: 10px;
}

@media screen and (max-width: 750px) {
.head_temp{
	display: none;
}
}


.head_temp_l{
	width: 411px;
	height: 28px;
	float: left;
	margin: 0 0 0 0;
}

.head_temp_r{
	width: 286px;
	height: 28px;
	float: right;
	margin: 0 0 0 0;
}



/* -- Logo -- */

.top_logo{
	width:286px;
	height:216px;
	margin: 0 auto;
	position: relative;

}

@media screen and (max-width: 750px) {
	.top_logo{
		width: auto;
		height: auto;
		padding: 0;
		margin-top: 5vh;
		text-align: center;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */

	}
	.top_logo img {
		width: 50%;
		height: auto;
	}
}


/* -- Global Navi -- */

.gnav1 { 
	width:100%;
	margin:60px 0 60px;;
	text-align:center;
	color:#fff;
	font-family:"font1";
	font-size:18px;
	letter-spacing:0.1em;
	line-height: 1em;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
.gnav1 { 
	display: none;
}
}

.main_visual{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.topbana {
	opacity: 1;
	transition: 0.3s all ease-in-out;
}

.topbana:hover {
	opacity: 0.7;

}

@media screen and (max-width: 750px) {
.main_visual { 
	width: 100%;
	margin: 50px 0 0 0;
}
}


/* ----------------------------------
			TOPICS 
---------------------------------- */

.cont2{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

.cont2_inner{
	width: 100%;
	height: 250px;
	margin: 0 0 50px 0;
}

.cont2_inner2{
	width: 100%;
	height: 350px;
	margin: 0 0 50px 0;
}

.cont2_inner3{
	width: 100%;
	height: 360px;
	margin: 0 0 50px 0;
}

.cont2_inner_l{
	width: 575px;
	float: left;
}

.cont2_inner_r{
	width: 575px;
	float: right;
}

.cont2_inner_r a:hover, .cont2_inner_l a:hover{
	opacity:0.8;
}

@media screen and (max-width: 750px) {
	.cont2_inner{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.cont2_inner2{
		width: 100%;
		height: auto;
	}
	.cont2_inner2 img {
        max-width: 100%;
        height: auto;
	}
	.cont2_inner3{
		width: 100%;
		height: auto;
	}
	.cont2_inner3 img {
        max-width: 100%;
        height: auto;
	}
	.cont2_inner_l{
		width: auto;
		float: none;
		margin: 0 0 50px 0;
	}
	.cont2_inner_l img {
        max-width: 100%;
        height: auto;
	}
	.cont2_inner_r{
		width: auto;
		float: none;
		margin: 0 0 50px 0;
	}
	.cont2_inner_r img {
			max-width: 100%;
			height: auto;
	}
}




/* ----------------------------------
			PRODUCTS 
---------------------------------- */

.cont3{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

.cont3_inner{
	width: 100%;
	height: 120px;
	margin: 0 0 50px 0;
}

.cont3_inner_l{
	width: 575px;
	float: left;

}

.cont3_inner_r{
	width: 575px;
	float: right;

}

.cont3_inner_r a , .cont3_inner_l a{
	transition: 0.3s all ease-in-out;
}

.cont3_inner_r a:hover, .cont3_inner_l a:hover{
	opacity:0.7;
}

@media screen and (max-width: 750px) {
	.cont3_inner{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.cont3_inner_l{
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}
	.cont3_inner_l img {
        max-width: 100%;
        height: auto;
	}
	.cont3_inner_r{
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}
	.cont3_inner_r img {
			max-width: 100%;
			height: auto;
	}
}


/* ----------------------------------
			RANKING 
---------------------------------- */

.cont7{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

.cont7_inner{
	width: 100%;
	height: 220px;
	margin: 0 0 50px 0;
}

.cont7_inner ul li{
	width:212px;
	height:232px;
	padding: 0;
	list-style: none;
	display:inline;
	float:left;
	overflow: hidden;
}

/* ----------------------------------
			realPackup
---------------------------------- */

.cont99{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

.cont99_prd {
	transition: 0.3s all ease-in-out;
}

.cont99_prd:hover {
	opacity: 0.7;
}

.cont99_inner{
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
}

.cont99_inner ul li{

	padding: 0 1em;
	list-style: none;
	display:inline;
	float:left;
	overflow: hidden;
}

.cont7_inner ul li.cont7_inner_1 {margin:0;}
.cont7_inner ul li.cont7_inner_2 {margin:0 0 0 35px;}
.cont7_inner ul li.cont7_inner_3 {margin:0 0 0 35px;}
.cont7_inner ul li.cont7_inner_4 {margin:0 0 0 35px;}
.cont7_inner ul li.cont7_inner_5 {margin:0 0 0 35px;}

.cont7_rank{
	width:212px;
	height:12px;
	text-align:left;
	margin:0 0 12px 0;
}

.cont7_prd{
	width:212px;
	height:212px;
}

.cont7_prd a:hover{
	opacity: 0.9;
}

@media screen and (max-width: 750px) {
	.cont7_inner{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.cont7_inner ul li{
	width:19%;
	height:auto;
	}

	.cont7_inner ul li.cont7_inner_1 {margin:0;}
	.cont7_inner ul li.cont7_inner_2 {margin:0 0 0 1%;}
	.cont7_inner ul li.cont7_inner_3 {margin:0 0 0 1%;}
	.cont7_inner ul li.cont7_inner_4 {margin:0 0 0 1%;}
	.cont7_inner ul li.cont7_inner_5 {margin:0 0 0 1%;}

	.cont7_rank{
		width: auto;
		height: auto;
	}
	.cont7_rank img {
        max-width: 100%;
        height: auto;
	}

	.cont7_prd{
		width: auto;
		height: auto;
	}
	.cont7_prd img {
        max-width: 100%;
        height: auto;
	}

	/* realPackup */
	

	.cont99_inner{
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	.cont99_inner ul li{
	width:32%;
	height:auto;

	padding: 0;
	}

	.cont99_inner ul li.cont99_inner_1 {margin:0;}
	.cont99_inner ul li.cont99_inner_2 {margin:0 0 0 2%;}
	.cont99_inner ul li.cont99_inner_3 {margin:0 0 0 2%;}

	.cont99_prd{
		width: auto;
		height: auto;
		
	}


	.cont99_prd img {
        max-width: 100%;
        height: auto;
	}
}



/* ----------------------------------
				NEWS 
---------------------------------- */

.cont5{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

.cont5_inner{
	clear: both;
	width: 1100px;
	text-align: left;
	margin: 0 50px;
}

@media screen and (max-width: 750px) {
	.cont5_inner{
		width: 100%;
		margin: 0;
	}
	.cont5_inner img {
        width: 100%;
        height: auto;
	}

}

.cont5_line{
	clear: both;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #4d4d4d;
	margin: 20px 0;
}

.cont5_inner_l{
	float: left;
	width: 90%;
	text-align: left;
	margin: 0 0 0 0;
}
.cont5_inner_r{
	float: right;
	width: 10%;
	text-align: right;
	margin: 0 0 0 0;
}

@media screen and (max-width: 750px) {
	.cont5_inner_r{
		float: right;
		width: 10%;
		text-align: right;
		margin: 0 0 0 0;
	}
	.cont5_inner_r img {
        width: 40%;
        height: auto;
	}
}

.cont5_sns{
	clear: both;
	width: 1100px;
	margin: 0 50px;
}

.cont5_sns_l{
	float: left;
	width: 535px;
	margin: 0 0 0 0;
}
.cont5_sns_r{
	float: right;
	width: 535px;
	margin: 0 0 0 0;
}

@media screen and (max-width: 750px) {
	.cont5_sns{
		width: 100%;
		margin: 0;
	}
	.cont5_sns_l{
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
	}
	.cont5_sns_r{
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
	}
	.cont5_sns_l img, .cont5_sns_r img {
        width: 100%;
        height: auto;
	}

}



/* ----------------------------------
			SNS & INSTAGRAM 
---------------------------------- */


#top_sns{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

/* "SNS" */

.top_cont5{
	width:1200px;
	height:auto;
}

.top_cont5_l{
	width:47%;
	height:320px;
	float:left;
	padding:15px 0;
}

.top_cont5_r{
	width:47%;
	height:320px;
	float:right;
	padding:15px 0;
}

@media screen and (max-width: 750px) {
	.top_cont5{
		width:90%;
		margin: 0 auto;
	}
	.top_cont5_l{
		width:100%;
		float:none;
	}
	.top_cont5_r{
		width:100%;
		float:none;
		margin-top: 50px;
	}
}


/* ----------------------------------
				INSTAGRAM 
---------------------------------- */

.cont6{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}

.cont6_inner{
	clear: both;
	width: 1100px;
	text-align: left;
	margin: 0 50px;
}

@media screen and (max-width: 750px) {
	.cont6_inner{
		clear: both;
		width: 100%;
		margin: 0;
	}
	.cont6_inner img {
        width: 100%;
        height: auto;
	}
}





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

		Original Naka pages 

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


/* -- MainVisual -- */

.naka_top{
	min-height: 400px;
	margin-top: -105px;
	z-index: 0;

	width: 100%;
	height: 400px;
}

@media (-webkit-device-pixel-ratio: 2) {
	.naka_top {
		z-index: 0;
	}
}


/* -- Logo -- */

.naka_top_logo{
	width:286px;
	height:216px;
	margin: 0 auto;
	position: relative;

	z-index: 10;
}

@media screen and (max-width: 750px) {
	.naka_top_logo{
		width: auto;
		height: auto;
		padding: 0;
		margin-top: 5vh;
		margin-bottom: 30px;
		text-align: center;
		z-index: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	}
	.naka_top_logo img {
		width: 50%;
		height: auto;
	}
}


/* -- Contents -- */

.naka_cont_ttl{
	text-align: center;
	color:#fff;
	font-family:"font1";
	font-size:48px;
	letter-spacing:0.1em;
    position: relative;
    display: inline-block;
    padding: 0 40px;
	margin-bottom: 0;
}

.naka_cont_ttl:before,
.naka_cont_ttl:after {
content: '';
position: absolute;
top: 35px;
display: inline-block;
width: 20px;
height: 2px;
background-color:#c68a30;
}
.naka_cont_ttl:before {
left:0;
}
.naka_cont_ttl:after {
right:0;
}

@media screen and (max-width: 750px) {
	.naka_cont_ttl{
		font-size:32px;
		margin-bottom: 0;
	}
	.naka_cont_ttl:before,
	.naka_cont_ttl:after {
	content: '';
	position: absolute;
	top: 22px;
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color:#c68a30;
	}
	.naka_cont_ttl:before {
	left:0;
	}
	.naka_cont_ttl:after {
	right:0;
	}
}

.naka_cont_ttl2{
	width: 100%;
	text-align: center;
	color:#fff;
	font-family:"font3";
	font-size:14px;
	letter-spacing:0.1em;
    position: relative;
    display: inline-block;
	margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
	.naka_cont_ttl2{
		font-size:12px;
		margin-bottom: 40px;
	}
}



.naka_cont{
	width: 100%;
	padding: 0 5%;
	height: auto;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.naka_cont{
		width: 100%;
		padding: 0;
	}
}

.naka_cont_inner{
	width: 100%;
	margin: 0 0 50px 0;
}

.naka_subt{
	text-align: left;
	font-size:16px;
	line-height:2.4em;
	letter-spacing:0.3em;
	font-family:"font3", sans-serif;
	color: #c68a30;
	margin-bottom: 20px;
}

.naka_txt_bold{
	text-align: left;
	font-size:13px;
	line-height:2.4em;
	letter-spacing:0.3em;
	font-family:"font5", sans-serif;
	color: #fff;
	margin:40px 0 10px;
}

.naka_txt{
	text-align: left;
	font-size:13px;
	line-height:2.4em;
	letter-spacing:0.3em;
	font-family:"font4", sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.naka_txt a{
	text-align: left;
	font-size:13px;
	line-height:1;
	letter-spacing:0.3em;
	font-family:"font4", sans-serif;
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #c68a30;
	margin-bottom: 0;
}
.naka_txt a:hover{
	color: #c68a30;
	border-bottom: none;
}

.naka_txt2{
	text-align: left;
	font-size:11px;
	line-height:2.0em;
	letter-spacing:0.3em;
	font-family:"font4", sans-serif;
	color: #fff;
	margin-bottom: 20px;
}

.naka_img{
	width: 100%;
	margin: 40px 0;
	text-align: left;
}

.naka_img a{
	text-align: left;
	font-size:13px;
	line-height:1;
	letter-spacing:0.3em;
	font-family:"font4", sans-serif;
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #c68a30;
	margin-bottom: 0;
}
.naka_img a:hover{
	color: #c68a30;
	border-bottom: none;
}


@media screen and (max-width: 750px) {
	.naka_img{
		width: 100%;
		margin: 30px 0;
	}	
	.naka_img img{
		max-width:100%;
		height: auto;
	}
}


.naka_cont_inner dl{
	width: 100%;
	border-bottom: 1px dotted #808080;
	padding: 1.2em 0 2em;
}
.naka_cont_inner dt{
	width: 20%;
	float: left;
	text-align: left;
	font-size:13px;
	line-height:1;
	letter-spacing:0.3em;
	font-family:"font4", sans-serif;
	color: #808080;
}
.naka_cont_inner dd{
	width: 80%;
	float: left;
	text-align: left;
	font-size:13px;
	line-height:1;
	letter-spacing:0.3em;
	font-family:"font4", sans-serif;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.naka_cont_inner dl{
		padding: 1.2em 0 1.2em;
	}
	.naka_cont_inner dt{
		width: 100%;
		float: none;
	}	
	.naka_cont_inner dd{
		width: 100%;
		float: none;
		line-height:1.8em;
		margin-top: 10px;
	}
}

/*-----------------------------------*\
  #flow 
\*-----------------------------------*/

/*-----------------------------------*\
  ##hero
\*-----------------------------------*/

.herobox {
    margin-bottom: 5rem;
}

.mgtop {
    margin-top: 5rem;
}

.mgtop2 {
    transition: all 0.2s ease-in-out;
}

.mgtop2:hover {
    opacity: 0.7;

}

.logobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 5rem;
}

.tit1 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.casebox1{
    display: flex;
    align-items: center;
    margin: 5rem 5rem;
    gap: 10rem;
}

.casetit1 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 2rem;
}

.casebox1 p{
    width: 100%;
    font-size: 12px;
    line-height: 26px;
}

.shopimg {
    display: flex;
    justify-content: center;
    margin: 8rem auto;

    transition: all 0.2s ease-in-out;
}

.shopimg:hover {
    opacity: 0.7;

}


/*-----------------------------------*\
  ##sec1
\*-----------------------------------*/

.no1img img {
    max-width: 65px;
}

.sec1textbox {

    text-align: center;
    line-height: 26px;

    font-size: 12px;
}

.hasobox {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 5rem;

    margin: 8rem 0rem;
}

.hsbox-le {
    width: 50%;
}

.hsbox-le p{
    font-size: 12px;
    line-height: 26px;
}

.rologobox {
    margin-bottom: 3rem;
}


/*-----------------------------------*\
  ##sec2
\*-----------------------------------*/

.sec2box {
    display: flex;
    flex-direction: column;
    gap: 15rem;


    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    margin-bottom: 12rem;
}

.sec2flbox {
    display: flex;
    align-items: center;
    gap: 10rem;
    
    margin: 2rem 0rem;
}

.sec2flbox p {
    font-size: 12px;
    line-height: 26px;
}

.sec2left {
    width: 50%;
}

.sec2right {
    width: 50%;
}

.sec2spbox{
    width: 80%;
}


/*-----------------------------------*\
  ##sec3
\*-----------------------------------*/


.sec3box {


    margin-bottom: 12rem;
}

.sec3flbox {
    display: flex;
    align-items: start;
    gap: 5rem;
    
    margin: 3rem 0rem 8rem;

}

.sec3flbox p {
    font-size: 12px;
    line-height: 26px;
}

.sec3flbox h2 {
    font-size: 12px;
}

.sec3left {
    width: 50%;

}

.sec3right {
    width: 50%;

}

.sec3spbox{
    width: 50%;
}


/*-----------------------------------*\
  ##sec4
\*-----------------------------------*/

.sec4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 8rem;

    text-align: center;

    margin-bottom: 8rem;
}

.sec4 p {
    font-size: 12px;
}



/*-----------------------------------*\
  ##sec5
\*-----------------------------------*/

.sec5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.sec5 p {
    font-size: 12px;
}



/*-----------------------------------*\
  ##media
\*-----------------------------------*/


@media (max-width: 800px) {
    .hasobox {
        flex-direction: column;

    }

	.w50 {
		width: 100% !important;
	}

  .hsbox-le {
    width : 80%;
  }

  .sec2box {
    gap : 20rem ;

    margin-bottom: 0rem;
  }

    
    .sec2left {
        width: auto;
    }

    .sec2right {
        width: auto;
    }

    .sec2spbox{
        width: auto;
    }
    
    .sec3flbox {

        flex-direction: column;

        margin: 0rem;
    }

    .sec3spbox {
        width: auto;
    }

    .sec3left {
        width: 90%;
    }

    .sec3right {
        width: 90%;
    }

  .sec3spbox {
    order : 2;
    margin-bottom : 5rem;
  }
}


@media (max-width: 640px) {

    .sec2box {
        gap : 15rem ;
    
      }

}

@media (max-width: 450px) {

    .sec2box {
        gap : 10rem ;
    
      }

}



/*-----------------------------------*\
  ##q&a
\*-----------------------------------*/


.maxwidth {
    max-width: 60px;
}

.bt_fix{
    border: 0;
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius : 3px;
}

.cb-search {
    fill: black;
    width: 22px;

}

.searfbox {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.searchlist {
    width: 250px !important;
    height: 40px !important;
}

.qacontainer {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.qabox {

    display: flex;

    flex-direction: column;

    gap: 1rem;
}

.qbox {
    display: flex;
    align-items: center;

    justify-content: space-between;

    /* Rectangle 2 */

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -54.41%, rgba(115, 115, 115, 0.5) 100%);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;

    cursor: pointer;

}

.arrowbox {
    padding-right: 2rem;

    cursor: pointer;

    transition: all 0.3s ease-in-out;
}

.arrow-down {
    transform: scaleY(-1);
}

.qtit {
    display: flex;
    align-items: center;
    gap: 3rem;

    padding: 1rem 2rem;

}

.aiconbox {
    padding-top: 0.4rem;
}

.atit {

    display: flex;
    align-items: start;
    gap: 3rem;

    padding: 20px 5rem 20px 2rem;

    /* Rectangle 2 */


}

.abox {
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow: visible;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -54.41%, rgba(115, 115, 115, 0.5) 100%);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    
    transition: all 0.5s ease-in-out;
}

.aboxopen {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
        
}

.mgdown {
    margin-bottom: 5rem;
}

.pdtop {
    padding-top: 16px;
}

.pdtop2 {
    padding-top: 24px;
}

.search-wd {
    width: 20%;
}

.txt13_1 {
	text-align: left;
}


/*-----------------------------------*\
  ##sp nav new
\*-----------------------------------*/

.sptitnew { 
border-top: 1px solid #4d4d4d;
    border-bottom: 1px dotted #4d4d4d;
    padding: 1em 10px;
    font-size: 14px;
 
    color: #c68a30 !important;
    font-family: 'font3';
    letter-spacing: 0.2em;
}

.sptitnew p {
	color: #c68a30 !important;
}
.spnew {

	border-bottom: 1px dotted #4d4d4d; color: #fff;
    font-family: 'font2';
    letter-spacing: 0.2em;
    font-weight: normal;
    background: rgba(26,26,26,0.6);
    padding : 16px;
    height : auto;

}

.spnewls{
	border-bottom: 0px dotted #4d4d4d; color: #fff;
}


/*-----------------------------------*\
  ##new entry
\*-----------------------------------*/


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;

	z-index: 999;
	animation: fadein 0.55s ease-in ;

}

	@keyframes fadein {
		from { opacity: 0; }
		to { opacity: 1; }
	}

.popup {
    background-image: url(../img/caution/tex_top_cont1.jpg);
	
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 800px;
	height: 555px;
    position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    font-size: 32px;

	color: #fff !important;
}

.cabox {
	display: flex;
	flex-direction: column;
	gap: 130px;
	justify-content: center;
	align-items: center;
}

.ttl_line {
	background: url(../img/caution/fake_ttl_line.png);
	width: 140%;
	height: 9px;
}

@media (max-width: 750px) {

	.popup {
		width: 500px;
		height: 590px;
	}

	.ttl_line {
		width: 90%;
	}

	.cabox p {
		font-size: 18px;
	}
}

@media (max-width: 545px) {
	
	.popup {
		width: 450px;
	}

	.cabox {
		gap: 105px;
	}
}

@media (max-width: 450px) { 
	.popup {
		width: 390px;
		height: 510px;

	}

	.cabox {
		gap: 70px;
	}
}

@media (max-width: 425px) { 
	.popup {
		width: 355px;

	}

	.cabox {
		gap: 70px;
	}

}

/*-----------------------------------*\
  ##fixed windows
\*-----------------------------------*/



@media (max-width: 750px) {
    
    .floating-window {
        left: -3% !important;
        transform: scale(0.8);
    }
}

