.banner { position: relative; width: 100%; padding-bottom: 49%; }
.banner .swiper-container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.banner .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.banner .swiper-pagination { bottom: 55px; color: #FFF; }
.banner .swiper-pagination .swiper-pagination-bullet { position: relative; display: inline-block; width: 12px; height: 12px; margin: 0 25px; opacity: 1; border: 2px solid #FFF; border-radius: 100%; background: transparent; }
.banner .swiper-pagination .swiper-pagination-bullet::after { position: absolute; top: 50%; left: 50%; display: block; visibility: hidden; width: 48px; height: 48px; content: ""; transition-duration: .3s; transform: translateX(-50%) translateY(-50%); opacity: 0; border: 1px solid #FFF; border-radius: 50%; }
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #FFF; }
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { visibility: visible; opacity: 1; }
.banner .mobile { display: none; }

.about { padding-top: 85px; }
.about .com-above1 { display: flex; justify-content: space-between; width: 100%; }
.about .com-above1 .above-txt { position: relative; }
.about .com-above1 .above-txt h5 { font-size: 30px; position: initial; top: 31px; left: 0; letter-spacing: 1px; margin-left: 2px; }
.about .com-above1 .above-link a { display: flex; align-items: center; justify-content: space-between; width: 125px; height: 54px; color: #959595; font-size: 14px; line-height: 54px; border-bottom: 2px solid #959595; transition: all .3s; position: relative; flex-wrap: wrap; }
.about .com-above1 .above-link a svg { margin-left: auto; }
.about .com-above1 .above-link a::after { content: ''; display: block; width: 58px; height: 2px; background-color: var(--main-color); position: relative; bottom: 2px; left: 0; transition: all .3s; }
.about .com-above1 .above-link a:hover { color: var(--main-color); }
.about .com-above1 .above-link a:hover::after { width: 100%; }
.about .content { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 85px; }
.about .content-txt { width: 48%; padding-right: 60px; }
.about .content-txt h3 { font-size: 26px; line-height: 30px; margin-bottom: 50px; }
.about .content-txt p { font-size: 14px; line-height: 30px; margin-bottom: 50px; }
.about .content-txt .links a { display: inline-block; line-height: 20px; font-size: 16px; color: #333; padding: 15px 30px; margin-right: 45px; position: relative; transition: all .3s; border-radius: 100px; border: 1px solid #f5f5f5; letter-spacing: 1px; background-color: #f5f5f5; }
.about .content-txt .links a:hover { color: #fff; background-color: var(--main-color); border-color: var(--main-color); }
.about .content-img { width: 52%; }
.about .content-img figure { width: 100%; padding: 21.9% 0; position: relative; }
.about .content-img figure a { width: 100%; height: 100%; object-fit: cover; background-repeat: no-repeat; background-position: center; display: block; position: absolute; top: 0; left: 0; }
.about .content-img img { width: 100%; cursor: pointer; }
.about .content-item { margin-top: 100px; flex-wrap: wrap; justify-content: space-between; width: 100%; display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr 1fr; }
.about .content-item a { display: block; width: 100%; height: auto; border-radius: 10px; text-align: center; transition: all .3s; padding: 14% 2%; background-color: var(--main-color); border: 1px solid var(--main-color); }
.about .content-item a p { color: #fff; }
.about .content-item a .p2 { line-height: 20px; font-size: 18px; letter-spacing: 4px; margin-top: 10px; }
.about .content-item a .p1 { line-height: 1; font-size: 48px; margin-top: 18px; font-weight: bold; font-family: fantasy; }
.about .content-item li:nth-of-type(2n) a { background-color: #a31e20; border-color: #a31e20; }

.goods { padding: 120px 0 60px; background-color: var(--main-color); margin-top: 120px; width: 100%; position: relative; }
.goods:before { content: ""; display: block; width: 45%; height: 100%; position: absolute; right: 0; top: 0; background-color: #f5f5f5; }
.goods .gcat-text { padding: 120px 0 60px; max-width: 300px; display: flex; flex-direction: column; position: absolute; top: 0; z-index: 2; color: #fff; height: 100%; }
.goods .gcat-text .ambry-text { margin-top: auto; }
.goods .gcat-text .ambry-text h2 { text-transform: uppercase; font-size: 34px; font-weight: bold; }
.goods .gcat-text .ambry-text p { margin-top: 20px; line-height: 2; font-size: 16px; }
.goods .gcat-text .ambry-text p:nth-of-type(2) { font-weight: bolder; font-size: 18px; }
.goods .gcat-swiper { width: 60%; margin-left: auto; margin-right: 0; }
.goods .gcat-swiper .swiper-button-prev, .goods .gcat-swiper .swiper-button-next { position: unset; margin-top: 40px; color: #fff; display: inline-block; width: 100px; height: 40px; text-align: center; border: 1px solid #fff; }
.goods .gcat-swiper .swiper-button-prev:after, .goods .gcat-swiper .swiper-button-next:after { font-size: 20px; line-height: 40px; }
.goods .gcat-swiper .swiper-button-prev:hover, .goods .gcat-swiper .swiper-button-next:hover { background-color: #fff; color: var(--main-color); }
.goods .gcat-swiper .swiper-button-next { margin-left: 20px; }

.case { padding: 60px 0 100px; overflow: hidden; }
.case .tit { text-align: center; }
.case .case-swiper { padding-bottom: 130px; }
.case .case-swiper .swiper-slide { transition-duration: .3s; }
.case .case-swiper .swiper-slide-active { transform: scale(1); }
.case .case-swiper .pic { position: relative; overflow: hidden; }
.case .case-swiper .pic img { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; object-fit: cover; transition-duration: .3s; }
.case .case-swiper .pic:hover img { transform: scale(1.1); }
.case .case-swiper .swiper-scrollbar { width: 70%; left: 0; right: 0; margin: 0 auto; bottom: 50px; height: 3px; background-color: #eeeeee; border-radius: initial; }
.case .case-swiper h3 { width: 80px; height: 30px; font-size: 12px; line-height: 1; color: #ffffff; display: flex; justify-content: center; flex-direction: column; align-items: center; margin-top: 25px; background-color: var(--main-color); }
.case .case-swiper h5 { font-size: 18px; line-height: 1.2; color: #333333; margin-top: 20px; }
.case .case-swiper .swiper-scrollbar-drag { background: var(--main-color); border-radius: initial; }
.case .more { width: 180px; height: 50px; border: 1px solid var(--main-color); border-radius: 50px; display: flex; justify-content: center; flex-direction: column; align-items: center; font-size: 16px; line-height: 1; color: #fff; margin: 0 auto; background-color: var(--main-color); transition-duration: .3s; }
.case .more:hover { background-color: #fff; color: var(--main-color); }

.product { padding: 80px 0 100px; }
.product .tit { text-align: center; }
.product .tabs { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; margin-top: 65px; }
.product .tabs a { position: relative; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; width: 33.33%; height: 120px; background-color: #F8F8F8; }
.product .tabs a::before { position: absolute; top: 0; left: 0; display: block; width: 0; height: 100%; content: ""; transition-duration: .3s; background-color: var(--main-color); }
.product .tabs a .pic { position: relative; width: 60px; height: 60px; }
.product .tabs a .pic img { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: scale-down; }
.product .tabs a .pic .ico02 { opacity: 0; }
.product .tabs a .txt { position: relative; margin-left: 30px; transition-duration: .3s; }
.product .tabs a .txt h3 { font-size: 24px; line-height: 1; margin-bottom: 10px; color: #333; }
.product .tabs a .txt h5 { font-size: 14px; line-height: 1; color: #999; }
.product .tabs a:hover::before, .product .tabs a.on::before { width: 100%; }
.product .tabs a:hover .pic .ico01, .product .tabs a.on .pic .ico01 { opacity: 0; }
.product .tabs a:hover .pic .ico02, .product .tabs a.on .pic .ico02 { opacity: 1; }
.product .tabs a:hover .txt, .product .tabs a.on .txt { margin-left: 40px; }
.product .tabs a:hover .txt h3, .product .tabs a.on .txt h3 { color: #FFF; }
.product .tabs a:hover .txt h5, .product .tabs a.on .txt h5 { color: #A6B6D3; }
.product .product-swiper { margin-top: 50px; --swiper-navigation-color: #FFF; }
.product .product-swiper .swiper-slide .pic { position: relative; display: block; width: 100%; padding-bottom: 44%; }
.product .product-swiper .swiper-slide .pic img { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.product .product-swiper .swiper-button-prev, .product .product-swiper .swiper-button-next { left: 6.5%; width: 70px; height: 70px; border: 1.5px solid #FFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.product .product-swiper .swiper-button-prev::after, .product .product-swiper .swiper-button-next::after { font-size: 22px; color: #FFF; }
.product .product-swiper .swiper-button-prev:hover, .product .product-swiper .swiper-button-next:hover { border-color: var(--main-color); background-color: var(--main-color); }
.product .product-swiper .swiper-button-next { right: 6.5%; left: unset; }

.store .store-swiper { margin-top: 60px; }
.store .store-swiper .swiper-slide { position: relative; cursor: pointer; }
.store .store-swiper .swiper-slide .pic { position: relative; display: block; width: 100%; padding-bottom: 31.25%; }
.store .store-swiper .swiper-slide .pic img { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.store .store-swiper .swiper-slide .txt { position: absolute; top: 0; right: 0; bottom: 0; left: 0; visibility: hidden; transition-duration: .3s; opacity: 0; background-color: rgba(0, 0, 0, 0.4); }
.store .store-swiper .swiper-slide .txt h3 { font-size: 35px; line-height: 1; margin-top: 12%; text-align: center; color: #FFF; }
.store .store-swiper .swiper-slide .txt h5 { font-size: 30px; line-height: 1; margin-top: 15px; text-align: center; color: #FFF; }
.store .store-swiper .swiper-slide .txt p { font-size: 12px; line-height: 1; position: absolute; right: 0; bottom: 10px; left: 0; text-align: center; color: #FFF; }
.store .store-swiper .swiper-slide:hover .txt { visibility: visible; opacity: 1; }
.store .store-swiper .swiper-button-prev { z-index: 9; left: 35px; width: 127px; height: 20px; opacity: 0; background: url(https://www.gonho.net/public/static/officialweb/img/left-ico03.png) no-repeat center; background-size: contain; }
.store .store-swiper .swiper-button-next { z-index: 9; right: 35px; width: 127px; height: 20px; transform: rotate(180deg); opacity: 0; background: url(https://www.gonho.net/public/static/officialweb/img/left-ico03.png) no-repeat center; background-size: contain; }
.store .store-swiper:hover .swiper-button-prev { opacity: 1; }
.store .store-swiper:hover .swiper-button-next { opacity: 1; }

.join { height: 825px; background: var(--main-color) url(../image/join-bg03.jpg) no-repeat top center; background-size: cover; display: flex; justify-content: center; flex-direction: column; align-items: center; position: relative; }
.join::before { content: ""; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background: url(../image/join-bg04.gif) no-repeat bottom center; background-size: 1920px 112px; opacity: .7; display: none; }
.join::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; bottom: 39px; left: 0; right: 0; background: url(../image/join-bg05.png) no-repeat bottom center; opacity: 1; }
.join .tit { width: 380px; text-align: center; position: relative; z-index: 1; }
.join .tit h3 { font-size: 20px; line-height: 1; color: #ffffff; font-weight: bold; }
.join .tit h5 { font-size: 60px; line-height: 1; color: #ffffff; margin-top: 14px; }
.join .tit p { font-size: 18px; line-height: 25px; color: #ffffff; text-align: center; margin-top: 25px; margin-bottom: 45px; }
.join .tit a { font-size: 16px; line-height: 1; color: var(--main-color); display: inline-flex; align-items: center; justify-content: space-between; padding: 15px 35px; border-radius: 35px; background-color: #fff; transition-duration: .3s; }
.join .tit a svg { width: 20px; height: 20px; margin-left: 10px; }
.join .tit a:hover { box-shadow: 1px 2px 3px #999; }
.join .list { position: absolute; left: 7%; top: 0; bottom: 0; right: 7%; }
.join .list li { width: 120px; height: 120px; background: url(../image/join-bg04.png) no-repeat center; background-size: contain; display: flex; justify-content: center; flex-direction: column; align-items: center; font-size: 24px; line-height: 1; color: #ffffff; position: absolute; z-index: 1; }
.join .list li:nth-child(1) { top: 40%; left: 0; animation: sportst 4s linear infinite; }
.join .list li:nth-child(2) { top: 55%; left: 8%; animation: sportsb 3s linear infinite; }
.join .list li:nth-child(3) { top: 40%; left: 17%; animation: sportst 7s linear infinite; }
.join .list li:nth-child(4) { top: 55%; left: 24%; animation: sportsb 4.5s linear infinite; }
.join .list li:nth-child(5) { top: 40%; right: 24%; animation: sportst 3s linear infinite; }
.join .list li:nth-child(6) { top: 55%; right: 17%; animation: sportsb 5.5s linear infinite; }
.join .list li:nth-child(7) { top: 40%; right: 8%; animation: sportst 8s linear infinite; }
.join .list li:nth-child(8) { top: 55%; right: 0; animation: sportsb 6s linear infinite; }

.news { padding: 85px 0; }
.news .com-above1 { display: flex; justify-content: space-between; width: 100%; }
.news .com-above1 .above-txt { position: relative; }
.news .com-above1 .above-txt h3 { font-size: 26px; text-transform: uppercase; color: var(--main-color); font-weight: bold; }
.news .com-above1 .above-txt h5 { font-size: 30px; letter-spacing: 1px; }
.news .com-above1 .above-link a { display: flex; align-items: center; justify-content: space-between; width: 125px; height: 54px; color: #959595; font-size: 14px; line-height: 54px; border-bottom: 2px solid #959595; transition: all .3s; position: relative; flex-wrap: wrap; }
.news .com-above1 .above-link a svg { margin-left: auto; }
.news .com-above1 .above-link a::after { content: ''; display: block; width: 58px; height: 2px; background-color: var(--main-color); position: relative; bottom: 2px; left: 0; transition: all .3s; }
.news .com-above1 .above-link a:hover { color: var(--main-color); }
.news .com-above1 .above-link a:hover::after { width: 100%; }
.news .content { margin-top: 85px; }
.news .content .i-new-left { position: relative; }
.news .content .i-new-left a { overflow: hidden; }
.news .content .i-new-left img { transition: all .5s; }
.news .content .i-new-left .text { position: absolute; width: 100%; padding: 30px; bottom: 0; left: 0; z-index: 2; color: #fff; background-color: rgba(51, 51, 51, 0.5); transition: all .5s; }
.news .content .i-new-left .text h5 { font-weight: bold; }
.news .content .i-new-left .text p { font-size: 14px; padding-top: 8px; }
.news .content .i-new-left:hover img { transform: scale(1.02); }
.news .content .i-new-left:hover .text { padding: 15px; background-color: rgba(255, 255, 255, 0.8); color: var(--main-color); }
.news .content .i-new-right { width: 100%; background: #f5f5f5; padding: 2px 25px; height: 100%; }
.news .content .i-new-right .i-new-ul { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.news .content .i-new-right .i-new-ul li { width: 100%; display: flex; flex-direction: column; justify-content: center; height: calc(100% / 3); }
.news .content .i-new-right .i-new-ul li a { display: block; transition: all .5s; width: 100%; }
.news .content .i-new-right .i-new-ul li a h5 { margin-bottom: 10px; line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: .5s; font-weight: 400; display: block; }
.news .content .i-new-right .i-new-ul li a p { color: #888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 21px; height: 42px; }
.news .content .i-new-right .i-new-ul li:hover a h5 { color: var(--main-color); }

@keyframes sportsb { 0% { transform: translateY(0); }
  50% { transform: translateY(30px); }
  100% { transform: translateY(0); } }
@keyframes sportst { 0% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
  100% { transform: translateY(0); } }
@media screen and (max-width: 1440px) { .about .content { margin-top: 10px; } }
@media screen and (max-width: 1400px) { .about .content-txt .links { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 2%; margin-bottom: 2.2vw; }
  .about .content-txt .links a { text-align: center; margin-right: unset; } }
@media screen and (max-width: 1280px) { .join .list { position: absolute; left: auto; right: auto; top: auto; bottom: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 20px 0; z-index: 10; }
  .join .list li { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; animation: none !important; margin: 8px; width: 100px; height: 100px; font-size: 18px; } }
@media screen and (max-width: 1024px) { .about { padding-top: 10.18vw; }
  .about .com-above1 .above-txt h3 img { height: 26px; opacity: .1; }
  .about .com-above1 .above-txt h5 { font-size: 22px; letter-spacing: 0; margin-left: 0; margin-top: -12px; color: var(--main-color); }
  .about .com-above1 .above-link { display: none; }
  .about .content-txt, .about .content-img { width: 100%; padding: 0; }
  .about .content-txt h3 { font-size: 16px; margin-top: 6vw; margin-bottom: 2vw; color: var(--main-color); }
  .about .content-txt p { margin-bottom: 2.5vw; }
  .about .content-txt .links a { padding: 2vw .8vw; background-color: var(--main-color); color: #fff; border-color: var(--main-color); }
  .about .content-item { display: none; }
  .about .content-img { margin-top: 1rem; }
  .news { padding-bottom: 3vw; }
  .news .content { margin-top: 3vw; }
  .news .content .i-new-right .i-new-ul li { padding: 15px 0; } }
@media screen and (max-width: 768px) { .banner { padding-bottom: 100%; }
  .banner .pc { display: none; }
  .banner .mobile { display: block; }
  .banner .swiper-pagination { bottom: 20px; }
  .banner .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 15px; border: 1px solid #FFF; }
  .banner .swiper-pagination .swiper-pagination-bullet::after { width: 25px; height: 25px; }
  .product { padding: 60px 0 40px; }
  .product .tabs { margin-top: 20px; }
  .product .tabs a { flex-direction: column; height: 105px; }
  .product .tabs a .pic { width: 35px; height: 35px; }
  .product .tabs a .txt { margin-top: 10px; margin-left: initial; text-align: center; }
  .product .tabs a .txt h3 { font-size: 14px; margin-bottom: 5px; }
  .product .tabs a .txt h5 { font-size: 12px; }
  .product .tabs a.on .txt { margin-left: initial; }
  .product .product-swiper { margin-top: 20px; }
  .product .product-swiper .swiper-slide .pic { padding-bottom: 60%; }
  .product .product-swiper .swiper-button-next { right: 20px; width: 40px; height: 40px; background-size: 20px; }
  .product .product-swiper .swiper-button-prev { right: 20px; width: 40px; height: 40px; background-size: 20px; }
  .store { display: none; }
  .store .store-swiper { margin-top: 30px; }
  .store .store-swiper .swiper-slide .pic { padding-bottom: 45%; }
  .join { height: 620px; background-position: top center; background-size: cover; background-color: var(--main-color); padding-bottom: 200px; background-image: url(../image/join-bg06.jpg); margin-top: 40px; }
  .join .tit { width: 210px; }
  .join .tit h3 { font-size: 18px; }
  .join .tit h5 { font-size: 22px; margin-top: 10px; }
  .join .tit p { font-size: 12px; text-align: center; margin-top: 20px; margin-bottom: 20px; }
  .join .tit a { font-size: 14px; padding: 10px 20px; border-radius: 34px; }
  .join .list { padding: 15px; }
  .join .list li { margin: 5px; width: 75px; height: 75px; font-size: 14px; }
  .join::before { bottom: 0; background-size: 768px 221px; opacity: .7; }
  .join::after { bottom: 143px; background-size: auto; display: none; }
  .goods { margin: 1.5rem 0 0; padding: 1rem 0 0; }
  .goods:before { content: unset; }
  .goods .gcat-text { padding: 0 0 1rem; max-width: unset; display: flex; flex-direction: row; justify-content: space-between; position: unset; color: #fff; height: auto; }
  .goods .gcat-text a { order: 2; }
  .goods .gcat-text .ambry-text { order: 1; margin-top: 1rem; }
  .goods .gcat-text .ambry-text p:nth-last-of-type(1) { display: none; }
  .goods .gcat-swiper { width: 100%; margin: 0; height: 300px; }
  .goods .gcat-swiper .swiper-slide { overflow: hidden; }
  .goods .gcat-swiper img { width: 100%; height: 100%; object-fit: cover; }
  .goods .gcat-swiper .swiper-button-prev, .goods .gcat-swiper .swiper-button-next { display: none; }
  .case { padding: 0; }
  .case .case-swiper { margin-top: 20px; padding-bottom: 60px; width: 90%; }
  .case .case-swiper .pic { height: 0; padding-bottom: 60%; }
  .case .case-swiper h3 { margin-top: 15px; }
  .case .case-swiper h5 { font-size: 14px; margin-top: 15px; }
  .case .case-swiper .swiper-scrollbar { bottom: 30px; height: 2px; }
  .case .more { width: 130px; height: 40px; font-size: 14px; border-radius: 40px; }
  .news { padding-top: 30px; }
  .news .com-above1 .above-txt h3 { font-size: 12px; }
  .news .com-above1 .above-txt h5 { font-size: 24px; letter-spacing: unset; }
  .news .com-above1 .above-link a { width: 95px; height: 48px; line-height: 48px; }
  .news .com-above1 .above-link a::after { width: 48px; height: 2px; }
  .news .content .i-new-left a { overflow: hidden; }
  .news .content .i-new-left img { transition: all .5s; }
  .news .content .i-new-left .text { padding: 15px; position: unset; margin-bottom: 5px; }
  .news .content .i-new-left .text h5 { font-size: 16px; }
  .news .content .i-new-left .text p { font-size: 12px; padding-top: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .news .content .i-new-right { padding: 2px 15px; }
  .news .content .i-new-right .i-new-ul li a h5 { font-size: 16px; }
  .news .content .i-new-right .i-new-ul li a p { font-size: 12px; } }

/*# sourceMappingURL=index.css.map */
