@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの-1
*****************************************/
a:link,
a:visited,
a:active {
	color: #000;
}

a:hover {
	color: #ffffff !important;
}

.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: /* 800px; */ 1100px;
	margin: 0 auto;
}

.column h2 {
	color: #005ec2;
	text-align: center;
	font-size: 2.25rem;
	line-height: normal;
	margin-bottom: 1rem;
	/*リニューアル時下記競合打ち消し*/
	border-bottom: none !important;
	padding: 0 !important;
	background: none !important;
}

#undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 3em;
	font-size: 16px;
}

.sp {
	display: none;
}



@media screen and (max-width:880px) {
	#undercolumn {
		font-size: 14px;
		padding: 0;
		overflow: hidden;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.column h2 {
	font-size: 1.35rem;
	}
}


#undercolumn img {
	width: 100%;
}

.mainimg{
	display: block;
	width: 25% !important;
	height: auto;
	margin: 2rem auto;
}

.main-title {
	margin: 0;
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #005ec2;
}

.after {
	display: block;
	font-size: 12px;
	position: relative;
	width: 300px;
	margin: -10px auto 0 auto;
	background-color: #fff;
}

.after:before {
	content: '';
	height: 1px;
	background-color: #005ec2;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	width: 200%;
	left: -50%;
}

@media screen and (max-width:880px) {
	.main-title {
		font-size: 30px;
		margin-bottom: 0.5em;
	}

	.after {
		width: 260px;
		margin: 0 auto;
	}

	.after:before {
		width: 148%;
		left: -25%;
	}
}


h4 {
	width: 100%;
	text-align: left;
	font-size: 2em;
	color: #7A7A7A !important;
	border-bottom: 2px solid #000;
	margin-bottom: 0.8em;
	margin-top: 2rem;
	background-color: #fff !important;
}

h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	padding-right: 5px;
	color: #005ec2;
	/*アイコンの色*/
}

@media screen and (max-width:880px) {
	h4 {
		text-indent: -1.25em;
		padding-left: 1.25em !important;
	}
}

.mb2 {
	margin-bottom: 2rem !important;
}

.mb1 {
	margin-bottom: 1rem !important;
}

.sec {
	margin: 2rem auto 10rem auto;
}

h3.osusume {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
font-family: "Noto Sans JP", Meiryo, sans-serif;
	color: #0000cd;
	line-height: 1.5;
}

@media screen and (max-width:600px) {
	h3.osusume {
		font-size: 1.5rem;
	font-weight: bold;
font-family: "Noto Sans JP", Meiryo, sans-serif;
	letter-spacing: -0.1em;
	}
}

#undercolumn ul.merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 2em auto 4rem auto;
}

#undercolumn ul.merit li {
	width: 32.5%;
	border: #c2e1ff solid 2px;
	line-height: 1.5;
	padding: 0.5em 0;
	box-sizing: border-box;
	list-style-type: none !important;
}

#undercolumn ul.merit li span {
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin: 1rem auto;
}

#undercolumn ul.merit li span i {
	padding-right: 0.5em;
}

#undercolumn ul.merit li p {
	padding: 00 1em 1em 1em;
}

@media screen and (max-width: 428px) {
	#undercolumn ul.merit {
		justify-content: center;

	}

	#undercolumn ul.merit li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 90%;
		margin-bottom: 1rem;
	}

	#undercolumn ul.merit li img {
		width: 30% !important;
		padding-left: 5px;
		box-sizing: border-box;
	}

	#undercolumn ul.merit li span {
		width: 70%;
	}

}

.flex_be {
	display: flex;
	justify-content: space-around;
   flex-wrap: nowrap;
}

@media screen and (max-width: 450px) {
.flex_be {
	display: flex;
	justify-content: space-around;
	 /* flex-wrap: wrap; */
}
 }

.product {
  width: 70%; 
	margin: auto;
	margin-top: 2em;
	padding: 0.5em 0.8em 0.5em 0.5em;
	border: 1.5px solid #333;
	border-radius: 5px;
	align-items: center;
	position: relative;
	background-color: #FFF;
}

@media screen and (max-width: 450px) {                
.product {
	width: 70%;
	margin-top: 2em;                
   /* margin: 4em auto; */
	padding: 0.3em 0.8em 0.8em 0.3em;
	border: 1.5px solid #333;
	border-radius: 5px;
	align-items: center;
	position: relative;
	background-color: #FFF;
}
}
.product img {
	width: 40% !important;
	height: auto;
	border-radius: 5px;
	padding: 1em;
}

@media screen and (max-width: 450px) {                                
.product img {
	width: 50% !important;
	height: auto;
	border-radius: 5px;
	padding: 1em;
}
}

