body {
    margin: 0;
    font-family: 'Noto sans JP', sans-serif;
    line-height: 1.6;
    background: #f7f7f7;
    color: #333;
}

header {
    background: #ff0000;
    color: #fff;
    padding: 0 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.main-visual {
    margin-bottom: 2em;
    position: ;
    overflow: hidden;
}

.main-visual img {
    width: 100%;
    display: block;
}

.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

.main-visual::after {
content:"";
height:120%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-animation: reflection 1s ease-in-out infinite;
-webkit-transform: rotate(45deg);
    -webkit-animation: reflection 0s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 1s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 1s ease-in-out infinite;

}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.top-text h1 {
      font-size: 0.8rem;
      line-height: 2;
      color: #000000;
      font-family: 'Noto sans JP', sans-serif;
      text-align: center;
  }

  @media(max-width:750px){
.top-text h1{
        display: none !important;
    }
}


.text-section h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height:1.8;
    color: #ff0000;
    font-family: 'Noto sans JP', sans-serif;
}


.text-section h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.left h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height:1.8;
    color: #ff0000;
    font-family: 'Noto sans JP', sans-serif;
    background-color: #ffd1d1;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius:0.5rem;
}


.left h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.left h4 {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.right h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height:1.8;
    color: #ff0000;
    font-family: 'Noto sans JP', sans-serif;
    background-color: #ffd1d1;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius:0.5rem;
}


.right h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.right h4 {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.left-about h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}


.left-about h3 {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.right-about h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}


.right-about h3 {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;

}

.ip-text h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}


.ip-text h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height:2;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.text-section {
    border: 0px solid #dcdcdc;
    padding: 0rem 0;
    position: relative;
    font-family: 'Noto sans JP', sans-serif;
    margin-top: 2em;
}


.text-section .content {
    z-index: 2;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0rem;
    padding-top: 3rem;
    padding-right: 0rem;
    padding-bottom: 3rem;
    background-image: url(https://ec.f-gear.co.jp);
    background-size: cover;
    background-position: center;
}

.product-text h4{
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height:1.5;
    color: #000000;
    font-family: 'Noto sans JP', sans-serif;
}

.block-item-list-price {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 10px;
    font-family: 'Noto sans JP', sans-serif;
    margin-top:auto;
}



@media screen and (max-width:560px) {
.text-section .content {
    z-index: 2;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0rem;
    padding-top: 1rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
    background-image: url(https://ec.f-gear.co.jp/client_info/FACTORYGEAR/view/userweb/ext/img/DEEN_img-001c.png);
    background-size: cover;
    background-position: center;
}
}

.split-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 2rem auto;
    gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #;
}

.split-section02 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin-top: -2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #;
}
.about {
    max-width: 100%;
    background: linear-gradient(#ffffff, #ffffff);
}
.two {
    max-width: 100%;
    background: linear-gradient(#e5e5e5, #ffffff);
}

.split-section .left,
.split-section .right {
    flex: 1;
    min-width: 300px;
    padding: 1rem;
}
.split-section .left-about,
.split-section .right-about {
    flex: 1;
    min-width: 300px;
    padding: 1rem;
}


.split-section .left {
    text-align: justify;
}
.split-section .right {
    text-align: justify;
}

.split-section .left-about {
    text-align: justify;
}
.split-section .right-about {
    text-align: justify;
}

.split-section img {
    width: 100%;
    border-radius: 5px;
}

.split-section02 .left,
.split-section02 .right {
    flex: 1;
    min-width: 300px;
    padding: 1rem;
}
.split-section02 .left-about,
.split-section02 .right-about {
    flex: 1;
    min-width: 300px;
    padding: 1rem;
}

.split-section02 .left {
    text-align: justify;
}
.split-section02 .right {
    text-align: justify;
}

.split-section02 .left-about {
    text-align: justify;
}
.split-section02 .right-about {
    text-align: justify;
}
.split-section02 img {
    width: 100%;
    border-radius: 5px;
}

.product-section {
    padding: 2rem 0;
    max-width: 1250px;
    margin: auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0rem;
}

.grid-item {
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-top: 0.5rem;
padding-right: 1.2rem;
padding-bottom: 0.5rem;
padding-left: 1.2rem;
  border: 0.1rem solid #ccc;
  border-radius: 20px;
  text-align: left;
  grid-auto-rows: minmax(100px, auto);
}

.grid-item img {
  width: 100%; /* 画像を親要素の幅に合わせる */
  height: auto; /* 高さを自動調整 */
  object-fit: contain;
  place-items: center;
}

.product-card img {
    width: 100%;
    display: block;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

footer {
    background: #005bac;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
}

.container_event{
    background: linear-gradient(#ffffff, #ffffff)
}
.container{
    background: linear-gradient(#111111, #ffffff);
}

@media only screen and (max-width: 768px) {
    .ext {
        width: calc(100% - 0px);
        margin: 0 auto 0px;
    }
}
@media screen and (max-width:560px) {
  .product-grid {
      grid-template-columns: repeat(2, 1fr);

  }
  .product-section {
      padding: 2rem 0;
      max-width: 90%;
      margin: auto;
  }
}

.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
  margin-bottom:8em;
  margin-top: 2em;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ext .main{
    max-width:1000px;
    margin:0px auto;
    padding:80px 0px;
}

.button01 {
 background-color: #114099;
 border: solid 2px #114099;
 color: #ffffff;
 padding: 15px 40px;
 text-decoration: bold;
 font-size: 1em;
 font-weight: bold;
 border-radius: 10px;
 margin-top: 1em;
font-family: 'Noto sans JP', sans-serif;
}
.button01:hover {
 color: #fff;
 background-color: #ff0000;
border: solid 2px #ff0000;
}
