@charset "utf-8";

body {
  background-color: #000000;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

.pc-sp-none {
  display: none;
}

.pc-sp-on {
  display: none;
}

/* ------------------------------
header
---------------------------------*/
.bmd-page-header {
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: -1px;
  left: 0;
  z-index: 5000;
}

.bmd-page-header li.is-current {
  pointer-events: auto;
}

.bmd-font-title {
  width: 210px;
  cursor: pointer;
}

.bmd-arrow-bottom {
  position: relative;
}

.bmd-list-nav li:nth-child(2){
  display: block;
  width: 110px;
}

.bmd-list-nav li:nth-child(2){
  display: block;
  width: 110px;
}

.bmd-list-nav li:nth-child(2) .hover {
  display: none;
}

.bmd-list-nav li:nth-child(2):hover .nomal {
  display: none;
}

.bmd-list-nav li:nth-child(2):hover .hover {
  display: inline;
}



/* ------------------------------
page-anchor
---------------------------------*/
.bmd-page-nav {
  position: absolute;
  top: 40%;
  right: 0;    
}

.bmd-list-nav {
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  color: #FFFFFF;
}

.bmd-arrow-bottom:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  right: -17px;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  transform: rotate(45deg);
}

.bmd-page-anchor a {
  color: #FFFFFF;
}

.bmd-list-nav > li {
  position: relative;
  padding-right:23px;
  cursor: pointer;
  overflow: hidden;
}

.bmd-list-nav > li > .hover-block {
    top: 40px;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top:6px;
    width: 100px;
}

.bmd-page-nav .bmd-list-nav > .bmd-header-products .bmd-arrow-bottom:hover{
  color: #40A02A;
}

.bmd-page-nav .bmd-list-nav > .bmd-header-archive .archive:hover{
  color: #40A02A;
}

.bmd-page-nav .bmd-list-nav > .bmd-header-products > .hover-block li {
  overflow: hidden;
  height:0;
  text-align: center;
  transition: 0.2s;
}


.bmd-page-nav .bmd-list-nav > .bmd-header-products:hover > .hover-block li {
    overflow: visible;
    background: #000;
    width:100%;
    border-bottom: 1px solid #eee;
    text-align: center;
    height:30px;
    padding-top: 8px;
}

.bmd-list-nav + .bmd-nav-line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #40A02A;
  transition: transform 0.2s;
  position: absolute;
  left: 100%;
  top: 20px;
}

/* ------------------------------
kv
---------------------------------*/
#bmd-page-kv_pc
{
	position: relative;
	padding: 3%;
	min-height: 600px;
	overflow: hidden;
}

.box img {
  width: 100%;
	margin-bottom: 0px;
}