.product div {
	width: 65%;
}

.product div p {
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 0.25em;
}

@media screen and (max-width: 450px) {                                                
.product div p {
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 3rem;
   /* margin-bottom: 0.25em; */
}
}

@media screen and (max-width: 450px) {                                                
.product div p.price {
	font-size: 0.8rem;
}
}
.product div p.price {
	font-size: 1rem;
		line-height:normal;
}

/* トップ用 */
.flex_be2 {
	display: flex;
	justify-content: space-around;
   flex-wrap: nowrap;
}

@media screen and (max-width: 450px) {
	.flex_be2 {
		display: flex;
		justify-content: space-around;
		 /* flex-wrap: wrap; */
	}
}

.product2 {
  width: 70%; 
	margin: auto;
	margin-top: 2em;
	padding: 0.5em 0.8em 0.5em 0.5em;
	border: 1.5px solid #333;
	border-radius: 5px;
	align-items: center;
	position: relative;
	background-color: #FFF;
}

@media screen and (max-width: 450px) {
	.product2 {
		width: 70%;
		margin-top: 2em;                
	   /* margin: 4em auto; */
		padding: 0.3em 0.8em 0.8em 0.3em;
		border: 1.5px solid #333;
		border-radius: 5px;
		align-items: center;
		position: relative;
		background-color: #FFF;
	}
}
.product2 img {
	width: 40% !important;
	height: auto;
	border-radius: 5px;
	padding: 1em;
}

@media screen and (max-width: 450px) {                                
.product2 img {
	width: 50% !important;
	height: auto;
	border-radius: 5px;
	padding: 1em;
}
}

.product2 div {
	width: 65%;
}

.product2 div p {
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 0.25em;
}

@media screen and (max-width: 450px) {                                                
.product2 div p {
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 3rem;
   /* margin-bottom: 0.25em; */
}
}                
/* トップ用 */                
.bottun {
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	display: inline-block;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: red;
	border-radius: 10px;
	border: none;
}

.product a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


.price span:nth-child(1) {
	color: red;
	font-size: 140%;
}

.price span:nth-child(2) {
	color: red;
}

@media screen and (max-width: 880px) {
	.product {
		width: 100%;
	   /* padding: 0.3em; */
	}
	.product div{
		width: 70%;
	}

	.product div p {
		font-size: 2rem;
		line-height:normal;
		padding: 0;
		margin: 0;
	}
}
@media screen and (max-width: 480px) {                                                
	.product div p {
		font-size: 0.8rem;
		padding: 0;
		margin: 0;
	}

	.bottun {
		font-size: 3pt;
	}
	.price span:nth-child(2) {
	font-size: 1em;
}
}

	.bottun {
		font-size: 13pt;
	}
	.price span:nth-child(2) {
	font-size: 0.8em;
}

ul.osusume li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 2rem 0 2rem auto;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bolder;
	background: #daeeff;
}

ul.osusume li:nth-child(even) {
	flex-direction: row-reverse;
}

ul.osusume li span {
	padding: 0 1em;
	color: #000;
}

ul.osusume li img {
	width: 50% !important;
	object-fit: cover;
	height: 100%;
}

@media screen and (max-width:428px) {
	ul.osusume li {
		font-size: 1.25rem;
		height: 200px;
	}
}

ol.sensha {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	flex-wrap: wrap;
}

ol.sensha li {
	width: 100%;
	counter-increment: number;
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 1em;
	box-sizing: border-box;
	padding-left: 1em;
}

ol.sensha li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(number);
	display: block;
	background-color: #EECE34;
	border-radius: 50%;
	color: #FFF;
	font-size: 1.25em;
	padding: 0.25em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
}

	ol.sensha li {
		width: 90%;
		display: flex;
		align-items: center;
	}

	ol.sensha li img {
		width: 60% !important;
		padding-right: 1em;
	}

	@media screen and (max-width:428px) {
		ol.sensha li {
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 2em;
	}

	ol.sensha li img {
		width: 100% !important;
		padding-right: 1em;
	}

	}


table.seinou {
	margin: 1rem auto 5rem auto;
	width: 90%;
	max-width: 600px;
}

table.seinou th,
table.seinou td {
	padding: 0.5em 1em;
	border: 1px solid #005ec2;
}

