@charset "utf-8";

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  

  @media screen and (min-width: 768px) {
    .cwdr-title {
      background-color: rgba(255, 255, 255, 0.8);
      width: 1200px;
      margin: 0 auto;
      margin-bottom: 100px !important;
    }
  }

  @media screen and (max-width: 767px) {
    .cwdr-title {
      background-color: rgba(255, 255, 255, 0.8);
      margin: 50px 10px !important;
      margin-bottom: 100px !important;
    }
  }






.card {
    border: none;
  }

  .item-text {
    font-size: 12px;
    color: #333;
  }

  .small {
    font-size: 12px !important;
  }


  .return {
    position: fixed;
    bottom: 50px;
    right: 0px;
    color: #fff;
    background-color: #f4621c;
    border-radius: 5px 0px 0px 5px;
    font-size: 0.8rem;
    padding: 10px 20px;
    z-index: 99999;
  }

  .return:hover {
    opacity: 0.8;
    color: #fff;
  }

  .fs-4rem {
    font-size: 4.0rem;
  }

  .fs-3rem {
    font-size: 3.0rem;
  }

  .fs-2rem {
    font-size: 2.0rem;
  }

  .shopSearchForm {
    width: 546px;
    height: 50px;
    margin: 0 auto;
  }

  .shopSearchForm>* {
    vertical-align: bottom;
    box-sizing: border-box;
    height: 38px;
  }

  .shopSearchInput {
    width: 500px;
    border: 2px solid #f4621c;
    text-indent: 8px;
    font-size: 12px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
    border-radius: 5px;
  }

  .shopSearchButton {
    position: relative;
    border: none;
    border-radius: 3px;
    margin: 0px auto 10px 2px;
    cursor: pointer;
    background: #000 url(https://www.rakuten.ne.jp/gold/golfdo-official/images/serch_btn_1.gif);
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .select-area {
    margin: 0px 300px;
  }

  .select-area a {
    font-size: 0.7rem;
    text-decoration: none;
    color: #000;
  }

  .picture {
    width: 150px;
  }

  @media screen and (max-width: 912px) {
    .picture {
      width: 80px;
    }

    .select-area {
      margin: 0px;
    }
  }

  .fs-5rem {
    font-size: 5rem;
  }

  .fs-6rem {
    font-size: 6rem;
  }

  .fs-06rem {
    font-size: 0.6rem;
  }


  .fs-07rem {
    font-size: 0.7rem;
  }

  .fs-08rem {
    font-size: 0.8rem;
  }

  .fs-09rem {
    font-size: 0.9rem;
  }

  .fs-11rem {
    font-size: 1.1rem;
  }


  .fs-12rem {
    font-size: 1.2rem;
  }

  .fs-13rem {
    font-size: 1.3rem;
  }
  
  .fs-14rem {
    font-size: 1.4rem;
  }

  .fs-15rem {
    font-size: 1.5rem;
  }

  .fs-16rem {
    font-size: 1.6rem;
  }

  .fs-17rem {
    font-size: 1.7rem;
  }

  .fs-18rem {
    font-size: 1.8rem;
  }

  .fs-19rem {
    font-size: 1.9rem;
  }



  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

  .btn-lp {
    width: 9rem;
    position: relative;
    display: inline-block;
    color: #000;
    background-color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px #ddd solid;
    padding: 15px 10px;
  }



  .btn-lp::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    /* arrow size */
    height: 0.5em;
    /* arrow size */
    border-top: 1px solid #808080;
    /* thickness, color */
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn-lp:hover {
    color: #000;
    opacity: 0.8;
  }

  .btn-lp:hover::after {
    border-top: 1px solid #808080;
    /* thickness, color */
    border-right: 1px solid #808080;
    transition: all 0.2s ease-out;
  }

  .btn:focus {
    box-shadow: none;
  }


  .fadein-ty{
    opacity : 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(-10px);
  }
  
  .fadein-by{
    opacity : 1;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(50px);
  }
  
  .fadein-lx{
    opacity : 0;
    visibility: hidden;
    transition: 1s;
    transform: translateX(-10px);
  }
  
  .fadein-rx{
    opacity : 0;
    visibility: hidden;
    transition: 1s;
    transform: translateX(10px);
  }
  

  .active {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }



  .nl {
    display: none;
  }

  @media screen and (min-width:1600px) {
    .nl {
      display: block;
    }
  }

  .nsl {
    display: block;
  }

  @media screen and (min-width:1600px) {
    .nsl {
      display: none;
    }
  }




  .bg-gray {
    background-color: #ddd;
  }


  .brandList {
    display: flex;
    list-style: none;
  }

  .brandList li {
    margin-right: 10px;
  }

  .brandList li:last-child {
    margin-right: 0px;
  }

  .brandList li img {
    width: 100px;
    border: 1px solid #f89e71;
    border-radius: 4px;
    border-image: linear-gradient(to right, #c21500 0%, #f7db81 100%);
    border-image-slice: 1;

  }

  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

  .blandlinks a {
    text-decoration: none;
    color: #333;
    font-size: 0.7rem;
  }

  .blandlinks img {
    border: #ddd 1px solid;
  }

  .blandlinks {
    list-style: none;
    text-align: center;

  }

  .blandlinks li {
    margin: 20px 5px;
  }

  .itemg {
    background-image: url(https://image.rakuten.co.jp/golfdo-official/cabinet/event/item-bgimage.jpg);
    background-repeat: repeat;
    background-size: contain;

  }

  @media screen and (max-width:960px) {
    .itemg {
      background-size: cover;
    }
  }

  @media screen and (max-width:759px) {
    .visibility-sp-hidden {
      display: none;
    }
  }

  .icon {
    color: #0418ad;
    border: 1px solid #0418ad;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 0.8rem;
  }

  .obi {
    position: absolute;
    background-color: #f4621c;
    z-index: 999999;
    color: #fff;
    padding: 5px 20px;
    font-size: 0.7rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }

    /* スマートフォン */
    @media screen and (max-width: 767px) {
        .hero-bg {
          display: none;
        }
    
        .hero-spbg {
          display: block;
          height: auto;
        }
    
        .shopSearchForm {
          display: none;
        }
    
        .sp-space {
          margin-top: 30px;
        }
      }
    