@charset "utf-8";

body {
	font-size: 16px;
	font-family: klavika-web , "メイリオ", sans-serif ;
}

/* ヘッダー下固定タイトルCSS --------------------------------------- */

#header-title_height {
    display: flex;
    width: 100%;
    height: 78px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 780px) {

  #header-title_height {
    	width: 100%;
		height: 60px;
    	flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: center;
  	}

}



/* デフォルトの幅固定サイズ(1400px)を上書きするクラス ----------------------- */
.width-org {
    max-width: 1400px;
}



/* メインコンテンツ:スクロール背景とヘッダ下の位置調整 ----------------------- */
#all_bg {
	position: relative;
	top: 60px; /*ヘッダー下タイトルなし*/
	background-color: #fff;
	background-image: url(../images/all_bg.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
}

/* メインビジュアルCSS ------------------------------------------ */

.wrapper-mv {
    max-width: 100%;
    margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color:rgba(255,255,255,0.7);
}



/* セクションごとの設定 */
#desc-area {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px ;
	/* background:rgba(242, 101, 34, 0.5) */
}

@media screen and (max-width: 768px) {

	#desc-area {
		padding:10px 0;

}
}


/* ディスクレーマー */

#desc-area ul {
	font-size: 1.4rem;
}

#desc-area li {
	list-style-type: square;
	margin-left: 40px;
	line-height: 2.0;
}

@media screen and (max-width: 768px) {

	#desc-area ul {
		font-size: 1.2rem;
	}

	#desc-area li {
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 20px;
		line-height: 1.5;
	}

}


/* デフォルトフッター：下に固定のフッターを表示させる場合は、padding-bottomを調整すること */

#footer-area {
	padding-bottom: 150px;
}



/* 固定フッター */

.wrapper-footer {
	max-width: 1400px;
	margin: 0 auto;
}

#footer-bg {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}


/* 追加CSS----------------------------------------------------------- */


/* エントリーボタン */
.period-entrylink {
	width: 45%;
	margin: 50px auto 50px auto;
}

.entry-link {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	background-color: #ff390f;
	box-shadow: 10px 10px 30px 0px #8b8b8b;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	.entry-link {
		padding: 20px 0;
	}

	.period-entrylink {
		width: 80%;
		margin: 30px auto 30px auto;
	}
}

.entry-link:hover {
	box-shadow: 0px 0px 33px 12px rgb(50, 213, 243);
}

.wrapper-footer {
	max-width: 1400px;
	margin: 0 auto;
}

#footer-bg {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}

#footer-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 120px;
}

#footer-entry_box {
	width: 80%;
	margin: 0 auto;
}

#entry-link_btm {
	padding: 15px 0 10px 0;
	font-size: 2.4rem;
	color: #ffffff;
}

/* エントリーボタン ここまで */


.rev2023_full_area {
	width: 100%;
	margin-bottom: 0%;
	display: flex;
	flex-wrap: wrap;
}

.rev2023_90_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: #000;
}

.rev2023_90_area img{
	width: 100%;
}

.rev2023_50_area {
	width: 50%;
	height: fit-content;
	margin: 0 auto;
	padding: 0% 1% 0% 0%;
	display: flex;
	flex-wrap: wrap;
	color: #000;
}

.rev2023_50_area img{
	width: 100%;
}

.rev2023_80_area {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: #000;
}

.rev2023_60_area2 {
	width: 60%;
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 1% 0%;
	display: flex;
	flex-wrap: wrap;
	background:rgba(255,255,255,0.7);
	border: #ff6000 solid;
}

.rev2023_60_area3 {
	width: 60%;
	/*height: fit-content;*/
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 0%;
	display: flex;
	flex-wrap: wrap;
	background:rgba(255,255,255,0.7);
	border: #ed1c24 solid;
}


.textbox02 {
	width: 100%;
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	padding: 0% 0% 0% 0%;
	margin: 0px 0px 0px 0px;
	color: #000;
}

.textbox02 b {
	font-weight: 700;
}

.textbox02_02 {
	width: 100%;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	padding: 0% 0% 0% 0%;
	margin: 10px 0px 0px 0px;
	color: #000;
}

.big_title {
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	padding:1% 0% 1% 0% ;
	margin: 0px 0px 10px 0px;
	width: 100%;
	background-color: #ff6000;
	border: solid #fff 3px;
}


