@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html{
	scroll-padding-top: 100px;
}

body {
	width: 100% !important;
	color: #595757;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.8rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif!important;
}

.serif{
	font-family: 'Noto Serif JP', serif!important;
}

.bask{
	font-family: 'Baskervville', serif!important;
	font-weight: 400;
}

.roboto{
	font-family: 'Roboto', sans-serif!important;
}



.hide_check{
	display: none!important;
}

/* animation */

.bggre-anm{
	position: relative;
}

.bggre-anm:before{
	background: #0F2C0012;
	position: absolute;
	content:"";
	width: 0%;
	height: 100%;
	top:0;
	left: 0;
	transition: .4s;
}

.bggre-anm.active:before{
	width: 100%;
}



/* fade */
.anm-1,
.anm-2,
.anm-3,
.anm-4{
	transition:.5s;
}

.fade{
	transform: translate(0px, 100px);
	opacity:0;
	transition:.5s;
}

.anm.active .fade{
	transform: translate(0px, 0px);
	opacity:1;
}

.anm.active .anm-1{
	transition-delay: 0.5s;
}

.anm.active .anm-2{
	transition-delay: 1s;
}

.anm.active .anm-3{
	transition-delay: 1.5s;
}

.anm.active .anm-4{
	transition-delay: 2.5s;
}



.en_tit {
	display: flex;
	/* overflow: hidden; */
	}
  
  .none-cont{
	  opacity:0;
  }
  
  .en_tit span{
	  /* transform: translate(-100%, 0%); */
	  overflow: hidden;
	  opacity: 0;
	 }
  
 .anm.active .en_tit span{ 
	animation:text_anime_on 0.25s ease-out forwards;
	display: inline-block;
	overflow: initial;
}

  @keyframes text_anime_on {
	0% { 
		transform: translate(-100%, 0%);
		opacity: 0;
	  }
	100% { 
		transform: translate(0, 0%);
		opacity: 1;
	}
  }

  @keyframes text_anime_on_sp {
	0% { 
		transform: translate(0%, 100%);
		opacity: 0;
	  }
	100% { 
		transform: translate(0, 0%);
		opacity: 1;
	}
  }

.blank_span{
	padding:15px;
}


 .anm.active .en_tit .en_tit_span{
	display:block;
	animation: none;
	opacity: 1;
}

.img_list li{
	transform: translate(0px, 100px);
	opacity:0;
	transition: .4s;
}

.img_list li.ready{
	transform: translate(0px, 0px);
	opacity:1;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.red2{
	color: #BE0000;
}
.green{
	color: #206214!important;
}
.yellow{
	color: yellow;
}
.black{
	color: #595757;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background:blue;
}
.bgred{
	background: red;
}
.bggre{
	background: #0F2C0012;
}
.bggre2{
	background: #206214;
}
.bgyel{
	background: yellow;
}
.bgbla{
	background: #595757;
}




/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
	color: #595757;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 3px 6px #00000029;
	z-index: 9999;
}

.header-in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:1290px;
	width:100%;
	margin:auto;
	height: 100px;
	padding: 0 3.929%;
}

.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}


.hLogo{
	width: 28%;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav {
	margin: 10px auto 0;
	width: 95%;
	max-width: 1200px;
}

nav ul{
	display: flex;
	justify-content: space-between;
}


nav li a {
	display: block;
	text-decoration: none;
}

.pc_nav{
	max-width: 750px;
	width: 70%;
}

.nav-div1{
	display: flex;
	justify-content:flex-end;
	margin-bottom: 15px;
	max-width: 660px;
	width: 100%;
	margin-left: auto;
}

.nav-div1 a{
	margin-left: auto;
}

.nav-div1 a:first-child{
	margin:0;
}

.sample_btn{
	display:flex;
	background:#206214;
	color:#fff!important;
	max-width:156px;
	width:100%;
	border-radius:3px;
	align-items:center;
	justify-content:center;
	height:29px;
	font-size:1.4rem;
	font-weight:500;
	line-height: 1;
}

.sample_btn img{
	margin:3px;
}

.sample_btn .cart-num{
	background:#FFFFFF63;
	border-radius:50%;
	width:21.3px;
	height:21.3px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
}

.btn1{
	display:flex;
	max-width:156px;
	width:100%;
	border-radius:3px;
	align-items:center;
	justify-content:center;
	height:29px;
	font-size:1.4rem;
	font-weight:500;
	border: 1px solid #595757;
}

.btn1 img{
	margin-left:5px;
}


.pc_nav ul{
	display:flex;
	justify-content: end;
	max-width: 600px;
	width: 80%;
	margin-right: 1%;
}


.pc_nav ul li{margin-left: auto;}


.pc_nav ul li:first-child{margin-left: 0;}


.pc_nav ul li a{
	font-size:1.7rem;
	font-weight:400;
	line-height:1.176;
}


.pc_nav .bot_flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.note_btn{
	max-width: 130px;
	width: 19%;
	padding-left: 1%;
	border-left: 1px solid #707070;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 1%;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 100px auto 0;
	height: 54vw;
	max-height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* TOP動画用*/
#cover.cover_top {
    width: 100%;
    margin: 70px auto 0;
    height: auto;
    max-height: 1000px;
    display: block;
    align-items: center;
    justify-content: center;
}



.cov-div p{
	text-align: center;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.59;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.in1920{
	max-width:1920px;
	margin:auto;
	width:100%;
}

.inner{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.art_inner1{
	width: 95%;
	max-width: 1066px;
	margin: 0 auto;
}

.art_inner2{
	width: 95%;
	max-width: 1028px;
	margin: 0 auto;
}

.art_inner3{
	width: 95%;
	max-width: 836px;
	margin: 0 auto;
}

.left_inner{
	max-width: 1345px;
	width: 98%;
	margin-right:auto;
}

.right_inner{
	width: 98%;
	margin-left:auto;
	max-width: 1370px;
	position: relative;
}

.flex{
	display:flex;
}

.mainTit{
	font-size: 4rem;
	line-height: 1.5;
	font-size: clamp(2.6rem,3vw,4rem);
}

.mainTit span{
	display: block;
	font-size: 1.4rem;
}

.subTit{
	font-size:3.1rem;
	font-size: clamp(2.2rem,2.8vw,3.1rem);
	font-weight: 500;
}

.en_tit{
	font-size:8rem;
	font-size: clamp(6rem,6vw,8rem);
/* 	display: block; */
}

.ver{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.content01{
	padding: 200px 0;
}


.content01 .img{
	display:flex;
	flex-direction:row-reverse;
	margin-right: 20px;
	/* align-items: flex-start; */
	width: 60%;
	max-width: 792px;
	justify-content: space-between;
}

.content01 .img .img1{
	display:block;
	max-width: 691px;
	width: 88%;
}

.content01 .en_tit{
	line-height: 1.26;
	height: 430px;
	max-width: 110px;
}

.content01 .text_area{
	
width: 40%;
	
max-width: 557px;
}

.content01 .mainTit{
	margin-bottom: 40px;
}

.content01 .subTit{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.content01 .subTit img{
	margin:0 10px;
}

.content01 p{
	font-size: 1.6rem;
	line-height: 2.5;
	margin-bottom: 20px;
	max-width: 490px;
}

.btn2{
	display: inline-flex;
	justify-content:center;
	align-items:center;
	min-width: 102px;
	border:1px solid;
	border-radius:3px;
	font-size:1.3rem;
	/* height:21px; */
	font-weight:400;
	position:relative;
	padding: 0 10px;
	line-height: 1;
	min-height: 21px;
}

.btn2:after{
	content:"";
	background:url(./img/common/bl_arrow.svg)no-repeat;
	width: 10px;
	height:10px;
	margin-left:5px;
}

.btn2.white:after{
	background:url(./img/common/wh_arrow.svg)no-repeat;
}


.content02{
	padding: 200px 0;
}

.content03 .in_contents{
	max-width: 1027px;
	width: 80%;
	margin:auto;
}

.content02 .en_tit{
	position:absolute;
	left: -15px;
	top:0;
}

.content02 .text1{font-size: 2rem;font-weight: 700;margin-bottom: 26px;line-height: 1.3;}

.design_list1 li{
	border-top:1px solid #707070;
	padding:25px 0;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.design_list1 li:last-child{
	border-bottom:1px solid;
}

.co2_div1{
	max-width:873px;
	padding-right:2%;
	width: 86%;
}

.design_list1 li .text2{
	font-size: 2.3rem;
	font-weight: 400;
}

.slider1 .slick-track{
	margin-left:0;
}

.sld1{
	margin-right:10px;
}

.sld1 a{
	opacity:1;
}

.sld1_img{
	width: 100%;
	height: 15vw;
	max-height: 200px;
	overflow:hidden;
}

.sld1_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.sld1:hover .sld1_img img{
	transform:scale(1.2);
}


.sld1 p{
	font-size:1.3rem;
	font-weight:400;
	display: inline-block;
}

.arrow{
	position:relative;
}

.arrow:before{
	position:absolute;
	content:"";
	background:url(./img/common/bl_arrow.svg)no-repeat;
	width:9px;
	height:10px;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.slider1 .slick-prev{
	display: none!important;
}

.content03{
	padding: 200px 0;
}

.content03 .en_tit{
	position:absolute;
	left: -15px;
	top:0;
}


.content03 .text1{
font-size: 2rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.3;
}

.comp_list{
	display:flex;
	flex-wrap:wrap;
}

.comp_list li{
	width: 29.212%;
	position:relative;
	margin-top:50px;
	margin-right:6.182%;
}

.comp_list li:nth-child(1),
.comp_list li:nth-child(2),
.comp_list li:nth-child(3){
	margin-top:0;
}

.comp_list li:nth-child(3n+3){
	margin-right:0;
}

.comp_list li a{
	opacity:1;
}

.comp_list li a.nolink{
	pointer-events:none;
}

.comp_list li .img{
	width: 100%;
	height: 22vw;
	max-height: 300px;
	overflow:hidden;
}

.comp_list li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.comp_list li:hover .img img{
	transform:scale(1.2);
}

.comp_list li p{
	font-size:1.3rem;
	font-weight:400;
	display: inline-block;
}

.content04{
	padding:245px 0 200px;
}

.content04 .left_inner{
	max-width: 1474px;
}

.content04 .flex{
	justify-content: space-between;
	align-items: flex-start;
}

.content04 .img{
	display:flex;
	flex-direction:row-reverse;
	max-width: 792px;
	width: 54%;
	align-items: flex-start;
}

.content04 .img .img1{
	display:block;
	max-width: 716px;
	margin-left: -1.8%;
}


.content04 .en_tit{
	line-height: 1.24;
}

.content04 .text_area{
	max-width: 660px;
	width: 45%;
}

.content04 .text_area .news_list{
	margin-bottom:40px;
}

.news_list li{
	padding:40px 0 30px;
	border-top:1px solid #595757;
	position: relative;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li:last-child{
	border-bottom:1px solid #595757;
}

.news_list li .top{
	display:flex;
	margin-bottom:10px;
}

.date{
	font-size:1.3rem;
	font-weight:400;
	margin-right:20px;
}

.cate{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.2rem;
	font-weight:400;
	height:21px;
	background:#59575729;
	min-width:119px;
	border-radius:3px;
	padding:0 5px;
}

.news_list li .title{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}

.content05{
	padding:245px 0 200px;
}

.co5_div1{
	width: 92%;
	padding:55px 0 64px;
	max-width: 1027px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.co5_div1:before{
	position:absolute;
	content:"";
	width:300%;
	height:100%;
	background:#595757;
	z-index: -1;
	left:0;
	top:0;
}

.sample_add{
	margin:0 auto 13px;
}

.sample_add .btn2{
	color:#17460E!important;
}

.content05 .sample_add .content_area .right .flex{
	margin-top: 65px;
}

.sample_add:before{
	background:#17460E;
}

.content05 .content_area{
    display: flex;
    width: 95%;
    max-width: 1027px;
    margin-right: auto;
    padding: 0 3%;
    /* margin-left: 9%; */
}

.content05 .content_area .left{
	display:flex;
	margin-right: 3.7%;
	width: 58%;
	max-width: 555px;
}

.content05 .content_area .left .en_tit{
	line-height:0.875;
	max-height: 370px;
	flex-direction: column;
}

.content05 .content_area .left .img1{margin-left: 10px;max-width: 381px;}

.content05 .content_area .right{
	max-width: 370px;
	width: 40%;
}

.content05 .content_area .right .text1{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.875;
	margin-bottom: 30px;
}

.content05 .content_area .right .flex{
	justify-content:space-between;
	margin-top:30px;
}

.content05 .content_area .right .flex .img2{
	width: 44%;
}


.content06{
padding: 200px 0;
}

.content06 .in_contents{
	max-width: 1228px;
	width: 90%;
	margin-left:auto;
}

.content06 .en_tit{
	position:absolute;
	top:0;
	left:0;
}

.content06 .img{
	
margin-right: -14%;
	
margin-bottom: 20px;
}

.content06 .text1{margin-bottom: 25px;font-size: 1.6rem;font-weight: 400;line-height: 1.875;}


/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 45px 0 45px;
}

footer .inner {
	text-align: center;
}

footer .flex{
	justify-content: space-between;
    align-items: center;
}

footer .left{
	display:flex;
	max-width: 730px;
	width: 78%;
	align-items: center;
	justify-content: space-between;
}

footer .left ul{
	display:flex;
	max-width: 201px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
}

footer .left li{
	position:relative;
	line-height: 1;
}

footer .left li.bar{
	font-size:1.3rem;
	font-weight: 400;
	line-height: 1;
	padding-top: 5px;
}

footer .left a{
	font-size:1.3rem;
	line-height: 1;
}

footer .right{
	display:flex;
	max-width: 195px;
	width: 20%;
}

.sns_list{
	display:flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	font-size:1.3rem;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #F44336;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	/* margin: 9px 0 0; */
	/* display: block; */
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	background: #206214;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0!important;
	border-radius: 3px;
	max-width: 198px;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {opacity: 0.7;}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

::placeholder{
	color:#c6c6c6;
}

.txtfiled  {
	height: 200px;
}

#zip1, #zip2 {
	width: 150px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 100%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 30px;
	width:100%;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
	padding: 0 0px 0 8px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #595757;
	border-radius: 3px;
}

select.sel1{
	width:95px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.tel_inp{
	max-width:82px;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 100%;
	margin: 0 auto;
}


.contact_tb th, .contact_tb td {padding: 18px 0;}

.contact_tb th {
	width: 31%;
	text-align: left;
	position: relative;
	line-height: 1.4;
	max-width: 236px;
	font-size: 1.8rem;
	padding-right: 3%;
}

.contact_tb th label{
	display:flex;
	justify-content:space-between;
}

.contact_tb th span{
	max-width:145px;
	word-break: auto-phrase;
}

.tb_span1{
	font-size:1.6rem;
	font-weight:400;
	display:block;
}

.contact_tb td{
	width: 69%;
	font-size: 1.6rem;
}

.contact_tb th em {
	background: #20621433;
	color: #206214;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 25px;
	line-height: 1;
	border-radius: 3px;
}

.confirm_div .contact_tb th em {
display: none;
}

.confirm_div .contact_tb th label{
	display: inline-block;
}

.contact_tb td span.bar{
	margin:0 1%
}

.zip-btn{
	background: #F0F0F0;
	color: #206214;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 25px;
	line-height: 1;
	border-radius: 3px;
	font-weight:400;
	cursor:pointer;
}

.contact_tb td .flex{
	align-items:center;
}

.privacy_div{
	padding:53px 0;
	font-size: 1.6rem;
	font-weight: 400;
}

.privacy_div a{
	text-decoration:underline;
}

.vertop{
	vertical-align:top;
}

.send_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 198px;
	margin: auto;
	position: relative;
}

.send_btn:before{
		position:absolute;
		content:"";
		background:url(./img/common/wh_arrow.svg)no-repeat;
		background-size: contain;
		width: 14px;
		height: 15px;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 1;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}


/* 新着情報
----------------------------------------------------------- */

.news li {
	/* width: 660px; */
	margin: 0;
}

.news dl {
	width: 98%;
	padding: 30px 5px 30px;
	border-top: 1px solid #555;
	display: flex;
}

.news dt{
	min-width: 100px;
	margin: 0 20px 0 0;
}

.news li:first-child dl {
	border-top: none;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}

/* article */

#art_cover1{
	height:502px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:100px;
}

#art_cover1 .art_cov1-div{max-width: 1066px;width: 92%;}

#art_cover1 .art_cov1-div h1{
	font-size: clamp(4rem,6vw,8rem);
}


#art_cover2{
	padding-top:170px;
}

#art_cover2 h1{
	font-size: clamp(6rem,6vw,8rem);
	font-weight: 400;
}

#art_cover2.contact_tit h1{
	font-size: clamp(4rem,6vw,8rem);
	font-weight: 400;
}

#art_cover2.contact_tit.jpttl h1{
	font-size: clamp(4rem,6vw,6rem);
	font-weight: 400;
}

#art_cover2.contact_tit.entry_tit.jpttl h1{
	font-size: clamp(3rem,6vw,6rem);
}

#art_cover3{
	padding: 95px 0 125px;
	margin-top: 100px;
	max-width: 1920px;
	margin: 100px auto 0;
}

