@charset "UTF-8";

:root {
  --maincolor: #2d6f1e;
  --maincolordark: #093200;
  --maincolorlight: #dcf5dc;
  --pricered: #e60012;
  --cate1: #253f78;
  --cate1light: #e0f2ff;
  --cate2: #c32d79;
  --cate2light: #ffe5f2;
  --cate3: #2d6f1e;
  --cate3light: #dcf5dc;
  --outlet: #c70000;
}

.AllCon {
  border: none !important;
  padding: 0 !important;
  max-width: 2000px;
  margin: auto;
}

/*kv,nav*/
.kvarea {
  position: relative;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/special/golf/new/images/kvbg.jpg) no-repeat center top;
  background-size: cover;
}

h1 {
  padding: 50px 10px;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: end;
}

h1 img {
  width: 80%;
}

.golfnav {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.golfnav::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--maincolordark);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .8;
}

.golfnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}

.golfnav ul>li {
  width: 33%;
  border-left: 1px solid #fff;
}

.golfnav ul>li:last-of-type {
  border-right: 1px solid #fff;
}

.golfnav ul>li a {
  display: block;
  width: 100%;
  padding: .5em;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 20;
}

.golfnav ul>li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--maincolor);
  opacity: 0;
  transition: .2s;
  z-index: -1;
}

.golfnav ul>li a:hover::before {
  opacity: 1;
}


.golfnav ul>li a>span {
  text-shadow: 0 0 5px #000;
  font-weight: bold;
  padding-right: 1.2em;
  position: relative;
  display: inline-block;
}

.golfnav ul>li a>span::after {
  width: .5em;
  height: .5em;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  display: block;
  top: .3em;
  right: .1em;
  transform: rotate(-45deg);
  transition: .2s;
}

.golfnav ul>li a:hover>span::after {

  transform: rotate(-45deg) translate(-2px, 2px);
}


.golfnav ul>li a:hover>span {
  text-shadow: none;
}

/*contents common*/
h2 {
  padding: .5em .1em .3em;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.AllCon p,
.AllCon li {
  line-height: 1.5 !important;
}
.AllCon div{
  text-align: center;
}

.AllCon {
  color: #000;
}

section {
  padding-bottom: 50px;
}

.AllCon .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1270px;
}

.AllCon .row>* {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.imglink {
  position: relative;
  display: inline-block;
  transition: .2s;
}

.imglink:hover {
  transform: translateY(3px);
}

.imglink::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .2s;
}

.imglink:hover::before {
  opacity: .3;
}

#category h2::after,
#brand h2::after,
#outlet h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 100%;
  left: calc(50% - 20px);
  border: 20px solid transparent;
}

/*pickup*/
#pickup {
  padding: 20px 0 40px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/special/golf/new/images/pickupbg.jpg) bottom center no-repeat;
  background-size: 100%;
  background-color: #e9f6fe;
}

#pickup h2::after {
  position: absolute;
  content: "おすすめアイテム";
  font-size: 14px;
  font-weight: normal;
  bottom: 0;
  left: calc(50% - 4em);
  color: var(--maincolor);
}

#pickup h2 {
  color: #000;
}

.puitems__flex .row {
  margin: 30px auto !important;
}

#pickup .row>div {
  padding-bottom: 20px;
}

#pickup .imglink {
  border: 1px solid white;
}

/*jaccs*/
.jaccs {
  margin: 40px auto 20px auto;
}

.jaccs__txt {
  font-size: 18px;
  font-weight: bold;
  padding: .2em 1em;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.jaccs__txt::before,
.jaccs__txt::after {
  width: 0;
  height: 100%;
  border-left: 3px solid var(--maincolor);
  content: "";
  position: absolute;
  top: .1em;
}

.jaccs__txt::before {
  transform: rotate(-15deg);
  left: -.5em;
}

.jaccs__txt::after {
  transform: rotate(15deg);
  right: -.5em;
}

.jaccs__txt em {
  padding: 0 .1em;
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--maincolorlight) 0%);
  font-size: 120%;
}

