/* CSS Document */

@import url("https://use.typekit.net/opv7eim.css");

:root {
  --main-bg-color: #2e2e2e;
  --sub-bg-color: #fff;
  --main-font-color: #fff;  
  --sub-font-color: #2e2e2e;
  --span-font-color: #B5B5B5;
}

div#sysMain {
  width: 100% !important;
  max-width: none !important;
  margin: 0px auto !important;
}


#seba_cate{
    text-align: center;
    font-size: 18px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    background-color: var(--main-bg-color);
    color:  var(--main-font-color);
}

#seiki_comm{
    font-size: 22px;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}


#seba_cate a{
    text-decoration: none;
    color:  var(--main-font-color);
}

#seba_cate li{
    list-style: none;
}

#seba_cate img{
    max-width: 100%;
}

#seba_cate .comm_w90{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

#seba_cate .comm_w80{
    width: 90%;
    max-width: 800px;
	margin: auto;
}

#seba_cate .comm_flex{
    display: flex;
    flex-wrap: wrap;
}

#seba_cate .comm_ttl{
    font-size: clamp(22px, 1px + 4.29vw, 45px);
    letter-spacing: 0.08em;
    margin-bottom: 2em;
	font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: normal;
}

#seba_cate .comm_ttl span{
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 40%;
    display: block;
    font-weight: 500;
}

#seba_cate .sp_only {
	display: none;
}

@media only screen and (max-width: 640px) {
	#seba_cate .sp_only {
		display: block;
	}
	
	#seba_cate .pc_only {
	display: none;
}
}

#seba_cate picture img{
    width: 100%;
}
#seba_cate #navi{
    background: #2E2E2E;
    padding: 25px 0 5px;
}

#seba_cate #navi ol{
    max-width: 900px;
    margin: auto;
    background: #2E2E2E;
    justify-content: center;
    font-size: 17px;
    letter-spacing: 1px;
}

#seba_cate #navi ol.comm_flex li{
    margin: 0 1% 20px;
    border-right: 1px solid #fff;
    padding-right: 2%;
}
#seba_cate #navi ol.comm_flex li:last-of-type{
    border: none;
}

#seba_cate #navi ol.comm_flex a{
    color: #fff;
}

#seba_cate .bk_wh{
    background: var(--sub-bg-color); 
    color: var(--sub-font-color);
}
#seba_cate #lineup{
    padding-bottom: 4.0em;
}
#seba_cate #lineup ul{
    display: flex;
    flex-wrap: wrap;
}
#seba_cate #lineup ul li{
    width: 48%;
    margin: 0 1% 4.5em;
}

#seba_cate #lineup ul li p {
	line-height: 1.8;
	margin-top: 1.5em;
}

#seba_cate #lineup ul li span {
	font-size: 115%;
	font-weight: bold;
}
#seba_cate #lineup a{
    text-decoration: none;
    color:  var(--sub-font-color);
}

#seba_cate ul.item-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 3em  auto;
}

#seba_cate ul.item-list li{
    width: 28%;
    margin: 0 2% 30px;
}
#seba_cate #ninsyo{
    padding: 5.0em 0;
}
#seba_cate #ninsyo .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#seba_cate #ninsyo .ninsyo {
	width: 20%;
}
#seba_cate #ninsyo dl{
	text-align: left;
	width: 75%;
}

#seba_cate #ninsyo dl dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.0em;
}

#seba_cate #ninsyo dl dd {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: clamp(12px, 8.52px + 0.93vw, 18px);
}

#seba_cate #about_cate {
    padding-top: 4.0em;
    margin-bottom: 8.0em;
}
#seba_cate #about_cate .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8%;
}

#seba_cate #about_cate .box1 {
  flex-direction: row-reverse;
}

#seba_cate #about_cate .box1.block-reverse {
    flex-direction: row;
    margin-bottom: 4.0em;
}

#seba_cate #about_cate .box1 dl {
  width: 50%;
  margin: 0;
    text-align: left;
}

#seba_cate #about_cate .box1 dl dt {
  font-size: clamp(16px, 10.79px + 1.39vw, 25px);
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
#seba_cate #about_cate .box1 dl dt span {
  font-size: clamp(12px, 8.52px + 0.93vw, 18px);
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 25px;
}

#seba_cate #about_cate .box1 dl dd {
  margin: 0;
  border-top: 1px solid #ffffff; 
  padding-top: 25px; 
  font-size: clamp(12px, 8.52px + 0.93vw, 18px);
  line-height: 1.8;
}
#seba_cate #about_cate .box1:not(.block-reverse) dl dd {
  border-top: none; 
}

#seba_cate #about_cate .box2 {
  width: 42%;
}
#seba_cate #about_cate .box2 img {
  width: 100%;
  height: auto;
  display: block;
}
#seba_cate #concept_cate p:nth-of-type(1) {
    font-size: clamp(15px, 5.8px + 1.88vw, 25px);
    letter-spacing: 0.2rem;
}
#seba_cate #concept_cate {
    margin-bottom: 8.0em;
}

#seba_cate #concept_cate img {
	margin-bottom: 4.0em;
}

#seba_cate #concept_cate p {
	line-height: 2.0;
	margin-bottom: 2.0em;
}

#seba_cate #concept_cate p span {
	font-size: 60%;
}

