/* ================================
  product
================================ */

#product {
	position:relative;
}
.offerBanner {
	position: fixed;
	z-index: 999;
	transition: all 0.5s ease;
}
.offerBanner a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    color: rgb(255, 255, 255);
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.467) 0px 0px 3px;
    background: linear-gradient(120deg, rgb(88, 7, 19) 0%, rgb(190, 13, 39) 100%) 0% 50% / 400%;
    background-position: 0% 50%;
    border-radius: 60px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    text-decoration: none;
}


#js-header.UpMove + .offerBanner  {
   top: 40px;
   right: 40px;	
  
}
#js-header + .offerBanner,
#js-header.DownMove + .offerBanner  {
   top: 110px;
   right: 40px;	
  
}
@media only screen and (min-width: 760px),print {
	.offerBanner a:hover{
		background-position: 100% 50%;
	}
	}
@media only screen and (max-width: 1175px) {
   .offerBanner a {
	border-width: 4px;
	height: 50px;
	 font-size: 16px;
	 width: 200px;
	}
#js-header.UpMove + .offerBanner a {
   position: fixed;
   top: 20px;
   right: 20px;	
  
}
#js-header + .offerBanner,
#js-header.DownMove + .offerBanner a {
   position: fixed;
   top: 70px;
   right: 20px;	
}
	@media only screen and (max-width: 600px) {
#js-header.UpMove + .offerBanner a {
   position: fixed;
   top: 20px;
   right: auto;	
	left:20px;
  
}
#js-header + .offerBanner,
#js-header.DownMove + .offerBanner a {
   position: fixed;
   top: 70px;
   right: auto;	
	left:20px;
}
	}
}
/*共通パーツ*/
#wrap {
  width: 100%;
  overflow: hidden
}
#topBox {
  overflow: hidden;
}


@media screen and (min-width: 980px), print {

}



/*スライダー*/

.slick-slide {
margin: 0 5px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.slick-prev,
.slick-next {
top:-200%;
z-index: 1;
}
.slick-prev:before,
.slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}
.thumb {
margin: 20px 0 0;
}
.thumb .slick-slide {
cursor: pointer;
}
.thumb .slick-slide:hover {
opacity: .7;
}
.slick-arrow:before{
	content:""!important;
}



/*スライダーここまで*/

#description {
	padding: 6rem 0;
}


#description .fBox{
	max-width: 1400px;
	margin: auto;
	justify-content: space-between;
	display: flex;
}

#description .fBox .sliderArea {
	width: 48%;
	max-width: 680px; 
}
#description .fBox .Box{
	width: 48%;
}
#description .fBox .leadBox{
	color: #fff;
}
#description .fBox .leadBox h2{
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 1rem;
}
#description .specifications {
	background: linear-gradient(to right, #ffffff, #ffffffcc);
	padding: 30px 40px;
	margin-top:2rem;
}
#description .specifications h3 {
	font-size: clamp(18px, 4vw, 26px);
	margin-bottom: 2rem;
	text-align: center;
}
#description .specifications .spec{
	list-style: none;
	padding: 0;
}
#description .specifications .spec li{
	display:flex;
	font-size: 14px;
}
#description .specifications .spec li b{
	white-space: nowrap;
}

@media screen and (max-width: 960px),{
#description {
  padding: 6rem 0 4rem;
}
#description .fBox{
	margin:0 5%;
	flex-direction: column-reverse;
}
#description .specifications {
	padding: 20px 20px;
	margin-top:2rem;
}
#description .fBox .sliderArea {
	width: 100%;
	max-width: none; 
}

	
#description .fBox .Box{
	width: auto;
	margin-left: 0;
	margin-bottom: 2rem;
}
}
@media screen and (max-width: 767px),{
	#description .specifications .spec li{
	flex-direction: column;
}	
#description .specifications .spec li b{
	white-space:normal;
}
}
#countries  {
	padding: 6rem 0;
	background: #ecf5ff;
}
#countries .inBox{
  max-width: 1200px;
	margin: auto;
}
#countries .inBox h2 {
	text-align: center;
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 2rem;
}
#countries .inBox p{
	margin-left: 20px;
}
#countries .flagsBox {
	display: flex;
	align-items:center;
	justify-content: center
}
#countries .flagsBox img{
	display: inline-block;
	width: 10%;
}

@media screen and (max-width: 1240px),{
#countries .inBox{
	margin: 0 5%;
}
}	
@media screen and (max-width: 767px),{
#countries  {
	padding: 6rem 0 4rem;
	background: #ecf5ff;
}
#countries .flagsBox img{
	width: 20%;
	height: auto;
}
#countries .inBox h2 {
	margin-bottom: 1rem;
}
}	
@media screen and (max-width: 400px),{
#countries .flagsBox img{
	width: 22%;
	height: auto;
}
#countries .inBox h2 {
  text-align: left;

}
}	

