﻿.contents-title {
  font-weight: bold;
  position: relative;
  text-align: center;
}
.contents-title::after {
  background: #333;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 64px;
  height: 3px;
}
.contents-sub-title {
  border-bottom: 3px solid #DDD;
  font-weight: bold;
  padding-bottom: 0.8em;
  position: relative;
}
.contents-sub-title::after {
  bottom: -3px;
  border-bottom: solid 3px #E5002D;
  content: "";
  display: block;
  position: absolute;
}
.contents-3rd-title {
  border-bottom:1px solid #DDD;
  font-size:20px;
  font-weight:bold;
  margin:20px 0;
  padding-bottom:0.6em;
}
.menu-title {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
}
.menu-title::after {
  position: absolute;
  content: " ";
  bottom: -3px;
  display: block;
}

.ttl_font {
  font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.btn-ignore {
  pointer-events: none;
}


@media print,screen and (min-width:768px) {
  .contents-title {
    font-size: 2em;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .contents-sub-title {
    font-size: 1.25em;
    margin-bottom: 40px;
  }
  .contents-sub-title::after {
    width: 60px;
  }
  .menu-title {
    font-size: 1.6em;
    margin:60px 0px 40px;
  }
  .goods-name-title {
    font-size:2em;
    line-height:1.1;
  }

  .btn {
    border-radius: 40px;
    font-weight: bold;
    color: #FFF !important;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    position: relative;
  }
  .btn:hover {
    opacity: 0.75;
    transition: 0.6s;
  }

  .pc-b-hs {
    font-size: 0.8em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .pc-b-hm {
    font-size: 1.0em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .pc-b-hl {
    font-size: 1.62em;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }
  .b-var-s {
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .b-var-m {
    padding-left:46px;
    padding-right:46px;
    width: auto;
  }

  .pc-b-w75 {
    width: 75px;
  }
  .pc-b-w120 {
    width: 120px;
  }

  .pc-b-w130 {
    width: 130px;
  }

  .pc-b-w148 {
    width: 148px;
  }
  .pc-b-w150 {
    width: 150px;
  }
  .pc-b-w190 {
    width: 190px;
  }
  .pc-b-w220 {
    width: 220px;
  }
  .pc-b-w300 {
    width: 300px;
  }
  .pc-b-w500 {
    width: 500px;
  }

  .btn > input[type="image"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {

  .contents-title {
    font-size: 1.2em;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .contents-sub-title {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
  .contents-sub-title::after {
    width: 10.5%;
  }
  .menu-title {
    font-size:1.2em;
    margin:40px 0px 20px;
  }
  .goods-name-title {
    font-size:1.2em;
    line-height:1.3;
  }


  .btn {
    display: inline-block;
    color: #FFF !important;
    transition: .4s;
    box-sizing: border-box;
    border-style:none;
    border-radius: 25px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    position: relative;
  }

  .sp-b-hs {
    font-size: 0.8em;
    padding: 10px 20px;
  }
  .sp-b-hm {
    font-size: 1.0em;
    padding: 15px 20px;
  }
  .sp-b-hl {
    border-radius: 40px;
    font-size: 1.3em;
    padding: 15px 20px;
  }

  .sp-b-w75 {
    width: 75px;
  }
  .sp-b-w120 {
    width: 120px;
  }
  .sp-b-w140 {
    width: 140px;
  }
  .sp-b-w160 {
    width: 160px;
  }
  .sp-b-w240 {
    width: 240px;
  }
  .sp-b-w280 {
    width: 280px;
  }
  .sp-b-w94per {
    width: 94%;
    max-width: 300px;
  }
  .sp-b-w100per {
    width: 100%;
  }

  .btn > input[type="image"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sp_anchor_pos {
    margin-top:-140px;
    padding-top:140px;
  }
}


.btn-list{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
}
.btn-list li {
}
.btn-list li a {
  border: 1px solid #CCC;
  border-radius: 5px;
  box-sizing: border-box;
  color:#333;
  display: block;
  height: 100%;
  padding: 10px 8px;
  text-decoration: none;
  width: 100%;
}
.btn-list li a:hover {
  border-color:#E5002D;
  transition:0.6s;
}


.st_pagination .prev {
  padding:0 5px 0 10px;
  background:url(../../images/parts/icon_arrow03.png) no-repeat left center;
  border-left:none !important;
}
.st_pagination .next {
  padding:0 10px 0 5px;
  background:url(../../images/parts/icon_arrow04.png) no-repeat right center;
}
.st_pagination .current {
  border-left:1px solid #000;
  padding:0 8px;
}
.st_pagination a {
  border-left:1px solid #000;
  padding:0 8px;
}


.link.dg a {
  color: #333333;
}
.link.wh a {
  color: #FFFFFF;
}
.link.bk a {
  color: #000;
}
.link a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.link a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.link.dg a::after {
  background: #333333;
}
.link.wh a::after {
  background: #FFFFFF;
}
.link.bk a::after {
  background: #000;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.error {
  color:#C00;
}
.grayBox {
  padding:15px;
  background-color:#EFEFEF;
}

.listSquare01{
}

.listSquare01 li{
padding-left:10px;
background:url(../../images/parts/icon_square01.png) no-repeat left .5em;
line-height:1;
}

.listSquare01 li span{
line-height:1.4;
}

