/** Shopify CDN: Minification failed

Line 789:41 Unexpected "{"
Line 2569:12 Expected identifier but found "*"

**/
/*202304生産終了モデル追加*/
#link_previousmodel {text-align: center; margin-bottom:100px;}
#link_previousmodel a {background: #1a1a1a;
border: 1px solid #1a1a1a;
color: #FFF;
line-height: 40px;
text-align: center;
transition: 0.3s;
padding: 4px 40px;
display: inline-block;
font-weight: bold;
margin: 0 auto;}
#previousmodel {
    max-width: 1240px;
    padding: 0 0px 100px;
    margin: 0 auto;
}
#previousmodel.pt100{
  padding-top:100px;
}
#link_previousmodel a:hover {
  background: #FFF;
  color: #1a1a1a;
}
#previousmodel .oldmodel { margin-bottom: 100px;}
#previousmodel .oldmodel dl.model_name {
    width: 60%;
    max-width: 320px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;   
}
#previousmodel .oldmodel dl.model_name dt {font-size: 1.1em;}
#clubs #previousmodel h2.ListPage__title {
    width: 50%;
max-width: 380px;
margin-bottom: 40px;
padding-bottom: 0;
text-align: center;
position: relative;
top: 0;
left: 0;
transform: translate(0,0);
}
#clubs #previousmodel h2.ListPage__title:after {
  content: "";
  display: block;
  height: 1px;
  margin: 16px 0 0;
  background: linear-gradient(to right,#fff,#333,#fff);
}
#clubs #previousmodel h2.ListPage__title span {
    display: block;
    margin-top: 1em;
    font-size: 0.8em;
    text-align : center;
}
#previousmodel .oldmodel .model_spec .Spec__PostscriptExplanation { width: 100%;}
@media screen and (min-width: 769px) {
#clubs #previousmodel h3.ListPage__title {
    width: 50%;
    max-width: 380px;
    margin-bottom: 40px;
    padding-bottom: 0;
    text-align: center;
}
#previousmodel .oldmodel { display: flex;}
#previousmodel .oldmodel dl.model_name { width: 25%;}
#previousmodel .oldmodel dl.model_name dt, .oldmodel dl.model_name dd { float: none;}
#previousmodel .oldmodel .model_spec { width: 75%;}
}
#previousmodel .Spec__table.spec-forged-wedge.pc th{ padding:10px 5px;}
#previousmodel .Spec__table.spec-forged-wedge.sp th{ padding: 0;}
#previousmodel .Spec__table.spec-forged-wedge.pc th:first-of-type,
#previousmodel .Spec__table.spec-forged-wedge.pc td:first-of-type{
  width: 15%;
}
#previousmodel .Spec__table.spec-forged-wedge.pc th:nth-of-type(2),
#previousmodel .Spec__table.spec-forged-wedge.pc th:nth-of-type(3),
#previousmodel .Spec__table.spec-forged-wedge.pc th:nth-of-type(4),
#previousmodel .Spec__table.spec-forged-wedge.pc th:nth-of-type(5){
  width: 7%;  
}
#previousmodel .Spec__table.spec-forged-wedge.pc th:nth-of-type(n+2),
#previousmodel .Spec__table.spec-forged-wedge.pc td:nth-of-type(n+2) {
  width: auto;
}
#previousmodel .Spec__table.spec-forged-wedge .v-middle {
  vertical-align: middle;
  padding: 10px 5px;
  line-height: 1;
}

/*202110FAQページ追加*/
.pageFaq__container {
  margin: 80px 0;
}
.pageFaq__heading {
  text-align: center;
  font-size: 26px;
}
.pageFaq__heading:after {
  display: none;
}
.pageFaq__headingText {
  text-align: center;
  margin-bottom: 40px;
}
.faq__heading {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.faq__item {
  margin-bottom: 32px;
}
.faq__item--question,
.faq__item--answer {
  position: relative;
  padding: 8px 0 16px 56px;
  min-height: 46px;
}
.faq__item--question:before,
.faq__item--answer:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: bold;
}
.faq__item--question:before {
  content: "Q";
  background: #000;
  color: #fff;
  padding: 8px 16px;
}
.faq__item--answer:before {
  content: "A";
  border: 1px solid #000;
  padding: 7px 15px;
}
#shopify-section-page-faq a {
  display: inline-block;
  text-decoration: underline;
}
.faq__item--question {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pageFaq__heading {
    font-size: 24px;
  }
}

/*202110オンラインショップページの下部に特商法ページへのリンク*/
.wrapper.ListPage__link-toLaw {
  margin-bottom: 20px;
}
.ListPage__link-toLaw a {
  text-align: right;
  transition: 0.3s;
}
.ListPage__link-toLaw a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #page_online_shop .wrapper.ListPage__link-toLaw {
    margin-bottom: 20px;
  }
}

/*202102コラム用設定追加*/
#columnWide .imgWide {
  width: 100%;
  height: auto;
}
#columnWide .img90 {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#columnWide .wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#columnWide.page_article > .section {
  padding-top: 40px;
}
#columnWide h2::after {
  background: none;
}
#columnWide .section_txt {
  max-width: 780px;
  margin: 0 auto;
  padding: 5em 0 2em;
  overflow: hidden;
  opacity: 0;
  transition: 2s;
}
#columnWide .section_txt.is-show {
  opacity: 1;
}
#columnWide .section_txt p {
  margin: 0 0 3em;
  padding: 0;
  line-height: 2;
}
#columnWide article::after {
  max-width: 780px;
}
#columnWide .bg_color_black {
  background: #222;
}
#columnWide .bg_color_black .section_txt p {
  color: #fff;
}
#columnWide .productName {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 2em;
}
#columnWide #colum13 #irregular.section_txt,
#columnWide #colum21 #irregular.section_txt {
  padding: 0;
}
#columnWide #colum29 .harf29 {
    padding-right: 2em;
 } 

@media screen and (min-width: 769px) {
  #columnWide #colum1 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_c01d_photo01.jpg?v=1612833846")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum2 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_wg_photo01.jpg?v=1614426141")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum3 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_ir_photo01.jpg?v=1614427116")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum4 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_dr2_photo01.jpg?v=1616983792")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum5 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_wg2_photo01.jpg?v=1616989143")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum6 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum6_ir_photo01.jpg?v=1619485963")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum7 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum6_wg_photo03.jpg?v=1619488231")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum8 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum8_photo01.jpg?v=1622416213")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum9 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum9_photo01.jpg?v=1622418702")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum10 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum10_photo01.jpg?v=1625024719")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum11 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum11_photo01.jpg?v=1625028720")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum12 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum12_photo01.jpg?v=1628942126")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum13 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum13_photo01.jpg?v=1628943965")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum14 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum14_photo03.jpg?v=1630456008")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum15 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum15_photo01.jpg?v=1630534590")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum16 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum16_photo01.jpg?v=1633041892")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum17 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum17_photo01.jpg?v=1633054646")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum18 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum18_photo01.jpg?v=1638319904")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum19 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum19_wg_photo01.jpg?v=1639353779")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum20 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum20_wg_photo02.jpg?v=1639355896")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum21 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum21_photo01.jpg?v=1641530131")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum22 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum22_photo01.jpg?v=1648511567")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum23 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum23_photo01.jpg?v=1656280545")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum24 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum24_photo01.jpg?v=1664408393")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum25 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum25_photo01.jpg?v=1667176532")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum26 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum26_photo01.jpg?v=1675038564")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum27 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum27_photo_01.jpg?v=1675042704")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }
  #columnWide #colum28 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum28_photo03.jpg?v=1685331477")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  } 
  #columnWide #colum29 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum29_photo01.jpg?v=1688339133")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }  
  #columnWide #colum30 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum30_photo01.jpg?v=1688342833")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }  
  #columnWide #colum31 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum31_photo01.jpg?v=1692228157")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }  
  #columnWide #colum32 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum32_photo02.jpg?v=1692230265")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  } 
  #columnWide #colum33 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum33_photo01.jpg?v=1699236876")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }  
  #columnWide #colum34 .ttlImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum34_photo01.jpg?v=1698903647")
      center no-repeat;
    background-size: cover;
    min-height: 640px;
  }   
  #columnWide #colum1 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 20%;
    right: 10%;
  }
  #columnWide #colum2 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 35%;
    right: 10%;
  }
  #columnWide #colum3 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 10%;
  }
  #columnWide #colum4 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 8%;
    right: 8%;
  }
  #columnWide #colum5 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 10%;
  }
  #columnWide #colum6 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 25%;
    right: 5%;
  }
  #columnWide #colum7 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 25%;
    right: 5%;
  }
  #columnWide #colum8 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 3%;
    right: 5%;
  }
  #columnWide #colum9 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 8%;
    left: 4%;
  }
  #columnWide #colum10 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 8%;
    left: 7%;
  }
  #columnWide #colum11 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 18%;
    right: 4%;
  }
  #columnWide #colum12 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 5%;
  }
  #columnWide #colum13 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 12%;
    left: 4%;
  }
  #columnWide #colum14 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 1%;
    left: 5%;
  }
  #columnWide #colum15 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 9%;
    right: 3%;
  }
  #columnWide #colum16 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 20%;
    right: 2%;
  }
  #columnWide #colum17 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 12%;
    left: 6%;
  }
  #columnWide #colum18 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 4%;
    right: 3%;
  }
  #columnWide #colum19 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 25%;
    right: 5%;
  }
  #columnWide #colum20 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 25%;
    right: 5%;
  }
  #columnWide #colum21 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 2%;
    left: 2%;
  }
  #columnWide #colum22 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 5%;
    right: 5%;
  }
  #columnWide #colum23 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 13%;
    left: 3%;
  }
  #columnWide #colum24 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 1%;
    right: 5%;
  }
  #columnWide #colum25 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 7%;
    right: 4%;
  }
  #columnWide #colum26 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 2%;
    left: 4%;
  }
  #columnWide #colum27 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 12%;
    right: 3%;
  }
  #columnWide #colum28 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 0.2%;
    left: 4%;
  }  
  #columnWide #colum29 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 0.2%;
    left: 4%;
  }  
  #columnWide #colum30 .ttlImg h2 {
    position: absolute;
    text-align: center;
    top: 10%;
    right: 4%;
  }  
  #columnWide #colum31 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 2%;
    right: 6%;
  }  
  #columnWide #colum32 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 1%;
    left: 6%;
  } 
  #columnWide #colum33 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 1%;
    left: 3%;
  }  
   #columnWide #colum34 .ttlImg h2 {
    position: absolute;
    text-align: center;
    bottom: 2%;
    left: 6%;
  }  
  #columnWide .ttlImg h2 span {
    border: 6px double #fff;
    display: inline-block;
    padding: 2em 5em;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    letter-spacing: 0.25em;
    font-size: 1.25em;
  }
  #columnWide #colum1 .bgImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_c01d_photo02.jpg?v=1612833977")
      center no-repeat;
    background-size: cover;
  }
  #columnWide #colum2 .bgImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_wg_photo03.jpg?v=1614426141")
      center no-repeat;
    background-size: cover;
  }
  #columnWide #colum3 .bgImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum_ir_photo02.jpg?v=1614427117")
      center no-repeat;
    background-size: cover;
  }
  #columnWide #colum7 .bgImg {
    position: relative;
    background: #000
      url("/cdn/shop/files/colum7_wg_photo02.jpg?v=1619487452")
      center no-repeat;
    background-size: cover;
  }
  #columnWide .ttlImg img,
  #columnWide .bgImg img {
    display: none;
    visibility: hidden;
  }
  #columnWide .bgImg .bg-mask {
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  }
  #columnWide .bgImg .bg-mask .section_txt {
    padding: 8% 0px;
  }
  #columnWide .bgImg .bg-mask .section_txt p {
    color: #fff;
  }
  #columnWide .box-harf {
    width: 50%;
    float: right;
  }
   #columnWide .box-harf.f-l {
    float: left;
  }
  #columnWide .box-harf.box-size4 { width: 40%;}
  #columnWide .box-harf.box-size6 { width: 60%;}
  #columnWide #colum28 .box-harf {
    width: 50%;
    float: left;
  }
  #columnWide #colum26 .box-harf.photo_s { padding-right: 30px;}
  #columnWide #colum31 .box-harf.photo_s,
  #columnWide #colum32 .box-harf.box-size4,
  #columnWide #colum34 .box-harf.photo_s,{ padding: 0 30px 40px 0;}
  #columnWide .box-harf.irregularL {
    width: 48%;
  }
  #columnWide .box-harf.irregularR {
    width: 52%;
  }
  #columnWide #colum9 .box-harf {
    width: 52%;
    float: left;
  }
  #columnWide #colum9 .box-harf.photo_s {
    width: 48%;
  }
  #columnWide #colum9 .box-harf.photo_s img {
    border: 1px solid #ececec;
    background: #fff;
    padding: 6px;
    margin-top: 3px;
  }
  #columnWide #colum6 .irregular1 {
    text-align: center;
    margin: 3em auto 6em;
  }
  #columnWide .img_w90 {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #colum34 .setting { position: relative; }
  #colum34 .setting-name {
			position: absolute;
    background: #333;
    color: #fff;
    font-size: 0.9em;
    padding: 10px;
		}
  #colum34 #naito img{ margin:8px 0 0 auto;} 
  #colum34 #imada img{ margin:8px auto 0 0;} 
  #colum34 #naito .setting-name { bottom: -14px; right: 0px; }
  #colum34 #imada .setting-name { bottom: -14px; left: 0px; }
}