table.seinou th {
	width: 70%;
	font-size: 1.25rem;
	background-color: #005ec2;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

table.seinou td {
	width: 30%;
	text-align: center;
	font-weight: 900;
}

ul.siyou {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1rem auto;
}

ul.siyou li {
	width: 47%;
	box-sizing: border-box;
}

ul.siyou li:nth-child(-n+2) {
	border: #005ec2 1px solid;
	padding: 10px;
	border-radius: 15px;
}

ul.siyou li p {
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
}

ul.siyou li:last-child {
	width: 100%;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ce0000;
	margin: 1rem auto;
}

@media screen and (max-width:428px) {
	ul.siyou li:last-child {
		font-size: 1.25rem;
	}

}

div.sekoukome{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    background-color: #000;

}

div.sekoukome div{
    width: 40%;
}

div.sekoukome div img{
    object-fit: cover;
    height: 100%;
}

div.sekoukome p{
    width: 55%;
    background-color: #FFF;
    padding: 0.5em 1em;
    box-sizing: border-box;
}

@media screen and (max-width:428px) {
    div.sekoukome div{
    width: 100%;
}
div.sekoukome p{
    width: 100%;
}

}


div.sozai{
    position: relative;
}

div.sozai ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #000;
    padding: 1rem;
    align-items: center;
    /* opacity: 0.5; */
}

div.sozai ul li{
    width: 24%;
    margin-bottom: 10px;
    text-align: center;
}

div.all{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.all p{
    font-size: 4rem;
    font-weight: bold;
    color: #ce0000;
    line-height: 1em;
    text-align: center;
    background-color: #000;
    padding:0.25em 1em;
}

div.sback{
    width: 100%;
    background-image: url("https://gigaplus.makeshop.jp/hasepro/img/magical_p/7.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 600px;
    background-position: center;
}

div.sback img{
    position: absolute;
    top: 0;
   bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80px !important;
    height: auto;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100% !important;
}
div.rallysetsumei {
	font-size: 2rem;
	font-weight: bolder;
	line-height:normal;
	color: #000000;
}
@media screen and (max-width: 880px) {
	div.rallysetsumei {
		font-size: 1rem;
		font-weight: bolder;
		color: #000000;
	}
}
                
.riyuu_text_bold_marker {
    font-weight: 600;
    background: linear-gradient(transparent 60%, #fff000 60%);
}

                
.riyuu_x {
    font-weight: bold;
    color: #0000cd;
}      
                
div.form {
	font-size: 1rem;
	font-weight: bolder;
	line-height:normal;
	color: #000000;
}
@media screen and (max-width: 880px) {                                
	div.form {
		font-size: 0.5rem;
		font-weight: bolder;
		color: #000000;
	}
 }
/* 施工キット */                
section.shouhin {
	margin-bottom: 5em;
}

section.shouhin h2,
h2.tp {
	display: block;
	background-color: #fff;
	width: 100%;
	text-align: center;
	color: #ab0000;
	font-size: 2.5rem;
	padding: 0.5em 65px;
	position: relative;
	margin-bottom: 1em;
}

@media (max-width: 768px) {

	section.shouhin h2,
	h2.tp {
		font-size: 1.1rem;

	}
}


section.shouhin h2:before,
h2.tp:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}

section.shouhin h2 span,
h2.tp span {
	position: relative;
	padding: 0 1em;
	background: #fff;
	color: #000;
}

section.shouhin div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border: 15px solid #EECE34;
	box-sizing: border-box;
	flex-wrap: nowrap;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	section.shouhin div {
		justify-content: center;

		flex-wrap: wrap;
		flex-direction: column-reverse;
		/* margin: 3em 0; */
	}





}

section.shouhin p:nth-of-type(1) {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #e87f00;
	margin: 1em;
}

section.shouhin div ul {
	width: 50% !important;
	height: auto;
}

@media (max-width: 768px) {
	section.shouhin p:nth-of-type(1) {
	font-size: 1.5rem;
}

	section.shouhin div ul {
		width: 100% !important;
		height: auto;
	}



}

section.shouhin div img {
	width: 100% !important;
	height: auto;
	object-fit: cover;
}

section.shouhin div ul {
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	section.shouhin div ul {
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
}

}
section.shouhin div ul li {
	margin-bottom: 0.5rem;
	padding: 0.25em 0;
}

section.shouhin div ul li:nth-of-type(1) {
	background-color: #0000cd;
	color: #FFF;
	text-align: center;
	padding: 0.25em 1em;
	font-size: 1.5rem;
	font-weight: bolder;
}

section.shouhin div ul li:nth-of-type(2) {
	font-size: 1.5rem;
	font-weight: bold;
}

@media (max-width: 768px) {
	section.shouhin div ul li:nth-of-type(2) {
		font-size: 1.2rem;
	}

}

section.shouhin div ul li:nth-of-type(4) {
	font-size: 2.25rem;
	font-weight: bold;
	color: #0000cd;
	text-align: end;
}

section.shouhin div ul li:nth-of-type(4)::before {
	content: "→";
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
}

section.shouhin div ul li:nth-of-type(5) a {
	display: block;
	text-align: center;
	width: 90%;
	padding: 0.5em;
	background-color: #0000cd;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 1rem auto;
	border-radius: 1em;
}                
/* 施工キット */

                
.image-container {
  width: 70%;                
 margin: 0 auto;               
  height: auto;
  display: block;              
}
                
                
/* 追加 */
/* fix side menu */
/* 右メニュー */
ul.fixSideMenu {
	position: fixed;
	top: 30%;
	right: 12px;
	z-index: 100;
}

ul.fixSideMenu li {
	padding: 0;
   background-color: rgba(0, 191, 255);
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
}

ul.fixSideMenu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 700;
}