.pre_item_text{
	width: 100%;
	margin: 1% auto 0% 0% ;
	text-align: left;
	line-height: 1.2em;
	font-size: 2.5em;
	font-weight: 700;
	color: #FF6000;
	text-shadow:3px 3px 3px #fff, -3px -3px 3px #fff,
	-3px 3px 3px #fff,  3px -3px 3px #fff,
	 3px 0px 3px #fff, -3px -0px 3px #fff,
	 0px 3px 3px #fff,  0px -3px 3px #fff;
}

.ex_site{
	width: 100%;
	padding: 2% 2% 2% 2%;
	margin: 0 auto;
	background-color: #fff;
	border: #000 solid 5px;
	display: flex;
	flex-wrap: wrap;
	color: #000;
}

.ex{
	width: 100%;
	font-size: 1.8em;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 2%;
	color: #000;
}


.site01{
	width: 31%;
	margin: 0 auto;
	padding: ;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	background:linear-gradient(transparent 70%, #FF6000 0%);
	color: #000;

}

.site02_left{
	width: 31%;
	margin: 0% 1% 2% 18%;
	padding: ;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	background:linear-gradient(transparent 70%, #FF6000 0%);
	color: #000;
}

.site02{
	width: 31%;
	margin: 0% 1% 2% 1%;
	padding: ;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	background:linear-gradient(transparent 70%, #FF6000 0%);
	color: #000;
}


@media screen and (max-width: 768px) {
	.site01{
		width: 100%;
	}

	.site02_left{
		width: 100%;
		margin: 0% 0% 1% 0%;
		
	}

	.site02{
		width: 100%;
		margin: 0% 0% 1% 0%;
	}

	.ex{
		margin-top: 5%;
		margin-bottom: 3%;
		color: #000;
	}
}

.coution {
	width: 80%;
	padding: 2% 1% 2% 1% ;
	margin: 0% auto ;
	background:rgba(255,255,255,1);
	border: solid 3px #000;
	color: #000;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.coution {
		width: 90%;
	}
}

.coution > .title {
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #000;
}

@media screen and (max-width: 768px) {
	.coution > .title {
		font-size: 1.3em;
	}
}

.coution p {
	width: 95%;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 400;
	color: #000;
	padding: 2% 0% 2% 0% ;
}

.centertext{
	text-align: center;
	font-size: 1em;
	line-height: 1.7em;
	color: #000;
}

@media screen and (max-width: 768px) {
	.centertext{
		text-align: left;
		padding: 2% 1% 2% 2% ;
	}
}

.lefttext{
	text-align: left;
	font-size: 1em;
	line-height: 1.7em;
	color: #000;
	padding-left: 3%;
}

@media screen and (max-width: 768px) {
	.lefttext{
		text-align: left;
		padding: 2% 1% 2% 2% ;
	}
}

.sample_ph01{
	width: 30%;
	padding-right: 2%;
	border-right: #8b8b8b solid 3px;
}

.sample_ph01 img{
	width: 100%;
}

.sample_ph02{
	width: 70%;
}

.sample_ph02 img{
	width: 100%;
}




.link_banner{
	width: 80%;
	margin: 1% 10% 0% 10%;
}

@media screen and (max-width: 768px) {
	.link_banner{
		width: 95%;
		margin: 3% 2.5% 0% 2.5%;
	}
}

.link_banner:hover {
	transform: scale(0.98, 0.98);
	transition: all 0.5s;
}

.link_banner img{
	width: 100%;
}

.space2{
	width: 100%;
	margin-top: 2%;
}

.space3{
	width: 100%;
	margin-top: 3%;
}

.space5{
	width: 100%;
	margin-top: 5%;
}

.space10{
	width: 100%;
	margin-top: 10%;
}

.space15{
	width: 100%;
	margin-top: 15%;
}

.line95{
	width: 95%;
	margin: 0 auto;
	border-bottom: 3px solid;

}

.line100_orange{
width: 100%;
margin: 2% auto;
border-bottom: 3px solid rgb(242, 101, 34);
}


.copy_box {
	width : 100%;
	color: #fff;
	background-color:#000 ;
	margin: 0% 0% 0% 0%;
	padding: 2% 0% 2% 0%;
}

@media screen and (max-width: 768px) {
	.copy_box {
		width : 100%;
		color: #fff;
		background-color:#000 ;
		margin: 0% 0% 0% 0%;
		padding: 5% 0% 5% 0%;
	}
}

.copy_box ul{
	width: 90%;
	padding-left: 10%;
	list-style-type: disc;
	list-style-position: outside;
  }

.copy_box li{
	font-size: 0.8em;
	line-height: 1.5;
  }

/*上付き文字*/
.upstext{
	font-size: 40%;
	vertical-align: super;
}

@media screen and (min-width: 768px){
	.br-sp {display: none; }
	}

.made{
	color: #fff;
	font-weight: 700;
}

.white_u{
	color: #fff;
	text-decoration: underline;

}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
 } 

 @media screen and (max-width: 768px) {
	.pcbr{display: none; }
}

/*スマホ対応*/

@media screen and (max-width: 768px) {
	.rev2023_50_area {
		width: 100%;
	}
	
	.rev2023_50_area img{
		width: 100%;
	}
	
	.rev2023_80_area {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		color: #000;
	}
	
	.rev2023_60_area2 {
		width: 100%;
		padding: 0% 0% 1% 0%;
		margin: 0% 0% 1% 0%;
		display: flex;
		flex-wrap: wrap;
		background:rgba(255,255,255,0.7);
		border: #ff6000 solid;
	}
	
	.rev2023_60_area3 {
		width: 100%;
		/*height: fit-content;*/
		padding: 0% 0% 1% 0%;
		margin: 0% 0% 0% 0%;
		display: flex;
		flex-wrap: wrap;
		background:rgba(255,255,255,0.7);
		border: #ed1c24 solid;
	}
	
	.textbox02 {
		width: 100%;
		font-size: 1.3em;
		font-weight: 400;
		text-align: left;
		line-height: 1.2;
		padding: 0% 0% 0% 0%;
		margin: 0px 0px 0px 0px;
		color: #000;
	}
	
	.textbox02 b {
		font-weight: 700;
	}
	
	.textbox02_02 {
		width: 100%;
		font-size: 1.2em;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
		padding: 0% 0% 0% 0%;
		margin: 10px 0px 0px 0px;
		color: #000;
	}
	
	.textbox03 {
		width: 100%;
		font-size: 1.6em;
		font-weight: 700;
		text-align: center;
		line-height: 1.2em;
		padding: 0% 0% 0% 0%;
		margin: 1% 0% 1% 0%;
		color: #fff;
		text-shadow:3px 3px 3px #000, -3px -3px 3px #000,
		-3px 3px 3px #000,  3px -3px 3px #000,
		 3px 0px 3px #000000, -3px -0px 3px #000,
		 0px 3px 3px #000,  0px -3px 3px #000;
	}
	
	.textbox04 {
		width: 90%;
		font-size: 0.8em;
		font-weight: 400;
		text-align: right;
		line-height: 1.2em;
		padding: 0% 0% 0% 0%;
		margin: 2% 2% 2% 5%;
		color: #000;
	}
	
	.textbox04_02 {
		width: 90%;
		font-size: 0.8em;
		font-weight: 400;
		text-align: right;
		line-height: 1.2em;
		padding: 0% 0% 0% 0%;
		margin: 0% 0% 5% 5%;
		color: #000;
	}

	.big_title {
		font-size: 1.5em;
		font-weight: 700;
		color: #fff;
		text-align: center;
		line-height: 1.2em;
		padding:2% 2% 2% 2% ;
		margin: 0px 0px 10px 0px;
		width: 100%;
		background-color: #ff6000;
	}
	
	.small_title1 {
		width: 100%;
		font-size: 1.2em;
		text-align: center;
		padding: 2%;
		margin-bottom: 0%;
	}
	
	.small_title1_2 {
		width: 100%;
		font-size: 1.2em;
		text-align: center;
		padding: 2%;
		margin-bottom: 0%;
	}
	
	.small_title1_3 {
		width: 100%;
		font-size: 1.2em;
		text-align: center;
		padding: 2%;
		margin-bottom: 0%;
	}
	
	.small_title2 {
		width: 100%;
		font-size: 1.2em;
		text-align: center;
		padding: 2%;
		margin-bottom: 0%;
	}
	
	.small_title2_2 {
		width: 100%;
		font-size: 1.2em;
		text-align: center;
		padding: 2%;
		margin-bottom: 0%;
	}
	
	.pre50{
		width: 100%;
		margin: 3% 0% 0% 0%;
		padding: 0% 0% 0% 0%; 
		display: flex;
		flex-wrap: wrap;
		background:rgba(255,255,255,0.7)
	}
	
	.pre50_02{
		width: 100%;
		margin: 3% 0% 0% 0%;
		padding: 0% 0% 0% 0%; 
	}
		
	.bigbig{
		font-size: 1.5em;
		color: #ed1c24;
	}

	.pre_item_box04{
		padding: 10% 0% 0% 0%;
	}
	
	.pre_item_text{
		width: 100%;
		margin: 1% auto 1% 0% ;
		text-align: left;
		line-height: 1.2em;
		font-size: 1.5em;
	}
}


/*0423追加CSS*/

.white_back{
	width: 100%;
	background-color: #fff;
	padding: 0.5%;
}

.orange_border{
	width: 100%;
	border: #ff6000 3px solid;
}

.dan001{
	width: 100%;
	padding: 1%;
	display: flex;
	flex-wrap: wrap;
}

.dan_uline{
	border-bottom: solid #ff6000 3px;
}

.leftstick01{
	background-color: #ff6000;
	width: 1.5%;
	color: #ff6000;
}

.leftstick02{
	background-color: #007c97;
	width: 1.5%;
	color: #007c97;
}

.leftstick03{
	background-color: #ed2624;
	width: 1.5%;
	color: #ed2624;
}

.product_title{
	width: 30%;
	padding-left: 2%;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.2em;
	color: #323232;
}

.dan002_01{
	width: 68.5%;
	display: flex;
	flex-wrap: wrap;
}

.dan002_01_02{
	width: 98.5%;
	padding-left: 2%;
	display: flex;
	flex-wrap: wrap;
}

.dan002{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid #9E9E9F 3px;
}

.product_series{
	width: 30%;
	padding: 1% 0%;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
	color: #323232;
}

.dan003{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}

.product_series_detail{
	width: 100%;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
	color: #323232;
	padding: 1% 0%;
}

.dotline{
	border-bottom: 2px #9E9E9F dotted;
}

.gyou3{
	padding: 5.5% 0% 0% 0%;
}

.gyou2{
	padding: 2.5% 0% 0% 0%;
}

.title_gyou1{
	padding: 11.5% 0% 0% 2%;
}

.title_gyou2{
	padding: 6% 0% 0% 2%;
}

.product_series02{
	width: 50.5%;
	padding: 1% 0%;
	font-size: 1.8em;
	font-weight: 700;
	color: #323232;
}

.dan003_02{
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.white_back{
		width: 100%;
	}
	
	.orange_border{
		width: 100%;
		border: #ff6000 3px solid;
	}
	
	.dan001{
		width: 100%;
		padding: 1%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.dan_uline{
		border-bottom: solid #ff6000 3px;
	}
	
	.leftstick01{
		background-color: #ff6000;
		width: 100%;
		color: #ff6000;
	}
	
	.leftstick02{
		background-color: #007c97;
		width: 100%;
		color: #007c97;
	}
	
	.leftstick03{
		background-color: #ed2624;
		width: 100%;
		color: #ed2624;
	}
	
	.product_title{
		width: 100%;
		padding-left: 0%;
		font-size: 2em;
		text-align: center;
	}
	
	.dan002_01{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.dan002_01_02{
		width: 98.5%;
		padding-left: 2%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.dan002{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border-bottom: solid #9E9E9F 3px;
	}
	
	.product_series{
		width: 35%;
		padding: 1% 0%;
		font-size: 1.8em;
		font-weight: 700;
		line-height: 1.2em;
		color: #323232;
	}
	
	.dan003{
		width: 65%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.product_series_detail{
		width: 100%;
		font-size: 1.8em;
		font-weight: 700;
		line-height: 1.2em;
		color: #323232;
		padding: 1% 0%;
	}
	
	.dotline{
		border-bottom: 2px #9E9E9F dotted;
	}
	
	.gyou3{
		padding: 15% 0% 0% 0%;
	}
	
	.gyou2{
		padding: 5% 0% 0% 0%;
	}
	
	.title_gyou1{
		padding: 2% 0% 2% 0%;
	}
	
	.title_gyou2{
		padding: 2% 0% 0% 2%;
	}
	
	.product_series02{
		width: 100%;
		padding: 1% 0%;
		font-size: 1.8em;
		font-weight: 700;
		color: #323232;
	}
	
	.dan003_02{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.sample_ph01{
		width: 100%;
		padding-right: 2%;
		border-right: solid 0px;
	}
	
	.sample_ph01 img{
		width: 100%;
	}
	
	.sample_ph02{
		width: 100%;
	}
	
	.sample_ph02 img{
		width: 100%;
	}

}