#seba_cate .product .ttl_box2{
    margin: 0 auto 2.0em;
}

#seba_cate .product {
	margin-bottom: 8.0em;
}
#seba_cate .product:last-of-type {
	padding-bottom: 8.0em;
}
#seba_cate .product .comm_ttl{
    font-size: clamp(18px, 7px + 2.25vw, 30px);
    margin-bottom: 1.5em;
    position: relative;
    margin: 2.0em auto 0.5em;
}

#seba_cate .product h3::after{
    content: "";
    width: 1px;
    height: 100%;
    max-height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#seba_cate .product .ttl_box2::before{
    margin-right: 1.0em;
}
#seba_cate .product .ttl_box2 p:nth-of-type(1){
    font-size: clamp(15px, 5.8px + 1.88vw, 25px);
    margin: 1.0em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
}
#seba_cate .product .ttl_box2 p:nth-of-type(1)::before,#seba_cate .product .ttl_box2 p:nth-of-type(1)::after{
    content: "";
    flex: 1; 
    height: 1px;
    background: var(--sub-bg-color);
}
#seba_cate .product .ttl_box2 p:nth-of-type(1)::before {
    margin-right: 1em;
}
#seba_cate .product .ttl_box2 p:nth-of-type(1)::after {
    margin-left: 1em; 
}

#seba_cate .product .ttl_box1 .sub_ttl{
    font-size: clamp(15px, 5.8px + 1.88vw, 25px);
    color: var(--span-font-color);
    margin-bottom: 1.0em;
    letter-spacing: 0.2rem;
}
#seba_cate .product .ttl_box2 .sub_ttl{
    font-size: clamp(14px, 10.53px + 0.92vw, 20px);
    color: var(--span-font-color);
    margin-bottom: 1.0em;
    letter-spacing: 0.2rem;
}
#seba_cate .product .ttl_box2 p:last-of-type{
    text-align: left;
}

#seba_cate .product dl {
	max-width: 600px;
	margin: 3.0em auto;
}

#seba_cate .product dt {
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	letter-spacing: 0.1em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

#seba_cate .product dd {
	text-align: left;
	line-height: 2.0;
}

#seba_cate .product ul {
	display: flex;
	justify-content:space-evenly;
	flex-wrap: wrap;
    margin-top: 3.0em;
}
#seba_cate .product:last-of-type ul {
    justify-content: space-between;
}
#seba_cate .product li {
	width: 31%;
	margin: 0 0 3.5em;
}

#seba_cate .product li img {
	margin-bottom: 0.5em;
	width: 100%;
}

#seba_cate .product li .product_name {
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	margin-bottom: 0.8em;
    letter-spacing: 0.2rem;
}

#seba_cate .product li .product_name span {
	font-size: 85%;
	font-weight: normal;
}

#seba_cate .product li .price {
	display: flex;
	justify-content: space-between;
	font-size: 90%;
	text-align: left;
	margin-bottom: 0.5em;
}

#seba_cate .product .comm_mt {
	margin-top: 1.5em;
}


@media only screen and (max-width: 640px) {
	#seba_cate{
    font-size: 12px;
}
	#seba_cate #navi ol {
    font-size: 12px;
}
	#seba_cate .flex_box {
    margin: 2.0em auto;
    flex-direction: column;
}
	#seba_cate #ninsyo dl{
		width: 100%;
}
     #seba_cate #ninsyo .ninsyo {
	width: 100%;
}
	#seba_cate #ninsyo .ninsyo img {
    width: 40%;
}
#seba_cate #ninsyo dl{
	width: 100%;
}
#seba_cate #ninsyo dt{
	text-align: center;
}

	#seba_cate .flex_box dl {
		margin-top: 1.5em;
	}
	#seba_cate #lineup ul li p {
    text-align: center;
	margin-top: 0.5em;
}
	#seba_cate #lineup ul li {
    margin: 0 1% 2.5em;
}
	
	#seba_cate #about_cate .box1,#seba_cate #about_cate .box1.block-reverse {
    flex-direction: column-reverse; 
    align-items: center;
  }
  #seba_cate #about_cate .box1 dl {
    width: 100%;
    max-width: 500px;
    text-align: center;
  }

  #seba_cate #about_cate .box1 dl dt h3 {
    font-size: 20px;
  }
  #seba_cate #about_cate .box1 dl dt span {
    padding-bottom: 20px;
  }
  #seba_cate #about_cate .box1 dl dd {
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.7;
    text-align: left; 
  }
  #seba_cate #about_cate .box2 {
    width: 100%;
    margin-bottom: 3.0em;
  }
    #seba_cate .product{
        margin-bottom: 4.0em;
    }
    #seba_cate .product:last-of-type {
    padding-bottom: 4.0em;
}
    #seba_cate .product ul{
        justify-content: space-between;
    }
    #seba_cate .product ul:nth-of-type(2) {
        justify-content: center;
    }
	#seba_cate .product li {
    width: 48%;
}
    #seba_cate .product:last-of-type li:last-of-type{
    margin-left: auto;
    margin-right: auto;
}
	#seba_cate .comm_ttl {
    margin-bottom: 1.2em;
}
}


#seba_cate .comm_w80 dd span {
	font-size: 60%;
	vertical-align: text-top;
}

#seba_cate .comm_w80 .kome {
	font-size: 60%;
	margin-top: 1.0em;
}