@media screen and (max-width: 768px) {
  #columnWide .ttlImg h2 {
    text-align: center;
    margin: 3em auto 0;
    padding: 0;
  }
  #columnWide .section {
    padding: 80px 0px;
    min-height: calc(100vh - 230px);
  }
  #columnWide .section_txt {
    width: 90%;
    margin: 0 auto 3em;
    padding: 0;
  }
  #columnWide .section_txt p {
    margin: 3em 0;
  }
  #columnWide .section_txt p.mb0-s { margin-bottom:0 !important; }
  #columnWide .bgImg .bg-mask .section_txt,
  #columnWide .bg_color_black .section_txt {
    margin: 0 auto;
    padding: 3em auto;
  }
  #columnWide .section_txt.adjustment {
    padding-top: 0em !important;
  }
  #columnWide #colum9 .box-harf.photo_s {
    margin-bottom: 3em;
  }
  #columnWide #colum29 .harf29 {
     padding: 0 30px;
  } 
  #colum34 .setting-name {
    background: #333;
    color: #fff;
    font-size: 0.9em;
    padding: 10px;
    text-align:center;
		}  
}

/*202102TOPリニューアル*/
#top2021 #hero .slider {
  border-bottom: none !important;
}
#top2021 .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
}
#top2021 .slick-dots li.slick-active button::before {
  color: #e60011;
}
#top2021 h1,
#top2021 h2,
#top2021 h3,
#top2021 h4 {
  text-align: left;
  display: inline-block;
}
#top2021 h2::after {
  content: "";
  display: block;
  height: 0;
  margin: 0;
  background: none;
}
#top2021 h1 {
  border-bottom: 1px solid #fff;
  padding: 0 5px 0;
  margin-bottom: 30px;
}
#top2021 h2 {
  border-bottom: 1px solid #111;
  padding: 0 5px 0;
  margin-bottom: 30px;
}
#top2021 #news h3 {
  display: block;
}
#top2021 h1 img,
#top2021 h2 img,
#top2021 h3 img,
#top2021 h4 img {
  height: 20px;
  width: auto;
  margin: 0 0 10px;
  text-align: left;
}
#top2021 #box_product h3 img {
  height: 36px;
}
#top2021 .about {
  background: #000; /*font-family: 'Noto Sans JP', sans-serif;*/
}
#top2021 .vision-text {
  padding: 70px 5% 20px;
}
#top2021 .vision-text p {
  color: #222;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
}
#top2021 #box_concept p {
  color: #fff;
}
#top2021 #box_philosophy {
  background: #fff;
}
#top2021 #box_product {
  padding: 180px 0 50px;
  background: #000
    url("/cdn/shop/files/bg_product.jpg?v=1612838361")
    top no-repeat;
  background-size: cover;
  overflow: hidden;
}
#top2021 #box_product ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2em;
}
#top2021 #box_product figure.hover-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#top2021 #box_product figure img {
  width: 100%;
  height: auto;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  opacity: 0;
}
#top2021 #box_product figure img.ef-zoom {
  opacity: 1;
  transition: 0.8s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
#top2021 #box_product figcaption.hover-mask {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: #fff;
  font-weight: bold;
  align-items: center;
  text-align: center;
  /*display: flex;
	padding: 30px;*/

  padding-top: 30%;
  font-size: 1.4em;
  opacity: 1;
  transition: all 0.6s ease;
  transform: rotateX(-90deg) rotateY(-90deg);
}
#top2021 #box_product figcaption.hover-mask {
}
#top2021 #box_product figure.hover-parent:hover .hover-mask {
  transform: rotateX(0) rotateY(0);
}
#top2021 #news.section {
  padding: 80px 0 100px;
}
#top2021 #info.section {
  background: #f1f1f1;
  padding: 20px 0;
  overflow: hidden;
}
#top2021 #info #sns {
  float: left;
  width: 33%;
  padding: 30px 0 20px 30px;
}
#top2021 #info #sns ul li {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 10px;
}
#top2021 #info #sns ul li i,
#top2021 #info #sns ul li img.i-img{
  font-size: 2em;
  vertical-align: middle;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 60px;
  margin-right: 15px;
}
#top2021 #info #sns ul li img.i-img{ width: 1.3em; }
@media screen and (min-width: 769px){
#top2021 #info #sns ul li img.i-img{ width: 45px; }
}
#top2021 #info #news_letter {
  float: right;
  width: 67%;
  border-left: 1px solid #333;
  padding: 30px 0;
}
#top2021 #info #news_letter .ttl {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #222;
}
#top2021 #info.section .news_letter_form {
  width: 80%;
}

@media screen and (min-width: 900px) {
  #top2021 .about .vision {
    display: flex;
  }
  #top2021 .about .vision:nth-child(even) {
    flex-direction: row-reverse;
  }
  #top2021 .vision-text {
    padding: 7% 5% 0;
  }
  #top2021 .about .vision-img,
  #top2021 .about .vision-text {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  #top2021 #box_product ul li:nth-child(3n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  #top2021 #box_product {
    padding: 100px 0 50px;
    background-size: contain;
  }
  #top2021 #box_product ul li {
    width: 48%;
    margin: 0 1% 5%;
    width: 100%;
    margin: 0 auto 5%;
  }
  #top2021 #box_product figcaption.hover-mask {
    padding-top: 30%;
    font-size: 0.9em;
  }
  #top2021 #info #sns {
    float: none;
    width: 100%;
    padding: 0;
  }
  #top2021 #info #sns ul {
    text-align: center;
    margin: 30px auto 10px;
  }
  #top2021 #info #sns ul li {
    font-size: 12px;
    line-height: 2;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #top2021 #info #sns ul li i {
    font-size: 1.25em;
    margin-right: 8px;
  }
  #top2021 #info #news_letter {
    float: none;
    width: 100%;
    border: none;
    padding: 30px 0;
    border-top: 1px solid #333;
  }
  #top2021 #info #news_letter .ttl {
    font-size: 21px;
  }
}

/*202101追加修正*/
#page_online_shop_products .AddToCart__disabled {
  font-size: 12px;
  margin-top: 5px;
}
#AddToCart.-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*202012追加修正*/
#top_clubs > .wrapper > h2 > a,
#news > .wrapper > h2 > a {
  transition: 0.3s;
}
#top_clubs > .wrapper > h2 > a:hover,
#news > .wrapper > h2 > a:hover {
  opacity: 0.8;
}

/*202010ショップ項目追加*/
#handring_shop h2.authorizedDealer__heading {
  width: 44%;
  padding-top: 30px;
  margin-bottom: 15px;
}
#handring_shop h2.authorizedDealer__heading:after {
  display: none;
}
#handring_shop .authorizedDealer__headingText {
  margin-bottom: 40px;
  text-align: center;
}
#handring_shop .authorizedDealer h3::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #handring_shop h2.authorizedDealer__heading {
    width: 280px;
    margin-bottom: 0;
  }
}

/* 202007追加修正 */
.Spec__message {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.Movie__container {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Movie__container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#page_online_shop_products p.Option__annotation {
  font-size: 11px;
  margin-top: -20px;
  text-align: right;
}
#AddToCartForm .option_wrap.-iron {
  border-top: 1px solid #ddd;
}
#AddToCartForm .option_wrap.-iron select {
  pointer-events: none;
  padding: 0;
  padding-top: 25px;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#AddToCartForm .option_wrap.-iron > i {
  display: none;
}
.textarea.pc {
  margin-top: 40px;
}
.Note__annotation > li {
  font-size: 11px;
  margin-bottom: 7px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}
.Note__annotation > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.forged_wedge_technology .Wedge__container {
  display: block;
}
.forged_wedge_technology .Wedge__container .Wedge__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.forged_wedge_technology .Wedge__container .Wedge__inner h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.Wedge__technologyImage {
  max-width: 600px;
  width: 44%;
}
.Wedge__technologyText {
  width: 56%;
  margin-right: 40px;
  margin-top: 20px;
}
.forged_wedge_heroSlider.sp {
  display: none !important;
}
.forged_wedge_heroSlider {
  margin-bottom: 0 !important;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .forged_wedge_heroSlider.sp {
    display: block !important;
    margin-bottom: 40px !important;
  }
  .Spec__message {
    font-size: 18px;
  }
  .textarea.sp {
    padding-top: 25px;
    border-top: 1px solid #ddd;
  }
  .Note__annotation {
    margin-bottom: 20px;
  }
  .forged_wedge_technology .Wedge__container .Wedge__inner {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .Wedge__technologyImage,
  .Wedge__technologyText {
    width: 100%;
    margin-right: 0;
  }
  .Wedge__technologyImage {
    max-width: 100%;
    order: -1;
  }
  .forged_wedge_technology
    .Wedge__container
    .Wedge__inner:nth-child(2)
    .Wedge__technologyImage {
    margin-right: 0;
  }
}

/* 追加修正 */
.c07link {
  text-decoration: underline;
  margin-top: 7px;
  margin-bottom: 25px;
}
.page_article article {
  overflow: hidden;
}
.Manufacturer {
  margin-top: 12px;
}
#page_article_event .wrapper {
  max-width: 850px;
}
#page_article_event .DemoAndEvent__heading {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #d1cdcd;
  border-bottom: 1px solid #d1cdcd;
}
#page_article_event .DemoAndEvent__headingTitle--date {
  width: 15%;
  font-weight: bold;
  padding: 7px;
  color: #000;
  font-size: 14px;
}
#page_article_event .DemoAndEvent__headingTitle--time {
  width: 20%;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding: 7px;
}
#page_article_event .DemoAndEvent__headingTitle--place {
  width: 32.5%;
  font-weight: bold;
  padding: 7px;
  color: #000;
  font-size: 14px;
}
#page_article_event .DemoAndEvent__headingTitle--contact {
  width: 32.5%;
  font-weight: bold;
  padding: 7px;
  color: #000;
  font-size: 14px;
}