/* ------------------------------
page main
---------------------------------*/
.bmd-page-main {
  color: #FFFFFF;
  position: relative;
  background-image: url("/img/bmd-bg-main.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: -3%;
  padding-left: calc(100/1600 * 100%);
  padding-right: calc(100/1600 * 100%);
}

.bmd-font-titlelogo {
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
}

.bmd-font-titlelogo > img {
  width: calc(1000/1400 * 100%);
}

/* ------------------------------
sns
---------------------------------*/

.bmd-sns-area {
  width: 410px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.bmd-sns-area .fb a{
width: auto;
}

.bmd-sns-area .fb a{
  display: block;
  margin: .5rem .25rem;
  padding: 5px 10px;
  border: solid 1px;
  border-color: #FFF;
  color: #fff;
  fill: #fff;
}

.bmd-sns-area .fb svg {
  width: 20px;
  vertical-align: middle;
}
.bmd-sns-area .fb .txt {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

.bmd-sns-area .fb a:hover{
  display: block;
  padding: 5px 10px;
  border: solid 1px;
  background: #fff;
  border-color: #FFF;
  opacity: 0.7;
  color: #000;
  fill: #000;
}

.bmd-sns-area ul {
  display: flex;
  justify-content: space-around;
}

/* ------------------------------
youtube
---------------------------------*/
.bmd-youtube-area {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 50px auto;
}

.bmd-youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
fade
---------------------------------*/
.bmd-image-fade01 {
  width: 100%;
  opacity: 1;
  transition: opacity 0.7s;
}

.bmd-item-list.is-active .bmd-image-fade01 {
  opacity: 0;
}

.bmd-image-fade02 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s;
}

.bmd-item-list img {
  width: 100%;
}

/* ------------------------------
button common - pc
---------------------------------*/
.bmd-link-area {
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  position: absolute;
  z-index: 20;
}

.bmd-link-area .bmd-link-normal {
  height: 70px;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
}

.bmd-link-area .bmd-link-left {
  background-color: #40A02A;
}

.bmd-link-area .bmd-link-right {
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
}

.bmd-link-area .bmd-link-hover {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  position: absolute;
  text-align: center;
}

/*
button top
---------------------------------*/
.bmd-link-area.is-typeA {
  width: 200px;
  top: 20%;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

.bmd-link-area.is-typeA .bmd-link-normal {
  width: 200px;
  right: 0;
}

.bmd-link-area.is-typeA .bmd-link-left {
  width: 70px;
}

.bmd-link-area.is-typeA .bmd-link-right {
  width: 130px;
}

.bmd-link-area.is-typeA .bmd-link-hover {
  width: 200px;
  background-color: #40A02A;
  left: 200px;
  transition: left 0.25s;
  overflow: hidden;
}

.bmd-link-area.is-typeA .bmd-link-asmart {
  width: 155px;
  transition: width 0.25s ease-in-out;
}

.bmd-link-area.is-typeA .bmd-link-zozo {
  width: 175px;
  transition: width 0.25s ease-in-out;
}

.bmd-link-area.is-typeA .bmd-link-hover a {
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0s;
  display: inline-block;
  width: 100%;
}

.bmd-link-area:hover .bmd-link-zozo.bmd-only-zozo {
  width: 100%;
}

/* ------------------------------
button bottom - pc
---------------------------------*/
.bmd-link-area.is-typeB {
  top: 181px;
  right: 0;
  bottom: auto;
}

.bmd-link-area.is-typeB .bmd-link-normal {
  width: 165px;
  left: -70px;
}

.bmd-link-area.is-typeB .bmd-link-left {
  width: 70px;
}

.bmd-link-area.is-typeB .bmd-link-right {
  width: 95px;
}

.bmd-link-area.is-typeB .bmd-link-hover {
  width: 150px;
  right: -203px;
}

.bmd-link-area.is-typeB .bmd-link-hover > li {
  height: 70px;
  transition: width 0.25s ease-in-out;
  background-color: #40A02A;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.bmd-link-area.is-typeB .bmd-link-asmart {
  width: 0;
  right: 204px;
}

.bmd-link-area.is-typeB .bmd-link-zozo {
  width: 0;
  left: 190px;
}

.bmd-link-area.is-typeB .bmd-link-hover a {
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0s;
}

/* ------------------------------
image list
---------------------------------*/
.bmd-item-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.bmd-list-image li {
  opacity: 1;
  transition: opacity 0.5s;
  float: left;
}

.bmd-list-image li.bmd-anim-trigger {
  opacity: 0;
}

.bmd-item-image .bmd-main-nmargin02 {
  position: relative;
  z-index: 20;
  margin-top: -9%;
  transition: opacity 0.5s;
}

.bmd-item-image .bmd-main-nmargin03 {
  position: relative;
  z-index: 10;
  margin-top: -9%;
  transition: opacity 0.5s;
}

.bmd-item-image .bmd-main-nmargin04 {
  position: relative;
  width: calc(600/1200 * 100%);
  max-width: 600px;
  z-index: 10;
  margin-top: -9%;
  transition: opacity 0.5s;
}


.bmd-item-image .bmd-main-nmargin05 {
  position: relative;
  width: calc(600/1200 * 100%);
  max-width: 600px;
  z-index: 10;
  margin-top: -9%;
  transition: opacity 1s;
}

.bmd-item-image .bmd-main-nmargin06 {
  position: relative;
  z-index: 10;
  margin-top: 0;
  transition: opacity 0.5s;
}

.clearfix:after {
    content: "";         /* 擬似要素を実体化 */
    clear: both;        /* floatを解除する */
    display: block;     /* ブロック要素にする */
}

.bmd-item-image .bmd-main-margin {
  margin-top: 50px;
}

.bmd-item-image img {
  width: 100%;
}

.bmd-item-image {
  position: relative;
}

.bmd-font-text {
  width: calc(965/1600 * 100%);
  margin-top: 50px;
  margin-left: auto;
}

/* ------------------------------
item area
---------------------------------*/
.bmd-item-area {
  position: relative;
  margin-top: 40px;
  padding-bottom: 25px;
  padding-left: calc(100/1400 * 100%);
  padding-right: calc(100/1400 * 100%);
}

.bmd-bg-main {
  width: 100%;
  position: absolute;
  top: -1%;
  left: 0;
  right: 0;
  z-index: -1;
}

.bmd-bg-main > img {
  width: 100%;
}

/* ------------------------------
left box
---------------------------------*/
.bmd-left-box {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  width: calc(600/1400 * 100%);
  z-index: 100;
}

.bmd-left-box.is-fixed {
  position: fixed;
  top: 50px;
  left: auto;
}

.bmd-left-box.is-over {
  top: auto;
  bottom: 0;
  position: absolute;
}

.bmd-item-name > li .icon {
  opacity: 0;
  width: 4.0%;
  vertical-align:top;
}

.bmd-item-name a > svg {
  width: 90%;
}

.bmd-item-name > li > a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 16px;
  padding-top: calc(38/600 * 100%);
  width: calc(300/600 * 100%);
  transition: 0.2s;
  fill: #40A02A;
}


.bmd-item-name > li > a > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}

li.is-current svg .cls-1 {
  fill: #40A02A;
}

li.is-current {
  pointer-events: none;
}

 

li.is-current .icon {
  opacity: 1;
}

.bmd-desc-box {
  position: relative;
}


.bmd-desc-box > .bmd-cap-desc,
.bmd-desc-box > .bmd-pouch-desc,
.bmd-desc-box > .bmd-golfballset-desc {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin-top: 0;
}

.bmd-desc-box > .bmd-minitote-desc {
  opacity: 0;
}



.bmd-item-desc {
  margin-top: 20px;
  z-index: 10;
}

.bmd-item-desc img {
  width: 100%;
  padding-right: 35%;
}

.bmd-item-desc > dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 40px;
  line-height: 1;
}