/*ul.fixSideMenu li a:hover {
	background-color: rgba(0, 191, 255);
	color: #FFF;
} */

@media screen and (max-width: 750px) {
	ul.fixSideMenu {
		top: auto;
		bottom: 0px;
		left: 0;
		display: flex;
		width: 100%;
		justify-content: center;
	}

	ul.fixSideMenu li {
		height: 50px;
		width: 100%;
		margin-bottom: 0;
	   /* border-right: 1px solid #FFF; */
	}

	ul.fixSideMenu li {
		margin-bottom: 0;
		border-right: 1px solid #FFF;
	}                

	ul.fixSideMenu li:last-child {
		border-right: none;
	}

	ul.fixSideMenu li a {
		font-size: 18px;
	   /* letter-spacing: -1px !important; */
		background-color: rgba(0, 191, 255);
	}

  /*  ul.fixSideMenu li a:hover {
		background-color: rgba(0, 191, 255, 0.5); 
	}　*/
}
                
.pcpicture { display: block !important; }
.sppicture {
  display: none !important;
                }
             
 @media only screen and (max-width: 750px){
.pcpicture { display: none !important; }
  .sppicture {
    display: block !important;
width: 100%;
  }
}
                    
                
.kaiketu_item_retu {
    display: flex;
    justify-content: space-around;
}        
.kaiketu_gray {
    background-color: #eee;
}
.kaiketu_blue {
    background-color: #0382cb;
} 
.kaiketu_blue_text {
    color: #fff !important;
    font-weight: 600;            
}
.kaiketu_blue2_text {
    color: #0382cb;
    font-weight: 600;            
}
.movie_mini_title {
    margin-bottom: 20px;
}                
.seinou_img, .tejun_img, .movie_mini_title {
    margin-top: 40px;
    display: block;
}                
                