.jaccs__cf {
  border-top: 3px solid var(--maincolor);
  border-bottom: 3px solid var(--maincolor);
  margin: 35px auto 20px;
  padding: 20px 0;
  position: relative;
  max-width: 950px;
  background: #fff;
}

.jaccs__cf__ttl {
  position: absolute;
  padding: .1em 1em;
  background: var(--maincolor);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  top: -1em;
  left: calc(50% - 6em);
}

.jaccs__cf__flex {
  max-width: 800px !important;
  min-width: 270px;
  justify-content: center;
}

.jaccs__cf__flex__box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--pricered);
  align-items: center;
  max-width: 380px;
  margin: 0 auto 10px;
}

.jaccs__cf__flex__box__l {
  width: 45%;
  background: var(--pricered);
  font-size: 25px;
  position: relative;
  overflow: hidden;
  padding: 1em 1em 1em .1em;
}

.jaccs__cf__flex__box__l span {
  color: #fff;
  font-weight: bold;
}

.jaccs__cf__flex__box__l::after {
  content: "";
  position: absolute;
  left: 90%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transform: skewX(-20deg);
}

.AllCon p.jaccs__cf__flex__box__r {
  width: 55%;
  line-height: 1 !important;
}

.jaccs__cf__flex__box__l small {
  font-size: 13px;
}

.jaccs__cf__flex__box__r small {
  display: block;
  font-size: 13px;
  color: #000;
  text-shadow: none;
  margin: -10px 0 5px;
}

.jaccs__cf__flex__box__r {
  text-align: left;
  color: var(--pricered);
  text-shadow: 2px 2px 0 #ffff45;
  font-size: 18px;
  font-weight: bold;
}

.jaccs__price {
  font-size: 50px;
  font-style: italic;
  font-family: Impact, 'Oswald', Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans-serif;
}

.jaccs__monthly {
  font-size: 18px;
  font-weight: bold;
}

.jaccs__yen {
  font-weight: bold;
  font-size: 25px;
  padding-left: 7px;
}

.jaccs__cf__flex__box__b {
  width: 100%;
  padding: 0.1em;
  background: #ffff45;
  font-weight: bold;
  font-size: 15px;
}

.jaccs__cf__flex__box__b em {
  font-weight: bold;
  color: var(--pricered);
  font-size: 150%;
}

.jaccs__cf__txt {
  font-size: 18px;
  margin: 20px 0;
  position: relative;
  display: inline-block;
}

.jaccs__cf__txt em {
  font-size: 150%;
  font-weight: bold;
  padding: 0 2px;
}

.jaccs__cf__txt::after {
  width: 80px;
  height: 80px;
  content: "";
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/pics.xprice.co.jp/i/0358/2-0194518280358S.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
}

.imglinkblock img{
 margin: 0 auto;
}

/*category*/
#category h2 {
  background: var(--maincolor);
  color: #fff;
  position: relative;
}

#category h2::after {
  border-top: 20px solid var(--maincolor);
}

.category__block {
  max-width: 1300px;
  margin: 20px auto 50px;
}

#category h3 {
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
}

.category__block__ranking__ttl {
  font-size: 23px;
  font-weight: bold;
}

#cate_mends h3 {
  color: var(--cate1);
}

#cate_ledies h3 {
  color: var(--cate2);
}


#cate_goods h3 {
  color: var(--cate3);
}


#category h3::after {
  height: .7em;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
}

#cate_mends h3::after {
  background: var(--cate1light);
}

#cate_ledies h3::after {
  background: var(--cate2light);
}

#cate_goods h3::after {
  background: var(--cate3light);
}

.category__block__btnarea {
  margin: 20px auto;
}

.category__block__btnarea__flex {
  display: flex;
  align-items: center;
  border: 1px solid;
  margin-bottom: 20px;
  position: relative;
  padding-right: 25px;
  transition: .2s;
}

#cate_mends .category__block__btnarea__flex {
  border-color: var(--cate1);
}

