﻿@charset "utf-8";      
  .main-visual {
    position: relative; /* 疑似要素配置のため */
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* はみ出る疑似要素を隠す */
  }
  .main-visual::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://y-syoko.com/new-folder475/round_sling_cobra-main_visual3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(70%); /* 明度を50%に調整 */
    z-index: 1; /* 背景に配置 */
  }
        .title {
            font-size: 5rem; /* タイトルのサイズ */
            font-weight: 700;
            z-index:2
        }

        .subtitle {
            font-size: 3rem;
            margin-top: 10px;
            font-weight:700;
            z-index:2

        }

        .catchcopy {
            font-size: 1.5rem;
            margin: 20px;
            font-weight:700;
             z-index:2

        }

        @media (max-width: 768px) {
            .title {
                font-size: 3rem;
            }
            .subtitle {
                font-size: 1.2rem;
            }
            .catchcopy {
                font-size: 0.9rem;
            }
            .main-visual{
		height:30vh;
			}
        }
main{
  background-color: #2E2E2E;
}
p{
  text-align: center;
}
.white{
  color:#fff;
}
h2{
  text-align: center;
  margin: 0 10px 1em 10px;
  font-size: clamp(1.25rem, 0.625rem + 2vi, 1.875rem);
}
.h2_white{
  border-bottom: 3px solid #fff;
  color: #fff;
  padding-top:1em;
}
.h2_black{
  border-bottom:3px solid #000;
  color: #000;;
}
.h2-17px{
font-size: 17px;
}
.section{
  max-width: 1080px;
  margin: auto;
  padding: 1em 1em 3rem 1em;
}