/* .kaiketu_item_flame p {
    font-size: 1.8rem;
    color: #0382cb;
    white-space: pre-wrap;
    font-weight: 600;
    padding-top: 10px !important;
    line-height: 1.4 !important;
} */               
.kaiketu_item_flame {
    width: 466px;
    padding: 40px;
    box-sizing: border-box;
} 
.kaiketu_under {
    padding-top: 27px;
}                
.section_under_flame {
    width: 952px;
    height: auto;
    margin: 0 auto;
    padding: 70px 0;
}                
.section_over_flame {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
} 
                
          
 @media screen and (max-width: 1024px) {
    .kaiketu_item_flame {
        width: 46.6vw;
        padding: 4vw;
    }
}                
.kaiketu_item_flame img {
    width: 100%;
    height: auto;
}                
.section_over_flame {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.kaiketu_item_flame {
    width: 466px;
    padding: 40px;
    box-sizing: border-box;
}
                
                
@media screen and (max-width: 768px) {
    .kaiketu_gray {
        margin-bottom: 8vw;
    }
} 
                
                
@media screen and (max-width: 768px) {
    .kaiketu_item_flame {
        width: 100%;
        padding: 7vw;
        padding-bottom: 8vw;
    }
}                


/****************************************
	html内にあったもの-2
*****************************************/
  .ltMenu li a,
  .items p {
    color: #fff
  }

  .pay {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 2px;
    padding: 0.5em;
    font-size: 90%;
  }

  .pay li img {
    vertical-align: middle;
    max-width: fit-content;
  }

  .haru {
    margin-bottom: 50px;
  }

  .product-wrap {
    margin-bottom: 20px;
  }


  @media screen and (max-width:880px) {
    .haru {
      margin-bottom: 0px;
    }

    h2 {
      font-size: 0.8em;
    }

    #slideArea,
    .product-wrap,
    .product-wrap {
      margin-bottom: 20px;
    }

    .flexitem iframe {
      width: 100%;
      height: 230px;
    }

    .information-list {
      font-size: 10px;
      margin-bottom: 1em;
    }

    .information-label {
      font-size: 10px;
      margin: 0;
      width: 100%;
    }

    .contents-section {
      margin: 0 auto 50px;
    }

    .banner_area {
      padding: 0;
    }

    a.aerobtn {
      padding: 10px 30px;
    }

    .input-group {
      position: relative;
      display: flex;
      border-collapse: separate;
      margin: 0 auto;
      width: 90%;
      justify-content: center;
      box-sizing: border-box;
    }

    .search__form input[type="search"] {
      display: block;
      width: 90%;
      max-width: 300px;
      border: none;
      padding: .25em 1em;
      padding-left: 2.8em;
      border-radius: 20px 0 0 20px;
      margin: 0;
    }

    .code {
      margin: 0 0 0 1em !important;
      border-radius: 20px 0 0 20px !important;
    }

    .panel-body {
      padding: 0;
    }

    .panel-gray {
      padding: 5px;
      margin: 10px 0;
      box-sizing: border-box;
    }

    .searchsubmit {
      width: 10%;
    }
  }

  @media screen and (max-width: 880px) {
    #start-contents {
      margin-top: 0;
      padding-top: 0;
    }
  }

  #ltSearch {
    width: 95%;
    margin: 0 0 20px;
    background: #ccc;
    padding: 8px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    order-radius: 10px;
    margin: 18px 0 18px auto;
  }

  #ltSearch input[type="text"] {
    width: 100%;
    margin: 0;
  }

  #freedial {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .side-search {
    display: flex;
    align-items: flex-end;
  }

  .side-search li:first-child {
    width: 70%;
  }

  .side-search li:nth-child(2) {
    width: 25%;
  }

  .side-search-btn {
    display: block;
    text-align: center;
    padding: 0.45em 1.5em;
    color: #FFF !important;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #777;
  }

  .side-section {
  margin-top: 30px;
  background-image: url(https://gigaplus.makeshop.jp/hasepro/img/bg.jpg);
  background-size: 50%;
  padding: 0 10px 10px 10px;
}



  .sc-hLBbgP {
    width: 152px !important;
  }

  .rec-swipable {
    flex-wrap: wrap;
  }

  .rec-carousel-item {
    margin-bottom: 1rem;
  }

  .sc-gKPRtg {
    height: 470px;
  }

  .carousel-arrow {
    display: none !important;
  }

  #awoo-search {
    margin: 0 2.5rem 0 auto !important;
    width: 200px;
  }

  .search-bar-input {
    margin: 0 !important;
  }

/****************************************
	html内にあったもの-3
*****************************************/

/*開くボタン*/
.search_btn {
  position: fixed;
  top: 370px;
  right: 0;
  z-index: 999;
  font-size: 0px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  width: 13%;
  max-width: 38px;
}

.search_btn img,
.topics_btn img {
  width: 100%;
  height: auto;
}

.topics_btn {
  position: fixed;
  top: 220px;
  right: 0px;
  z-index: 999;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  width: 13%;
  max-width: 38px;
}


#cover2 {
  display: flex;
  justify-content: center;
}



/*inputは隠す*/
input[type="checkbox"]#search,
input[type="checkbox"]#topics {
  visibility: hidden;
}

/*疑似要素で背景*/
input[type="checkbox"]#search:checked:before,
input[type="checkbox"]#topics:checked:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  visibility: visible;
  z-index: 2147483645;
}

/*疑似要素で閉じるボタン*/
input[type="checkbox"]#search:checked:after {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.80);
  content: "\00d7";
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  border-radius: 50%;
  visibility: visible;
  display: block;
  z-index: 2147483647;
  position: fixed;
  top: 20px;
  left: 90%;
}

input[type="checkbox"]#topics:checked:after {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.80);
  content: "\00d7";
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  border-radius: 50%;
  visibility: visible;
  display: block;
  z-index: 2147483647;
  position: fixed;
  bottom: 10%;
  left: 43%;
}

/*iframeを格納*/
input[type="checkbox"]#search+#cover,
input[type="checkbox"]#topics+#cover2 {
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.1);
  transition: 0.1s ease-in-out;
  position: fixed;
  top: 0;
  right: -100%;
}

/*iframeを格納(オープン時)*/
input[type="checkbox"]#search:checked+#cover,
input[type="checkbox"]#topics:checked+#cover2 {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2147483646;
  right: 0;
  overflow-x: hidden;
}

/*iframe*/
input[type="checkbox"]#search+#cover>iframe {
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.2);
  border: none;
  z-index: 2147483646;
}

#global__nav ul li.list-inverse label[for="search"] {
  color: #EFEFEF;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 0.15em;
  background: no-repeat center top 7px;
  display: block;
  background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon05.png);
}

.Lsidebanner,
.Rsidebanner {
  top: 0px;
}