#art_cover3 .text_area .text{
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 1.625;
	margin-right: 5%;
}

.art_cov3_div{max-width: 1474px;width: 95%;margin-left: auto;position: relative;}

#art_cover3 .text_area{
	max-width: 554px;
	width: 38%;
	margin-right:auto;
	min-height: 430px;
}

#art_cover3 .text_area .top{
	margin:0 0 40px;
}

#art_cover3 .text_area .top .title{
	font-size: clamp(4.6rem,5vw,8rem);
	font-weight:400;
	line-height: 1;
}

#art_cover3 .text_area .top .title span{
	font-size: clamp(2.5rem,5vw,3rem);
	font-weight:400;
	display:block;
}

#art_cover3 .text_area .text{
	margin-bottom:50px;
	font-size: 1.6rem;
	line-height: 1.625;
}

#art_cover3 .text_area .top .img{
	position:absolute;
	right: 0%;
	max-width:905px;
	width: 61%;
	top: 0;
}

.products #art_cover3 .text_area .top .img{
	right:-11.534%;
}

.btn2.bggre2{
	height:53px;
	display:flex;
	max-width:294px;
	font-size: 1.6rem;
	font-weight: 500;
}

/* story */
.story #art_cover1{
	background:url(./img/story/mv.jpg)no-repeat center;
	background-size:cover;
}

.sto01{
	padding: 180px 0 190px;
}

.sto_div{
	justify-content:space-between;
}

.sto_div .text_area{
	max-width: 580px;
	width: 60%;
}

.sto_div .text_area .text1{
	font-size:2rem;
	line-height:2.75;
	font-size: clamp(1.6rem,2vw,2rem);
	font-weight: 500;
}

.sto_div .text_area .text1 sup{
	font-size:1.2rem;
}

.sto_div .text_area .text1.matop{
	margin-top:60px;
}

.sto_div .text_area .text1 span{
	font-size:1.4rem;
	
}

.sto_div .img{
	max-width:422px;
	width: 40%;
}

.sto01 .sto_div .img .img1{
	max-width:305px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-top: 15px;
	width: 100%;
}

.sto01 .sto_div .img .img2{
		max-width:234px;
		margin-left: auto;
		width: 100%;
}

.sto02{
	padding:190px 0;
}

.art_tit1{
	font-size:4rem;
	font-weight:400;
	font-size: clamp(2.5rem,6vw,4rem);
}

.art_tit1_sub{
	font-size:2rem;
	font-weight:500;
	display:block;
	font-size: clamp(1.6rem,3vw,2rem);
}

.sto02 .art_tit1{
	margin-bottom: 58px;
}

.sto02 .sto_div .img .img1{
	max-width:302px;
	margin-left: 26px;
	margin-bottom:115px;
}

.sto02 .sto_div .img .img2{
		max-width:353px;
}

.sto02_div{
	margin-top:50px;
}

.sto_list1 li{
	margin-bottom:15px;
}

.sto_list1 li:last-child{
	margin-bottom:0px;
}

.sto_list1 .title{
	font-size:2rem;
	font-weight:400;
	line-height:1.5;
	margin-left: 2rem;
	text-indent: -2rem;
}

.sto_list1 p{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.875;
	padding-left:25px;
}

.sto03{
	padding: 200px 0 145px;
}

.sto03_div{
	background:#F0F0F0;
	width:100%;
	padding:55px 0;
}

.sto03_div .flex{
	max-width:682px;
	width: 95%;
	margin:auto;
	justify-content:space-between;
	align-items:center;
}

.sto03_div .flex .text_area{max-width: 320px;width: 58%;}

.sto03_div .flex .img{
    max-width: 281px;
    width: 40%;
    box-shadow: 0 3px 6px #0000004d;
}

.sto03_div .flex .text_area a{
	color:#595757;
}

.oth_link{
	position:relative;
}

.oth_link:before{
	position:absolute;
	content:"";
	width:16px;
	height:16px;
	background:url(./img/common/link.svg)no-repeat;
	right:0;
	bottom:0;
}

.sto03_div .oth_link{
	padding-right:28px;
}


.sto03_div .oth_link:before{
	bottom:10px;
}

/* faq */

.faq01{
	padding:30px 0 150px;
}

.faq_list li{
	border-top: 1px solid #707070;
}

.faq_list li:last-child{
	border-bottom: 1px solid #707070;
}

.faq_list dl span{
	margin: 0 1.7% 0 0px;
}

.que{
	font-size: 4rem;
}

.ans{
	font-size: 4rem;
	line-height: 1;
}

.faq_list dt,.faq_list dd{
	display: flex;
	align-items: center;
}

.faq_list dt{
	width: 100%;
	position: relative;
	font-weight: 400;
	padding: 26px 2%;
}

.faq_list dt p{
	width: 69%;
	font-size: 1.6rem;
	font-weight: 400;
}

.pulu{
	position: absolute;
	display: flex;
	right: 5px;
}

.pulu span{
	width: 15px;
	height: 2px;
	display: block;
	position: absolute;
	right: 20px;
	background: #206214;
	transform: rotate(-45deg);
	transition:.4s;
	top: 0px;
}

.open .pulu span{
	background:#707070;
	height: 1px;
	width: 22px;
}

.open .pulu span + span{
    right: 20px;
}

.pulu span + span{transform: rotate(45deg);right: 30px;}

.faq_list dd{
	background: #fff;
	color: #333;
	align-items: flex-start;
	padding: 38px 2% 50px;
	background: #EEF0ED;
}

.faq_list dd p{
	width: 92%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}
.faq_list dd p a{
	text-decoration: underline;
	color: #216214;
}
/* news */

.news01{
	padding:30px 0 150px;
}

.news_list2 li{
	margin-bottom:50px;
	display:flex;
	align-items:flex-start;
}

.news_list2 li:last-child{
	margin-bottom:0px;
}

.news_list2 li .top{
	display:flex;
	align-items:center;
	margin-top: 5px;
	margin-right: 40px;
}

.news_list2 li .title{
	font-size:1.6rem;
	font-weight:400;
	line-height: 1.75;
	width: 71%;
}