#cate_ledies .category__block__btnarea__flex {
  border-color: var(--cate2);
}

#cate_goods .category__block__btnarea__flex {
  border-color: var(--cate3);
}

.category__block__btnarea__flex::after {
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: 10px;
  transform: rotate(45deg);
  transition: .2s;
}

#cate_mends .category__block__btnarea__flex::after {
  border-color: var(--cate1);
}

#cate_ledies .category__block__btnarea__flex::after {
  border-color: var(--cate2);
}

#cate_goods .category__block__btnarea__flex::after {
  border-color: var(--cate3);
}

.category__block__btnarea__flex>div:first-of-type {
  width: 90px;
  height: 90px;
  margin-right: 5px;
}

.category__block__btnarea__flex>div:nth-of-type(2) {
  font-size: 16px;
  text-align: left;
  width: calc(100% - 95px);
}

#cate_mends a.category__block__btnarea__flex>div:nth-of-type(2) {
  color: var(--cate1);
}

#cate_ledies a.category__block__btnarea__flex>div:nth-of-type(2) {
  color: var(--cate2);
}

#cate_goods a.category__block__btnarea__flex>div:nth-of-type(2) {
  color: var(--cate3);
}

.category__block__btnarea__flex:hover {
  opacity: .7;
}

.category__block__btnarea__flex:hover::after {
  transform: rotate(45deg) translate(3px, -3px);
}

/*brand*/
#brand {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/special/golf/new/images/brandbg.jpg) bottom left;
  background-size: cover;
}

#brand h2 {
  color: #fff;
  z-index: 10;
}

#brand h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--maincolordark);
  opacity: .8;
  z-index: -1;
}

#brand h2::after {
  border-top: 20px solid var(--maincolordark);
  opacity: .8;
}

.brand__btnarea a {
  display: block;
  border: 1px solid var(--maincolorlight);
  margin-bottom: 20px;
  transition: .2s;
}

.brand__btnarea a>p {
  background: var(--maincolorlight);
  padding: 5px;
  color: #000;
}

.brand__btnarea a:hover {
  transform: translateY(3px);
  opacity: .7;
}

/*outlet*/
#outlet h2 {
  color: #fff;
  background: var(--outlet);
  z-index: 10;
}

#outlet h2::after {
  border-top: 20px solid var(--outlet);
}

.outlet__btnarea {
  padding: 0 10px;
}

.outlet__btnarea a {
  display: block;
  max-width: 600px;
  margin: auto;
  padding: 0.5em 1.5em 0.4em 0.3em;
  background: var(--outlet);
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  transition: .2s;
}

.outlet__btnarea a::after {
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: .7em;
  transform: rotate(45deg);
  transition: .2s;
}

.outlet__btnarea a:hover {
  opacity: .7;
}

.outlet__btnarea a:hover::after {
  transform: rotate(45deg) translate(3px, -3px);
}

#outlet {
  border-bottom: 10px solid var(--outlet);
}

/*features*/
#features {
  background: var(--maincolorlight);
}

#features h2 {
  margin: 0;
  padding: 50px 0 20px;
}

.features__flex>div {
  margin-bottom: 20px;
}

/*bxslider*/
.bx-controls-direction {
  display: none;
}

.product-browsedlist {
  border: none !important;
  max-width: 1250px !important;
  margin: 10px auto 20px;
  height: unset !important;
}

.product-browsedlist ul li.search-item {
  border: none !important;
  width: calc(100% / 6) !important;
  height: unset !important;
}

.bx-viewport {
  height: unset !important;
}