.flex {
  display: flex;
  color: #FFF;
  justify-content: space-evenly;
  padding: 20px 55px 0 15px;
}

.iconbtn a {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 65px;
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 880px) {
  .iconbtn a {
    width: 45px;
  }
}



.iconbtn a i {
  font-size: 20px;
}

/*カート内の商品数*/
.cart_quantity {
  position: relative;
}

.navCartIcon {
  position: absolute;
  right: -1px;
  top: -4px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  border-radius: 9px;
  background: #c7004c;
  box-shadow: 0px 1px 2px #ccc;
  line-height: 17px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
}

.navCartIcon_pc {
  position: absolute;
  right: -7px;
  top: -4px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  border-radius: 9px;
  background: #c7004c;
  box-shadow: 0px 1px 2px #ccc;
  line-height: 17px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
}





/* CSS for CodePen */


.accordion__title {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.25em;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion__title::before,
.accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50% !important;
  width: 15px !important;
  height: 2px !important;
  right: 25px !important;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #00aaa7;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion__content li,
.accordion__content li a {
  padding: 0 !important;
}

.accordion__content.is-open {
  padding: .625em 1.5em;
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

input[name="brand_search_button"] {
  border-radius: 6px;
  box-sizing: border-box;
  background: url(https://www.hasepro.co.jp/smartphone/images/template/5/icon-search.png) no-repeat center center;
  background-size: 26px 26px;
  text-indent: -9999em;
  width: 40px;
  height: 32px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 20px;
  color: #333;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: none;
  background-size: 22px;
  background-position: right 12px center;
}

.input-group {
  display: flex;
}

.panel {
  margin: 0;
  background-color: inherit;
}

#header {
  display: flex;
  justify-content: space-between;
  position: relative;
}


.navCartIcon {
  position: absolute;
  right: 2px;
  top: -5px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  border-radius: 9px;
  background: #c7004c;
  box-shadow: 0px 1px 2px #ccc;
  line-height: 17px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center;
}

.search_pc {
  width: 515px;
  position: absolute;
  left: 205px;
}

#logo_area {
  width: 40%;
  text-align: left;
}

#site_description {
  text-align: left;
}

@media screen and (max-width:1050px) {
  .search_pc {
    width: 300px;
  }

  #logo_area {
    padding-left: 2%;
  }

}

      .topbtn2 , .topbtn3 {
        justify-content: space-around !important;
      }
      .topbtn2{
        margin-bottom: 10px;
      }

.topbtn2 li, .topbtn3 li {
  position: relative;
  box-shadow: 10px 10px 8px -4px #555,
6px 6px 16px rgba(255,255,255,0.8) inset;

}
.topbtn2 li {
  width: 46%!important;
}

      .topbtn3 li {
  width: 32%!important;
}


.topbtn li a img{
  box-shadow: 3px 3px 6px -2px #555,
3px 3px 8px rgba(255,255,255,0.8) inset;
}


@media screen and (max-width:1050px) {
  .topbtn li a span {
    font-size: 0.8rem;
  }

  .topbtn2 li, .topbtn3 li {
    width: 96% !important;
  }

  .items {
    margin-bottom: 2em;
  }
}

.side-section {
  margin-top: 30px;
}

.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}

.side-category-item p,
.side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}

.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #FFF;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
}

.side-category-item p.on {
  width: 95%;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}

.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #FFF;
  right: 10px;
}

.side-category-item p.on:after {
  background-color: transparent;
  background: #FFF;
  right: 10px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.close {
  cursor: pointer;
  margin: 0;
  position: relative;
  top: 0px;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}

.side-category-item p,
.side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  color: #FFF;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
  color: #FFF;
}

#awoo-keyword-popular-tags {
  margin-bottom: 1rem;
}

.items div img {
  width: 100%;
  height: auto;
}

.smallb {
  width: 50%;
  margin: 0 auto 1rem auto;
}

/* ニュース欄CSS */
.information-list {
  line-height: 0.25em;
  flex-direction: column;
  margin: 0;
}

.information-label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 0;
  width: 20%;
  display: none;
  padding: 0 0.8em 0.8em;
}

.information-contents {
  width: 100%;
  overflow: hidden;
  line-height: 1.5em;
}

.information-contents div {
  display: none;
}

i.fa-brands {
  font-family: Fontawesome 6 Free;
}

.side_column div a img {
  width: 100%;
  height: auto;
}

.side_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.side_sns li {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  margin-bottom: 20px;
}

.side_sns li:first-child {
  background-color: #000;
}

.side_sns li:nth-child(2) {
  background-color: #4267B2;
}

.side_sns li:nth-child(3) {
  background-color: #000;
}