.pagination-list{
	margin: 190px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.page-numbers{
	font-size:1.6rem;
	margin: 0 8px;
	font-weight:400;
}

.page-numbers.dots:hover{
	color:#595757;
	text-decoration:none;
}

.page-numbers.current,
.page-numbers:hover
{
	opacity:1;
	color:#206214;
	text-decoration:underline;
}

.news02{
	padding:30px 0 150px;
}

.det_area .title{
	font-size:2rem;
	margin-bottom:30px;
}

.main_det{
	margin: 30px auto 185px;
}

.main_det img{
	margin-bottom:30px;
contain-intrinsic-size: revert;
width: revert-layer;
}

.main_det p{
	margin-bottom:55px;
}

.main_det h3{
	margin-bottom:24px;
}

.lebor{
	padding-left:15px;
	border-left:6px solid #B7BFB2;
}

.det_div1{
	margin-bottom:70px;
}

.det_galla{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.det_galla img{
	width: 47.847%;
	margin-bottom: 30px;
}

.btn2.back_btn{
	margin:auto;
	display: flex;
	max-width: 198px;
	height: 33px;
	font-size:1.6rem;
	font-weight:400;
	line-height: 1;
}

.btn2.back_btn:after{
	background:url(./img/common/gl_back_arrow.svg)no-repeat;
	width: 14px;
	height:15px;
	margin-left:0px;
	position:absolute;
	left:20px;
}

/* order */

.order01{
	padding:200px 0;
}

.order01 .art_text_div1{
	margin-bottom:36px;
}

.art_text_div1 .bor_tit{
	border-left: 6px solid #B7BFB2;
	padding-left:10px;
	font-weight:400;
	font-size:2.5rem;
	margin-bottom:20px;
}


.prod01 .art_text_div1 .bor_tit{
	font-size:4rem;
	line-height: 1.1;
	padding-left: 16px;
	    display: flex;
    align-items: flex-end;
}


.art_text_div1.bole{
	border-left: 6px solid #B7BFB2;
}

.art_text_div1.bole .bor_tit{
	border:none;
}

.art_text_div1 p{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}


.order_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:2124px;
	width: 111vw;
	margin: 0 calc(50% - 55.5vw);
}

/* support */
.sup_inner{
	max-width:1200px;
	width:95%;
	margin:0 auto;
}

.support01{
	margin:132px auto 0;
}

.sup_div1{
	display:flex;
	align-items:center;
	min-height:65px;
	padding: 14px 0 14px 2.84%;
	background:#336122;
	color:#fff;
	margin-bottom: 45px;
}

.sup_div1.bggray{
	background:#D4D5D5!important;
	color:#595858;
}

.sup_div1.bggray .text{
	font-size: clamp(1.6rem,1.8vw,2rem);
}

.sup_div1 .title{
	font-weight:400;
	display:block;
	font-size: clamp(2rem,2.4vw,2.6rem);
	line-height: 1;
	flex-shrink: 0;
}

.sup_div1 .text{
	margin-left: 9%;
	font-size: clamp(1.6rem,1.6vw,1.8rem);
}

.sup_div2{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

.sup_div2 .left{
	width: 204px;
	flex-shrink:0;
	font-size: clamp(1.8rem,1.6vw,2rem);
	font-weight:700;
	line-height:1.6;
	color:#595858;
}

.sup_div2 .sup_list1{
	width: 83%;
}

.sup_list1 li{
	position:relative;
	font-size:1.5rem;
	font-weight:400;
	color: #595858;
	line-height: 2.3333;
	text-indent: -1.6em;
	padding-left: 1.6em;
}

.sup_list1 li:before{
	content:"●";
	margin-right:6px;
}

.sup_list2{
	display:flex;
	justify-content:space-between;
	margin:64px auto;
}

.sup_list2 li{
	width:24%;
	max-width:247px;
	text-align:center;
}

.sup_list2 li p{
	margin-top:18px;
	font-size:1.5rem;
}

.support01 .sup_div2:last-child{
	margin-top:54px;
}

.support02{
	padding: 100px 0 30px;
}

.support02 .img{
	max-width: 1288px;
	width:95%;
	margin:0 auto;
}

.support03{
	padding:0 0 100px;
}

.sup03_div1{
	margin-bottom:55px;
}

.sup03_div1 .sup_div2{
	margin-bottom:35px;
}

.sup03_div2{
	margin-bottom:60px;
}

.sup03_div2 .flex{
	max-width: 1076px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}

.sup03_div21{
	margin-right: 4%;
}

.sup03_div21:last-child{
	margin-right: 0%;
}


.sup03_div21 .title2{
	position:relative;
	font-size: clamp(2.4rem,2vw,3rem);
	font-weight:700;
	line-height:1.46667;
}

.sup03_div21 .title2.maru{
	margin-bottom:40px;
}

.sup03_div21 .title2.maru:before{
	position:absolute;
	content:"";
	width:93px;
	height:93px;
	background:url(./img/support/maru.svg)no-repeat center;
	background-size:contain;
	left: -23px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-1;
}

.sup03_div21 .title2.batsu{
	margin-bottom:30px;
}

.sup03_div21 .title2.batsu.matop{
	margin-top:118px;
}

.sup03_div21 .title2.batsu:before{
	position:absolute;
	content:"";
	width:80px;
	height:80px;
	background:url(./img/support/batsu.svg)no-repeat center;
	background-size:contain;
	left: -26px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-1;
}

.sup03_list1{
	max-width:575px;
	width:100%;
	margin-top:42px;
}

.sup03_list2 li .sup03_list1{
	margin-top:0px;
}


.sup03_list2 li .sup03_list1 li:before{
	position:absolute;
	left:-16px;
}

.sup03_list1 li{
	position:relative;
	display:flex;
	font-size:1.4rem;
	font-weight:400;
	color: #595858;
	line-height: 1.64285714;
}

.sup03_list1 li:before{
	content:"※";
	margin-right:6px;
}

.sup03_div3 .img1{
	margin:0 auto 70px;
	max-width:1088px;
	width:100%;
}

.sup03_div31{
	margin:0 auto 0px;
	max-width:1076px;
	width:100%;
}

.sup03_div31 .title2{
	text-align:center;
	background:#336122;
	color:#fff;
	min-height:46px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
	font-size: clamp(2rem,2.4vw,2.6rem);
}

.sup03_div31 .content_area{
	border:3px solid #336122;
	border-top:none;
	padding: 24px 2% 19px 5%;
}

.sup_list3{
	display:flex;
	justify-content:space-between;
	max-width:963px;
	width: 90%;
	margin:auto;
}

.sup_list3 li{
	display:flex;
	justify-content: space-between;
	width: 48%;
	max-width: 423px;
	align-items: center;
}

.sup_list3 li .text_area{
	max-width:289px;
	width: 76%;
	font-size:1.4rem;
}

.sup_list3 li .img{
	max-width:96px;
	width: 22%;
}


.sup_list3 li .text_area h5{
	font-weight:700;
	position:relative;
}

.sup_list3 li .text_area h5:before{
	content:"●";
	position:absolute;
	left:-18px;
}

.sup_list3 li .text_area p{
	font-weight:400;
	position:relative;
	margin-top:8px;
}

.sup_list3 li .text_area p:before{
	/* content:"・"; */
	position:absolute;
	left:-18px;
}

.sup_div1.bggray .text:first-child{
	margin:0;
}

.support04{
	padding-bottom:138px;
}

.sup04_div1{
	max-width:1042px;
	width: 100%;
	margin:0 auto;
}

.sup04_div1 .flex{
	margin-bottom:52px;
}

.sup04_div1 .flex:last-child{
	margin-bottom:0px;
}


.sup04_div1 p{
	font-size: clamp(1.8rem,1.8vw,2rem);
	font-weight:400;
	line-height:1.45;
	width: 50%;
}

.sup04_list{
	width: 50%;
	display:flex;
	font-size: 2rem;
}


.sup04_list li{
	margin-left: 8%;
	padding-left: 6%;
	position:relative;
}

.sup04_list li a{
	text-decoration:underline;
	text-underline-position: under;
}

.sup04_list li:first-child{
	margin-left:0%;
	padding-left:0%;
}


.sup04_list li:before{
	position:absolute;
	content:"";
	height:24px;
	width:1px;
	background:#595858;
	transform:rotateZ(20deg);
	top:0;
	bottom:0;
	margin:auto;
	left:0;
}

.sup04_list li:first-child:before{
	display:none;
}

.sup03_div32{
	max-width:1088px;
	width:100%;
	margin: 0 auto 70px;
	display:flex;
	justify-content:space-between;
}

.sup03_div32 .left{
	max-width:498px;
	width:49%;
}

.sup03_div32 .right{
	max-width:498px;
	width:49%;
}

.sup03_list2 > li{
	margin-bottom: 35px;
	max-width: 489px;
	width: 100%;
}

.sup03_list2 li .title2{
	font-weight:700;
	font-size: clamp(2rem,2.4vw,2.6rem);
	
}

.sup03_list2 li .title2 span{
	font-weight:400;
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	margin-right:9px;
}

.sup03_list2 li .flex{
	justify-content:space-between;
	margin-top:12px;
}

.sup03_list2 li .flex .img2{
	max-width: 266px;
	width: 56%;
}


.sup03_list2 li .flex .text_area{
	width: 38%;
}

.sup03_list2 .sup_list1 li{
	font-size: 1.4rem;
	line-height: 1.92857;
	text-indent: 0;
	padding-left: 0;
}

.sup03_list2 .sup_list1 li:before{
	position:absolute;
	left:-16px;
}

.sup03_list2 .sup_list1 li .bold{
	font-weight:700;
}

.sup03_list2 .sup_list1 li .unli{
	text-decoration:underline;
}

.sup03_list2 li .flex .text_area.long{
	width:100%;
	margin-left: 37px;
}

.sup03_div321{
	border:2px solid #595858;
	padding: 35px 6.7%;
	font-size: 1.4rem;
	line-height: 1.92857;
	margin: 50px auto 0;
}

.sup03_div322{
	background:#EFEFEF;
	padding: 38px 0 29px;
	margin-top: 73px;
}

.sup03_div322 .title2{
	font-weight:700;
	font-size: clamp(2rem,2.4vw,2.6rem);
	line-height:1.423;
	text-align:center;
	margin-bottom:20px;
}

.sup03_div322 .flex {
	justify-content:space-between;
}

.sup03_div322 .flex .img{
	max-width:211.4px;
	width: 43%;
	margin: 0 4% 0 1%;
	text-align: center;
	font-size: 1.35rem;
}

.sup03_div322 .flex .text_area{
	max-width: 250px;
	width: 52%;
	padding-top: 33px;
}


.sup03_div322 .flex .img p{
	margin-top:20px;
	padding-left: 20%;
}

.sup03_div322 .sup03_list1{
	margin:0;
}

.sup03_div322 .sup_list1 li{
	font-size: 1.35rem;
	line-height:2;
	text-indent: 0em;
	padding-left: 0em;
}

.sup03_div322 .sup03_list1 li{
	font-size: 1.35rem;
	line-height:2;
}

.sup03_div322 .sup_list1 li:before {
    position: absolute;
    left: -16px;
    margin-right: 0;
}

.sup03_div322 .sup03_list3 li{
	font-size: 1.35rem;
}

.sup03_div322 .sup03_list1:nth-child(2){
	margin:0 0 40px;
}

.right .sup03_list2 > li:last-child li{
	font-size:1.5rem;
	line-height:1.8;
}

@media screen and (min-width: 1920px) {

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


.order_list1 li{
	width: 23%;
	max-width:480px;
	margin-bottom: 36px;
	font-size: 1.6rem;
}

.order02{
	padding:200px 0 155px;
}

.order02 .art_text_div1{
	margin-bottom:42px;
}

.order_list2{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:200px;
}

.order_list2 li{
	width:50%;
}

.order02 .btn2{
	margin:auto;
}

/* products */
.product_area > div:nth-child(2n+1),
.product_area > section:nth-child(2n+1){
	background:#0F2C0012;
}

.prod01{
	padding:195px 0;
}

.prod01 .art_text_div1{
	margin-bottom: 5px;
}

.prod01 .art_text_div1 .art_text1{
	padding-left: 20px;
}

.prod_list1{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.prod_list1 li{
	width: 29.184%;
	margin-right: 6.224%;
	margin-top: 44px;
	font-family: 'Roboto', sans-serif!important;
	position: relative;
	transition:.4s;
}

.prod_list1 li:hover{
	opacity:0.7;
}


.prod_list1 li:nth-child(3n+3){
	margin-right:0;
}

.prod_cate_area{
	position:relative;
	padding-left:94px;
}

.prod_cate_div{
	padding:15px 0 7px;
	border-bottom:1px solid #595757;
}

.prod_cate_div:last-child{
	border-bottom:none;
}

.prod_cate_div .title{
	font-size:1.3rem;
	margin-bottom:13px;
}

.prod_cate_list{
	display:flex;
	flex-wrap:wrap;
}

.prod_cate_list li .prod_cate{
	margin-bottom:9px;
	margin-right:15px;
	font-size:1.6rem;
	border:1px solid #595757;
	border-radius:3px;
	padding:0 10px;
	min-width: 69px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	cursor:pointer;
}

.prod_cate_list li.ab_cate{
	position:absolute;
	left:0;
}

.prod_cate_list li.ab_cate .prod_cate{
	max-width: 69px;
}

.prod_cate_list li .prod_cate.active,
.prod_cate_list li .prod_cate:hover{
	background:#595757;
	/* font-weight:700; */
	color:#fff;
	/* letter-spacing: -0.511px; */
}

.products #art_cover3 .text_area .top .img{
	max-width: 860px;
	width: 59%;
	right: -12%;
	height: 430px;
}

.products #art_cover3 .text_area .top .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:left;
}

.products #art_cover3 .text_area{
	max-width: 690px;
	width: 52%;
}

.prod02{
	margin:100px auto 0;
	padding: 94px 0 200px;
}

.prod2_div1{
	display:flex;
	justify-content:space-between;
	margin-bottom: 75px;
}

.prod2_div1 .left{
	max-width:632px;
	width: 62%;
}

.prod2_div1 .title{
	font-size:clamp(3.5rem,5vw,5.3rem);
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.32;
}

.prod2_div1 .left .text_area .text{
	font-size:1.6rem;
	line-height:1.75;
	margin-bottom:95px;
}

.prod2_div1 .left .text_area .text2{
	font-size:1.3rem;
	line-height:1.46;
	margin-top: 5px;
}

.btn3{
	display: flex;
	justify-content:space-between;
	align-items:center;
	min-width: 250px;
	border:1px solid;
	border-radius:3px;
	font-size:1.6rem;
	font-weight:500;
	position:relative;
	padding: 0 12px;
	line-height: 1;
	min-height: 21px;
	height:53px;
	max-width:276px;
}

.prod2_div1 .left .text_area .text2.mabo{
	margin-bottom:30px;
}

.prod2_div1 .left .text_area .btn3.matop{
	margin-top:30px;
}


.prod2_div1 .right{
	max-width:316px;
	width: 36%;
}

.prod2_div1 .right .container{
	width:100%;
}

.main-img.js-main-img{
	margin:0 auto 23px;
	max-width: 316px;
	max-height: 316px;
	overflow: hidden;
	height: 34vw;
	width: 100%;
}

.main-img.js-main-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.sub-img.js-sub-img{
	display:flex;
}

.sub-img.js-sub-img li{
	width: 28.485%;
	margin-right: 7.2725%;
	cursor:pointer;
	text-align: center;
	font-size: 1.4rem;
}

.sub-img.js-sub-img li:hover{
	opacity:0.7;

}

.sub-img.js-sub-img li:last-child{
	margin-right:0;
}

.prod2_div2{
	margin: 84px auto 0;
}


.prod_table{
	/* margin-bottom:10px; */
	    width: 100%;
}

.prod_table th{
	border-right:1px solid #595757;
	width: 9.2%;
	padding-left:15px;
	padding: 11.5px 0;
}

.prod_table td{
	border-right:1px solid #595757;
	width: 41%;
	padding: 11.5px 0 11.5px 10px;
}

.prod_table td:last-child{
	border-right:none;
}

.prod_table th,
.prod_table td{
	font-size:1.6rem;
	font-weight:400;
	border-top: 1px solid #595757;
	line-height: 1.75;
}

.prod_table tr:last-child th,
.prod_table tr:last-child td{
	border-bottom: 1px solid #595757;
}

.prod_tb_flex{
	display:flex;
	flex-wrap: wrap;
}

.prod_tb_list1{
	width:50%;
}

.prod_tb_list1 li{
	display:flex;
	font-size:1.6rem;
	font-weight:400;
	width: 100%;
	border-top: 1px solid #595757;
	line-height: 1.75;
}

.prod_tb_list1:last-child li{
	border-bottom: 1px solid #595757;
}

.prod_tb_list1:last-child{
	width:100%;
}

.prod_tb_list1:last-child .left{
	width: 10%;
}

.prod_tb_list1:last-child .right{
	width: 90%;
	max-width: 933px;
	border-right: none;
}

.prod_tb_list1 li .left{
	border-right:1px solid #595757;
	width: 28%;
	display:flex;
	align-items:center;
	padding-left:15px;
	max-width: 94px;
	padding: 11.5px 0 11.5px 15px;
}

.prod_tb_list1 li .right{
	border-right:1px solid #595757;
	width: 82%;
	max-width: 420px;
	padding: 11.5px 0 11.5px 10px;
}

.prod_tb_list1:nth-child(2) li .right{
	border-right:none;
}

.prod_list2 li{
	font-size:1.6rem;
	font-weight:700;
	margin-top:13px;
	padding-left:16px;
	position:relative;
}

.prod_list2 li a{
	text-decoration:underline;
}

.prod_list2 li:before{
	position:absolute;
	content:"";
	  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #206214;
  border-right: 0;
	left:0;
	top:8px;
}

.sld2{
	margin: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prod2_div3 .art_tit2{
	margin-bottom:40px;
}

.art_tit2{
	font-size: 1.6rem;
	font-weight: 400;
}

.prod03{
	padding:135px 0;
}

.prod03 .flex{
	justify-content:space-around;
}

.link_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 440px;
	width: 48%;
	height: 440px;
	max-height: 440px;
	padding: 15px;
	box-shadow:6px 6px 6px #00000029;
}

.link_btn a{
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	height: 100%;
	position:relative;
}

.link_btn_cont a{
	background:url(./img/product/detail/contact.jpg)no-repeat;
	background-size:cover;
}

.link_btn_order a{
	background:url(./img/product/detail/order.jpg)no-repeat;
	background-size:cover;
}

.link_btn a:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#0000006e;
	transition:.4s;
}

