@charset "utf-8";

/* ================================================================================
  モーダル表示
================================================================================ */
/* サイトTOP モーダルウィンドウ（お知らせ表示） */
.modal-overlay {
  display: none;
  width: 100%;
  height: 100%; /*for old Safari*/
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}

a.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  display: none;
  width: 850px;
  max-width: 850px;
  margin: 10px;
  padding: 25px;
  position: fixed;
  z-index: 3;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 2px;
  word-break: break-all;
  border-radius: 20px;
  background: #fff;
}

.modal-content a {
  text-decoration: underline;
}

.modal-content img {
  width: auto;
  max-height: 70vh;
}

.modal-content h1 {
  margin-bottom: .5em;;
  font-size: 120%;
}

.modal-content p {
  max-width: 565px;
  margin: auto;
  text-align: left;
}

a.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #b29c33;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

a.modal-close:hover {
  opacity: .6;;
  cursor: pointer;
}

/* ================================================================================
  メインビジュアル
================================================================================ */
.mainVisualArea {
  width: 100%;
  height: 430px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  background: #008E35;
}

.mainVisual {
  width: 2000px;
  position: absolute;
  top: 0;
  left:50%;
  margin-left: -1000px;
}

.mainVisualLeft {
  z-index: 10;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.mainVisualRight {
  z-index: 1;
  text-align: right;
}

.mainVisualRight li {
  height: 430px;
}

/* bxsliderに関するcss */
.mainVisualRight li:not(:first-child){
  display: none;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  left: 400px;
}

.bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-pager-item, .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-pager.bx-default-pager a {
  background: #b8dbc0;
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 8px;
  margin-right: 20px;
  outline: 0;
}

.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active {
  background: #1c752f;
}

.bx-controls-direction {
  display: none;
}

/* ================================================================================
  スライダー
================================================================================ */
.mainvisual {
  margin-bottom: 20px;
}
.splide__pagination {
  position: static;
  margin-top: 20px;
  font-size: 0
}

.splide__pagination__page {
  margin: 0 5px;
  background: #ccc;
  opacity: 1
}

.splide__pagination__page:hover {
  background: #000
}

.splide__pagination__page.is-active {
  background: #000;
  transform: scale(1)
}

.splide.is-initialized:not(.is-overflow) .splide__list {
  display: flex;
  gap: 20px;
  justify-content: center
}

/* ================================================================================
  キャンペーンバナー
================================================================================ */
.top_campaign_bnr {
  margin: 5rem 0 2rem;
  text-align: center;
  background: url(../../../img/top/campaign_bnr_bg.png) no-repeat center;
}

.top_campaign_bnr p {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2;
  letter-spacing: .2rem;
}

.top_campaign_bnr p:after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 5rem;
  bottom: 1.8rem;
  border: solid #fff;
  border-width: 0 .2rem .2rem 0;
  transform: rotate(-45deg);
  content: "";
}

.top_campaign_bnr p:hover {
  opacity: .8;
}

/* ================================================================================
  新入荷情報
================================================================================ */
.btn_more {
  width: 100%;
  margin: 10px 0;
  border-top: .1rem solid #e0e0e0;
  border-bottom: .1rem solid #e0e0e0;
}

.container {
  max-width: 980px;
  margin: auto;
}

.tabContainer {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

.tab__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  margin-right: 24px;
  margin-bottom: 24px;
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #474747;
  border-radius: 2px;
  cursor: pointer;
}

.tab__button:nth-child(6n) {
  margin-right: 0;
}

.tab__button:nth-last-child(-n+6) {
  margin-bottom: 0;
}

.tab__button.active {
  color: #ffffff;
  background: #474747;
}

.hide {
  display: none;
}

/* ================================================================================
  新入荷ブログ
================================================================================ */
.tab_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tab_button_blog {
  width: 180px;
  height: 60px;
  margin-left: 40px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #474747
}

.tab_button_blog.active {
  color: #ffffff;
  background-color: #474747;
}

.moreBtn_blog {
  margin: 20px auto;
  width: 25rem;
  border:1px solid #474747;
  padding: 1rem;
  background-color: #fff;
  
}