.side_sns li:nth-child(4) {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  position: relative;
}

.side_sns li:nth-child(4):before {
  /*グラデーションを重ねるため*/
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 80px;
  height: 80px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}

.fa-instagram {
  position: relative;
  z-index: 2;
}

#obi {
  background-color: #ffdb2c !important;
  padding: 0;
  text-align: center;
margin-bottom:15px; 
height:auto;
}

#obi a {
  text-align: center;
  color: #000;
  width: 100%;
}

#obi a:hover {
  color: #002564 !important;
}
/* @media screen and (max-width: 880px) {
    #obi {
  padding-top: 105px;
margin-bottom:0px;
line-height: 1.7em;
}
} */
.dhrrNN{
  background-color: #000;
}
#awoo-search {
  width: 100%;
}

#awoo-search form {
  background-color: #000;
}

.search-bar-container,
.search-bar-input {
  width: 100% !important;
}

.WzagG {
  width: 100%;
}


/* 動画下のボタン */
.ybtn-area {
  display: flex;
  flex-wrap: wrap;
}

.d-btn {
  width: 45%;
  margin: 0.5rem auto 2rem auto;
  padding: 0.8rem;
  background-color: #FFF;
  color: #002564;
  text-align: center;
  border-radius: 25px;
  font-weight: bold;
}

.d-btn:hover {
  background-color: #002564;
  color: #FFF !important;
  opacity: 1.0;

}

.y-btn {
  width: 80%;
  margin: 2rem auto;
  padding: 0.8rem;
  background-color: #a90000;
  color: #FFF !important;
  text-align: center;
  border-radius: 25px;
  border: 2px solid #a90000;
  font-weight: bold;

}

.y-btn:hover {
  background-color: #FFF;
  color: #a90000 !important;
  opacity: 1.0;

}

@media screen and (max-width: 880px) {
  .d-btn, .y-btn{
  width: 100%;
  justify-content: center;
  }
}
.awoo-tag {
    background: #0058a7 !important;
    border: 1px solid #0058a7 !important;
    color: #FFF !important;
    font-size: 11.6px;
    padding: 5px 10px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150% !important;
  }

  .awoo-tag:hover {
    background: #fff !important;
    color: #0058a7 !important;
  }
#cover {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 35%;
}

#cover iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:880px) {
	h4 {
		font-size: 18px;
	}

	#cover {
		padding-top: 50%;
	}

	#cover iframe {
		height: 150%;
	}
}