#page_article_event .DemoAndEvent__Content {
  display: flex;
  justify-content: space-between;
}
#page_article_event .DemoAndEvent__ContentItem--date {
  width: 15%;
  padding: 7px;
  color: #000;
  font-size: 14px;
}
#page_article_event .DemoAndEvent__ContentItem--time {
  width: 20%;
  color: #000;
  font-size: 14px;
  padding: 7px;
}
#page_article_event .DemoAndEvent__ContentItem--place {
  width: 32.5%;
  padding: 7px;
  color: #000;
  font-size: 14px;
}
#page_article_event .DemoAndEvent__ContentItem--contact {
  width: 32.5%;
  padding: 7px;
  color: #000;
  font-size: 14px;
}
#page_article_event article::after {
  max-width: 850px;
}

/* 全体 */
.hero_header_sp {
  display: none !important;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper.-wedge {
  max-width: 1200px;
}
.section {
  padding: 50px 0;
}
h2,
h3,
h4,
p,
dt,
dd {
  line-height: 1.6;
}
h2 {
  padding-bottom: 10px;
  margin: 0 auto;
}
h2:after {
  content: "";
  display: block;
  height: 1px;
  margin: 16px 0 30px;
  background: linear-gradient(to right, transparent, #333, transparent);
}
h2,
h3,
h4,
.bold {
  font-weight: bold;
}
p,
dt,
dd,
a {
  color: #4c4c4c;
  font-size: 14px;
}
a {
  display: block;
}
dl {
  overflow: hidden;
}
dl dt {
  float: left;
}
input {
  display: block;
  width: 49%;
  height: 40px;
  margin: 0 auto 20px;
  padding-left: 20px;
  font-size: 14px;
}
.sp {
  display: none;
}
.col3,
.col2 {
  display: flex;
  justify-content: space-between;
}
.product_details_slider {
  margin-bottom: 16px;
  position: relative;
}
.col2.product_images {
  flex-wrap: wrap;
}
.col2.product_images li {
  width: calc(100% - 8px) !important;
  border: 1px solid #f5f5f5;
}
.col3 .inner {
  width: 32%;
}
.col2 .inner {
  width: 50%;
  margin-right: 30px;
}
.errors ul li {
  text-align: center;
  padding-bottom: 20px;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
}
#ResetSuccess {
  text-align: center;
  margin-bottom: 20px;
}

#news .col3:before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
#news .col3:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#news .col3 {
  flex-wrap: wrap;
}
.to_news:hover {
  opacity: 0.7;
}
.to_news {
  text-align: right;
  margin-top: 30px;
}
/*header*/
header {
  background: #000;
}
.header_bar {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background: linear-gradient(#000, #1a1a1a);
  /*border-bottom: 1px solid #4C4C4C;*/
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 3;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header_bar.is-animation {
  height: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
header .header_bar.is-animation h1 a {
  width: 150px;
}
.header_nav {
  flex: 1;
}
.menu_btn,
.menu_btn span {
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu_btn {
  display: flex;
  align-items: center;
}
.menu_btn i {
  font-size: 26px;
  color: #fff;
}
.menu_btn span {
  display: none;
}

nav {
  width: 320px;
  height: 100vh;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transform: translateX(-320px);
  transition: all 0.5s;
  overflow: hidden;
}
nav.open {
  transform: translateX(0);
}
nav ul {
  transform: translateX(0);
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  overflow-y: scroll;
}
nav ul.sub_menu_list_event,
nav ul.sub_menu_list_legal {
  transform: translateX(100%);
}
nav ul.open {
  transform: translateX(0);
}
nav ul li {
  border-bottom: 1px solid #ddd;
}
nav ul li a {
  height: 70px;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
nav ul li a:hover {
  background: #1a1a1a;
  color: #fff;
}
.menu_close_btn,
.menu_back_btn {
  padding: 0 0 20px 30px;
  display: block;
  align-items: center;
}
.menu_close_btn:hover,
.menu_back_btn:hover {
  cursor: pointer;
}
.menu_close_btn span,
.menu_back_btn span {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.menu_close_icon {
  font-size: 36px;
  display: inline-block;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_close_btn:hover .menu_close_icon {
  transform: rotate(0.25turn);
}

nav ul li.sub_menu_event > a,
nav ul li.sub_menu_legal > a {
  position: relative;
}
.SideMenu__arrow {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
}
.menu_back_icon {
  font-size: 32px;
  display: inline-block;
  transition: 0.3s;
}
.menu_back_btn:hover .menu_back_icon {
  transform: translateX(-7px);
}

.slide-overlay {
  background: rgba(3, 2, 1, 0);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  display: none;
  opacity: 0;
}
.slide-overlay.open {
  background: rgba(3, 2, 1, 0.3);
  display: block;
  opacity: 1;
  animation-duration: 0.3s;
  animation-name: fade-in;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

header h1 {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: center;
}
header h1 a {
  width: 180px; /*231*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header h1 a span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding-top: 4px;
  font-weight: bold;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.g_nav_01,
.g_nav_02 {
  flex: 3;
  display: block;
  overflow: hidden;
  width: 100%;
}
.g_nav_01 > ul,
.g_nav_02 > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
}
.g_nav_01 ul li,
.g_nav_02 ul li {
  display: inline-block;
  transition: all 0.2s;
}
.g_nav_01 > ul > li > a,
.g_nav_02 > ul > li > a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
  position: relative;
}
.g_nav_01 > ul > li > a > span,
.g_nav_02 > ul > li > a > span {
  display: block;
  font-size: 10px;
  text-align: center;
  padding-top: 4px;
}
.g_nav_01 > ul > li > a {
  padding: 0 20px;
}
.g_nav_02 > ul > li > a {
  padding: 0 15px;
}
.g_nav_01 > ul > li > a > i,
.g_nav_02 > ul > li > a > i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.g_nav_01 > ul > li:hover > a,
.g_nav_02 > ul > li:hover > a {
  opacity: 0.7;
}
.g_nav_01 > ul > li > div,
.g_nav_02 > ul > li > div {
  background: #1a1a1a;
  border-radius: 0 0 4px 4px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 80px;
  visibility: hidden;
  transition: opacity 0.3s;
  transform: translateX(-20%);
}
.g_nav_01 > ul > li > div {
  width: 20%;
}
.g_nav_02 > ul > li > div {
  width: 15%;
}
.g_nav_01 > ul > li:hover > div,
.g_nav_02 > ul > li:hover > div {
  opacity: 1;
  visibility: visible;
}
.g_nav_01 > ul > li > div ul > li,
.g_nav_02 > ul > li > div ul > li {
  display: block;
}
.g_nav_01 > ul > li > div ul > li > a,
.g_nav_02 > ul > li > div ul > li > a {
  color: #ffffff;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  font-size: 12px;
  transition: 0.3s;
}
.g_nav_01 > ul > li > div ul > li:hover > a,
.g_nav_02 > ul > li > div ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.utility {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.utility a {
  font-size: 20px;
  margin-left: 30px;
}
.utility a i {
  color: #fff;
  transition: 0.3s;
}
.utility a:hover i {
  opacity: 0.7;
}
.utility .to_cart {
  position: relative;
}
.utility span.cart_mark {
  width: 10px;
  height: 10px;
  background: #e50012;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -4px;
}

.search_container {
  display: none;
  width: 100%;
  height: 70px;
  background: linear-gradient(#010101, #1a1a1a);
  border-bottom: 1px solid #4c4c4c;
  position: fixed;
  top: 80px;
  z-index: 2;
}
.search_container.is-animation {
  top: 60px;
}
.search_bar {
  width: 1000px;
  height: 50px;
  margin: 15px auto 5px;
  position: relative;
}
.search_bar input {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.search_bar input::placeholder {
  color: #fff;
}
.search_bar i {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 14px;
  height: 14px;
  padding: 0 20px;
}

.main {
  padding-top: 80px;
}

/*HERO*/
#hero .slider {
  margin: 0 auto;
  width: 100%;
  background: #000;
  border-bottom: 4px solid #eee;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  display: none;
}

.hero_header_sp {
  display: none;
}

/* CONCEPT */
.Concept__text {
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 1.6;
}
#concept.section {
  padding: 100px 0 50px;
}
#concept h2 {
  width: 19%;
}
#concept img {
  display: block;
  margin: 0 auto;
}
#concept img.message_title {
  width: 14.8%;
  padding-bottom: 30px;
}
#concept p {
  font-size: 18px;
  text-align: center;
}

/*PRODUCT PHILOSOPHY*/
#product_philosophy h2 {
  width: 43.7%;
}
#product_philosophy img {
  display: block;
  margin: 0 auto;
}
#product_philosophy img.message_title {
  width: 18.2%;
  padding-bottom: 30px;
}
#product_philosophy p {
  padding-bottom: 18px;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
#product_philosophy p:last-of-type {
  padding-bottom: 0;
}

/* NEWS */
#news.section {
  padding: 50px 0 100px;
}
#news h2 {
  width: 12.2%;
}
#news a {
  transition: 0.3s;
}
#news .col3 .inner {
  line-height: 1.3;
}
#news a.news_image {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #f5f5f5;
}
#news a.news_image:hover {
  cursor: pointer;
}
#news a.news_image img {
  transition: 0.3s;
  width: 100%;
}
#news a.news_image img:hover {
  transform: scale(1.075);
}
#news h3 a {
  font-size: 16px;
  padding-bottom: 10px;
  letter-spacing: 0.4px;
}
#news h3 a:hover {
  opacity: 0.7;
}
#news p {
  padding-right: 10px;
  font-size: 14px;
}
#news .news_date {
  color: #777;
  font-size: 12px;
}

/*NEWS LETTER*/
#news_letter p.thanks_txt {
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 0;
}
#news_letter.section {
  background: #f1f1f1;
  padding: 65px 0;
}
#news_letter h2 {
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
#news_letter h2:after {
  display: none;
}
#news_letter p {
  text-align: center;
  padding-bottom: 20px;
}
#news_letter button {
  position: absolute;
  top: 7px;
  right: 20px;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 16px;
}
#news_letter input {
  width: 100%;
}
.news_letter_form {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

/*footer*/
footer {
  background: #000;
  min-height: 60px;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
footer .footer_logo {
  width: 15.7%; /*17.4*/
}
footer .footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_info a {
  color: #fff;
  font-size: 14px;
  text-align: right;
  transition: 0.3s;
  padding: 0 20px;
}
footer .footer_info a:first-child i {
  padding-right: 8px;
}
footer .footer_info a:last-child {
  padding-right: 0;
}
footer .footer_info a:hover {
  opacity: 0.7;
}

/*ロボットチェッカー*/
.shopify-challenge__container {
  min-height: calc(100vh - 140px);
  padding: 100px;
}

/* 各ページ共通 */
.breadcrumb {
  padding-bottom: 40px;
}
.breadcrumb a {
  display: inline;
}
.inline_block_parent {
  text-align: center;
}
.inline_block_parent > h2 {
  display: inline-block;
  font-size: 26px;
}
.to_page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.to_page_top a {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 50%;
}
.to_page_top a i {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#page_article,
.pages {
  min-height: calc(100vh - 140px);
}

/* pages */
.pages .section {
  padding: 100px 0;
}
.pages h3 {
  color: #4c4c4c;
}
.pages p {
  padding-bottom: 20px;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 46.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* 特商法 */
#page_law {
  max-width: 800px;
  margin: 0 auto;
}
#page_law table {
  margin-bottom: 20px;
}
#page_law table,
#page_law td {
  border-collapse: collapse;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}
#page_law tr td:first-of-type {
  width: 30%;
  vertical-align: middle;
}
#page_law td {
  padding: 10px;
}
#page_law ul.law_return {
  padding-bottom: 20px;
}
#page_law ul li {
  list-style: disc inside;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page_law a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s;
}
#page_law a:hover {
  opacity: 0.7;
}