/*  PC版追記
-------------------------------------------------------------------------------- */
#morelist {
  margin-bottom: 10rem;
}

.toptabCont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-productList_sep {
  background-color: #fff;
}

.p-productList_sep li p.imgBox {
  overflow: hidden;
  width: 195px;
  height: 145px;
  margin-bottom: .5rem;
  border: 1px solid #f1f1f1;
}

.p-productList_sep li p.imgBox img {
  width: 100%;
}

.p-productList_sep li {
  display: inline-block;
  width: 22%;
  height: 23.5rem;
  margin: 1rem;
  vertical-align: top;
  border-bottom: 0;
}

/* ================================================================================
  ゴルフクラブを選ぶ
================================================================================ */

/* クラブの種類 */
.typeClub {
  background: #fff;
}

.typeClub li {
  width: 50%;
  border: solid #e0e0e0;
  border-width: 0 .1rem .1rem 0;
  background: #f0f0f0;
}

.typeClub li:nth-child(even) {
  border-right: 0;
}

.typeClub li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.typeClub li:nth-last-child(2):nth-child(even) {
  border-bottom: .1rem solid #e0e0e0;
}

/* ブランド・メーカー / モデル */
.typeBrand,
.typeModel {
  background: #f0f0f0;
}

.typeBrand p,
.typeBrand ul li,
.typeModel p,
.typeModel ul li {
  border-bottom: .1rem solid #e0e0e0;
}

.typeBrand ul li:last-child,
.typeModel ul li:last-child {
  border-bottom: none;
}

.typeBrand p,
.typeModel p {
  padding: 1.0rem;
}

.typeBrand .otherbrand {
  padding: 10px;
}

.typeBrand .otherbrand a {
  margin: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 180%;
}


/* この条件で買いたい / 売りたい */
.btnBox {
  margin-right: 2.0rem;
  padding: 2.0rem 0 3.0rem;
  text-align: center;
}

.btnBox:last-child {
  margin-right: auto;
}

.btnBox .buyBtn,
.btnBox .sellBtn {
  display: inline-block;
  width: 16.8rem;
  padding: 1.1rem 0;
  color: #fff;
  font-weight: bold;
  border-radius: .4rem;
}

.btnBox .buyBtn {
  background: #ffbf00;
}

.btnBox .sellBtn {
  background: #474747;
}

.btnBox .buyBtn img,
.btnBox .sellBtn img {
  display: inline-block;
  width: auto;
  height: 2.4rem;
  margin-right: .9rem;
  vertical-align: middle;
}

.btnBox .buyBtn span,
.btnBox .sellBtn span {
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: middle;
}

.btnBox .buyBtn span small,
.btnBox .sellBtn span small {
  display: block;
  margin-bottom: .4rem;
  font-size: 1.3rem;
}

/* ================================================================================
  サイトからのお知らせ
================================================================================ */
.topinfo {
  margin-bottom: 10rem;
}

.infoList li:not(:first-child) {
  border-top: .1rem solid #e0e0e0;
}

.infoList li a {
  display: block;
  padding: 1.8rem 1.0rem 1.5rem;
}

.infoList li a p {
  line-height: 1.375;
}

.infoList .date {
  margin-bottom: .6rem;
  color: #808080;
  font-size: 1.3rem;
  line-height: 1;
}

.infoList .ttl {
  margin-bottom: .2rem;
  font-weight: bold;
}

.infoList li p.red {
  color: #c00;
}

.infoList li p.black {
  color: #000;
}

/* ================================================================================
  はじめての方へおすすめ
================================================================================ */

/* おすすめクラブの種類 */
.beginner {
  padding-top: 1.5rem;
}

.beginner .clubKind {
  padding-bottom: 2.0rem;
  border-bottom: .1rem solid #e0e0e0;
}

.beginner .clubKind p {
  font-weight: bold;
  line-height: 5.5rem;
}

/* おすすめメーカー・ブランド */
/* 要修正 */
.recommendList {
  background: #f0f0f0;
}