.explanation {
	padding: 6rem 0 0;
}
.explanation:last-child{
	padding: 6rem 0 6rem;
}
.explanation .fBox{
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.explanation .fBox img{
	display: block;
	width: 40%;
	max-width: 680px;
}
.explanation .textBox {
	width: 56%;
} 

.explanation .textBox h2 {
	font-size: clamp(20px, 2vw, 32px);
	margin-bottom: 2rem;
	padding-left: 6%;
	border-bottom: 1px solid #000;
	padding-bottom: 2rem;
}
.explanation .textBox p {
	padding-left: 6%;
	font-size: clamp(14px, 1.5vw, 18px)!important;
}

@media screen and (max-width: 1480px),{
	.explanation .fBox{
	margin: 0 5%;
	align-items: flex-start;
}
.explanation .fBox img{
	display: block;
	width: 35%;
	max-width: 680px;
}
.explanation .textBox {
	width: 65%;
} 
}
@media screen and (max-width: 767px),{
  .explanation {
    padding: 4rem 0 0;
  }
  .explanation:last-child{
    padding: 4rem 0 4rem;
  }
  .explanation .fBox{
    margin: 0 5%;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .explanation .fBox img{
    width: 100%;
    max-width: none;
  }
  .explanation .textBox {
    width: 100%;
  } 
  .explanation .textBox h2 {
    margin-bottom: 1rem;
    padding-left: 0%;
    padding-bottom: 1rem;
  }
  .explanation .textBox p {
    padding-left: 0;
  }
  .explanation .textBox {
    margin-bottom: 1.5rem;
  }
}


/*アコーディオン*/
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 420px;
  position: fixed;
  width: 100%;
	bottom: 3%; 
    right: 80px; 
	z-index: 999;
	border: #fff 4px solid;
  box-shadow: 0 0 5px #00000077;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: min(5vw, 22px);
  padding: 15px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 15px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
  background-color: #0d223e;
	transition: all 0.3s;
}

/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
	background: linear-gradient(to right, #fff, #ffffffcc);
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 42%;
  transform: rotate(-45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 15px;
}
.accordion-title.open::after {
  top: 35%;
  transform: rotate(135deg);
  
}
.accordion ul li a {
  text-decoration: none;
	font-weight: bold;
}

.accordion ul {
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
}

.accordion ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.accordion ul li:before {
  content:"";
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  width: 20px;
	height: 20px;
	margin-top: 3px;
	background: url("../img/img_common/arrow_icon.png")no-repeat;
	background-position: center center;
	background-size:contain;
}
@media screen and (min-width: 768px),{
	.accordion-item .accordion-title {
    transition: all 0.3s;
  }
  .accordion-item .accordion-title:hover {
    background: #0c797d;
  }	
  .accordion ul li a {
    transition: all 0.3s;
  }
  .accordion ul li a:hover {
    color: #0c797d;
  }
}

 a.pg_page {
 right: 10px!important;
	 bottom: 0%!important;
}

@media screen and (max-width: 1175px) {
 a.pg_page {
 right: 10px!important;
	 bottom: 0%!important;
}	
  .accordion {
    bottom: 2%; /*60px*/
    right: 70px /*60px*/
  }
}
@media screen and (max-width: 500px) {
	.accordion ul li {
		margin-bottom: 0;
	}
	.accordion ul li a {
	font-size: 14px
	}
.accordion {
	width: 80%;
    bottom:0;
    left:0;
  }
a.pg_page {
    bottom: -2%!important; /*60px*/
  }
.accordion-content {
    display: none;
    padding: 10px 0;
}
}


/*faq*/
#faq h2 {
  text-align: center;
 font-size: clamp(26px, 4vw, 48px);
  margin: 6rem 5% 6rem;
}
#faq {
	max-width: 1400px;
  margin: auto;
    margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:2rem 0 8rem;
 flex-direction: column;
}
#faq .inBox {
display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}




#faq .inBox dl {
	width: 49%;
	background: #ecf5ff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 0;
}

#faq .inBox dl dt {
	font-size: clamp(16px, 2vw, 18px);
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	margin-left: 20px;
}
#faq .inBox dl dt .text{
	flex: 1;
}
#faq .inBox dl dd .text{
	flex: 1;
}
#faq .inBox dl dd {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	font-size: clamp(14px, 1.5vw, 18px) ;
	display: flex;
	align-items: flex-start;
	flex: 1;
	font-weight: normal;
}

.iconQ {
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    background: #fb8500;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
}

.iconA {
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    background: #2798b9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
}

/* 必須 */
#faq .faqAcordion-content {
  display: none;
}