/* blog */
.page_blog .section {
  padding: 100px 0;
  min-height: calc(100vh - 140px);
}
.page_blog .col2 {
  padding: 20px 0;
}
.page_blog .col2 .inner:first-of-type {
  width: 30%;
}
.page_blog .col2 .inner:nth-of-type(2) {
  width: 68%;
  position: relative;
}
.page_blog .news_image {
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.page_blog .news_image img {
  transition: 0.3s;
}
.page_blog .news_image img:hover {
  transform: scale(1.075);
}
.page_blog h3 a {
  font-size: 18px;
}
.page_blog a.read_more {
  width: 200px;
  height: 40px;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page_blog a.read_more:hover {
  background: #fff;
  color: #1a1a1a;
}
.page_blog a.read_more span {
  font-size: 18px;
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  margin: auto;
}

/* blog_news */
#page_blog_news h2 {
  width: 12.2%;
}
#page_blog_news .col2 .inner {
  line-height: 1.4;
}

/* blog_event */
#page_blog_event h2 {
  width: 13.4%;
}

/* blog_story */

#page_blog_story h2 {
  width: 17.5%;
}
#page_article_event h2:after {
  content: "";
  display: block;
  height: 3px;
  margin: 16px 0 30px;
  background: linear-gradient(to right, #e50012, #fff);
}

/* article */
.page_article .section {
  padding: 100px 0;
  min-height: calc(100vh - 140px);
}
.page_article .wrapper {
  max-width: 700px;
}
.page_article .article_eyecatch {
  padding-bottom: 60px;
}
.page_article .article_eyecatch img {
  border: 2px solid #f5f5f5;
}
.page_article h3 {
  color: #4c4c4c;
  padding-bottom: 30px;
  font-size: 24px;
}
.page_article article {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page_article article:after {
  display: block;
  content: "";
  max-width: 700px;
  height: 1px;
  margin: 30px auto 0;
  background: #eaeaea;
}

#page_article_event h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #000; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 3px #000; /*左線*/
  margin: 20px 0;
  padding-bottom: 0px;
  position: relative;
}

#page_article_event h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 20%;
  background: #e50012;
}

.page_article p {
  padding-bottom: 20px;
  font-size: 16px;
}
.page_article p.news_date {
  padding-bottom: 16px;
  font-size: 14px;
  text-align: center;
}
.page_article h2 {
  line-height: 1.1;
}
.page_article .article_sns {
  max-width: 700px;
  margin: 0 auto;
}
.page_article .article_sns ul {
  display: flex;
  justify-content: space-between;
  width: 70px;
  margin: 0 auto;
}
.page_article .article_sns ul li {
  margin-right: 20px;
}
.page_article .article_sns ul li:last-child {
  margin-right: 0;
}
.page_article .article_sns ul li i {
  font-size: 30px;
}
.page_article .article_sns ul li a {
  transition: 0.3s;
}
.page_article .article_sns ul li a:hover {
  color: #000;
}
.Article__bottomLink {
  display: block;
  background: #4c4c4c;
  max-width: 50%;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin: 0 auto 16px;
  padding: 12px 36px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  border-radius: 2px;
}
.Article__bottomLink:hover {
  background: #000;
}

.Article__bottomLink::after {
  content: "";
  top: 15px;
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* article_news */

/* article_event */
#page_article_event ul li {
  color: #4c4c4c;
  line-height: 1.4;
}

#page_article_event h2.demo_title {
  width: 252px;
}

/*CLUBS*/
#clubs .title_wrapper {
  width: 100%;
  height: 260px;
  background: url("/cdn/shop/files/clubs_title_bg.png?1843")
    no-repeat center/cover;
  position: relative;
}
#clubs .title_wrapper.rrwg {
  background: url("/cdn/shop/files/clubs_title_bg_2025.png?v=1747712939")
    no-repeat center/cover;
}
#clubs h2 {
  width: 13.2%;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#clubs h2:after {
  display: none;
}
#clubs .section {
  padding: 100px 0;
  min-height: calc(100vh - 400px);
}
#clubs .wrapper {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #clubs .wrapper {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  #clubs .wrapper {
    max-width: 100%;
    margin: 0 16px;
  }
}
#clubs h3 {
  width: 11%;
  margin: 0 auto;
  padding-bottom: 50px;
}
#top_clubs h2 {
  width: 13.2%;
}
#clubs .col3,
#top_clubs .col3 {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#clubs .col3 .inner,
#top_clubs .col3 .inner {
  margin-right: 2%;
}
#clubs .col3 .inner,
#top_clubs .col3 .inner:last-child {
  margin-right: 0;
}
#clubs .col3 .inner a,
#top_clubs .col3 .inner a {
  position: relative;
  overflow: hidden;
}
#clubs .col3 .inner a .clubs_image_filter,
#top_clubs .col3 .inner a .clubs_image_filter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 20%,
    transparent 70%
  );
}
#clubs .col3 .inner a .clubs_image_filter.iron,
#page_online_shop .col3 .inner a .clubs_image_filter.iron {
  background: none;
}
#clubs .clubs_name,
#top_clubs .clubs_name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.5;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
#clubs .clubs_name.iron,
#page_online_shop .clubs_name.iron,
#page_online_shop .clubs_name.wedge{
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 6%;
  transform: none;
  text-align: left;
  line-height: 1.5;
  width: auto;
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
#clubs .clubs_newitem.iron { 
  position: absolute;
  top: 6%;
  /*right: 4%;*/
  left: 4%;
  transform: none;
  text-align: center;
  line-height: 1.5;
  width: auto;
  font-size: 13px;
  color: #fff;
  font-style: italic;
  font-weight:bold;
}
#clubs .clubs_newitem_wg {
  position: absolute;
  top: 6%;
  right: 4%;*
  transform: none;
  text-align: center;
  line-height: 1.5;
  width: auto;
  font-size: 13px;
  color: #fff;
  font-style: italic;
  font-weight:bold;
}
#clubs .col3 .inner a img,
#top_clubs .col3 .inner a img {
  transition: 0.3s;
}
#clubs .col3 .inner a:hover img,
#top_clubs .col3 .inner a:hover img {
  transform: scale(1.075);
}

/*HANDRING SHOP*/
#handring_shop.section {
  padding: 130px 0 100px;
}
#handring_shop h2 {
  width: 32%;
  margin-bottom: 32px;
}
#handring_shop .col2 .inner:first-of-type {
  width: calc(50% - 30px);
  margin-bottom: 32px;
}
#handring_shop .col2 .inner:nth-of-type(2) {
  width: calc(50% - 30px);
  margin-bottom: 24px;
}
#handring_shop p.bold {
  font-size: 18px;
  color: #000;
  position: relative;
}
#handring_shop h3 {
  position: relative;
}
/* #handring_shop h3.first::before{
  display:block;
  content: "1st RUN";
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 3px 12px;
} */
#handring_shop h3 {
  border-bottom: solid 2px #000;
  position: relative;
}

#handring_shop h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #e50012;
  bottom: -2px;
  width: 10%;
}
#handring_shop h3 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 20px;
}
#handring_shop .handring_shop_info p {
  padding-bottom: 10px;
}
#handring_shop .handring_shop_info a {
  display: block;
  color: #4c4c4c;
}
#handring_shop .handring_shop_info a:hover {
  text-decoration: underline;
}
#handring_shop p.bold {
  font-size: 14px;
}
#handring_shop p {
  padding-bottom: 0;
}
#handring_shop h3 {
  font-size: 18px;
  color: #000;
}

/* お問い合わせ */
#page_contact .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#page_contact label {
  color: #4c4c4c;
  display: block;
  padding-bottom: 10px;
}
#page_contact input {
  width: 100%;
}
#page_contact textarea {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  border-color: #bfbfbf;
  box-sizing: border-box;
}
#page_contact input.contact_submit {
  width: 50%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: 0.3s;
}
#page_contact input.contact_submit:hover {
  cursor: pointer;
  background: #fff;
  color: #4c4c4c;
}

/*商品一覧ページ*/
.OnlineShop__heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.OnlineShop__subheading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

#page_online_shop .title_wrapper {
  width: 100%;
  /* background: url("/cdn/shop/files/online_shop_title_bg04.png?v=1580200646") */
   background: url("/cdn/shop/files/Frame_2_1_2024.png?v=1730370486")
    no-repeat center/cover;
  position: relative;
  height: 260px;
}
#page_online_shop h2 {
  width: 26.2%;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page_online_shop h2:after {
  display: none;
}
#page_online_shop .section {
  padding: 100px 0;
  min-height: calc(100vh - 400px);
}
#page_online_shop .wrapper {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #page_online_shop .wrapper {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  #page_online_shop .wrapper {
    max-width: 100%;
    margin: 0 16px;
  }
}
#page_online_shop h3 {
  width: 13.2%;
  margin: 0 auto;
  padding-bottom: 50px;
}
#page_online_shop .col3 {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page_online_shop .col3 .inner {
  margin-right: 2%;
}
#page_online_shop .col3 .inner a {
  position: relative;
  overflow: hidden;
}
#page_online_shop .col3 .inner a .clubs_image_filter,
#clubs .col3 .inner a .clubs_image_filter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 20%,
    transparent 70%
  );
}
#page_online_shop .clubs_name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.5;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
#page_online_shop .col3 .inner a img {
  transition: 0.3s;
}
#page_online_shop .col3 .inner a:hover img {
  transform: scale(1.075);
}

.form-horizontal {
  margin-bottom: 40px;
}

/* 商品説明ページ */
/*商品紹介~SPEC共通*/
/* 見出しのボーダー比較用↓決まったら整える */
/* 見出しの両脇にボーダーパターン */
/* .title_border{
  display: flex;
  align-items: center;
  width: 100%;
}
.title_border:before, .title_border:after{
  content:"";
  display: block;
  flex: 1;
  height: 1px;
  background:linear-gradient(to right, #FFF, #333, #FFF);
}
.title_border:before{
  margin-right: 10px;
}
.title_border:after{
  margin-left: 10px;
}
.title_border h2:after{
  display: none;
}
.title_border + span{
  display: block;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-align: center;
} */
/* フリガナの両脇にボーダーパターン */
/* .title_border + span{
  display: flex;
  align-items: center;
  width: 25.9%;
  margin: 0 auto;
}
.title_border + span:before, .title_border + span:after{
  content:"";
  display: block;
  flex: 1;
  height: 1px;
  background:linear-gradient(to right, #FFF, #333, #FFF);
}
.title_border + span:before{
  margin-right: 10px;
}
.title_border + span:after{
  margin-left: 10px;
} */
/* 下にボーダーパターン */
.title_border h2:after {
  display: none;
}
.title_border + span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-align: center;
}
/*.title_border + span:after{
  content:"";
  display: block;
  height: 1px;
  width: 100%;
  margin: 10px auto 60px;
  background:linear-gradient(to right, #FFF, #333, #FFF);
}*/

/*club_category*/
.club_category .col2 {
  align-items: center;
}
.club_category .slider {
  margin: 0 auto;
}
.club_category .club_category_image {
  width: 51%;
  margin-right: 24px;
}
.club_category .club_category_txt {
  width: calc(45% - 24px);
  margin-right: 0;
}