.cobra-heading{
  background-color: #fff;
  padding: 1em;
  margin-bottom: 2rem;
}
.red{
  color:#8B0000;
  font-weight: 600;
}
.cobra-heading-p{
  font-size:clamp(1.25rem, 0.625rem + 2vi, 1.875rem);
  font-weight: 700;
  background-color: #8B0000;
  color: #fff;
  margin:1em;
  padding: .3em;
}
.cobra-heading-p-black{
  font-size: clamp(1.25rem, 0.625rem + 2vi, 1.875rem);
  background-color: #575757;
  color: #fff;
  margin-bottom: 2rem;
  margin: 1em;
  padding: .3em;
}
@media only screen and (min-width:850px){
.cobra-flex{
  display: flex;
  gap: 2rem;
}
.cobra-heading img{
  margin: 0 1em;
}

.cobra-flex div{
  flex: 1;
}
}
.section_02{
  background-color: #E0E0E0;
  padding: 3em 1em;
}
.section_02 section{
	max-width:1080px;
	margin:auto;
}
.section_02 div{
  max-width: 1080px;
  margin: auto;
}
@media only screen and (min-width:600px){
.ul-flex{
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
}
.ul-flex ul{
  color: #fff;
  list-style: none;
}
h3{
  color: #fff;
  text-align: center;
  margin-top: 3rem;
  letter-spacing: 3px;
}
.span_30px{
  font-size: clamp(1.875rem, 0.625rem + 4vi, 3.125rem);
  color: #FFD700;
}
.heading_yellow{
  background-color: #FFD700;
  color: #8B0000;
  font-size: clamp(1.25rem, 0.625rem + 2vi, 1.875rem);
  font-weight: 700;
  padding: .3em;

}
.heading_gradation{
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 15%, rgba(255, 34, 87, 1) 50%, rgba(154, 39, 238, 1) 75%, rgba(35, 102, 247, 1) 98%);
  color: #000000;
  font-size: clamp(1.25rem, 0.625rem + 2vi, 1.875rem);
  font-weight: 700;
  padding: .3em;
}
.back_white{
  background-color: #fff;
  padding: 1em;
}
.section rem{
	padding:.3rem;
}
/*使用荷重リスト*/
	.cobla-using_load{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-bottom:1em;
}
    .cobra_table-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      width: 80%;
      max-width: 600px;
      border: 1px solid #ccc;
    }
    .cobra_table-list li {
      display: flex;
      border-bottom: 2px solid #fff;
      transition: opacity 0.3s ease;
    }
    .cobra_table-list li:last-child {
      border-bottom: none;
    }
    .cobra_table-list li a {
      display: flex;
      flex: 1;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      padding: 10px;
    }
    .cobra_cell {
      flex: 1;
      text-align: left;
    }
    /* 背景色 */
    .cobra_t1 { background-color: #564773; }
    .cobra_t2 { background-color: #00802B; }
    .cobra_t3 { background-color: #C48300; }
    .cobra_t5 { background-color: #ED3538; }
    /* ホバー時に色を薄くする */
    .cobra_table-list li:hover {
      opacity: 0.8;
    }
/*使用荷重ここまで*/
.auto-style1 {
	border-collapse: collapse;
	border: 2px solid #808080;
}
.auto-style3 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #FFFFFF;
}
.auto-style5 {
	border: 1px solid #808080;
	text-align: center;
	color: #FFFFFF;
	background-color: #564773;
}
.auto-style6 {
	color: #575193;
}
.auto-style7 {
	font-size: 30px;
}
.auto-style9 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #DBD6E5;
}
.auto-style10 {
	color: #00802B;
}
.auto-style11 {
	border: 1px solid #808080;
	text-align: center;
	color: #FFFFFF;
	background-color: #00802B;
}
.auto-style12 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #CFE8D9;
}
.auto-style13 {
	color: #C48300;
}
.auto-style14 {
	border: 1px solid #808080;
	text-align: center;
	color: #FFFFFF;
	background-color: #C48300;
}
.auto-style15 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #ECDFC7;
}
.auto-style16 {
	color: #ED3538;
}
.auto-style17 {
	border: 1px solid #808080;
	text-align: center;
	color: #FFFFFF;
	background-color: #ED3538;
}
.auto-style18 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #F3CFCD;
}
.auto-style19 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #FFFFFF;
	color: #ED3538;
}
.auto-style20 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #CFE8D9;
	color: #ED3538;
}
.auto-style21 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #ECDFC7;
	color: #ED3538;
}
.auto-style22 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #F3CFCD;
	color: #ED3538;
}
.auto-style23 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #FFFFFF;
	color: #FF0000;
}
.auto-style24 {
	border: 1px solid #808080;
	text-align: center;
	background-color: #DBD6E5;
	color: #FF0000;
}
/* 初期状態の画像に枠線を付ける */
.product img {
  border: 2px solid #ccc; /* 枠線の色と太さ */
  transition: border-color 0.3s ease; /* 枠線の色が滑らかに変わる */
}

/* 画像またはテキストをホバーしたときに枠線の色を変える */
.product:hover img {
  border-color: #203aad; /* ホバー時の枠線の色 */
}

/* 画像またはテキストをホバーしたときにテキストに下線を引く */
.product:hover p a {
  text-decoration: underline; /* 下線表示 */
}

/*関連商品*/
.related-products {
  margin-top: 20px;
  max-width:1095px;
 margin:0 auto;
}

@media (max-width:798px){
  .related-products{width:95%;}
}

.related-products h4 {
  font-size: clamp(0.938rem, 0.625rem + 1vw, 1.25rem);
  margin-bottom: 10px;
  text-align:center;
  border-bottom:3px solid #1c1c1c;
}
.product-row{
	text-align:center;
	gap:.5em;
}
@media (min-width:900px){
.product-row {
  display: flex;
  justify-content: space-evenly;
}
}
.product a{
  text-decoration:none;
}

.product img {
  width: 100%;
  height: auto;
}

.product p {
  margin-top: 5px;
  text-align: center;
  color:black;
}
.product a:hover p {
   color: blue;
   font-weight:600;
}
.section_02 td{
	padding:.3rem 0;
}