#faq .faqAcordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

#faq .faqAcordion-header::before,
#faq .faqAcordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
#faq .faqAcordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
#faq .faqAcordion-header.active::after{transform:rotate(0deg);}

.faqAcordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

#faq .faqAcordion-header span,
#faq .faqAcordion-content span{
  padding-left: 25px;
  position: relative;
}


/* hover */
#faq .faqAcordion-header:hover {
  background-color: #F2F2F2;
}

@media screen and (max-width: 1400px) {
#faq {
	max-width: 1400px;
  margin: 0 5%;
  padding:0 0 4rem;

}	
}

@media screen and (max-width: 767px) {
 
  #faq h2{
    text-align: left;
    font-size: clamp(28px, 5vw, 46px);
    margin: 4rem 0 2rem;
    width: 100%;
  }
#faq .inBox dl {
	width: 100%;
	padding: 20px;
}
}



.contactLinkBox {
    background-size:contain;
    background-position: left top;
	position:relative;
}
.contactLinkBox a {

	background: linear-gradient(120deg, rgb(88, 7, 19) 0%, rgb(190, 13, 39) 100%) 0% 50% / 400%;
    background-position: 0% 50%;
    background-size: 250% auto;
    width: 80%;
	max-width: 480px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;
    border-radius: 40px;
    margin: 2rem auto 0;
    position: relative;
    transition: all 0.4s ease;
	border: 4px solid #fff;
	box-shadow: 0 0 3px #00000077;
}

.contactLinkBox .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #fff;
  border-bottom: 0;
margin: 1rem auto 0;
	
}

@media screen and (max-width: 767px) {
.contactLinkBox .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid rgb(88, 7, 19);
  border-bottom: 0;
}


.contactLinkBox {
    background-position: right 28% top;
    background-size: contain;
    padding: 3rem 0 1rem;
}
.contactLinkBox a {
	background: linear-gradient(120deg, rgb(88, 7, 19) 0%, rgb(190, 13, 39) 100%) 0% 50% / 400%;
    background-position: 0% 50%;
    background-size: 250% auto;
    width: 80%;
	max-width: 300px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    border-radius: 40px;
    margin: 0 auto 0;
    position: relative;
    transition: all 0.4s ease;
	border: 4px solid #fff;
	box-shadow: 0 0 3px #00000077;
}	
}
@media only screen and (min-width: 768px),print {
	.contactLinkBox a:hover{
		background-position: 100% 50%;
	}
}


.thumb .slick-track {
transform:unset!important;
}



#distributor {
	padding: 3rem 0;
}

#distributor .inBox{
	max-width: 900px;
	margin: auto;
}


#distributor .inBox h2 {
  text-align: center;
  font-size: clamp(28px, 5vw, 46px);
  margin-bottom: 2rem;
}
#distributor .inBox table{
	max-width: 1080px;
	margin: auto;
	padding: 20px;
}
	
#distributor .inBox table tr{
	display: flex;
	gap: 5px;

}
#distributor .inBox table tr th,
#distributor .inBox table tr td {
	margin: 2px 0;
}
#distributor .inBox table tr th {
	width: 30%;
	background: #ecf5ff;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#distributor .inBox table tr th .small{
	display: inline-block;
	font-size: 14px;
	
	
}
#distributor .inBox table tr td {
	flex: 1;
	position:relative;
	display: flex;
	align-items: center;
	padding: 8px 30px;
	border:1px solid #a7c8ec;
}

#distributor .inBox p {
	text-align: center;
	margin-top: 2rem;
	font-weight: bold;
}

@media screen and (max-width: 1080px) {
	#distributor .inBox{
	margin: 0 5%;
}
}
@media screen and (max-width: 767px) {
	
#distributor {
  padding: 2rem 0;
}	
	
	#distributor .inBox table tr{
	flex-direction: column;
		gap: 0;
}
#distributor .inBox p {
	text-align: left;
	margin-top: 1rem;
}	
	
#distributor .inBox table tr th {
	width: 100%;
	margin-bottom: 0;
}

	#distributor .inBox table tr td {
	width: 100%;
	margin-top: 0;
	font-size: 14px;
	padding: 8px 20px;
}
}

.explanation_w {
	padding: 0 28px 4rem;
}
.explanation_w .fBox{
	display: flex;
    /*gap: 3%;*/
	justify-content: space-between;
}

.explanation_w .fBox img{
	width:50%;
	max-width: 660px;
	height: auto;
}
.explanation_w .textBox {
	margin-bottom: 2rem;
}
.explanation_w .textBox h3 {
  font-size: clamp(18px, 2vw, 28px);
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
	.explanation_w {
	padding: 0 0 4rem;
}
.explanation_w .fBox img{
	width:48%;
}
}