.club_category h2 {
  margin: 0;
  padding-bottom: 10px;
}
.club_category h3 {
  padding-bottom: 20px;
  color: #1a1a1a;
  font-size: 16px;
}
.club_category p {
  color: #1a1a1a;
  padding-bottom: 8px;
}
.club_category p:last-of-type {
  padding-bottom: 0;
}
.slider {
  margin: 100px auto;
  width: 80%;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

/*TECHNOLOGY*/
.technology h2 {
  width: 25.9%;
}
.technology .title_border + span:after {
  width: 31.4%;
}
.technology h3 {
  padding-bottom: 30px;
  font-size: 18px;
}

/*SOLE VARIATION*/
.sole_variation h2 {
  width: 31.4%;
}
.sole_variation .title_border + span:after {
  width: 31.4%;
}
.sole_variation h3 {
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.sole_variation h3 span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.sole_variation .sole_image,
.technology .technology_image {
  width: 68.8%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.sole_variation h4 {
  min-height: 104px;
  padding-bottom: 20px;
  font-size: 18px;
}
.sole_variation p {
  min-height: 243px;
}

/*SPEC*/
.spec h2 {
  width: 11%;
}
.spec .title_border + span:after {
  width: 11%;
}
/* .spec .spec_table{
  padding-bottom: 30px;
} */
.spec table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
.spec thead {
  background: #777;
}
.spec tbody {
  background: #efefef;
}
.spec tbody tr:nth-of-type(2n) {
  background: #bbb;
}
.spec th,
.spec td {
  border: 1px solid #fff;
  font-size: 12px;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.spec th:first-of-type,
.spec td:first-of-type {
  font-weight: bold;
}
.spec th {
  color: #fff;
}
.spec dl {
  padding-bottom: 30px;
}
.spec dl dt {
  color: #000;
}
.spec dl dd {
  padding-left: 80px;
}
.spec a.product_desiner_btn {
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 5px;
}
.spec a.product_desiner_btn:hover {
  opacity: 0.8;
}

/* bottom_btn */
.bottom_btn.section {
  padding: 50px 0 100px;
}
.bottom_btn a {
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
}
.bottom_btn .to_shop {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60px;
}
.bottom_btn .to_shop .to_shop_btn {
  width: 30%;
  height: 50px;
  position: relative;
}
.bottom_btn .to_shop a {
  width: 100%;
  height: 50px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  line-height: 50px;
}
.bottom_btn .to_shop a:hover {
  background: #1a1a1a;
  color: #fff;
}
.bottom_btn .to_shop span {
  width: 10px;
  height: 25px;
  font-size: 24px;
  position: absolute;
  top: -3px;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.bottom_btn .to_shop a:hover + span {
  color: #fff;
}
a.to_top {
  text-align: center;
}
a.to_top:hover {
  opacity: 0.7;
}
a.to_top span {
  display: inline-block;
  font-size: 24px;
  transform: translateX(-5px) translateY(2px);
}

/*商品説明共通ここまで*/

/*FORGED WEDGE*/
/*FORGED WEDGE_club_category*/
.club_category.forged_wedge h2 {
  width: 59.2%;
  padding-bottom: 10px;
}
.club_category.forged_wedge .title_border + span:after {
  width: 59.2%;
  margin: 10px auto 30px 0;
}

/*FORGED WEDGE_SPEC*/
.section.forged_wedge_spec {
  padding: 50px 0 100px;
}
.section.forged_wedge_spec th:first-of-type,
.section.forged_wedge_spec td:first-of-type {
  width: 15%;
}
.section.forged_wedge_spec th:nth-of-type(n + 2),
.section.forged_wedge_spec td:nth-of-type(n + 2) {
  width: 8.5%;
}

/*RR FORGED WEDGE_SPEC*/
.section.forged_wedge_spec.rr-forged_wedge_spec th:nth-of-type(n + 2),
.section.forged_wedge_spec.rr-forged_wedge_spec td:nth-of-type(n + 2) {
  width: 6.53%;
}
@media screen and (max-width: 768px) {
  .section.forged_wedge_spec.rr-forged_wedge_spec th:first-of-type, .section.forged_wedge_spec.rr-forged_wedge_spec td:first-of-type {
    width: 14.28%;
  }
  .section.forged_wedge_spec.rr-forged_wedge_spec th:nth-of-type(n + 2), .section.forged_wedge_spec.rr-forged_wedge_spec td:nth-of-type(n + 2) {
    width: 14.28%;
  }
}
/*FORGED CB WEDGE*/
/*FORGED CB WEDGE_club_category*/
.club_category.forged_cb_wedge h2 {
  width: 70.2%;
}
.club_category.forged_cb_wedge .title_border + span:after {
  width: 70.2%;
  margin: 10px auto 30px 0;
}
/*FORGED CB WEDGE_TECHNOLOGY*/
.forged_cb_wedge_technology h3 {
  min-height: 87px;
}
/*FORGED CB WEDGE_SPEC*/
.section.forged_cb_wedge_spec th,
.section.forged_cb_wedge_spec td {
  width: 25%;
}

/*商品説明個別ここまで*/

/*PRODUCT DESIGNER*/
.product_desiner_overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.product_desiner {
  max-width: 830px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 100px auto 40px;
  overflow-y: auto;
}

.product_desiner .product_desiner_message.section {
  background: #000;
  padding: 30px 55px 30px;
  position: relative;
}
.product_desiner .product_desiner_message h2 {
  width: 22.8%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.product_desiner h2:after {
  display: none;
}
.product_desiner .product_desiner_message p {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.product_desiner .product_desiner_message p:nth-of-type(2) {
  padding-top: 20px;
  font-weight: normal;
}
.product_desiner .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  margin: auto;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #c6c6c6;
  transform: rotate(45deg);
}
.product_desiner .close:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #c6c6c6;
}

.product_desiner .product_desiner_desc.section {
  background: #fff;
  padding: 20px 55px 30px;
}

.product_desiner .product_desiner_work {
  margin-bottom: 20px;
}
.product_desiner .product_desiner_work h3 {
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.product_desiner .product_desiner_work dd {
  padding-bottom: 20px;
}

.product_desiner .product_desiner_career.inner {
  width: 62%;
  border-right: 1px solid #aaa;
  padding-right: 5px;
}
.product_desiner .product_desiner_career dl dd {
  padding-left: 73px;
}
.product_desiner .product_desiner_career dl dd:last-of-type {
  padding-bottom: 0;
}

.product_desiner .product_desiner_product.inner {
  width: 38%;
  padding-left: 5px;
}
.product_desiner .product_desiner_product dl dd {
  padding-left: 110px;
}

.product_desiner .profile_image.inner {
  width: 18.6%;
}
.product_desiner .profile_txt.inner {
  width: 78.7%;
}
.product_desiner .profile_txt.inner p:first-of-type {
  padding-bottom: 14px;
}

/*商品紹介ページ*/
.product_introduction .club_category.section {
  background: #000;
}
.product_introduction .club_category .title_border:before {
  display: none;
}
.product_introduction .club_category h2:after {
  background: linear-gradient(to right, #333 0%, #fff 10%, #333 100%);
}
.product_introduction .club_category h3 {
  color: #fff;
}
.product_introduction .club_category p {
  color: #fff;
}
.product_introduction .technology.section {
  padding: 100px 0 50px;
}
@media screen and (max-width: 450px) {
  .product_introduction .technology.section {
    padding: 50px 0;
  }
}

/*商品説明固定ページ*/
.page_products .club_category.section {
  background: #fff;
}
.page_products .club_category .title_border:before {
  display: none;
}
.page_products .club_category .title_border + span {
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
.page_products .club_category .title_border + span:after {
  background: linear-gradient(to right, #fff 0%, #333 10%, #fff 100%);
}
.page_products .club_category h3 {
  color: #1a1a1a;
}
.page_products .club_category p {
  color: #1a1a1a;
}

/*商品購入ページ*/
#page_online_shop_products .section {
  padding: 100px 0;
}
#page_online_shop_products .col2.product_images {
  flex-wrap: wrap;
}
#page_online_shop_products .product_images .inner.sole_image {
  width: 45%;
  margin-bottom: 30px;
}
#page_online_shop_products p {
  font-size: 18px;
  font-weight: bold;
}
#page_online_shop_products .product_details .inline_block_parent {
  text-align: left;
}
#page_online_shop_products h2 {
  font-size: 36px;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.1;
}
#page_online_shop_products .collection_title {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #999;
  letter-spacing: 0.025em;
  font-weight: 400;
}
#page_online_shop_products h2:after {
  display: none;
}
#page_online_shop_products .product_tag {
  font-size: 14px;
  padding-bottom: 10px;
}
#page_online_shop_products p.product_price {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
}
#page_online_shop_products .add_to_cart button {
  width: 70%;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  transition: 0.3s;
  border-radius: 30px;
  margin-left: auto;
}
#page_online_shop_products .add_to_cart button:hover {
  background: #fff;
  color: #000;
}
.col2 .product_option {
  width: 40%;
}
#page_online_shop_products .product_price_total {
  color: #111;
  margin-bottom: 20px;
  font-size: 20px;
  display: inline-block;
}

#page_online_shop_products .product_price_total span,
span.Product__tax {
  font-size: 14px;
  padding-left: 4px;
  letter-spacing: 1px;
  font-weight: bold;
}

/*カートページ*/
#page_cart .section {
  padding: 80px 0;
  min-height: calc(100vh - 140px);
}
#page_cart .wrapper {
  overflow: hidden;
}
#page_cart .cart.table-wrap {
}
#page_cart table {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 10px 20px;
  margin-bottom: 20px;
  display: block;
}
#page_cart table th {
  width: 16.6%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
#page_cart table tr {
  width: 100%;
  border-bottom: 40px solid transparent;
}
#page_cart table tr:last-of-type {
  border-bottom: 0;
}
#page_cart table td {
  width: 16.6%;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
#page_cart table .cart_product .product_image {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#page_cart table .cart_product .cart_product_name {
  font-weight: bold;
  text-align: left;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
}
#page_cart table .cart_product .cart_product_options {
  text-align: left;
  font-size: 12px;
}
#page_cart .cart_delete {
  text-decoration: underline;
}
#page_cart .cart_check {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#page_cart .cart_check p {
  font-size: 22px;
  padding-bottom: 20px;
  text-align: right;
  font-weight: bold;
}
#page_cart .cart_check button,
#page_cart .cart_check a {
  display: inline-block;
  width: 30%;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  transition: 0.3s;
  margin-bottom: 20px;
  line-height: normal;
  order: 2;
  border-radius: 2px;
}
#page_cart .cart_check a {
  order: 1;
}
#page_cart .cart_check button:hover,
#page_cart .cart_check a:hover {
  background: #000;
  color: #fff;
}
#page_cart .cart_check button.btn {
  order: 3;
  background: #000;
  color: #fff;
}
#page_cart .cart_check button.btn:hover {
  background: #fff;
  color: #000;
}
#page_cart .cart_empty p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}
#page_cart .cart_empty p a {
  display: inline-block;
  font-size: 16px;
  transition: 0.3s;
}
#page_cart .cart_empty p a:hover {
  opacity: 0.7;
}
.cart_check_btn {
  display: flex;
  justify-content: space-between;
}

/*顧客ページ共通*/
.page_customers .section {
  padding: 90px 0;
}
.page_customers .wrapper {
  max-width: 600px;
}
.page_customers h2 {
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 1;
}
.page_customers h2:after {
  margin-top: 20px;
}
.page_customers label {
  color: #4c4c4c;
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
.page_customers input {
  width: 100%;
}
.page_customers .customers_submit_btn {
  width: 50%;
  margin: 40px auto 30px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  transition: 0.3s;
  cursor: pointer;
}
.page_customers .customers_submit_btn input {
  padding-left: 0;
}
.page_customers .customers_submit_btn:hover {
  background: #fff;
  color: #000;
}
.page_customers .customers_submit_text {
  text-align: center;
  transition: 0.3s;
}
.page_customers .customers_submit_text:hover {
  opacity: 0.7;
}

/* ログインページ */
#page_login .section {
  min-height: calc(100vh - 140px);
}
#page_login .customers_option a {
  transition: 0.3s;
}
#page_login .customers_option a:hover {
  opacity: 0.7;
}
#page_login #RecoverPasswordForm p {
  text-align: center;
  padding-bottom: 20px;
}
#page_login .customers_submit_text {
  display: block;
  margin: 0 auto;
  font-size: 14px;
}
#page_login #CustomerLoginForm,
#page_login #RecoverPasswordForm {
  padding-bottom: 80px;
}
#page_login .customers_submit_btn {
  margin: 10px auto 20px;
}