.link_btn a:hover{
	opacity:1;
}

.link_btn a:hover:before{
	background:transparent;
}

.link_btn .text_area{
	position:relative;
	z-index:1;
	text-align:center;
}

.link_btn .text_area .title{
	font-size:3.6rem;
	font-weight:400;
	line-height:1.44;
}

.link_btn .text_area .text{
	font-size:1.6rem;
	font-weight:400;
	margin:20px auto;
	line-height:1.875;
}

.prod04{
	padding:190px 0;
}

/* ordercontact */
.contact01{
	padding: 20px 0 150px;
}

.art_tit3{
	background:#F0F0F0;
	font-size:2.5rem;
	padding-left:10px;
	position:relative;
	font-weight:400;
	min-height: 40px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.art_tit3:before{
	position:absolute;
	content:"";
	width:6px;
	height:30px;
	background:#B7BFB2;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.contact01 .art_tit3{
	margin-bottom:24px;
	line-height: 1;
}

.contact01 .art_tit3 label{
	width:100%;
	height:100%;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.tel_area{
	text-align:center;
}

.tel_btn{
	font-size:5rem;
	font-weight:700;
	line-height:1;
}

.tel_area p{
	font-size:1.6rem;
	font-weight:400;
}

.cont01_div1{
	margin:0 auto 90px;
}


.cont01_div2 .text1{
		font-size:1.6rem;
	font-weight:400;
}

.cont01_div2 .text1.mabo{
	margin-bottom:70px;
}

.cont01_div2 .text2{
	font-size:2rem;
	line-height:1.5;
	font-weight:400;
}

.che_text{
	font-size:1.6rem;
	font-weight:700;
	padding-left:18px;
	display: none;
}

.confirm_div .che_text{
	display:block;
}

.confirm_div .hide_cont{
	display:block!important;
}

.confirm_div .open_cont{
	
pointer-events: none;
}

.che_be{
	position:relative;
}

.che_be:after{
	position:absolute;
	content:"";

	width:10px;
	height:10px;
	background:#206214;
	border-radius:50%;
}
.che_text.che_be:after{
	left:0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact_tb th.che_be{
	position: relative;
}

.contact_tb th.che_be:after{
	display:none;
}

.confirm_div .contact_tb th.che_be:after{
	position: initial;
	display: inline-flex;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 3px;
	
}

.stepbar{
	margin:80px auto 80px;
	max-width:645px;
	width:100%;
}

.step_list{
	display:flex;
	justify-content:space-between;
	position:relative;
}

.step_list:before{
	position:absolute;
	content:"";
	width: 68%;
	height:1px;
	background:#595757;
	top:4px;
	left:0;
	right:0;
	margin:auto;
}

.step_list li{
	width:33.333%;
	text-align:center;
	position:relative;
	padding-top:35px;
	font-size: 1.4rem;
	font-weight: 700;
}

.step_list li.active{
	color:#206214;
}

.step_list li:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background:#595757;
	border-radius:50%;
	top:0;
	left:0;
	right:0;
	margin:auto;
}

.step_list li.active:before{
	border:3px solid #206214;
	width:10px;
	height:10px;
	background:#fff;
	top:-3px;
}

.step_list li p{
	font-size:1.6rem;
}

.step_list li span{
	font-size:1.4rem;
	display: block;
}

.step_list li span.sp{
	display:none;
}

input.zip_inp{
	width:82px;
}

#zip02,
#o-zip02{
	margin-right:15px;
}

.irai_div{
	margin: 24px auto 100px;
}

.irai_list li{
	display:flex;
	border-top:1px dotted #707070;
	padding: 30px 3.59%;
	position: relative;
	align-items: center;
}

.irai_list li:last-child{
	border-bottom:1px dotted #707070;
}

.irai_list li .img{
	max-width:100px;
	max-height:100px;
	width: 22%;
	height: 18vw;
	margin-right: 6%;
	min-width:70px;
	min-height: 70px;
}

.irai_list li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.irai_list li .text_area{
	width: 50%;
}

.irai_list li .text_area p{
	font-size:3rem;
	font-weight:700;
	word-break: auto-phrase;
	line-height: 1;
}

.irai_list li .text_area p span{
	font-size:1.6rem;
	font-weight:400;
	display:block;
	line-height: 2;
}

.delete_btn{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	height:fit-content;
	display:flex;
	align-items:center;
	font-size:1.6rem;
	cursor:pointer;
	justify-content: center;
}

.delete_btn a{
	display:flex;
	align-items:center;
}

.delete_btn img{
	margin-right:5px;
	margin-top: 2px;
}
.estimate_list .delete_btn img{
	vertical-align: middle;
	margin-top: 0;
}

.hide_area{
	margin: 82px auto 19px;
}

.estimate_list .right{
	position:absolute;
	right:0;
	margin:auto;
	font-size:1.6rem;
	font-weight:500;
	padding-bottom: 20px;
	margin-right: 17.8px;
}

.estimate_list .delete_btn{
	margin-right:0;
	max-width: 95px;
	bottom: 35px;
	margin: 0;
	top: auto;
	right: 21px;
	position: initial;
    margin-left: auto;
}

.number_div{
	display:flex;
	align-items:center;
	margin-bottom:12px;
}

.reset_btn > input{
	width: 100%;
	height: 28px;
	max-width: 95px;
	text-align: center;
	margin-left: auto;
	background: #F0F0F0;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 11px;
	border: none;
}
.reset_btn {
	text-align: right;
}
.number_div .text{
	margin-right:5px;
}

/* レンタルページ増減ボタン */
.spinner-container {
	display: flex;
	justify-content: space-around;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	align-items: center;
	width: 100%;
	height: 28px;
	border: 1px solid #707070;
	padding: 0 10px;
	border-radius: 3px;
	max-width: 95px;
	}
  
  .spinner {
	padding: 0;
	text-align: center;
	border: none;
	background: none;
	outline: none;
	pointer-events: none;
	}
  
  .spinner::-webkit-inner-spin-button,
  .spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
  }