.recommendList li:not(:last-child) {
  border-bottom: .1rem solid #e0e0e0;
}

.recommendList li a {
  display: block;
  padding: 0 1.0rem;
  line-height: 5.5rem;
}

/* ================================================================================
  ゴルフクラブを選ぶ
================================================================================ */
.itemSearch {
  padding: 2rem 2rem 3rem;
  border: 2px solid #474747;
  background-color: #f6f6f6;
}

.itemSearch h2 {
  font-weight: 800;
  text-align: center;
}

.itemSearch h2 .icon {
  margin-right: 1rem;
  position: relative;
  top: .5rem;
}

.itemSearch .lead {
  margin: 2rem auto 1.5rem;
  text-align: center;
}

.itemSearch .moreSerach {
  display: block;
  width: 450px;
  margin: 0 auto;
  padding: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: .4rem;
  background: #30b8f2;
}

.search_result_num #result_search img {
  height: 1.5em;
  vertical-align: middle;
}

/* モーダル
-------------------------------------------------------------------------------- */
.itemSearch .modal-content {
  overflow: auto;
  width: auto;
  max-width: 1100px;
  margin: 10px;
  padding: 25px;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 2px;
  word-break: break-all;
  border-radius: 0;
  background: #fff;
}

.itemSearch .modal-content a,
#searchdetail .curConditions a {
  text-decoration: none;
}

#modalserach .contentCont {
  margin-bottom: 0;
}

#searchdetail .curConditions {
  border-bottom: 5rem;
}

#modalserach.modal-content p {
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

#modalserach .otherbrand p {
  margin-top: -35px;
}

#modalserach.modal-content .serach_tit {
  margin: 1rem auto 2rem;
  font-size: 2rem;
}

#modalserach.modal-content .serach_tit .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -4px;
}

#modalserach p.btnBox {
  margin: 3rem auto 0;
  padding: 2.0rem 0 3.0rem;
  text-align: center;
}

#modalserach .btnBox .buyBtn {
  display: inline-block;
  width: 60%;
  padding: 1.1rem 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: .4rem;
  background: #ffbf00;
}

#modalserach .btnBox .buyBtn img {
  display: inline-block;
  width: auto;
  height: 2.4rem;
  margin-right: .9rem;
  vertical-align: middle;
}

#modalserach .btnBox .buyBtn span {
  display: inline-block;
  margin-bottom: .4rem;
  font-size: .9em;
  text-align: left;
  vertical-align: middle;
}

#modalserach .type1 li {
  width: 24%;
  border-right: 0;
}

#modalserach .type2.search-area {
  margin-bottom: 3rem;
}

#modalserach .footer_area .btn_cont {
  display: flex;
  align-items: center;
  width: 930px;
  margin: 1.9rem auto;
}

#modalserach .footer_area .btn_cont > div:last-of-type {
  flex-basis: 70%;
  margin-left: 45px;
}

#modalserach .footer_area .btn_area.clear_change button {
  width: 100%;
  color: #39b2e6;
  font-weight: 700;
  border: 1px solid #39b2e6;
  background-color: #fff;
}

#modalserach .footer_area .btn_area .search_result_num {
  width: 100%;
}

#modalserach .footer_area .btn_cont > div:first-of-type {
  flex-basis: 15%;
}

/* ================================================================================
  店舗を探す
================================================================================ */
.shopSearch {
  margin-bottom: 10rem;
}

.shopSearch .p-searchBtn {
  width: 45.0rem;
}

.areaChoise {
  margin-bottom: 5rem;
}

.areaChoise .area {
  width: 47.5%;
}

.areaChoise .area p {
  padding: 0 0 1rem 2.2em;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.8;
  border-bottom: 2px solid #858585;
  background: url(../../../img/common/search_icon.png) no-repeat left 10px bottom .7em / 20px;
}

.areaChoise .area {
  margin-bottom: 2.0rem;
}

.areaChoise .area:nth-child(2n) {
  margin-left: 4.0rem;
}

.areaChoise .area ul {
  background-color: #f6f6f6;
}

.areaChoise .area li {
  width: calc(100% / 4);
}