/* パスワードリセットページ */
#page_reset_password p {
  text-align: center;
  padding-bottom: 20px;
}

/* アカウントページ */
#page_account .wrapper {
  max-width: 1000px;
}
#page_account p,
#page_account h3,
#page_account h4 {
  text-align: center;
  color: #4c4c4c;
}
#page_account h3 {
  padding-bottom: 20px;
  font-size: 24px;
}
#page_account h4 {
  padding-bottom: 20px;
}
#page_account .account_section {
  margin-bottom: 60px;
}
#page_account table {
  width: 100%;
}
#page_account tr {
  width: 100%;
}
#page_account tr th,
#page_account tr td {
  width: 16.6%;
  color: #4c4c4c;
  vertical-align: middle;
}
#page_account tr th {
  padding-bottom: 20px;
}
#page_account tr td {
  padding-bottom: 10px;
  font-size: 14px;
}
#page_account tr td a {
  text-decoration: underline;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
#page_account tr:last-of-type td {
  padding-bottom: 0;
}
#page_account p.account_addresses {
  padding-bottom: 20px;
}
#page_account a.to_addresses_choose {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
#page_account h3.logout_link {
  padding-top: 16px;
  padding-bottom: 0;
}
#page_account h3.logout_link a {
  display: inline-block;
  width: 30%;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  transition: 0.3s;
  margin-bottom: 20px;
  line-height: normal;
  order: 2;
  border-radius: 2px;
}
#page_account h3.logout_link a:hover {
  background: #fff;
  color: #000;
}

/* 配送先選択ページ */
#page_addresses a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s;
}
#page_addresses h3 {
  padding-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
#page_addresses .section-header-account {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto 30px;
}
#page_addresses .section-header-account a {
  width: 45%;
  padding: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
}
#page_addresses .section-header-account a:hover {
  background: #fff;
  color: #000;
}
#page_addresses .account_txt {
  text-align: center;
  margin-bottom: 30px;
}
#page_addresses .section-header-account a:nth-child(2) {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
}
#page_addresses .section-header-account a:nth-child(2):hover {
  background: #000;
  color: #fff;
}
#page_addresses .customer_address_info {
  margin: 0 auto;
  padding: 20px 0 40px;
}
#page_addresses .customer_address_info a:hover {
  opacity: 0.7;
}
#page_addresses .address_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
}
#page_addresses .address_form label {
  width: 30%;
  padding-bottom: 0;
  text-align: left;
}
#page_addresses .address_form input {
  width: 68%;
  margin: 0;
}
#page_addresses .address_province_select {
  width: 68%;
  overflow: hidden;
}
#page_addresses .address_province_select select {
  float: left;
  height: 26px;
  -webkit-appearance: menulist !important;
}
#page_addresses .address_form_default {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#page_addresses .address_form_default input {
  margin: 0 10px 0 0;
  width: 10px;
}
#page_addresses .address_form_default label {
  padding-bottom: 0;
}
#page_addresses .edit_address {
  padding: 20px 0 0 0;
}
#page_addresses h4 {
  padding-bottom: 10px;
}
#page_addresses .addresses_right {
  text-align: right;
}
#page_addresses .address_cancel {
  margin-bottom: 30px;
}
#page_addresses .address_cancel a:hover {
  opacity: 0.7;
}
#page_addresses .hr--small {
  margin-bottom: 30px;
}
#page_addresses .grid__item.two-thirds.medium-down--one-whole {
  text-align: center;
}
#page_addresses .address_country {
  display: none;
}

/* 注文詳細ページ */
#page_order .wrapper {
  max-width: 1000px;
}
#page_order h3 {
  color: #4c4c4c;
  font-size: 20px;
}
#page_order .order_title {
  text-align: center;
}
#page_order .order_section {
  padding-bottom: 20px;
}
.order_section p {
  font-size: 16px;
}

#page_order .order_date {
  text-align: center;
}
#page_order table {
  width: 100%;
  margin: 0 auto;
}
#page_order tr {
  width: 100%;
}
#page_order tr th,
#page_order tr td {
  width: 20%;
  color: #4c4c4c;
}
#page_order tr th {
  padding-bottom: 20px;
}
#page_order tr td {
  padding-bottom: 10px;
}
#page_order tr th:nth-of-type(1),
#page_order tr td:nth-of-type(1) {
  width: 40%;
}
#page_order td a {
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid #4f4f4f;
  transition: 0.3s;
}
#page_order td a:hover {
  opacity: 0.7;
}
#page_order tfoot tr td:last-of-type {
  font-size: 18px;
  padding-bottom: 0;
}
#page_order hr {
  margin-bottom: 28px;
}
#page_order .order_section.col2 .inner h3 {
  padding-bottom: 10px;
}
#page_order h4 {
  color: #4c4c4c;
}
#page_order .page_order_to_account {
  text-align: center;
}
#page_order .page_order_to_account a {
  display: inline;
  text-decoration: underline;
  transition: 0.3s;
}
#page_order .page_order_to_account a:hover {
  opacity: 0.7;
}

/*顧客ページここまで*/

/* サーチページ */
#page_search .section {
  min-height: calc(100vh - 140px);
}
#page_search h2 a {
  display: inline-block;
  font-size: 30px;
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
#page_search h2 a:hover {
  opacity: 0.5;
}
#page_search form {
  padding-bottom: 20px;
}
#page_search input {
  width: 80%;
  padding-right: 20px;
}
#page_search button.icon-fallback-text {
  display: block;
  width: 30%;
  height: 40px;
  margin: 0 auto;
  background: #000;
  border: 1px solid #000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
#page_search button.icon-fallback-text:hover {
  background: #fff;
  color: #000;
}
#page_search .col3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px;
}
#page_search .col3 .inner {
  border: 1px solid #ccc;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 20px;
}
#page_search .item_image {
  width: 60%;
  margin: 0 auto;
}

/* 404 */
#page_404 .section {
  padding: 80px 0 0;
}
#page_404 .wrapper {
  height: calc(100vh - 140px);
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 32px;
  position: relative;
}
#page_404 .page_404_center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#page_404 h2 {
  display: inline-block;
}
#AddToCartForm select {
  position: relative;
  text-align: left;
  border-radius: 0;
  border: 1px solid #bbb;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
  white-space: normal;
}
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none !important;
  max-width: 100%;
}
#page_online_shop_products p.option_txt {
  font-size: 16px;
  color: #111;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-bottom: 10px;
}
.option_wrap {
  position: relative;
}
.option_wrap i {
  position: absolute;
  top: 11px;
  right: 11px;
}
.slider.hero_header li {
  position: relative.;
}
/*.slider.hero_header a{
color:#fff;
  padding:12px 60px;
  font-size:14px;
  background:#E50012;
  right:10%;
  bottom:5%;

}*/
/*#hulkapps_option_list_3881217982509{
    background-color: transparent!important;
    border: none!important;
    padding: 0!important;
}
.hulkapps_option_name{
display:block!important;
width:auto!important;
      font-size: 16px!important;
    color: #111!important;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-bottom: 10px!important;
}
#hulkapps_option_list_3881217982509 select{

}*/
.option_wrap.quantity {
  width: 50%;
}

input#quantity {
  width: 100%;
}
.textarea p.option_txt {
  margin-top: 25px;
}
#page_online_shop_products textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  text-align: left;
  border-radius: 0;
  border: 1px solid #bbb;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 120px;
}
.bold_option:not(:empty) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#AddToCart {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  transition: 0.3s;
  border-radius: 2px;
}
#AddToCart:hover {
  background: #fff;
  color: #000;
}
.bold_option_title {
  font-size: 16px;
  color: #111;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-bottom: 10px;
  display: block;
}
.bold_option_dropdown .bold_option_element {
  margin-left: 0 !important;
}

#clubs .title_wrapper,
#page_online_shop .title_wrapper {
  border-bottom: 4px solid #eee;
}
.forged_wedge_hero {
  border-bottom: 4px solid #eee;
}