.spinner-container .flex{
	flex-direction:column;
}

  .spinner-sub,
  .spinner-add {
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 35px;
	font-size: 1rem;
	line-height: 1;
	}
  
  .disabled {
	opacity: 0.3;
	cursor: inherit;
  }


.total_area{
	font-size: 2rem;
	font-weight:700;
	padding:17px 0;
	border-bottom: 1px dotted #707070;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 34px;
}

.total_area p{
	display:flex;
	justify-content: space-between;
	max-width: 230px;
	margin-left: auto;
	align-items: center;
}

.total_area span{
	font-size: 2.5rem;
	display: flex;
	align-items: center;
}

.estimate_div2{
	background:#0F2C0024;
	font-size:1.8rem;
	font-weight:700;
	min-height: 54px;
	display:flex;
	align-items:center;
	padding-left: 3.59%;
}

.cont01_div5{
	margin:0 auto 100px;
}

/* ラジオボタン01 */
.des_rad{
    display: none;
}
.radio01,
.rad-flex .mwform-radio-field.horizontal-item label{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 40px;
    position: relative;
    width: auto;
}
.radio01::before,
.rad-flex .mwform-radio-field.horizontal-item label::before{
    background: #fff;
    border: 1px solid #595757;
    border-radius: 50%;
    content: '';
    display: block;
    height: 26px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 35%;
    width: 26px;
}
.radio01::after,
.rad-flex .mwform-radio-field.horizontal-item label::after{
    background: #206214;
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    opacity: 0;
    position: absolute;
    top: 35%;
    width: 12px;
    z-index: 1;
    left: 13px;
}

input[type=radio]:checked + .radio01::after,
.rad-flex .mwform-radio-field.horizontal-item label.selected::after{
    opacity: 1;
}

.rad-flex{
	flex-wrap: wrap;
	display:flex;
}

.radio_div,
.rad-flex .mwform-radio-field.horizontal-item{
	width:25%;
	margin-left: 0;
}

.radio_div:nth-child(4n+2),
.rad-flex .mwform-radio-field.horizontal-item:nth-child(4n+2){
	width:30%;
}

.radio_div:nth-child(4n+4),
.rad-flex .mwform-radio-field.horizontal-item:nth-child(4n+4){
	width:20%;
}



/* thanks */


.thx_tit{
	font-size:3.5rem;
	margin-bottom:60px;
	font-size: clamp(2.6rem,3vw,3.5rem);
	font-weight:700;
	text-align: center;
}

.thx_text{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.75;
	margin-bottom: 45px;
	text-align: center;
}

.cont01_div1 .btn2.green{
	margin:90px auto 0;
	display:flex;
	max-width:223px;
	height:33px;
}

.btn2.green:after{
	background: url(./img/common/gre_arrow.svg)no-repeat;
	background-size:contain;
	width: 14px;
	height: 15px;
}

.sample_add .btn2.green:after{
	background: url(./img/top/addbtn.svg)no-repeat;
	background-size:contain;
}

.confirm_div .contact_tb th,
.confirm_div .contact_tb td{
	width:100%;
	display:block;
	max-width: initial;
}

.confirm_div .contact_tb th{
	padding:21px 0 7px;
}

.confirm_div .contact_tb td{
	padding:0px 0 15px;
	border-bottom:1px dotted #707070;
}

.confirm_div .zip-btn,
.confirm_div .privacy_div p{
	display:none;
}

.confirm_div .privacy_div{
	padding:0px 0;
	margin-bottom: 100px;
}

input[name="total"]{
	border:none;
	color: #595757;
	height: auto;
	display: flex;
	padding: 0;
	margin: 0;
	width: auto;
	max-width: 100px;
	text-align: right;
}

ul.target_box {
    display: flex;
}
ul.target_box li{
    max-width: 300px;
    min-width: 270px;
}
ul.target_box li + li {
    margin-left: 30px;
}
ul.target_box li a{
    margin-top: 30px
}
.right_sign, .down_sign {
    border: none;
    background: #D9D9D9;
}
p.prod_size {
    font-size: 1.4rem;
    margin: 10px auto;
}

p.prod_size::before {
    content: "■";
    margin-right: 0.5rem;
}
span.on_funen {
    font-size: 1.4rem;
    margin-left: 1rem;
    border-radius: 7px;
    background: #206214;
    color: #FFF;
    padding: 0.5rem 1rem;
	margin-bottom: 7px;
}
p.thx_text.nolist {
    background: #F0F0F0;
    text-align: center;
    padding: 1.5rem 0;
    color: #C70000;
    margin: 120px auto;
    max-width: 836px;
    width: 100%;
}
.noBox .btn2 {
    display: flex;
    margin: 0 auto;
    background: #206214;
    color: #FFF;
    padding: 1rem 0.5rem;
    width: 100%;
    max-width: 276px;
}
.noBox .btn2:after{
	content:"";
	background:url(./img/common/w_arrow.svg)no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 7px;
	/* right: 0; */
}
.sp-video {
  width: 100%;
  display: none;
}

.pc-video {
  width: 100%;
  display: block;
}
.irai_list li .text_area p.sample_text{
	font-size: 1.2rem;
	font-weight: unset;
}
a.sample_btn {
    position: relative;
}

p.msgtxt {
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 32px;
    color: #ff0505;
}

.add_ques{
	margin:136px auto 70px;
}

.contact_tb td .text{
	font-size: clamp(1.4rem,2vw,1.4rem);
	font-weight:400;
/* 	margin-bottom:12px; */
}

.add_ques li{
	margin-bottom:20px;
}

.add_ques li .check_area{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.add_ques li .title{
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:700;
	margin-bottom:12px;
}

.add_ques li .title.big{
	font-size: clamp(2rem,2vw,2.2rem);
}

.add_ques .mwform-checkbox-field{
	margin-bottom:29px;
	display: flex;
	margin-right: 3%;
}

.add_ques .mwform-checkbox-field label{
	display:flex;
	align-items:center;
}

.add_ques .mwform-checkbox-field label input{
	margin-right:5px;
	margin-top: 2px;
}

 .mw_wp_form .add_ques .horizontal-item + .horizontal-item{margin-left: 0;}

.sample_btn2{
	background:#78A071;
	color:#fff!important;
	border:none;
}

/* story20250219 */

.adb_inner{
	max-width:1290px;
	width:95%;
	margin:0 auto;
}

.adb01{
	padding: 136px 0 100px;
	max-width:1920px;
	width:100%;
	margin:0 auto;
}

.adb_tit1{
	font-size: clamp(3rem,8vw,8rem);
	font-weight:400;
	line-height:1.15;
	margin-bottom:100px;
}

.adb_tit2{
	font-size: clamp(2.4rem,5vw,3.6rem);
	font-weight: 500;
	line-height:1.416667;
	letter-spacing:0.16em;
}

.adb_tit3{
	font-size: clamp(2rem,2vw,2.5rem);
	font-weight:400;
	line-height: 1.44;
	letter-spacing:0.16em;
}

.adb_tit3.bar{
	/* max-width:max-content; */
	position:relative;
	display: flex;
	align-items: center;
}

.adb_tit3.bar span{
	flex-shrink:0;
}

.adb_tit3.bar:after{
	background:#707070;
	position: initial;
	content:"";
	width: 100%;
	height:1px;
	left:110%;
	top:15px;
	display: block;
	margin-left: 3%;
}

.adb01 .img1{
	margin:0px auto 150px;
}

.adb01 .text1{
	font-size: clamp(1.6rem,4vw,2.6rem);
	font-weight:400;
	line-height:1.7692;
	text-align:center;
	margin-bottom:150px;
}

.adb01 .adb_inner .flex{
	justify-content: space-between;
	align-items:center;
	margin-bottom: 150px;
}

.adb01 .adb_inner .flex .img{
	max-width:605px;
	width:49%;
}

.adb01 .adb_inner .flex .text{
	max-width:605px;
	width:49%;
	letter-spacing:0.05em;
	font-weight:400;
	line-height:1.875;
	font-size: 1.6rem;
}

.adb_inner2{
	max-width:1605px;
	width:95%;
	margin:0 0 0 auto;
}

.adb01 .adb_inner2 .flex{
	justify-content:space-between;
}

.adb01 .adb_inner2 .flex .img{
	max-width:916px;
	width: 58%;
}

.adb01 .adb_inner2 .flex .text_area{
	max-width:605px;
	width: 41%;
}

.adb01 .adb_inner2 .flex .text_area .title{
	font-size: clamp(2.4rem,3vw,3.6rem);
	font-weight:400;
	line-height:1.416667;
	letter-spacing: 0.16em;
}

.adb01 .adb_inner2 .flex .text_area .text{
	font-weight:400;
	line-height:1.875;
	font-size:1.6rem;
	letter-spacing:0.05em;
	margin:50px 0;
}

.adb01 .adb_inner2 .flex .text_area .img2{
	max-width:377px;
	width:100%;
}

.adb02{
	padding: 200px 0 147px;
}

.adb02 p{
	font-weight:400;
	line-height:1.875;
	font-size:1.6rem;
	letter-spacing:0.05em;
}

.adb02_div{
	
}

.adb02_div2{padding: 112px 0 0;}

.adb02_div .adb_tit2{
	margin-bottom:50px;
}

.adb02_list1{
	display:flex;
	justify-content:space-between;
}

.adb02_div3 .adb02_list1{
	margin-top: 20px;
}

.adb02_list1 li{
	width:32%;
	max-width:377px;
	position:relative;
	/* padding-bottom: 13.4%; */
}

.adb02_list1 li .text{
	padding: 20px 0 0;
}

.adb02_div3 .adb02_list1 li .text{
	padding: 20px 0 13%;
}

.adb02_list1 li .img{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.adb02_div2a > .text{
	margin: 0px 0 70px;
}

.adb02_div21 .adb_tit3.bar{
	margin-bottom:10px
}

.adb02_div21 > .text{
	margin-bottom:25px;
}

.adb02_div21 .flex1{
	justify-content:space-between;
	margin-bottom:65px;
	padding-left: 6.7%;
}

.adb02_div21 .flex1 .img1{
	max-width:720px;
	text-align:center;
	width: 58%;
}

.adb02_div21 .flex1 .img1 p{
	margin-bottom:22px;
}

.adb02_div21 .flex1 .img2{
	max-width:426px;
	width: 40%;
}

.adb02_div21 .flex2{
	justify-content:space-between;
	max-width:938px;
	width:100%;
	margin:0 auto;
}

.adb02_div21 .flex2 .flcont{
	max-width:459px;
	width: 49.5%;
	text-align:center;
}

.adb02_div21 .flex2 .flcont p{
	margin:18px auto 0;
}

.adb02_div22{
	padding: 92px 0 0;
}

.adb02_div22 .flex{
	max-width:1112px;
	margin:0 auto;
	justify-content:space-between;
	width:100%;
}

.adb02_div22 .flex .flcont{
	max-width:466px;
	text-align:center;
	width:49%;
}

.adb02_div22 .flex .flcont p{
	font-weight:700;
}

.adb02_div23{
	padding: 133px 0 0;
}

.adb02_div24{
	padding: 75px 0 0;
}

.adb02_div23 .flex{
	justify-content:space-between;
}

.adb02_div23 .flex .flcont p{
	margin-bottom:30px;
	text-align:center;
	font-weight:700;
}

.adb02_div23 .flex .img1{
	max-width:356px;
	width: 30%;
}

.adb02_div23 .flex .img2{
	max-width:421px;
	width: 33%;
}

.adb02_div3{
	padding: 107px 0 0;
}

.adb02_div3 .adb02_list1 li{
	padding-bottom: 22.3%;
}

.adb02_div24 .img1{
	max-width:1194px;
	margin-left:auto;
	width:100%;
}

.adb03{
	padding: 150px 0 50px;
	background:#EFEFEF;
}


.adb03 p{
	font-weight:400;
	line-height:1.875;
	font-size:1.6rem;
	letter-spacing:0.05em;
}


.adb03_list1 > li{
	padding: 64px 0 70px;
	border-top:1px solid #707070;
}

.adb03_list1 > li:first-child{
	padding: 50px 0 70px;
	border:none;
}

.adb03_list1 li .adb_tit3{
	margin-bottom:20px;
}

.adb03_list2{
	display:flex;
	justify-content:space-between;
	margin-top: 20px;
}

.adb03_list2 li{
	width: 49%;
	max-width: 680px;
}

.adb04{
	padding: 300px 0 60px;
}

.adb04 p{
	font-weight:400;
	line-height:1.875;
	font-size:1.6rem;
	letter-spacing:0.05em;
	margin:20px 0 60px;
}

.adb04 .img{
	max-width:866px;
	margin:0 auto;
	width:100%;
}


.sto03 {
    padding: 0px 0 100px;
}

.prod_bnr_area{
	margin:90px auto 0;
	max-width: 550px;
	width: 38%;
}

.prod_bnr_area .bnr:has(a):hover{
	opacity:0.7;
}


.entry_div1{
	margin-top: 37px;
}

.entry_div2{
	margin-top: 130px;
}

.entry_div3{
	margin-top: 130px;
}

.btn2.entry_btn1{
	background:#F0F0F0;
	color:#206214;
	border:none;
	margin-top: 8px;
}

.btn2.entry_btn1:after{
	background:url(./img/common/gre_arrow.svg)no-repeat;
	background-size:contain;
}

.confirm_div .btn2.entry_btn1{
	display:none;
}

/*-- 固定ここまで --*/



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.content05 .content_area{margin-left: 0;}

#art_cover3 .text_area .top .img{
	width: 52%;
}

#art_cover3 .text_area{
	width: 45%;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.sup_div1 .text {
    margin-left: 3%;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

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



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/



.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}




/* トップページ
----------------------------------------------------------- */

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}


