html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden; /* 横方向のみを隠す */
  width: 100%;
}
#topwrap {
  height: 300px;
  background-image: url(../img/template/top_titleback.png);
  background-repeat: repeat-x;
  background-position: center top;
}
#toppage {
  background-image: url(../img/template/top_title.png);
  background-repeat: no-repeat;
  height: 280px;
  width: 1200px;
  background-position: center top;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
#topnav #leftnav {
  width: 50%;
}
#topnav #rightnav {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 20px;
}
#topnav #rightnav a {
  color: #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#catwrap {
  height: 140px;
  background-image: url(../img/template/cat_titleback.png);
  background-repeat: repeat-x;
  background-position: center top;
}
#catpage {
  background-image: url(../img/template/cat_title.png);
  background-repeat: no-repeat;
  height: 120px;
  width: 1200px;
  background-position: center top;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
#catnav #leftnav {
  width: 50%;
}
#catnav #rightnav {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 20px;
}
#catnav #rightnav a {
  color: #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#about_text {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #EEEEEE;
  margin-bottom: 70px;
}
#about_text h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  color: #555555;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
#about_text p {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  line-height: 150%;
  font-size: 1.2em;
}
.top_subtitle {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  background-image: url(../img/template/top_subtitle.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 50px;
}
.top_subtitle h4 {
  font-family: "Inter", sans-serif;
  width: 1200px;
  color: #6969AF;
  font-size: 4em;
  font-weight: 200;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
}
.top_subtitle p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 150%;
}
.cat_subtitle {
	font-family: "Inter", sans-serif;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	margin-bottom: 20px;
	text-align: center;
}
.cat_subtitle h4 {
  font-family: "Inter", sans-serif;
  width: 1200px;
  font-size: 5.5em;
  font-weight: 200;
  color: #6969AF;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
}
.cat_subtitle p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 3em;
  color: #777777;
}
.top_coloritem {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.top_coloritem .cattext {
  display: block;
  line-height: 150%;
  margin-bottom: 50px;
}
.top_colorbox {
  --x-gradient: linear-gradient(90deg, #CCC 0 20px, transparent 0 calc(100% - 20px), #CCC calc(100% - 20px));
  --y-gradient: linear-gradient(#CCC 0 20px, transparent 0 calc(100% - 20px), #CCC calc(100% - 20px));
  margin-top: -1px;
  margin-right: 0px;
  margin-left: -1px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  width: 120px;
  text-align: center;
  height: 230px;
}
.top_colorbox p:hover {
  color: #6767AD;
}
.top_colorbox img {
  height: 150px;
  width: auto;
  padding-top: 15px;
}
.top_colorbox p {
  line-height: 1.5;
  color: #222;
  text-align: left;
  font-size: 0.8em;
  width: 100px;
  margin-left: 10px;
  padding-bottom: 10px;
  margin-top: 3px;
}
.top_colorbox50 {
  --x-gradient: linear-gradient(90deg, #CCC 0 20px, transparent 0 calc(100% - 20px), #CCC calc(100% - 20px));
  --y-gradient: linear-gradient(#CCC 0 20px, transparent 0 calc(100% - 20px), #CCC calc(100% - 20px));
  margin-top: -1px;
  margin-right: 0px;
  margin-left: -1px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  width: 145px;
  text-align: center;
  height: 260px;
}
.top_colorbox50 p:hover {
  color: #6767AD;
}
.top_colorbox50 img {
  height: 180px;
  width: auto;
  padding-top: 15px;
}
.top_colorbox50 p {
  line-height: 1.5;
  color: #222;
  text-align: left;
  font-size: 0.8em;
  width: 100px;
  margin-left: 10px;
  padding-bottom: 10px;
  margin-top: 3px;
}
.top_gcolorbox {
  --x-gradient: linear-gradient(90deg, #CCC 0 20px, transparent 0 calc(100% - 20px), #CCC calc(100% - 20px));
  --y-gradient: linear-gradient(#CCC 0 20px, transparent 0 calc(100% - 20px), #CCC calc(100% - 20px));
  margin-top: -1px;
  margin-right: 0px;
  margin-left: -1px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  width: 397px;
  text-align: center;
  height: 310px;
}
.top_gcolorbox p:hover {
  color: #6767AD;
}
.top_gcolorbox img {
  padding-top: 55px;
}
.top_gcolorbox p {
  line-height: 1.5;
  color: #222;
  text-align: left;
  font-size: 0.8em;
  margin-left: 10px;
  padding-bottom: 10px;
  margin-top: 3px;
}
.top_gcolorbox .gc_left {
  width: 190px;
  float: left;
  margin-left: 5px;
}
.top_gcolorbox .gc_right {
  width: 190px;
  float: right;
  margin-top: -40px;
  margin-right: 5px;
}
.top_catsubtitle {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  height: 50px;
  padding: 0px;
  margin-top: 50px;
}
.top_catsubtitle p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 120%;
}
.cat_extext {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	margin-bottom: 50px;
}
.cat_exsubtext {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	margin-bottom: 35px;
	margin-top: 20px;
}

.cat_product_wrap {
  margin-bottom: 50px;
}
.cat_product_wrap .product_box {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
.cat_product_wrap .product_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 315px;
  background-image: url(../img/template/cat_products_imgback.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.cat_product_wrap .product_ex {
  float: right;
  width: 800px;
}
.cat_product_wrap .product_ex h3 {
  font-family: "Inter", sans-serif;
  border-top: 5px solid #CCCCCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 15px;
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-size: 2em;
}
.cat_product_wrap .product_ex l dl {
  font-size: 0.9em;
}
.cat_product_wrap .product_ex dt {
  float: left;
  width: 6em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cat_product_wrap .product_ex dd {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cat_product_wrap .product_ex .nor_text {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  line-height: 150%;
}
.gradation_back {
	height: 256px;
	background-image: url(../img/template/gradation_menuback.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	margin-top: -180px;
	margin-bottom: 80px;
}
#contacts_wrap {
	margin-top: 80px;
}
#contacts_wrap #contacts_btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  color: #FFFFFF;
  height: 110px;
  width: 670px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/template/footer_contact_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #777777;
  border-right: 2px solid #777777;
  line-height: 110px;
  padding-left: 330px;
  display: block;
}
#contacts_wrap #contacts_btn:hover {
  color: #777777;
  background-color: #FFFFFF;
  border: 1px solid #777777;
  height: 108px;
  width: 669px;
}
#contact_wrap {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
}
#contact_wrap h6 {
  font-family: "Inter", sans-serif;
  font-size: 1.7em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-top: 5px solid #CCCCCC;
  padding-top: 20px;
}
#contact_wrap h6 span {
  font-weight: normal;
  display: block;
  margin-top: 7px;
}
#contact_wrap #mailna {
  font-family: "Inter", sans-serif;
  font-size: 1.7em;
  margin-top: 30px;
  font-weight: 800;
  background-color: #777777;
  border: 1px solid #777777;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#contact_wrap #mailna:hover {
  background-color: #FFFFFF;
  border: 1px solid #777777;
  color: #777777;
}
footer {
  height: 182px;
  display: block;
  margin-top: 50px;
  background-image: url(../img/template/footer_centerlback.png);
  background-position: center top;
  background-repeat: repeat-x;
}
#footernavi {
  width: 1200px;
  height: 182px;
  background-image: url(../img/template/footer_centerlogo.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: auto;
  margin-left: auto;
}
#footernavi #right_fnav {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 60px;
}
#footernavi #right_fnav a {
  color: #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#footernavi #right_fnav p {
  margin-top: 50px;
  font-size: 0.7em;
  color: #FFFFFF;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.colortype1 {
  font-family: "Inter", sans-serif;
  display: block;
  float: right;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-size: 0.8em;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  border-radius: 5px;
  height: 20px;
  border: 1.5px solid #333333;
}