.bmd-item-desc > dl > dd {
  margin-left: 20px;
}

.bmd-item-desc.is-current {
  opacity: 1;
}

/* ------------------------------
right box
---------------------------------*/
.bmd-right-box {
  display: inline-block;
  width: calc(700/1400 * 100%);
  overflow: hidden;
  margin-top: calc(78/600 * 100%);
  margin-left: calc(700/1400 * 100%);
}

.bmd-right-box li > img {
  width: 100%;
}

.bmd-amim-hover02 {
  position: relative;
}

.bmd-right-box > ul > li {
  position: relative;
}

.bmd-right-box ul + ul {
  margin-top: 10px;
}

.bmd-right-box > ul > li + li {
  margin-top: 10px;
}

.bmd-right-box .bmd-negative-margin07 {
  margin-top: -7%;
}

.bmd-right-box .bmd-negative-margin08 {
  margin-top: -8%;
}

.bmd-right-box .bmd-negative-margin09 {
  margin-top: -9%;
}

.bmd-right-box .bmd-negative-margin10 {
  margin-top: -10%;
}

.bmd-right-box .bmd-negative-margin11 {
  margin-top: -11%;
}

.bmd-right-box .bmd-negative-margin12 {
  margin-top: -12%;
}

.bmd-right-box .bmd-negative-margin13 {
  margin-top: -13%;
}

.bmd-right-box .bmd-negative-margin14 {
  margin-top: -14%;
}

.bmd-right-box .bmd-negative-margin15 {
  margin-top: -15%;
}

.bmd-right-box .bmd-negative-margin16 {
  margin-top: -16%;
}


/* ------------------------------
hover typeB
---------------------------------*/
.bmd-hover-typeB .bmd-image-plus {
  width: 20px;
  position: absolute;
  top: 34%;
  left: 81%;
  opacity: 1;
}

.bmd-image-scale.is-typeB {
  position: absolute;
  top: 5%;
  left: 58%;
  width: 50%;
  height: 60%;
  margin: auto;
  margin-top: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: scale(0.3);
  cursor: pointer;
}

.bmd-image-scale.is-typeB > img {
  position: absolute;
  top: 8%;
  left: -20%;
  margin-top: 0;
  margin-left: 0;
  border: solid 2px #FFFFFF;
  width: 100%;
  height: auto;
}

/* ------------------------------
image scale slide
---------------------------------*/
.bmd-amim-hover02 .bmd-anim-image {
  position: absolute;
}