.scroll-pane {
	width: 100% !important;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/



.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

.content03 .in_contents{
	max-width:1027px;
	width: 85%;
	margin:0 0 0 auto;
}


.content05 .content_area{
	width:100%;
}

	
.content05 .content_area .left{
	margin-right: 1%;
	width: 54%;
}

.content05 .content_area .right {
    width: 44%;
}


footer .flex{
	justify-content: space-between;
    align-items: center;
	flex-direction:column-reverse;
}

footer .left{
	flex-direction:column;
}


footer .right{
	max-width: 195px;
	width: 100%;
	margin: 0 auto 125px;
}


footer {
	padding: 125px 0 40px;
}


footer .logo {
	margin:0 auto 35px;
}

.bar.bar2{
	display:none;
}

footer .left ul{
	flex-wrap:wrap;
	margin: 0 auto 30px;
	line-height: 1;
	padding: 0;
}
	
footer .left li:last-child{
	/* margin: 23px auto 0; */
	/* width:100%; */
}

.content04 .img .img1{
	margin-left: -10%;
}

.prod_tb_list1{
	width:100%;
}

.prod_tb_list1 li .right{
	width: 82%;
	max-width: initial;
	border:none;
	padding: 11.5px 0 11.5px 20px;
}

.prod_tb_list1:last-child .left{
	width: 28%;
}

.prod_tb_list1:last-child .right{
width: 82%;
}

.estimate_div2{
	padding: 14px 16px;
}

.header-in{
	padding: 0 2%;
}


.hLogo{
	width: 25%;
}

.pc_nav{
	width: 74%;
}

.nav-div1 a{
	font-size:1.2rem;
	margin-left: 1%;
}

.sup_div2 .left {
    width: 180px;
}

.adb02_div21 .flex1 .img1 p {
	font-size:1.5rem;
}

.adb01 .adb_inner2 .flex .img{
	width: 53%;
}

.adb01 .adb_inner2 .flex .text_area{
	width: 45%;
}

.pc_nav ul{
	width:80%;
}
	
.note_btn{
	width: 17%;
		padding-left: 1%;
	padding-right: 0%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none!important;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}



a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
	align-items: center;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 25px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(12px) rotate(-35deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-12px) rotate(35deg);
}

/*gnav*/
.gnav{
    display: none;
    height: 535px;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    right: 0;
    top: 0;
    max-width: 198px;
    background: #F0F0F0;
    margin: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 535px;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0px;
    overflow: scroll;
    max-width: 198px;
}


.gnav__menu__item a{
    color: #595757;
    font-size: 1.7rem;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 0px 0;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav ul{
	display:none;
}

.header-in {
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

.pc_nav{
	max-width:initial;
	width: 100%;
	margin: 0 auto;
}

.nav-div1{
	justify-content:space-between;
	margin-bottom: 0px;
	column-gap: 0;
}

	.sample_btn{
	max-width:initial;
	width: 49.524%;
}

.btn1{
	max-width:initial;
	width:48%;
}

.hLogo{
	width: 50%;
}

#cover {
	min-height:711px;
}

.cov-div h1{
	width: 63.5%;
	margin:auto;
}

.content01{
	padding: 80px 0 100px;
}

.content01 .flex{
	flex-direction:column;
}


.content01 .img{
	width: 100%;
	max-width: initial;
	margin: 0 auto 45px;
	flex-direction: column;
}

.content01 .text_area{width: 84%;margin: 0 auto;}

.left_inner{
	max-width:1213px;
	width: 100%;
	margin:auto;
}

.ver{
	-ms-writing-mode:initial;
    writing-mode: initial;
}


.content01 .en_tit{
	text-align: left;
	width: 84%;
	margin-bottom: 30px;
}

.content01 .img .img1{
	max-width: initial;
	margin: 0 auto 0 0;
	width: 100%;
	padding-right:30px;
	height: 345px;
}

.content01 .img .img1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}


.content01 .mainTit{
	margin-bottom: 35px;
	font-size: clamp(2.7rem,3vw,4rem);
}

.content01 .subTit{
	margin-bottom: 30px;
	font-size: clamp(2.3rem,2.8vw,3.1rem);
}

.btn2{
	/* border-radius:20px; */
}

.btn2.white{
	border-radius: 3px;
}

.content02 .en_tit{
	position:initial;
	margin: 0 auto 40px;
	width: 84%;
	/* padding-left: 30px; */
	white-space: nowrap;
}

 .en_tit{
	margin: auto;
	line-height: 1;
	width: 84%;
}

	
.content03 .in_contents{
	max-width:1027px;
	width: 84%;
	margin:0 auto 0;
}

.content02{
	padding: 80px 0 100px;
}


.co2_div1{
	padding-right:0%;
	width: 100%;
}

.design_list1 li .text2{
	font-size: 2.3rem;
	font-weight: 400;
	margin-bottom: 45px;
}


.sld1{
	margin:0;
}

.sld1 p{
	font-size:1.3rem;
}

.design_list1 li{
	padding: 40px 0 40px;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}

.slider1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.slider1 .sld_cont{
	width: 48%;
	margin-top:45px;
}

.slider1 .sld_cont:nth-child(1),
.slider1 .sld_cont:nth-child(2){
	margin-top:0;
}

.inner{
	width: 100%;
}

.content03 .en_tit{
	position:initial;
	margin: 0 auto 40px;
	    flex-direction: column;
}

	.content03{
	padding: 80px 0 100px;
}


.comp_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.comp_list li:nth-child(3){
		margin-top:45px;
}

.comp_list li{
	width: 48%;
	margin-top:45px;
}

.content04{
	padding:80px 0 100px;
}

.content04 .flex{
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction:column;
}

.content04 .img{
	flex-direction: column;
	max-width: 400px;
	width: 100%;
	margin-bottom: 50px;
}

.content04 .en_tit{margin-bottom: 30px;}

.content04 .img .img1{
	width: 92%;
	max-width: initial;
	margin-left: initial;
}

.content04 .text_area{
	width: 84%;
	margin: auto;
	max-width: initial;
}

.content05{
	padding:100px 0 0px;
	background:#fff!important;
}

.co5_div1{
	padding:80px 0 100px;
	margin-right: 0;
}

.content05 .content_area{
	display: flex;
	width: 100%;
	padding: 0;
	flex-direction:column;
	/* max-width: 400px; */
	margin:auto;
}

.content05 .content_area .left{
	display:flex;
	margin-right: 0;
	width: 100%;
	max-width: initial;
	flex-direction:column;
}

.content05 .content_area .left .en_tit{
	line-height: 1.3;
	margin-bottom: 24px;
	width: 83.16%;
}

.content05 .content_area .left .img1{margin-left: auto;width: 91.58%;max-width: initial;height: 315px;}

.content05 .content_area .left .img1 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
	
.content05 .content_area .right{
	max-width: initial;
	width: 83.16%;
	margin: 45px auto 0;
}


.content05 .content_area .right .flex{
	margin-top:50px;
	max-width: 380px;
}

.headerUl .gnav li .btn1{
	max-width:initial;
	width: 100%;
}


.headerUl .gnav li {max-width: 144px;margin: 30px auto 0;width: 95%;}

.comp_list li .img{
	height: 39vw;
}

.sld1_img{
	max-height: 299px;
	height: 40vw;
}

.content01 .en_tit{
	height: initial;
	max-width: initial;
}


.right_inner{
	width: 92%;
	margin-left:auto;
}

.nav-div1 a{
	margin-left:0px;
}

.comp_list li{
	margin-right:0!important;
}

.content06{
	padding:80px 0 100px
}

.content06 .in_contents{
	width: 100%;
}

.content06 .en_tit{
	position:initial;
	margin-bottom:30px;
	margin-left: 0;
}

.content06 .img{margin-right: -616px;margin-bottom: 20px;}

.content06 .text1{margin-bottom: 25px;font-size: 1.6rem;font-weight: 400;line-height: 1.875;}

#art_cover1{
	height:134px;
	padding-top:0px;
	margin-top:100px;
}

	
.sto_div .text_area .text1.matop{
	margin-top:50px;
}


.art_inner1{
	width: 84%;
}

.art_inner2{
	width: 84%;
}

.sto01{
	padding: 95px 0 100px;
}

	
.sto02{
	padding: 95px 0 100px;
}

.sto03{
	padding: 100px 0 10px;
}

.sto02 .art_tit1{
	margin-bottom: 40px;
}


.sto02 .sto_div .img .img1{
	max-width:302px;
	margin:0 auto 60px;
}

.sto02 .sto_div .img .img2{
		max-width:353px;
}

.sto_list1 li{
	margin-bottom:20px;
}
	
.sto_list1 .title{
	font-size:1.8rem;
	margin-bottom:5px;
}

.sto_list1 p{
	font-size:1.6rem;
	padding-left: 21px;
}

.pulu span{
	right: 0px;
}


.open .pulu span + span{
    right: 0px;
}

.pulu span + span{right: 10px;}

.art_inner3{
	width: 84%;
}

.faq01{
	padding:30px 0 0px;
}

#art_cover2{
	padding-top:153px;
}

.news_list2 li{
	margin-bottom:45px;
	flex-direction:column;
}

.news_list2 li .top{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:8px;
}

.news_list2 li .title{
	width: 100%;
}

.news01{
	padding:30px 0 90px;
}

.pagination-list{
	margin: 90px auto 0;
}

.det_area .title{
	margin-bottom:40px;
}