@media screen and (max-width:600px) {
	#cover {
		padding-top: 135%;
	}

}
/*メインビジュアル下テキスト化*/
.intro-box .photo img {
	width: 100%;
}
.intro-box .note {
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	letter-spacing: -1px;
	padding: 10px 5px;
}
.intro-box .note .copy-main-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intro-box .note .copy-main-wrap .icon {
	width: 55px;
}
.intro-box .note .copy-main-wrap .icon img {
	width: 100%;
}
.intro-box .note .copy-main-wrap .copy-main {
	width : calc(100% - 60px) ;
	color: #0000cd;
	font-weight: 800;
	line-height: 1.3;
	font-size: 1.1rem;
	margin-top: 5px;
	/*リニューアル時下記競合打ち消し*/
	border-bottom: none !important;
	padding: 0 !important;
	background: none !important;
}
.intro-box .note .marker {
	color: #0000cd;
	font-weight: 800;
	background: linear-gradient(transparent 50%, #fffc00 50%);
}
.intro-box .note .copy-sub {
	padding: 0 5px;
	font-size: 1.1rem;
	color: #000;
	font-weight: 800;
	line-height: 1.8;
	margin-top: 5px;
}
@media (min-width:750px){
	.intro-box {
		width: 80%;
		max-width: 1100px;
		margin: 1rem auto 3rem auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.intro-box .photo {
		width: 33%;
	}
	.intro-box .note {
		padding: 0;
		width: 65%;
	}
	.intro-box .note .copy-main-wrap {
		margin-top: .5rem;
	}
	.intro-box .note .copy-main-wrap .icon {
		width: 100px;
	}
	.intro-box .note .copy-main-wrap .copy-main {
		width : calc(100% - 120px) ;
		font-size: 1.9rem;
		margin-top: 5px;
	}
	/*.intro-box .note .marker {
		color: #0000cd;
		font-weight: bold;
		background: linear-gradient(transparent 50%, #fffc00 50%);
	}*/
	.intro-box .note .copy-sub {
		padding: 0 5px;
		font-size: 1.7rem;
		line-height: 1.6;
		margin-top: 10px;
	}
}


/****************************************
	買い替えフェア 2026.06追記
*****************************************/
.cam-sec {
	background-color: #E0F7FF;
    background-image:
         repeating-linear-gradient(-45deg,#ECFAFF, #ECFAFF 15px,transparent 0, transparent 30px);
	position: relative;
	margin-bottom: 4rem;
}
.cam-sec:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 40px solid #E0F7FF;
}
.cam-sec .inner {
	padding: 20px 10px;
}
.cam-sec .ttl-main {
	border: none;
	padding: 0;
	margin: 0;
}
/*intro*/
.cam-sec .intro-ttl {
	color: #000089;
	font-weight: 900;
	font-size: 1.5rem;
	text-align: center;
	border-bottom: none;
	margin-top: 1rem;
}
.cam-sec .intro-ttl .marker {
	background: linear-gradient(transparent 50%, #fffc00 50%);
}
.cam-sec .intro-copy {
	font-weight: 700;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem;
}
.cam-sec .intro-copy .strong {
	font-weight: 900;
	color: #000089;
}
/*voice*/
.cam-sec .voice {
	background: url(https://gigaplus.makeshop.jp/hasepro/img/swrm/swrm_cam_voice_bg.webp)repeat;
	padding: 50px 10px 10px 10px;
	margin-top: 3rem;
}
.cam-sec .voice-ttl {
	margin: -70px 0 0 0;
	text-align: center;
}
.cam-sec .voice-ttl img {
	width: 220px;
}
.cam-sec .voice-ttl-sub {
	text-align: center;
	color: #000089 !important;
	font-weight: 900;
	font-size: 1.4rem;
	border: none;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0;
	text-indent: 0;
}
.cam-sec .voice-ttl-sub:before {
	display: none;
}
.cam-sec .voice-list {
	list-style-type: none;
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;*/
	padding: 0;
	margin: .5rem 0 1rem 0;
}
.cam-sec .voice-list-item {
	width: 75%;
	margin: 0 auto 1rem auto;
}
/*prtimes*/
.cam-sec .prtimes {
	margin-top: 3rem;
}
.cam-sec .prtimes-list {
	list-style-type: none;
	width: 80%;
    margin: 0 auto;
}
.cam-sec .prtimes-list-item {
	margin-bottom: 2rem;
}
.cam-sec .prtimes-list-link {
	display: block;
	background-color: #FFFFE6;
	border-radius: 20px;
}
.cam-sec .prtimes-list-link:hover img {
	opacity: .8;
}
.cam-sec .prtimes-list-link .note {
	padding: 10px 10px 15px 15px;
}
.cam-sec .prtimes-list-link .note .text {
	color: #0000CD;
	font-weight: 900;
	line-height: 1.5;
	text-decoration: underline;
	font-size: 1.2rem;
	position: relative;
	padding-left: 15px;
	margin: 0;
}
.cam-sec .prtimes-list-link:hover .note .text {
	text-decoration: none;
}
.cam-sec .prtimes-list-link .note .text:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #0000CD;
}
@media (min-width:750px){
	.cam-sec {
		margin-bottom: 5rem;
	}
	.cam-sec:after {
		bottom: -90px;
		border-left: 70px solid transparent;
		border-right: 70px solid transparent;
		border-top: 60px solid #E0F7FF;
	}
	.cam-sec .inner {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 40px 0 60px 0;
	}
	/*intro*/
	.cam-sec .intro-ttl {
		font-size: 2.2rem;
	}
	.cam-sec .intro-copy {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.8;
		margin-top: 1.5rem;
	}
	/*voice*/
	.cam-sec .voice {
		padding: 50px 30px 30px 30px;
		margin-top: 5rem;
	}
	.cam-sec .voice-ttl {
		margin: -90px 0 0 0;
	}
	.cam-sec .voice-ttl img {
		width: 40%;
		max-width: 380px;
	}
	.cam-sec .voice-ttl-sub {
		font-size: 1.8rem;
	}
	.cam-sec .voice-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		margin: .5rem 0 1.5rem 0;
	}
	.cam-sec .voice-list-item {
		width: 31.5%;
		margin: 0;
	}
	/*prtimes*/
	.cam-sec .prtimes {
		margin-top: 4rem;
	}
	.cam-sec .prtimes-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		width: 100%;
    	margin: 0;
	}
	.cam-sec .prtimes-list-item {
		width: 31.5%;
		margin-bottom: 0;
	}
	.cam-sec .prtimes-list-link .note {
		padding: 10px 10px 20px 20px;
	}
	.cam-sec .prtimes-list-link .note .text {
		font-size: 1.3rem;
		padding-left: 15px;
		margin: 0;
	}
	.cam-sec .prtimes-list-link .note .text:before {
		top: 10px;
	}
}