@media screen and (max-width: 1280px) {
  .wrapper {
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu_btn span {
    display: block;
    margin-left: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
  }
  header h1 {
    flex: 1;
  }
  .g_nav_01,
  .g_nav_02 {
    display: none;
    flex: 0;
  }
  .utility a {
    margin-left: 50px;
  }
  #page_cart .wrapper {
    padding: 0 10px;
  }
}
/* 768px以下レイアウト */
@media screen and (max-width: 768px) {
  .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .handring_shop_info {
    margin-bottom: 24px;
  }

  #handring_shop h2 {
    width: 240px;
  }
  #handring_shop p.bold {
    font-size: 12px;
  }
  #handring_shop h3 {
    font-size: 16px;
  }
  .Article__bottomLink {
    max-width: 100%;
  }
  .Concept__text {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .wrapper {
    margin: 0 16px;
  }
  .section {
    padding: 30px 0;
  }
  h2 {
    padding-bottom: 20px;
    margin: 0 auto;
    line-height: 1;
  }
  h2:after {
    margin-top: 20px;
    margin: 10px auto 0;
  }
  #top_clubs h2 {
    width: 105px;
  }
  dl dt {
    float: none;
  }
  input,
  textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    padding-left: 10px;
  }
  .col3,
  .col2 {
    display: block;
  }
  .col3 .inner,
  .col2 .inner {
    width: 100%;
  }
  .col2 .inner {
    margin-right: 0;
  }
  .col3 .inner {
    padding-bottom: 24px;
  }
  .col3 .inner:last-of-type {
    padding-bottom: 0;
  }

  /*header*/
  .header_bar {
    height: 60px;
    padding: 0 20px;
  }
  .menu_btn span {
    display: none;
  }
  header h1 a {
    width: 150px;
  }
  .utility a {
    font-size: 16px;
    margin-left: 14px;
  }

  .search_container {
    width: 100%;
    height: 50px;
    top: 60px;
  }
  .search_bar {
    width: 90%;
    height: 45px;
    margin: 3px auto 2px;
  }
  .search_bar i {
    top: 15px;
    padding: 0 10px;
  }

  .main {
    padding-top: 60px;
  }
  .menu_close_icon {
    font-size: 24px;
    transform: translateY(-2px);
  }
  nav {
    width: 280px;
    min-height: 100vh;
  }
  nav .bold {
    font-size: 12px;
  }

  /*CONCEPT*/
  #concept.section {
    padding: 60px 0 30px;
  }
  #concept h2 {
    width: 132px;
  }
  #concept img.message_title {
    width: 130px;
    padding-bottom: 20px;
  }
  #concept p {
    font-size: 14px;
  }

  #product_philosophy h2 {
    width: 290px;
  }
  #product_philosophy img.message_title {
    width: 140px;
    padding-bottom: 20px;
  }
  #product_philosophy p {
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 1.8;
  }
  /* NEWS */
  #news.section {
    padding: 30px 0 60px;
  }
  #news h2 {
    width: 84px;
  }

  /*NEWS LETTER*/
  #news_letter.section {
    padding: 60px 0;
  }
  #news_letter h2 {
    font-size: 21px;
  }
  #news_letter p {
    padding-bottom: 10px;
  }
  .news_letter_form {
    width: 100%;
  }
  #news_letter button {
    right: 10px;
  }
  #news_letter input {
    margin: 0 auto;
  }
  #news_letter p.thanks_txt {
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0;
  }

  /*footer*/
  footer {
    height: 170px;
    display: flex;
    align-items: center;
  }
  footer .wrapper {
    padding: 20px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  footer .footer_logo {
    width: 34.8%;
  }
  footer .footer_info {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  footer .footer_info a {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  /*ロボットチェッカー*/
  .shopify-challenge__container {
    width: 100%;
    min-height: calc(100vh - 230px);
    padding: 100px 10px;
  }

  /*  各ページ共通  */
  .inline_block_parent > h2 {
    font-size: 24px;
  }

  /*  pages  */
  .pages .section {
    min-height: calc(100vh - 230px);
    padding: 50px 0;
  }

  /* 特商法 */
  #page_law table.area_cost tr td {
    font-size: 12px;
  }
  #page_law table.area_cost tr td:first-of-type {
    width: 60%;
  }

  /*CLUBS*/
  #clubs {
    min-height: calc(100vh - 230px);
  }
  #clubs .title_wrapper {
    height: 100px;
  }
  #clubs h2 {
    width: 26.4%;
  }
  #clubs h3 {
    width: 26.3%;
  }
  #clubs .section {
    padding: 60px 0 80px;
  }
  #clubs .col3 {
    display: flex;
    justify-content: space-between;
  }
  #clubs .col3 .inner {
    width: 48%;
    margin-right: 0;
    padding-bottom: 0;
  }
  #clubs .col3 .inner p {
    font-size: 14px;
  }

  /*HANDRING SHOP*/
  #handring_shop.section {
    padding: 60px 0;
  }
  #handring_shop .wrapper {
    margin: 0;
  }
  #handring_shop h2 {
    margin-bottom: 40px;
  }
  #handring_shop h2 {
    width: 230px;
  }
  #handring_shop .col2 .inner:first-of-type {
    width: 100%;
  }
  #handring_shop .col2 .inner:nth-of-type(2) {
    width: 100%;
  }
  #handring_shop .col2 .inner:nth-of-type(2) img {
    padding-bottom: 10px;
  }
  #handring_shop h3 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  #handring_shop p.bold {
    font-size: 14px;
  }
  #handring_shop .handring_shop_info p {
    padding-bottom: 6px;
  }
  /*  お問い合わせページ  */
  #page_contact .section {
    padding: 30px 10px;
  }
  #page_contact textarea {
    padding-left: 10px;
  }

  /*  blog  */
  .page_blog {
    padding: 0;
  }
  .page_blog .section {
    padding: 80px 0;
  }
  .page_blog .col2 .inner:first-of-type {
    width: 100%;
    margin-bottom: 8px;
  }
  .page_blog .col2 .inner:nth-of-type(2) {
    width: 100%;
  }
  .page_blog a.read_more {
    position: relative;
    width: 100%;
    margin-top: 12px;
  }
  .page_blog h3 {
    margin-bottom: 8px;
  }
  /*  blog_news  */
  #page_blog_news h2 {
    width: 24.4%;
  }
  /*  blog_story  */
  #page_blog_event h2 {
    width: 26.8%;
  }
  /*  blog_story  */
  #page_blog_story h2 {
    width: 37.7%;
  }
  #page_article_event p {
    line-height: 1.8;
    letter-spacing: 0.03em;
  }

  /*  article  */
  .page_article .section {
    padding: 80px 10px;
    min-height: calc(100vh - 230px);
  }
  .page_article h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .page_article .article_eyecatch {
    padding-bottom: 20px;
  }
  .page_article .wrapper {
    margin: 0 auto;
  }
  .articleBody {
    box-sizing: border-box;
  }
  .page_article h3 {
    color: #4c4c4c;
    padding-bottom: 30px;
    font-size: 18px;
  }

  /* article_news */

  /* article_event */
  #page_article_event h2.demo_title {
    width: 58.5%;
  }

  /*   商品紹介共通 */
  .title_border h2 {
    padding-bottom: 10px;
  }
  .title_border + span:after {
    margin-bottom: 20px;
  }
  /*club_category*/
  .club_category h3 {
    font-size: 16px;
    text-align: center;
  }
  .club_category_image .club_slider img {
    width: 90%;
    margin: 0 auto;
  }

  /*slick setting*/
  .club_slider.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
  }
  /*TECHNOLOGY*/
  .technology h2 {
    width: 51.8%;
  }
  .technology .title_border + span:after {
    width: 51.8%;
  }
  .technology h3 {
    font-size: 16px;
  }
  /*SOLE VARIATION*/
  .sole_variation .sole_image,
  .technology .technology_image {
    width: 50%;
  }
  .sole_variation h2 {
    width: 62.8%;
  }
  .sole_variation .title_border + span:after {
    width: 62.8%;
  }
  .sole_variation h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .sole_variation .sole_image {
    padding-bottom: 20px;
  }
  .sole_variation h4 {
    min-height: auto;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .sole_variation p {
    min-height: auto;
  }
  /*SPEC*/
  .spec h2 {
    width: 22%;
  }
  .spec .title_border + span:after {
    width: 22%;
  }
  .spec dl dt {
    float: left;
  }
  .spec table {
    display: table;
    margin-bottom: 20px;
  }
  .spec th,
  .spec td {
    font-size: 6px;
    height: 20px;
    line-height: 20px;
  }
  /*   .spec .spec_table{
 	padding-bottom:20px;
  } */
  .section.forged_wedge_spec th:first-of-type,
  .section.forged_wedge_spec td:first-of-type {
    width: 25%;
  }
  .section.forged_wedge_spec th:nth-of-type(n + 2),
  .section.forged_wedge_spec td:nth-of-type(n + 2) {
    width: 15%;
  }
  .section.forged_wedge_spec tbody:first-of-type tr:last-of-type td {
    border-bottom: 4px solid #fff;
  }

  /* bottom_btn */
  .bottom_btn .to_shop {
    display: block;
  }
  .bottom_btn .to_shop .to_shop_btn {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 30px;
  }
  .bottom_btn .to_shop span {
    top: 6px;
  }
  .bottom_btn.section {
    padding: 40px 0 80px;
  }
  .bottom_btn .to_shop {
    padding-bottom: 20px;
  }

  .to_page_top a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
  /*商品説明共通ここまで*/

  /*FORGED WEDGE*/
  /*FORGED WEDGE_club_category*/
  .club_category.forged_wedge h2 {
    width: 70%;
    margin: 0 auto;
  }
  .club_category.forged_wedge .title_border + span {
    text-align: center;
  }
  .club_category.forged_wedge .title_border + span:after {
    width: 70%;
    margin: 10px auto 20px;
    background: linear-gradient(to right, #fff, #333, #fff);
  }
  /*FORGED WEDGE_TECHNOLOGY*/
  .forged_wedge_technology h3 {
    padding-bottom: 20px;
    text-align: center;
  }
  /*FORGED WEDGE_SPEC*/
  .section.forged_wedge_spec {
    padding: 50px 0;
  }

  /*FORGED CB WEDGE*/
  /*FORGED CB WEDGE_club_category*/
  .club_category.forged_cb_wedge h2 {
    width: 70%;
    margin: 0 auto;
  }
  .club_category.forged_cb_wedge .title_border + span {
    text-align: center;
    border-bottom: none;
  }
  .club_category.forged_cb_wedge .title_border + span:after {
    width: 70%;
    margin: 10px auto 20px;
    background: linear-gradient(to right, #fff, #333, #fff);
  }
  /*FORGED CB WEDGE_TECHNOLOGY*/
  .forged_cb_wedge_technology h3 {
    min-height: auto;
    text-align: center;
  }
  /*商品説明個別ここまで*/

  /*PRODUCT DESIGNER*/
  .product_desiner {
    width: 100%;
    margin: 100px auto;
  }
  .product_desiner .product_desiner_message.section {
    padding: 40px 10px 40px;
  }
  .product_desiner .product_desiner_message h2 {
    width: 42%;
    padding-bottom: 20px;
  }
  .product_desiner .product_desiner_message p:nth-of-type(2) {
    padding-top: 10px;
  }

  .product_desiner .product_desiner_desc.section {
    padding: 20px 10px 40px;
  }

  .product_desiner .product_desiner_work.col2 {
    display: flex;
  }
  .product_desiner .product_desiner_work h3 {
    padding-bottom: 10px;
  }
  .product_desiner .product_desiner_work dd {
    padding-bottom: 10px;
  }

  .product_desiner .product_desiner_career.inner {
    padding-right: 2px;
  }
  .product_desiner .product_desiner_career dl dd {
    padding-left: 0;
  }

  .product_desiner .product_desiner_product.inner {
    padding-left: 5px;
  }
  .product_desiner .product_desiner_product dl dd {
    padding-left: 0;
  }

  .product_desiner .profile_image.inner {
    width: 37.2%;
    margin: 0 auto 10px;
  }
  .product_desiner .profile_txt.inner {
    width: 100%;
  }
  .product_desiner .profile_txt.inner p:first-of-type {
    padding-bottom: 12px;
  }

  /*商品購入ページ*/
  /*  商品一覧ページ  */
  #page_online_shop {
    min-height: calc(100vh - 230px);
  }
  #page_online_shop .title_wrapper {
    height: 100px;
  }
  #page_online_shop h2 {
    width: 52.4%;
  }
  #page_online_shop h3 {
    width: 26.3%;
  }
  #page_online_shop .section {
    padding: 60px 0 80px;
  }
  #page_online_shop .col3 {
    display: flex;
    justify-content: space-between;
  }
  #page_online_shop .col3 .inner {
    width: 48%;
    margin-right: 0;
    padding-bottom: 0;
  }
  #page_online_shop .col3 .inner p {
    font-size: 14px;
  }
  /* 商品説明ページ */

  #page_online_shop_products .section {
    padding: 40px 0;
  }
  .product_details .inner {
    margin-bottom: 20px;
  }

  .ProductSelect-product-template {
    margin-bottom: 0;
  }
  /*カートページ*/
  #page_cart .section {
    min-height: calc(100vh - 230px);
  }
  #page_cart thead {
    display: none;
  }
  #page_cart table td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
  }
  #page_cart table td {
    display: block;
    text-align: right;
  }
  #page_cart table tr,
  #page_cart table td {
    float: left;
    /* clear: both;*/
    width: 100%;
  }
  #page_cart table .cart_product .product_image {
    margin: 0 0 0 auto;
  }
  #page_cart table .cart_quantity input {
    width: 20%;
    margin: 0 0 0 auto;
  }
  #page_cart .cart_check {
    width: 100%;
  }
  #page_cart .cart_check p {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #page_cart .cart_check button {
    width: 100%;
    font-size: 16px;
  }
  #page_cart .cart_check button:hover {
    background: #fff;
    color: #000;
  }
  #page_cart .cart_check a {
    width: 100%;
  }
  #page_cart .cart_check {
    width: 100%;
  }
  .cart_check_btn {
    display: block；;
  }

  /*  顧客ページ共通  */
  .page_customers .section {
    padding: 80px 0;
  }
  .page_customers .customers_submit_btn {
    width: 70%;
    margin: 20px auto 20px;
  }
  .page_customers .customers_form label {
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
  }

  /* ログインページ   */
  #page_login h2 {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  /*  アカウントページ  */
  #page_account h2,
  #page_order h2 {
    width: auto;
    display: inline-block;
    padding-bottom: 30px;
    font-size: 24px;
  }
  #page_account h3 {
    font-size: 20px;
  }
  #page_account .wrapper {
    text-align: center;
  }
  #page_account .account_section,
  #page_order .order_section {
    margin-bottom: 30px;
  }
  #page_account h3.logout_link {
    padding-top: 30px;
  }
  #page_account tr th {
    font-size: 14px;
  }
  #page_account tr td,
  #page_account tr td a {
    font-size: 12px;
  }
  #page_sign_up h2 {
    width: auto;
    font-size: 24px;
    padding-bottom: 30px;
  }

  /* 配送先選択ページ */
  #page_addresses h3 {
    padding-bottom: 24px;
    font-size: 20px;
  }
  #page_addresses .section-header-account {
    flex-wrap: wrap;
    width: 80%;
  }
  #page_addresses .section-header-account a {
    width: 100%;
  }
  #page_addresses .account_txt {
    margin-bottom: 20px;
  }
  #page_addresses .section-header-account a:first-of-type {
    margin-bottom: 10px;
  }
  #page_addresses .customer_address_info {
    padding: 10px 0 20px;
  }
  #page_addresses .address_form {
    flex-wrap: wrap;
  }
  #page_addresses .address_form label {
    width: 100%;
    padding-bottom: 10px;
  }
  #page_addresses .address_form input {
    width: 100%;
  }
  #page_addresses .address_form_default input {
    -webkit-appearance: checkbox;
  }

  /* 注文詳細ページ */
  #page_order tr td,
  #page_order tfoot tr td:last-of-type {
    font-size: 14px;
  }
  #page_order tr td a {
    font-size: 12px;
  }
  /*顧客ページここまで*/
  /* サーチページ */
  #page_search .section {
    min-height: calc(100vh - 230px);
  }
  #page_search .inline_block_parent > h2,
  #page_search .inline_block_parent > h2 a {
    font-size: 18px;
  }

  #page_404 .wrapper {
    height: calc(100vh - 230px);
  }
  #page_online_shop_products textarea {
    margin-bottom: 15px;
  }
  footer .wrapper {
    margin: 0 auto;
  }
  #page_cart .cart_check button,
  #page_cart .cart_check a {
    width: 100%;
    display: block;
  }
  .cart_check_btn {
    display: block;
  }
  #page_cart table .cart_product .product_image {
    text-align: center;
    width: 100%;
  }
  .order_section p {
    font-size: 14px;
  }
  #page_order td a {
    border-bottom: none;
  }
  #page_account h3.logout_link a {
    width: 100%;
  }
  #page_online_shop .section {
    padding: 50px 0;
  }
  #clubs .section {
    padding: 50px 0;
  }
}