.bx-viewport ul {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

a.img-link {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-list ul li img {
  margin: auto;
  height: auto;
  padding: 10px;
}

.product-list ul li {
  position: relative;
}

div.bx-wrapper {
  margin-bottom: 0 !important;
}

.product-browsedlist ul li.search-item:hover {
  background: transparent !important;
  opacity: .8;
  transform: translateY(3px);
}

.product-browsedlist ul li.search-item {
  transition: .2s;
}

.txt-productname a {
  color: #000;
}

.txt-productname {
  height: 4.5em !important;
  margin: 150px 0 5px !important;
}

p.txt-price:first-letter {
  font-size: 70%;
}

.product-list ul li .txt-price {
  font-size: 25px;
}

/* footer */
footer>a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  background: #222;
  padding: 1em 0;
  transition: .2s;
}

footer>a:hover {
  opacity: .7;
}

/*animation*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*responsive*/
@media screen and (max-width:1199px) {
  .golfnav ul>li:last-of-type {
    border-right: none;
  }

  .golfnav ul>li {
    border-left: none;
  }
}

@media screen and (max-width:991px) {
  .product-browsedlist ul li.search-item {
    width: calc(100% / 3) !important;
  }
  footer>a {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  #main {
    padding-left: 0;
    padding-right: 0;
  }

  #contents .container {
    padding-left: 0;
    padding-right: 0;
  }

  .jaccs__txt {
    max-width: 500px;
    width: calc(100% - 70px);
  }

  .jaccs__cf__txt::after {
    opacity: .2;
    right: 0;
  }

  .product-browsedlist ul li.search-item {
    width: calc(100% / 2) !important;
    padding: 5px;
  }

  .product-list ul li img {
    padding: 5px;
  }

  .AllCon .row, .jaccs, .product-browsedlist {
  max-width: 610px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  }

  .jaccs {
    margin: 20px auto;
  }
}

@media screen and (max-width:499px) {
  h2 {
    font-size: 25px;
  }

  #pickup h2::after {
    font-size: 13px;
    bottom: -10px;
  }

  .AllCon .row>* {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #pickup .row>div {
    padding-bottom: 10px;
  }

  .jaccs__txt {
    font-size: 15px;
    padding: .2em 0;
    width: 100%;
  }

  .jaccs__txt::before,
  .jaccs__txt::after {
    display: none;
  }

  .jaccs__cf__ttl {
    font-size: 20px;
  }

  .jaccs__cf__txt {
    font-size: 15px;
    margin: 15px 0 10px;
  }

  .jaccs__cf__flex__box__l::after {
    display: none;
  }

  .jaccs__cf__flex__box__l {
    width: 40%;
    font-size: 20px;
    padding: 15px 5px;
  }

  .jaccs__cf__flex__box__l small {
    display: block;
  }

  .AllCon p.jaccs__cf__flex__box__r {
    width: 60%;
    padding-left: 5px;
  }

  .jaccs__price {
    font-size: 40px;
  }

  .jaccs__cf__flex__box__r small {
    margin: -5px 0 5px;
  }

  .jaccs__monthly {
    font-size: 15px;
  }

  .jaccs__yen {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  .category__block__btnarea__flex {
    min-height: 5em;
    padding: 5px 20px 5px 5px;
    margin-bottom: 10px;
  }

  .category__block__btnarea__flex>div:first-of-type {
    display: none;
  }

  .category__block__btnarea__flex>div:nth-of-type(2) {
    width: 100%;
    font-size: 15px;
  }

  .brand__btnarea a>p {
    font-size: 13px;
    padding: 2px;
  }

  .brand__btnarea a {
    margin-bottom: 10px;
  }

  .outlet__btnarea a {
    font-size: 18px;
    margin: 0 10px;
  }

  #category h2::after,
  #brand h2::after,
  #outlet h2::after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    border: 15px solid transparent;
  }

  #category h2::after {
    border-top: 15px solid var(--maincolor);
  }

  .category__block__ranking__ttl {
    font-size: 18px;
  }

  #brand h2::after {
    border-top: 15px solid var(--maincolordark);
  }

  #outlet h2::after {
    border-top: 15px solid var(--outlet);
  }

  .features__flex>div {
    margin-bottom: 10px;
  }

  .product-list ul li .txt-productname {
    margin: calc(40vw + 15px) 0 5px !important;
  }

  .yotpo .text-m {
    display: none;
  }

  .product-list ul li .txt-price {
    font-size: 18px;
  }
}