.main_det{
	margin: 50px auto 90px;
}


.main_det p{
	margin-bottom:90px;
}

.main_det h3{
	margin-bottom:45px;
}

.main_det img{
	margin-bottom:45px;
}

.news02{
	padding:30px 0 0px;
}


.order02{
	padding:100px 0 0px;
}

.order_list1{
	width: 166vw;
	margin: 0 calc(50% - 83vw);
}

#art_cover3 .text_area .top{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

#art_cover3 .text_area .top .img{
	width: 52.31%;
	position:initial;
	min-width: 123px;
	text-align: right;
}

#art_cover3 .text_area{
	width: 100%;
	max-width: initial;
}

#art_cover3 .text_area .top .title{
	font-size: clamp(6rem,11vw,8rem);
	line-height: 1;
	letter-spacing: 0px;
}

.art_cov3_div{
	width: 92%;
}

#art_cover3 .text_area .text{
	width: 91.308%;
	margin-right: auto;
}

#art_cover3{
	padding: 50px 0 100px;
}

.art_cov3_div .btn2{margin-right: auto;margin-left: 11px;}

.prod01{
	padding:95px 0;
}

.products #art_cover3 .text_area{
	max-width: initial;
	width: 100%;
}

.products #art_cover3 .text_area .top{
	margin:0 0 0px;
}

.prod2_div1{
	margin-bottom: 45px;
	flex-direction:column-reverse;
}


.prod2_div1 .left{
	max-width:initial;
	width: 100%;
}


.prod2_div1 .right{
	width: 100%;
	margin-bottom:45px;
	max-width: initial;
}


.main-img.js-main-img{
	height: 100vw;
}

.prod2_div1 .left .text_area .text{
	margin-bottom:45px;
}

.prod2_div1 .left .text_area .btn3{
	margin:0 auto;
}

.prod2_div1 .left .text_area .text2{
	text-align:center;
}

.prod_tb_list1 li .left{
	padding: 11.5px 0 11.5px 0px;
	width: 27%;
}

.prod_tb_list1:last-child .left{
	width: 27%;
}

.sld2{
	padding:0 30px;
	margin: 0;
}

.prod2_div2{
	margin: 65.6px auto 0;
}

.prod02{
	padding: 65px 0 100px;
}

.prod03{
	padding:100px 0;
}

.link_btn{
		width:100%;
	margin:auto;
}

	
.prod03 .flex{
	flex-direction:column;
}

.link_btn.link_btn_cont{
	margin:0 auto 100px;
}

.prod04{
	padding:100px 0 0;
}

.tel_btn{
	font-size:3.5rem;
}
	
.art_tit3{
	font-size:2rem;
}

.contact01 .art_tit3{
	margin-bottom:36px;
}


.tel_area{
	margin-top:55px;
}

.cont01_div1{
	margin:0 auto 43px;
}


.step_list li p{
	font-size:1.4rem;
}

.step_list li span{
	font-size:1.2rem;
}

.step_list li span.sp{
	display:block;
}

.stepbar{
	margin: 55px auto 45px;
}


th, td {
	width: 100% !important;
	display: block;
	max-width: initial!important;
}

.contact_tb th label{
	display:flex;
	justify-content:flex-start;
}

.contact_tb th span{
	max-width:initial;
	margin-right: 5px;
	display: inline;
}


.contact_tb th {width: 100%;max-width: initial;padding: 0 0 5px;}

.contact_tb td{
	padding:0 0 35px;
}

.txtfiled{
	height: 316px;
}


.privacy_div{
	padding: 0px 0 55px;
}

.privacy_div p{
	margin-bottom:15px;
}

.contact01{
	padding: 20px 0 0px;
}

.irai_list li{
	padding:40px 0;
}

.irai_list li .img{
	margin-right:12px;
}

.irai_list li .text_area p{
	font-size:2rem;
}

.irai_list li .text_area{
	width: 39%;
}

.delete_btn{
	background:#F0F0F0;
	font-size: 1.8rem;
	width: 85px;
	height: 40px;
}

.hide_area{
	margin: 65px auto 60px;
}

.estimate_list .delete_btn{background: none;height: fit-content;font-size: 1.6rem;max-width: 55px;}

.estimate_list.irai_list li .text_area{
	width: 70%;
}

.estimate_list li{
	align-items:flex-start
}

.radio_div,
.rad-flex .mwform-radio-field.horizontal-item{
	width:50%!important;
	margin-top:24px;
}

.cont01_div5{
	margin: 0 auto 82px;
}
	
.en_tit span{ 
/* 	transform: translate(0%,100%); */
}

.anm.active .en_tit span{ 
  animation:text_anime_on_sp 0.25s ease-out forwards;
}

.sto_div .text_area .text1 span{
	font-size:1.3rem;
}

.prod01 .art_text_div1 .art_text1{
	padding-left: 16px;
}


.products #art_cover3 .text_area .top .img{
	height:auto;
}

.products #art_cover3 .text_area .top .img img{
	width:initial;
	height:initial;
	object-fit:initial;
}


.irai_div{
	margin: 33px auto 100px;
}


.thx_tit{
	margin-bottom:47px;
}

.cont01_div1 .btn2.green{
	margin:70px auto 0;
}
ul.target_box {
    display: block;
}
ul.target_box li{
    max-width: 300px;
    min-width: 100px;
    width: 100%;
    margin: 0 auto;
}
ul.target_box li + li {
    margin-left: 0px;
    margin-top: 30px;
    max-width: 300px;
    min-width: 100px;
    width: 100%;
    margin: 20px auto;
}
	

.prod_table th{
	padding: 11.5px 0 11.5px 0px;
	width: 15.5%!important;
	min-width: 77.66px;
}

.prod_table td{
    width: 84.5%!important;
    padding: 11.5px 0 11.5px 20px;
}


.prod_table th,
.prod_table td{display: table-cell;}

/* VIDEO */ 
.sp-video {
 display: block;
}
.pc-video {
  display: none;
}

.support01 {
    margin: 44px auto 0;
}

.sup_div1{
	flex-direction:column;
	align-items: flex-start;
	min-height: 33.5px;
	padding: 3.5px 0px 6.1px 10px;
}

.sup_div1 .title{
	margin-bottom:0px;
	font-size: clamp(1.6rem,2.4vw,2.6rem);
	line-height:1.5;
}

.sup_div1 .text{
	margin-left: 0%;
	font-size: clamp(1.2rem,3vw,1.6rem);
}

.sup_inner {
    width: 84%;
}

.sup_div2{
	flex-direction:column;
}

.sup_div2 .left {
    width: 100%;
    font-size: clamp(1.6rem, 1.6vw, 2rem);
    margin-bottom: 16.6px;
    font-weight: 500;
}

.sup_div2 .sup_list1{
	width:100%;
}

.sup_list1 li{
	display:block;
    font-size: clamp(1.4rem, 1.6vw, 1.5em);
	font-weight:400;
	line-height:1.5714;
}

.sup_list1 li:before {
    margin-right: 2px;
}

	.sup_list2{
		flex-wrap:wrap;
		margin: 17px auto 50px;
	}

.sup_list2 li{
	width: 49%;
	margin-bottom: 17px;
}

.sup_list2 li p {
    margin-top: 3px;
    font-size: clamp(1.2rem, 1.6vw, 1.5em);
	text-align:left;
}

.support01 .sup_div2:last-child {
    margin-top: 38px;
}

.support02 {
    padding: 67px 0 104px;
}

.support02 .img {
    width: 89.058%;
}

.sup03_div2 .flex {flex-direction: column;}

.sup03_div21{
	margin:0 auto 35px;
	width:100%;
}

.sup03_list1 li {
    display: block;
}

.sup03_list1 li:before{
	margin-right:2px;
}


.sup03_div21 .title2{
	font-size: clamp(1.6rem,2vw,3rem);
	padding-left:16px;
}

.sup03_div21 .title2.maru{
	margin-bottom:40px;
}

.sup03_div21 .title2.maru:before{
	width:66px;
	height:66px;
	left: 0px;
}

.sup03_div21 .title2.batsu{
	margin-bottom:33px;
}

.sup03_div21 .title2.batsu.matop{
	margin-top:27px;
}

.sup03_div21 .title2.batsu:before{
	width:51px;
	height:51px;
	left: 0px;
}

.sup03_div2 {
    margin-bottom: 50px;
}

.sup_div1.bggray .text {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
}


.sup_list3{
	flex-direction:column;
	width: 100%;
}

.sup_list3 li{
	width: 100%;
	max-width: initial;
	margin-bottom: 42px;
	align-items: flex-start;
}

	
.sup_list3 li:last-child{
	margin-bottom:0;
}