@media screen and (max-width: 450px) {
  #hero {
    display: none !important;
  }
  .hero_header_sp {
    display: block !important;
  }

  .OnlineShop__heading {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #page_online_shop h3 {
    width: 30.3%;
    padding-bottom: 32px;
  }

  #clubs h3 {
    width: 30.3%;
    padding-bottom: 32px;
  }
  #clubs .col3,
  #page_online_shop .col3 {
    display: block;
  }
  #clubs .col3 .inner,
  #page_online_shop .col3 .inner {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media all and (-ms-high-contrast: none) {
  .g_nav_01 > ul > li > a > span,
  .g_nav_02 > ul > li > a > span {
    line-height: 0.9;
  }
}

/* 202001追加改修追記分 */
.ClubsPage__bottomButton {
  padding: 50px 0 100px;
}
.ClubsPage__bottomButtonContainer {
  display: flex;
  margin-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto 50px;
  justify-content: center;
}
.ClubsPage__bottomButtonItem {
  width: 380px;
  margin: 0 50px;
}
.ClubsPage__shopListButton,
.ClubsPage__shopPageButton {
  width: 100%;
  height: 60px;
  background: #1a1a1a;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-bottom: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.ClubsPage__shopListButton::before,
.ClubsPage__shopPageButton::before {
  content: "";
  background: #2e2e2e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-in-out;
}

.ClubsPage__shopListButton:hover::before,
.ClubsPage__shopPageButton:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.ClubsPage__shopListButton::after,
.ClubsPage__shopPageButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.ClubsPage__shopListButtonText,
.ClubsPage__shopPageButtonText {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.5s ease;
  display: block;
}
.ClubsPage__shopListButtonSubText,
.ClubsPage__shopPageButtonSubText {
  display: block;
  text-align: center;
  font-weight: normal;
  padding-top: 4px;
  font-size: 12px;
}

.ClubsPage__shopListButtonCaption,
.ClubsPage__shopPageButtonCaption {
  font-size: 14px;
  text-align: center;
}
.ClubsPage__shopListButton:hover::after,
.ClubsPage__shopPageButton:hover::after {
  border-color: #fff #fff transparent transparent;
}

@media screen and (max-width: 768px) {
  .ClubsPage__bottomButtonContainer {
    display: block;
    margin: 0 16px 12px;
  }
  .ClubsPage__bottomButtonItem {
    width: 100%;
    margin: auto;
  }
  .ClubsPage__bottomButtonItem {
    margin-bottom: 24px;
  }
}

.ClubsPage__toShopButton {
  text-align: center;
}
.ClubsPage__toShopButtonItem {
  width: 350px;
  height: 50px;
  background: #1a1a1a;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.ClubsPage__toShopButtonText {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.5s ease;
  display: block;
}
.ClubsPage__toShopButtonSubText {
  display: block;
  text-align: center;
  font-weight: normal;
  padding-top: 4px;
  font-size: 12px;
}
.ClubsPage__toShopButtonCaption {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-align: center;
}

.ClubsPage__toShopButtonItem::before {
  content: "";
  background: #2e2e2e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-in-out;
}

.ClubsPage__toShopButtonItem:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.ClubsPage__toShopButtonItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .ClubsPage__toShopButtonItem {
    width: 100%;
    margin-top: 32px;
  }
  .ClubsPage__toShopButtonCaption {
    text-align: center;
  }
}
.SideMenu__subText {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: #1a1a1a;
  transition: 0.3s;
}
nav ul li a:hover .SideMenu__subText {
  color: #fff;
}
.sub_menu_legal {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
.sub_menu_legal > a {
  height: 50px;
  font-size: 13px;
}
.Footer__snsIcon {
  padding-right: 6px;
}
@media screen and (max-width: 900px) {
  footer .footer_info a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    height: auto;
  }
}

.col2.product_images {
  justify-content: flex-start;
}

.col2.product_images li {
  position: relative;
}

.ListPage__container.-iron {
  margin-bottom: 52px;
}

#page_online_shop .col3 .inner,
#clubs .col3 .inner {
  width: 33.33%;
  padding: 16px;
  box-sizing: border-box;
  margin-right: 0;
}
#page_online_shop h3.ListPage__title,
#clubs h3.ListPage__title {
  width: 10.2%;
  margin-bottom: 40px;
  padding-bottom: 0;
}
#page_online_shop h3.ListPage__title::after,
#clubs h3.ListPage__title::after {
  content: "";
  display: block;
  height: 1px;
  margin: 16px 0 0;
  background: linear-gradient(to right, #fff, #333, #fff);
}
#page_online_shop h3.ListPage__title.-wedge,
#clubs h3.ListPage__title.-wedge {
  width: 13.2%;
}

@media screen and (max-width: 768px) {
  #page_online_shop .col3,
  #clubs .col3 {
    display: block;
  }
  #page_online_shop .col3 .inner,
  #clubs .col3 .inner {
    width: 100%;
    padding: 0;
  }
  #page_online_shop h3.ListPage__title,
  #clubs h3.ListPage__title {
    width: 90px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  #page_online_shop h3.ListPage__title.-wedge,
  #clubs h3.ListPage__title.-wedge {
    width: 130px;
  }
  #clubs .col3 .inner,
  #page_online_shop .col3 .inner,
  #clubs .col3 .inner {
    margin-bottom: 24px;
  }
}

#top_clubs .clubs_name {
  position: absolute;
  top: auto;
  left: auto;
  line-height: 1.5;
  width: auto;
  font-size: 18px;
  color: #fff;
  right: 20px;
  bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.03em;
  transform: inherit;
}
#top_clubs {
  background: #f1f1f1;
}

.ProductPage__sliderThumbnail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ProductPage__sliderThumbnailItem {
  width: calc(25% - 8px);
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  margin-bottom: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.ProductPage__sliderThumbnailItem:last-child {
  margin-right: 0;
}

/*特設ページ*/

.Special__hero {
  border-bottom: none !important;
  box-shadow: 0 8px 8px rgba(245, 245, 245, 0.2);
}

.ScrollAnimation {
  padding-top: 80px;
  color: #fff;
  position: relative;
  top: -70px;
  text-align: center;
}
.ScrollAnimation span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.ScrollAnimation span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ScrollAnimation span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.ScrollAnimation span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#page_online_shop .col3 .inner a,
#clubs .col3 .inner a {
  --notchSize: 6px;
  clip-path: polygon(
    0% var(--notchSize),
    var(--notchSize) 0%,
    calc(100% - var(--notchSize)) 0%,
    100% var(--notchSize),
    100% calc(100% - var(--notchSize)),
    calc(100% - var(--notchSize)) 100%,
    var(--notchSize) 100%,
    0% calc(100% - var(--notchSize))
  );
}

@media screen and (max-width: 768px) {
  .container--wedge {
    max-width: 80%;
    margin: 0 auto;
  }
  .page_products .club_category .title_border + span {
    border-bottom: none;
  }
  .page_products .club_category p {
    text-align: center;
  }
  .forged_wedge_technology p {
    text-align: center;
  }
  .forged_wedge_sole_variation p {
    text-align: center;
  }
  .product_introduction .club_category p {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .container--wedge {
    max-width: 100%;
    margin: 0 auto;
  }
  .page_products .club_category p {
    text-align: left;
  }
  .forged_wedge_technology p {
    text-align: left;
  }
  .forged_wedge_sole_variation p {
    text-align: left;
  }

  .product_introduction .club_category p {
    text-align: left;
  }
}

.ConceptShop {
  margin: 80px 0;
}
.ConceptShop__item {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}
.ConceptShop__item:nth-child(odd) {
  margin-right: 30px;
}
.ConceptShop__heading {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 30px;
  font-size: 14px;
}
.ConceptShop__flexContainer {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.ConceptShop .shopPage__bottomText {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ConceptShop__item {
    width: 100%;
  }
  .ConceptShop__item:nth-child(odd) {
    margin-right: 0;
  }
  .ConceptShop .wrapper {
    padding: 0 20px;
  }
  .ConceptShop {
    margin: 50px 0;
  }
  .ConceptShop__flexContainer {
    margin-bottom: 30px;
  }
  .ConceptShop .shopPage__bottom {
    padding: 0 20px;
  }
}
/* 予約販売対応 */
#page_online_shop_products .pre_order_text {
  margin-top: 20px;
  margin-bottom: 20px;
}
#page_online_shop_products .pre_order_text p {
  font-size: 12px;
}
#page_cart .cart_check .cart-pre_order_text {
  text-align: right;
  margin-bottom: 30px;
}
#page_cart .cart_check .cart-pre_order_text p {
  font-size: 12px;
  padding-bottom: 0;
}
#page_cart .cart_check .cart-pre_order_text p span {
  text-align: left;
  display: inline-block;
}
#page_cart .cart_check .cart-pre_order_text div {
  margin-top: 15px;
}
#page_cart .cart_check .cart-pre_order_text input {
  display: inline;
  width: unset;
  height: unset;
  margin: 0;
  padding-left: 0;
  font-size: 12px;
  -webkit-appearance: checkbox;
  position: relative;
  top: 1px;
}
#page_cart .cart_check .cart-pre_order_text .Label__agree {
  font-size: 14px;
  font-weight: bold;
}
#page_cart #preorder_buy_button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#page_cart .cart_check #preorder_buy_button:disabled:hover {
  background: #000;
  color: #fff;
}
