@charset "UTF-8";

/* CSS Document */

/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

body
/**/

table {
  font-size: 16px;
  line-height: 1.5;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

html {
  font-size: 62.5%;
}

body {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-text-size-adjust: 100%;
  background: transparent;
}

body *,
body *:before,
body *:after {
  box-sizing: border-box;
}

body img {
  max-width: 100%;
}

#wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
}


/* Responsive Style
--------------------------------------------------------------------------- */

.pc_style {
  display: block;
}

.sp_style {
  display: none;
}

.sp_style_850 {
  display: none;
}

.sp_style_480 {
  display: none;
}

.sp_style_375 {
  display: none;
}

.sp_style_320 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_style {
    display: block;
  }

  .pc_style {
    display: none;
  }

}

@media screen and (max-width: 480px) {
  .sp_style_480 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .sp_style_375 {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .sp_style_320 {
    display: block;
  }
}


/* Link
--------------------------------------------------------------------------- */

a,
a::before,
a::after {
  color: #333;
  text-decoration: none;
}

#contentsBlock a:hover img {
  opacity: 1;
}

.opacity {
  transition: all .45s cubic-bezier(.39,.575,.565,1);
}

.opacity:hover {
  opacity: .85;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.n_num {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .n_num {
    pointer-events: visible;
  }
}

/* ------------------------------------------------------------------------ */

/* Header

/* ------------------------------------------------------------------------ */

header {
  width: 100%;
  height: 66px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: #fff;
  max-width: 1080px;
}

header .inner {
  height: 100%;
}

header .h_link {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  transition: all .3s cubic-bezier(.39,.575,.565,1);
}

header .h_link:hover {
  opacity: .75;
}

header h1 {
  width: 150px;
  height: 33px;
  margin-left: 15px;
}

@media screen and (max-width:767px) {
  header {
    height: 44px;
  }
  header h1 {
    width: 100px;
    height: 22px;
    margin-left: 15px;
  }
}
/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

.flexbox {
  display: flex;
}

.flexbox.row {
  flex-direction: row;
}


/* ----- コンテンツ横幅 ----- */

.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: inherit;
  }
}

#mainBlock {
  padding-top: 60px;
}

.b_cp_index #mainBlock,
.b_35th4 #mainBlock {
  padding-top: 0;
}

@media screen and (max-width:767px) {
  #mainBlock {
    padding-top: 44px;
  }
}

/* ----- ページ下部のリスト ----- */

.product_area {
  position: relative;
}

.products_list {
  max-width: 990px;
  width: 100%;
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}


/* 同ページの画像を削除 */
.b_taylormade .products_list .l_taylormade,
.b_callaway .products_list .l_callaway {
  display: none !important;
}

.b_taylormade .products_list .l_35th4.l_cp_index,
.b_callaway .products_list .l_35th4.l_cp_index,
.b_taylormade .products_list .l_mizuno,
.b_callaway .products_list .l_mizuno,
.b_taylormade .products_list .l_adidas,
.b_callaway .products_list .l_adidas,
.b_taylormade .products_list .l_ping,
.b_callaway .products_list .l_ping,
.b_cp_index .products_list .l_35th4.l_callaway,
.b_cp_index .products_list .l_35th4.l_taylormade {
  display: none !important;
}


.products_list li + li{
  margin-top: 40px;
}

.products_list li a {
  display: block;
  height: 100%;
}

.products_list li a:hover img {
  opacity: .7 !important;
}

@media screen and (max-width: 1080px) {
  .products_list {
    width: 91.6%;
    bottom: 5vw;
  }
  .products_list li + li{
    margin-top: 3.5vmin;
  }
}

@media screen and (max-width: 767px) {

  /* 同ページの画像を削除 */
  .b_taylormade .products_list .l_taylormade,
  .b_callaway .products_list .l_callaway {
    display: none !important;
  }

}


/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

.btnLinkWrapper {
  padding-bottom: 65px;
}

.b_cp_index .postBox,
.b_35th4 .postBox {
  display: none;
}

.b_cp_index .yahoo,
.b_cp_index .locondo,
.b_cp_index .alpen_locondo,
.b_35th4 .yahoo,
.b_35th4 .locondo,
.b_35th4 .alpen_locondo {
  display: none !important;
}

.b_cp_index .topOnlineShopContents,
.b_35th4 .topOnlineShopContents {
  text-align: center;
}


.b_cp_index .linklist,
.b_35th4 .linklist {
  display: inline-block;
}


@media screen and (max-width: 767px) {

  .linkList {
    display: block;
  }

}