.bmd-right-box > ul > li.bmd-amim-hover02 .bmd-image-plus {
  width: 22px;
  position: absolute;
  top: 34%;
  left: 78%;
  opacity: 1;
}

.bmd-amim-hover02 {
  position: relative;
}

.bmd-amim-hover02 .bmd-opacity-image {
  opacity: 1;
  transition: opacity 0.3s;
}

.bmd-amim-hover02 .bmd-anim-image {
  position: absolute;
  top: 50%;
  left: 150%;
  transform: translate(-50%,-50%);
  width: 60%;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

/* ------------------------------
about
---------------------------------*/
.bmd-about-area {
  position: relative;
}

.bmd-font-about > img {
  position: absolute;
  top: calc(455/1156*100%);
  left: calc(808/1600 * 100%);
  width: calc(611/1600 * 100%);
}

.bmd-image-about {
  width: 100%;
}

.bmd-about-logo {
  position: absolute;
}

/* ------------------------------
footer
---------------------------------*/
.bmd-page-footer {
  background-color: #000000;
  color: #969696;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
  line-height: 1;
}

.bmd-page-footer > span {
  display: block;
  font-size: 14px;
}

.bmd-page-footer > small {
  display: block;
  font-size: 12px;
  margin-top: 12px;
}

.bmd-page-footer > span > a,
.bmd-page-footer > small > a {
  color: #FFFFFF;
}



/*______*/



@media screen and (max-width: 931px){
  .tab-visible {
    display: block;
  }

  .tab-none {
    display: none;
  }

  .pc-none {
    display: none;
  }


  .pc-sp-on {
    display: block;
  }


  /* ------------------------------
    header
  ---------------------------------*/
  .bmd-page-header {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .bmd-font-title {
    width: 210px;
  }

  .bmd-icon-hamburger {
    width: 25px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.25s;
    z-index: 20;
    backface-visibility: hidden;
  }

  .bmd-icon-hamburger.is-open {
    opacity: 0;
    transition: opacity 0.25s;
    z-index: 10;
  }

  .bmd-icon-close {
    width: 25px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.25s;
    backface-visibility: hidden;
  }

  .bmd-icon-close.is-open {
    opacity: 1;
    transition: opacity 0.25s;
    z-index: 20;
  }

  /* ------------------------------
    hamburger
  ---------------------------------*/
  .bmd-menu-hamburger {
    position: fixed;
    top: 57px;
    right: -220px;
    background-color: #000000;
    z-index: 9999;
    height: 100vh;
    transform: translateX(0);
    transition: transform 0.25s ease-in-out 0s;
  }

  .bmd-menu-hamburger.bmd-ham-anim {
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out 0s;
  }

  .bmd-menu-list {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 45px;
  }

  .bmd-menu-hamburger li,
  .bmd-menu-hamburger li a {
    color: #FFFFFF;
  }

  .bmd-menu-hamburger > ul li.is-current a {
    color: #40A02A;
  }

  .bmd-menu-list ul {
    padding-top: 20px;
    padding-left: 10px;
  }

  .bmd-menu-list > li + li {
    padding-top: 20px;
  }

  .bmd-menu-list > li > ul > li + li {
    padding-top: 10px;
  }


  .bmd-menu-list .bmd-hamburger-about {
    padding-left: 0;
    padding-top: 0;
  }

  .bmd-hamburger-about.is-current > a {
    color: #40A02A;
  }

  /* ------------------------------
    sns
  ---------------------------------*/


  .bmd-sns-area {
    width: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }
  
  .bmd-sns-area .fb a{
  width: auto;
  }
  
  
  .bmd-sns-area .fb a{
    display: block;
    margin: .5rem .25rem;
    padding: 3.78px 7.5px;
    border: solid 1px;
    border-color: #FFF;
    color: #fff;
    fill: #fff;
  }
  
  .bmd-sns-area .fb svg {
    width: 15px;
    vertical-align: middle;
  }
  
  .bmd-sns-area .fb .txt {
    font-size: 15px;
    margin-left: 3px;
    vertical-align: middle;
  }
  
  .bmd-sns-area .fb a:hover{
    display: block;
    margin: .5rem .25rem;
    padding: 3.78px 7.5px;
    border: solid 1px;
    border-color: #FFF;
    opacity: 0.7;
    color:#969696;
    fill: #969696;
  }

  .bmd-sns-area ul {
    display: flex;
    justify-content: space-around;
  }


}

@media screen and (min-width: 768.5px) and (max-width: 1040.5px) {
  .bmd-item-desc > dl {
    display: block;
    margin-left: 40px;
  }

  .bmd-item-desc > dl > dd {
    margin-left: 0;
  }

  .bmd-item-desc {
    margin-top: 20px;
  }
}

/*______*/

@media screen and (min-width: 769px) {
  .bmd-page-header .bmd-page-anchor li:hover .hover-block {
    visibility: visible;
    z-index: 100;
  }

  .bmd-page-anchor .hover-block.is-opacity {
    opacity: 1;
  }

  .bmd-page-anchor .hover-block.is-move > li {
    transform: translateY(0);
    transition: transform 0.1s ease-in-out;
  }

  .bmd-page-header .bmd-page-anchor > .bmd-header-archive a:hover,
  .bmd-page-header .bmd-page-anchor > .bmd-header-shop a:hover,
  .bmd-page-header .bmd-page-anchor > li:hover .hover-block a:hover,
  .bmd-page-header .bmd-page-anchor > li:hover:last-child a {
    color: #40A02A;
  }

  .bmd-content-width {
    max-width: 1200px;
    margin: 0 auto;
  }



  .bmd-link-area:hover .bmd-link-hover,
  .bmd-image-scale:hover {
    opacity: 1;
  }

  .bmd-link-area:hover .bmd-link-asmart {
    width: 100%;
    transition: width 0.2s ease-in-out;
  }

  .bmd-link-area:hover .bmd-link-zozo {
    width: 160px;
    transition: width 0.2s ease-in-out;
  }

  .bmd-link-area:hover .bmd-link-asmart.is-visible > a,
  .bmd-link-area:hover .bmd-link-zozo.is-visible > a {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.3s;
  }


  .bmd-bg-main.is-fixed {
    position: fixed;
  }

  .bmd-page-footer > span > a:hover,
  .bmd-page-footer > small > a:hover {
    color: #FFF;
  }

/* ------------------------------
 btn
---------------------------------*/
  .bmd-link-area.is-typeA:hover {
    width: 200px;
    transition: width 0.25s;
  }

  .bmd-link-area.is-typeA:hover .bmd-link-hover {
    left: 0px;
  }

  .bmd-image-scale:hover > img {
    margin-top: 0;
    margin-left: 0;
  }

  .bmd-link-hover .bmd-link-asmart:hover > a,
  .bmd-link-hover .bmd-link-zozo:hover > a {
    color: #000000;
  }

/* ------------------------------
 scale typeB
---------------------------------*/
  .bmd-image-scale.is-typeB:hover {
    transform: scale(1);
    opacity: 1;
  }

/* ------------------------------
  scale type02
---------------------------------*/
  .bmd-amim-hover02:hover .bmd-anim-image {
    left: 50%;
    -webkit-transition: left 0.2s;
    transition-duration: left 0.2s;
    transition-delay: left 0.2s;
  }

  .bmd-amim-hover02:hover .bmd-opacity-image {
    opacity: 0.3;
    transition: opacity 0.3s;
  }

  .bmd-amim-hover02:hover .bmd-anim-image > img {
    border: solid 5px #FFFFFF;
  }
}



@media screen and (max-width: 768.5px) {
  .pc-none {
    display: block;
  }

  .sp-none {
    display: none !important;
  }

  .pc-sp-on {
    display: none;
  }

  .bmd-font-title {
    width: 210px;
  }


  /* ------------------------------
  page main
  ---------------------------------*/
  .bmd-page-main {
    background-position-y: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bmd-font-titlelogo > img {
    margin-top: 30px;
    width: 60%;
  }

  .bmd-font-titlelogo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bmd-item-image .bmd-main-margin,
  .bmd-font-text {
    margin-top: -9%;
  }

  .bmd-font-text {
    width: calc(541/800 * 100%);
  }

/* ------------------------------
    sns
  ---------------------------------*/


  .bmd-sns-area {
    width: 280px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;  }
  
  .bmd-sns-area .fb a{
  width: auto;
  }
  
  
  .bmd-sns-area .fb a{
    display: block;
    margin: 0.5rem .25rem;
    padding: 1.3px 6.6px 2.3px 6.6px;
    border: solid 1px;
    border-color: #FFF;
    color: #fff;
    fill: #fff;
  }
  
  .bmd-sns-area .fb svg {
    width: 13.4px;
    vertical-align: middle;
  }
  
  .bmd-sns-area .fb .txt {
    font-size: 13.4px;
    margin-left: 0px;
    vertical-align: middle;
  }
  
  .bmd-sns-area .fb a:hover{
    display: block;
    margin: 0.5rem .25rem;
    padding: 1.3px 6.6px 2.3px 6.6px;
    border: solid 1px;
    border-color: #FFF;
    opacity: 0.7;
    color:#969696;
    fill: #969696;
  }

  .bmd-sns-area ul {
    display: flex;
    justify-content: space-around;
  }



  /* ------------------------------
  item area
  ---------------------------------*/
  .bmd-item-area {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .bmd-item-area .bmd-bg-main {
    top: -50px;
  }

  /* ------------------------------
  left box
  ---------------------------------*/
  .bmd-left-box {
    width: 100%;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
  }

  .bmd-desc-wrap {
    overflow: hidden;
  }

  .bmd-desc-wrap .arrow_l {
    position: absolute;
    width: 25px;
    top: 60%;
    left: 5%;
    opacity:  0.7;
    z-index: 1000;
  }


  .bmd-desc-wrap .arrow_r {
    position: absolute;
    width: 25px;
    top: 60%;
    right: 5%;
    opacity: 0.7;
    z-index: 1000;
  }



  .bmd-desc-box {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .bmd-desc-box > .bmd-golfballset-desc,
  .bmd-desc-box > .bmd-pouch-desc,
  .bmd-desc-box > .bmd-cap-desc ,
  .bmd-desc-box > .bmd-minitote-desc {
    position: relative;

    opacity: 1;
  }
  
/*---------*/
.bmd-item-name_m {
  padding: 0px 20px;
  max-width: 931px;
  width: 100%;
  height: 120px;
}


.bmd-item-name_m .bmd-item-name {
  width: 100%;
  max-width: 768.5px;
  height: 120px;
  display: flex;
  align-content: space-around;
  flex-flow: column;
  flex-wrap: wrap;
}

.bmd-item-name_m .bmd-item-name a:hover svg .cls-1 {
  fill: #40A02A;
}

.bmd-item-name_m .bmd-item-name a {
  height: auto;
}

.bmd-item-name_m .bmd-item-name > li {
  width: 50%;
  height: 20px;
  margin: 0px 0px 8px 0px;
}


.bmd-item-name_m .bmd-item-name > li .icon {
  display: inline-block;
  opacity: 0;
  width: 18px;
}

.bmd-item-name_m .bmd-item-name > svg {
  display: inline-block;
  opacity: 0;
}


.bmd-item-name_m .bmd-item-name > li > a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin: 0px 0px 0px 6px;
  padding-left: 5px;
  width: 80%;
  height: 15px;
  transition: 0.2s;
}


.bmd-item-name_m .bmd-item-name > li > a > svg {
  display: block;
  top: 0;
  left: 0px;
  height: 20px;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}

.bmd-item-name_m .bmd-item-name > li > a:hover{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin: 0px 0px 0px 6px;
  padding-left: 5px;
  width: 80%;
  height: 15px;
  transition: 0.2s;
}


.bmd-item-name_m .bmd-item-name li.is-current svg .cls-1 {
  fill: #40A02A;
}

.bmd-item-name_m .bmd-item-name li.is-current {
  pointer-events: none;
}

.bmd-item-name_m .bmd-item-name > li.is-current a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin: 0px 0px 0px 6px;
  padding-left: 5px;
  width: 80%;
  height: 15px;
  transition: 0.2s;
}


.bmd-item-name_m .bmd-item-name > li.is-current .icon {
    display: inline-block;
    opacity:  1;
    width: 18px;
  }

.bmd-item-name > .bmd-font-golfballset.is-current a,
.bmd-item-name > .bmd-font-pouch.is-current a,
.bmd-item-name > .bmd-font-cap.is-current a,
.bmd-item-name > .bmd-font-minitote.is-current a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin: 0px 0px 0px 6px;
  padding-left: 5px;
  width: calc(400/600 * 100%);
  height: 15px;
  transition: 0.2s;
}  

/*-------*/


  .bmd-item-desc {
    margin-top: 0;
  }

  .bmd-item-desc img {
    width: 100%;
    padding: 0 10%;
    margin-top: 50px;
  }

  .bmd-item-desc > dl {
    font-size: 18px;
    display: block;
  }

  .bmd-item-desc > dl > dt,
  .bmd-item-desc > dl > dd {
    display: inline-block;
  }

  /* ------------------------------
  right box
  ---------------------------------*/
  .bmd-right-box {
    width: auto;
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bmd-right-box > ul > li + li {
    margin-top: 8px;
  }

  .bmd-right-box .bmd-negative-margin03 {
    margin-top: -9%;
  }
  
  .bmd-right-box .bmd-negative-margin04 {
    margin-top: -8%;
  }
  
  .bmd-right-box .bmd-negative-margin05 {
    margin-top: -11%;
  }
  
  .bmd-right-box .bmd-negative-margin06 {
    margin-top: -7%;
  }
  
  .bmd-right-box .bmd-negative-margin07 {
    margin-top: -10%;
  }

  /* ------------------------------
  about
  ---------------------------------*/
  .bmd-about-area {
    background-color: #000000;
    text-align: center;
  }

  .bmd-font-about {
    position: relative;
    width: auto;
  }

  .bmd-font-about > img {
    width: 220px;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  /* ------------------------------
  footer
  ---------------------------------*/
  .bmd-page-footer {
    padding-top: 15px;
    padding-bottom: 25px;
    line-height: 1;
  }

  .bmd-page-footer > span {
    display: block;
    font-size: 12px;
  }

  .bmd-page-footer > small {
    display: block;
    margin-top: 10px;
    font-size: 10px;
  }

  .bmd-page-footer > span > a,
  .bmd-page-footer > small > a {
    color: #FFFFFF;
  }

  /* ------------------------------
  btn common - sp
  ---------------------------------*/
  .bmd-link-area {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
  }

  /* ------------------------------
  btn typeA - sp
  ---------------------------------*/
  .bmd-link-area.is-typeA {
    width: 100px;
    z-index: 1000;
    top: 20%;
    left: auto;
  }

  .bmd-link-area.is-typeA .bmd-link-normal {
    width: 105px;
    height: 42px;
    transform: translateX(0);
    transition: transform 0.2s;
  }

  .bmd-link-area.is-typeA .bmd-link-left {
    width: 35px;
  }

  .bmd-link-area.is-typeA .bmd-link-right {
    width: 70px;
    height: 42px;
  }

  .bmd-link-area.is-typeA .bmd-link-hover {
    left: auto;
    right: 0;
    width: 100px;
    height: 42px;
    transform: translateX(100%);
    transition: transform 0.25s;
  }

  .bmd-link-area.is-typeA.bmd-is-active > .bmd-link-hover {
    transform: translateX(0);
    transition: transform 0.25s;
  }

  .bmd-link-area.is-typeA .bmd-link-asmart {
    width: 100%;
    transition: width 0.25s;
    height: 42px;
  }

  .bmd-link-area.is-typeA .bmd-link-zozo {
    width: 110px;
    transition: width 0.25s;
    height: 42px;
    right: 0;
  }

  /* ------------------------------
  btn typeC - sp
  ---------------------------------*/
  .bmd-link-area:hover .bmd-link-asmart.is-visible > a,
  .bmd-link-area:hover .bmd-link-zozo.is-visible > a {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.3s;
  }

  .bmd-left-box .bmd-link-area.is-typeA {
    top: 190px;
  }

  /* ------------------------------
  hover typeB
  ---------------------------------*/
  .bmd-image-scale.is-typeB {
    top: 5%;
    left: 60%;
  }

  .bmd-image-scale.is-typeB > img {
    left: -30%;
  }

  .bmd-image-scale.bmd-is-active {
    transform: scale(1);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* ------------------------------
  hover 02
  ---------------------------------*/
  .bmd-amim-hover02 .bmd-is-active + ul > .bmd-anim-image {
    left: 50%;
    -webkit-transition: left 0.2s;
    transition-duration: left 0.2s;
    transition-delay: left 0.2s;
  }

  .bmd-amim-hover02 .bmd-is-active + ul > .bmd-opacity-image {
    opacity: 0.3;
    transition: opacity 0.3s;
  }

  .bmd-amim-hover02 .bmd-image-scale.is-typeB {
    width: 58%;
    height: 30%;
    top: 21%;
    left: 57%;
  }
}

