@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;
  transition: all .45s cubic-bezier(.39,.575,.565,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: 40px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: #fff;
  max-width: 1039px;
}

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: 90px;
  height: 20px;
  margin-left: 10px;
}


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

/* Contents

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

.flexbox {
  display: flex;
}

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


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

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

@media screen and (min-width: 769px) {

.b_cp_index #contentsBlock .inner,
.b_35th00 #contentsBlock .inner {
  background: none;
}

#contentsBlock .inner {
  background: #444;
}

.b_yamaha #contentsBlock .inner {
  background: #adc9de;
}

.b_35th01 #contentsBlock .inner {
  background: #4fa4f6;
}

}

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

#mainBlock {
  padding-top: 40px;
}


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

.product_area {
  position: relative;
}

.products_list {
  max-width: 940px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products_list li {
  margin-bottom: 20px;
}

/* 同ページの画像を削除 */
.b_35th00 .products_list .l_35th00,
.b_bridgestone .products_list .l_bridgestone,
.b_srixon .products_list .l_srixon,
.b_mizuno .products_list .l_mizuno,
.b_ping .products_list .l_ping,
.b_taylormade .products_list .l_taylormade,
.b_yamaha .products_list .l_yamaha,
.b_titleist .products_list .l_titleist,
.b_tobunda .products_list .l_tobunda,
.b_35th01 .products_list .l_35th01,
.b_honma .products_list .l_tobunda {
  display: none !important;
}

.l_titleist_35th,
.b_35th01 .l_titleist {
  display: none;
}

.b_35th01 .l_titleist_35th {
  display: block;
}



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

  .products_list {
    width: 91%;
  }

  .products_list li {
    width: 49%;
    margin-bottom: 2.5vmin;
  }

  .products_list .l_35th01,
  .products_list .l_titleist_35th {
    width: 100%;
  }

}


/* ‐‐‐‐‐ リンク深部 ----- */

.box01 {
	position: relative;
}

.box01 .btn {
	position: absolute;
	top: -55%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}


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

/* Footer

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

.btnLinkWrapper {
  padding-bottom: 65px;
}

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

  .b_cp_index .linkList {
    display: block;
  }

}