.sup_list3 li .text_area{
	max-width:initial;
	width: 58.056%;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.sup_list3 li .img{
	max-width:initial;
	width: 33.42%;
}


.sup_list3 li .text_area h5{
	font-weight:700;
	position:relative;
}

.sup_list3 li .text_area h5:before{
	position:initial;
	left:0px;
}

.sup_list3 li .text_area p{
	margin-top:0px;
}

.sup_list3 li .text_area p:before{
	position:initial;
	left:0px;
}

.sup03_div31 .title2 {
    min-height: 33px;
    font-size: clamp(1.4rem, 2.4vw, 2.6rem);
}

.support03 {
    padding: 0 0 71.5px;
}

.sup04_div1 .flex {
    margin-bottom: 62px;
	flex-direction:column;
}

.sup04_div1 p {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    width: 100%;
	margin-bottom:22px;
}

	.sup04_list{
		width:100%;
		justify-content:center;
	}


.support04 {
    padding-bottom: 0px;
}

.sup03_div32{
	flex-direction:column;
	margin: 0 auto 63.5px;
}
	
.sup03_div32 .left{
	max-width:initial;
	width:100%;
}

.sup03_div32 .right{
	max-width:initial;
	width:100%;
}


.sup03_list2 li .flex .img2{
	max-width: initial;
	width: 48.699%;
}


.sup03_list2 li .flex .text_area{
	width: 46.615%;
}

.sup03_list2 .sup_list1 li:before{
	position:initial;
	left:0;
	margin-right: 0;
}

.sup03_list2 .sup_list1 li {
    font-size: clamp(1.2rem, 1.6vw, 1.4em);
    line-height: 1.5;
}


.sup03_list2  .sup03_list1 li {
    font-size: clamp(1.2rem, 1.6vw, 1.4em);
    line-height: 1.5;
}
	
.sup03_list2 li .sup03_list1 li:before{
	position:initial;
	margin-right: 0;
}

.sup03_list2 li .title2{
	font-size: clamp(1.4rem,2.4vw,2.6rem);
	
}

.sup03_list2 li .title2 span{
	font-size: clamp(1.4rem,2.4vw,2.4rem);
	margin-right:4.8px;
}

.sup03_list2 > li {
    margin-bottom: 3%;
    max-width: initial;
}

.right .sup03_list2 > li:last-child li {
    font-size: clamp(1.2rem, 1.6vw, 1.5em);
    line-height: 1.5;
}

.sup03_list2 li .flex .text_area.long {
    margin-left: 8.256%;
}

.sup03_list2 li .flex {
    margin-top: 9px;
}

.sup03_div321{
	margin-top:24px;
	font-size: clamp(1.2rem, 1.6vw, 1.4em);
	padding: 28px 4%;
	line-height: 1.5;
}

.sup03_div322 {
    padding: 25px 5% 15px;
    margin-top: 40px;
}
	
.sup03_div322 .flex{
	flex-direction:column;
}

.sup03_div322 .flex .img{
	max-width: initial;
	width: 88%;
	margin: 0 auto 0 0;
}

.sup03_div322 .flex .text_area{
	max-width: initial;
	width: 100%;
	padding-top: 12px;
}

.sup03_div322 .sup_list1 li:before {
    position: initial;
    left: 0;
    margin-right: 0;
}

.sup03_div322 .sup_list1 li{
	  text-indent: -1em;
	  padding-left: 1em;
	  font-size: clamp(1.2rem, 1.6vw, 1.35em);
	line-height: 1.5;
}

.sup03_div322 .sup03_list1:nth-child(2) {
    margin: 0 0 21px;
}

.sup03_div322 .sup03_list1 li{
	  font-size: clamp(1.2rem, 1.6vw, 1.35em);
	line-height: 1.5;
}

.ank_link{
	margin:10px auto 0;
}

.ank_list1{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
	
.ank_list1 li{
	margin-right:30px;
	margin-top:20px;
	position:relative;
	padding-left:15px;
	font-size:1.6rem;
}
	
.ank_list1 li:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width: 6px;
	height: 6px;
	border-top: solid 1px #707070;
	border-right: solid 1px #707070;
	transform: rotate(135deg);
}

.adb01 {
    padding: 40px 0 0px;
}

.adb01 .adb_tit1{
	margin-bottom: 6.4%;
}

.adb01 .img1 {
    margin: 0px auto 9.528%;
}

.adb01 .text1{
	letter-spacing:0.1em;
	margin-bottom: 8%;
}

.adb01 .adb_inner .flex {
    margin-bottom: 70px;
    flex-direction:column;
}

.adb01 .adb_inner .flex .img {
    max-width: 605px;
    width: 74.29%;
    margin: 0 auto 11.115%;
}

.adb01 .adb_inner .flex .text {
    max-width: initial;
    width: 100%;
    line-height: 1.866667;
    font-size: 1.5rem;
}
	
.adb02 {
    padding: 100px 0 17.334%;
}
	
.adb02 .adb_tit1{
	margin-bottom: 9.528%;
}

.adb_inner2{
	margin:0 auto;
}

.adb01 .adb_inner2 .flex{
	flex-direction:column-reverse;
}

.adb01 .adb_inner2 .flex .text_area {
    max-width: initial;
    width: 100%;
    margin: 9.528% auto 0;
}

.adb01 .adb_inner2 .flex .img {
    max-width: initial;
    width: 100%;
}

.adb01 .adb_inner2 .flex .text_area .title{
	font-size:clamp(2rem,4vw,3.6rem);
	letter-spacing: 0.16em;
	line-height: 1.45;
}

.adb01 .adb_inner2 .flex .text_area .text{
	font-size: 1.5rem;
	line-height: 2;
	margin: 6.4% 0;
}

.adb01 .adb_inner2 .flex .text_area .img2{
	width: 82.54%;
	margin: 0 auto;
}
	
.adb02_div .adb_tit2 {
    margin-bottom: 6.4%;
    letter-spacing: 0.135em;
    white-space: nowrap;
}

.adb_tit3 {
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    line-height: 1.47;
}

.adb02_list1{
	flex-direction:column;
}
	
.adb02_list1 li{
	width:100%;
	margin:0 auto;
	padding-bottom: 16%;
	max-width: initial;
}

.adb02_list1 li:last-child{
	padding-bottom: 0px;
}

.adb02 p {
    line-height: 1.6667;
    font-size: 1.5rem;
}
	
.adb02_list1 li .img{
	position:initial;
	max-width: 500px;
	margin: 0 auto;
}

.adb02_list1 li .text {
    padding: 3.2% 0 0%;
}

.adb02_div3 .adb02_list1 li .text {
    padding: 3.2% 0 6.4%;
}

.adb02_div2 {
    padding: 25.5% 0 0;
}

.adb02_div21 .flex1 {
    margin-bottom: 4%;
    flex-direction: column;
    padding: 0;
    margin-top: 50px;
}



.adb02_div21 .flex1 .img1{
	max-width: 426px;
	width: 100%;
	margin:0 auto;
	display:flex;
	flex-direction:column-reverse;
}

.adb02_div21 .flex1 .img1 p{
	margin-bottom:0;
	text-align:left;
	margin-top:14px;
	line-height:1.5625;
}

.adb02_div21 .flex1 .img2{
	max-width:426px;
	width: 100%;
	margin: 0 auto 40px;
}
	
.adb02_div21 .flex2 .flcont p {
    margin: 10px auto 0;
}

.adb02_div22 {
    padding: 55px 0 0;
}


.adb_tit3.bar:after{
	position:initial;
	content:"";
	width:100%;
	display: block;
}

.adb_tit3.bar:after{
	display:none;
}

.adb_tit3.bar{
	display:flex;
	align-items: center;
	max-width: initial;
}
	
.adb_tit3.bar span{
	flex-shrink:0;
	margin-right: 8px;
}

.adb02_div2a > .text {
    margin: 3.2% 0 4.766%;
}


.adb02_div22 .flex{
	flex-direction:column;
	margin: 28px auto 0;
}

.adb02_div22 .flex .flcont{
	max-width:466px;
	width:100%;
	margin: 0 auto;
	margin-top:45px;
}

.adb02_div22 .flex .flcont:first-child{
	margin-top:0px;
}
	
.adb02_div22 .flex .flcont p{
	margin-bottom:8px;
	font-size:1.6rem;
	line-height: 1.875;
}

.adb02_div23 {
    padding: 50px 0 0;
}

.adb02_div23 .flex{
	flex-direction:column;
	margin: 25px auto 0;
	justify-content: center;
	align-items: center;
}

.adb02_div23 .flex .img1{
	margin: 0px auto;
	width: 100%;
}

.adb02_div23 .flex .img2 {
    max-width: 421px;
    width: 100%;
    margin: 40px auto 0;
}

.adb02_div23 .flex .flcont p {
    margin-bottom: 14px;
    line-height: 1.875;
    font-size: 1.6rem;
}


.adb02_div3 {
    padding: 77px 0 0;
}

.adb02_div3 .adb02_list1 li .text {
	padding: 3.2% 0 4.8%;
}

.adb02_div3 .adb02_list1 li {
    padding-bottom: 50px;
}

.adb02_div24 {
    padding: 30px 0 0;
}

.adb02_div24 .img1{
	margin:37px auto 15px;
	display: flex;
	justify-content: center;
}

.adb02_div24 .adb_tit3.bar{
	letter-spacing:0.01em;
}
	
.adb03 {
    padding: 17% 0 2.67%;
}

.adb_tit2 {
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.45;
    white-space: nowrap;
}

.adb03_list1 > li {
    padding: 50px 0 65px;
}
	
.adb03_list1 > li:first-child {
    padding: 50px 0 68px;
}
	
.adb03_list1 li .adb_tit3 {
    margin-bottom: 3.2%;
}

.adb03 p {
    line-height: 1.6667;
    font-size: 1.5rem;
}
	
.adb03_list2 {
    margin-top: 11.7%;
    flex-direction:column;
}

.adb03_list2 li {
    width: 100%;
    max-width: initial;
    margin: 0 auto 3.2%;
}

.adb04 {
    padding: 21.337% 0 26.667%;
}

.adb04 .adb_tit1{
	margin-bottom: 9.528%;
}

.adb04 p {
    line-height: 1.6667;
    font-size: 1.5rem;
    margin: 6.4% 0 11.43%;
}

.sto03{
	padding:0;
}

.adb04 .img {
    max-width: 500px;
}

.prod_bnr_area .bnr{
	/* max-width:276px; */
	margin:0 auto;
}

	
.prod_bnr_area .bnr img{
	width:100%;
}

.prod_bnr_area {
    margin: 67px auto 0;
    max-width: initial;
	width:100%;
}
	
	.cont01_div2 .text2{
	font-size:1.6rem;
	line-height:1.75;
}

.entry_div1{
	margin-top: 20px;
}

.entry_div2{
	margin-top: 60px;
}

.entry_div3{
	margin-top: 60px;
}
	
	
.entry_div .mwform-radio-field.horizontal-item{
	margin:16px 0 0;
	width:49%;
}


.entry_div td:has(.mwform-radio-field.horizontal-item){
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.entry_div .mwform-radio-field.horizontal-item:nth-child(1),
.entry_div .mwform-radio-field.horizontal-item:nth-child(2){
	margin-top:0;
}

.top_bnr1{
	width: 84%;
	margin: 26px auto 42px;
}

.pc_nav .bot_flex{
	display:none;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}





/*-- ページトップ --*/

#pageTop {
	right: 0px;
	width: 50px;
	height: 50px;
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}


/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.content01 .en_tit{
	width: 100%;
	text-align:center;
}


.content01 .img .img1{
	max-width: 450px;
	margin: 0 auto 0 0;
	width: 100%;
	padding-right: 30px;
}

.content01 .text_area{
	max-width:315px;
}


.sto_div{
	flex-direction:column;
}

.sto_div .text_area{
	max-width: initial;
	width: 100%;
	margin-bottom:30px;
}

.sto_div .img{
	max-width:initial;
	width: 100%;
}

.sto01 .sto_div .img .img1{
	margin:0 auto 30px;
}

.sto03_div .flex{
	flex-direction:column;
}

.sto03_div .flex .text_area{
	max-width: 240px;
	width: 100%;
	margin-bottom:40px;
}

.sto03_div .flex .img{
	max-width:175px;
	width: 100%;
}


.sto03_div{
	padding:83px 0 63px;
}

.sto03_div .art_tit1{
	font-size: clamp(3.5rem,6vw,4rem);
}

.faq_list dd{
	padding: 38px 11px 44px 0;
}

.faq_list dl span{
	margin: 0 9px 0 0px;
}

.faq_list dt{
	padding: 47px 2% 47px 0;
}

.det_galla img{
	width: 100%;
	margin-bottom: 10px;
}

.order_list2 li{
	width:100%;
}

.order_list2{
	margin-bottom:100px;
}

.order01{
	padding:100px 0 90px;
}

.prod_list1 li{
	width: 48%;
	margin-right: 0;
	margin-top: 45px;
}


.prod_list1 li:nth-child(3n+3){
	margin-right:0;
}

.prod_list1{
	justify-content:space-between;
}

.products #art_cover3 .text_area .top .img{
	max-width: 107px;
	width: 59%;
}


.prod_cate_area{
	padding-left: 0;
	margin-right: 4.35%;
}

.prod_cate_div{
	padding:15px 0 7px;
	border-bottom:1px solid #595757;
}

.prod_cate_div:last-child{
	border-bottom:none;
}
	
.prod_cate_div .title{
	font-size:1.3rem;
	margin-bottom:13px;
}

.prod_cate_list{
	display:flex;
	flex-wrap:wrap;
}

.prod_cate_list li .prod_cate{margin-bottom: 19px;padding: 0 19px;}

.prod_cate_list li.ab_cate{
	position:initial;
	width:100%;
}

.prod_cate_list li.ab_cate .prod_cate{
	margin-right:auto;
}

.products #art_cover3{
	padding: 50px 0 81px;
}

.link_btn{
	max-width:315px;
	max-height: 315px;
		width:100%;
	margin:auto;
}

.link_btn .text_area .title{
	font-size:2.5rem;
}

.link_btn .text_area .text{
	font-size:1.4rem;
	margin:13px auto 15px;
}

.estimate_list li{
	flex-wrap:wrap;
}

.estimate_list .right{
	position:initial;
	margin: 17px 20px 2px auto;
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
}

.number_div{
	align-items:flex-start;
	margin-bottom:0px;
	flex-direction:column;
}

.reset_btn{
	margin: 0;
}
	
.estimate_list .delete_btn{
	margin: 0;
}
	
.thx_text{
	font-size:1.55rem;
	}

.add_ques li{
	margin-bottom:30px;
}
	
.add_ques li .check_area{
	flex-direction:column;
	align-items:flex-start;
}

.add_ques .mwform-checkbox-field {
    margin-bottom: 14px;
	margin-right:0;
}


.add_ques{
	margin: 45px auto 70px;
}
	
.adb_inner2,
.adb_inner{
	width: 84%;
}

	.ank_list1 li{
		font-size:1.2rem;
	}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}




.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */