body {
  width: 100%;
  color: black;
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

img {
  border-style: none;
  outline: none;
  /* pointer-events: none; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

a img {
  border-style: none;
  outline: none;
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }

  .br-pc {
    display: none;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

header {
  margin: 0px;
}

.main_img {
  max-width: 100%;
  height: auto;
  background: black;
  /* height: 192px; */
  /* background: url('../images/common/header_back.png') repeat-x; */
}

.main_title {
  max-width: 100%;
  text-align: center;
  padding-top: 20px;
}

nav {
  text-align: center;
  width: 890px;
  margin: 20px auto;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  display: inline-block;
  width: 24.5%;
  height: 44px;
  border-left: 1px solid #cacaca;
}

nav li:last-child {
  border-right: 1px solid #cacaca;
}

nav a {
  text-decoration: none;
  color: #333;
}

nav li img {
  width: 80%;
  height: auto;
}

.site-header {
  /* position: absolute; */
  width: 100%;
}

.header-change {
  background: black;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  top: -123px;
  transition: .4s;
  width: 100%;
  z-index: 999;
text-align: center;
}

.header-change.show {
  top: 0;
}

.header-change ul {
  margin: 0 auto;
  padding: 0;
}

.header-change li {
  list-style: none;
  display: inline-block;
  width: 18%;
  height: 48px;
  margin: 0 auto;
  /* border-left: 1px solid #cacaca; */
}

/* .header-change li:last-child {
  border-right: 1px solid #cacaca;
} */
.header-change li img {
  width: 100%;
  height: auto;
}

.hr {
  border: 1px solid #cacaca;
}

.txtBox01 {
  width: 100%;
  background-color: #ffe4a540;
  margin: 40px auto;
}

.cautBox {
  width: 890px;
  border: 1px solid #b1b1b1;
  margin: 40px auto;
  padding: 2em 4em;
  /* font-size: 13px; */
  font-size: 0.85rem;
  color: black;
  text-align: left;
  /* line-height: 1.6em; */
  line-height: 2;
}

.catBox {
  /* width: 100%; */
  /* height: 58px; */
  margin: 0 auto 20px;
  /* background: url('../images/bar_lineup.png') no-repeat center / auto auto; */
}

.catBox img {
  width: 100%;
  height: 58px;
  max-width: 1400px;
  margin: 0 auto;
  /* display: inherit; */
  object-fit: cover;
}

.prot {
pointer-events: none;
}

.itemBox {
  width: 890px;
  height: 610px;
  border: 1px solid #b1b1b1;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.boxL {
  width: 528px;
  justify-content: center;
  padding: 34px 34px 0 34px;
}

.boxR {
  width: 360px;
  padding: 0 34px;
  display: flex;
  flex-direction: column;
}

.boxR .titleBox {
  width: 100%;
  margin: 50px 20px 5px 0px;
  /* padding-bottom: 20px; */
  /* border-bottom: 1px solid #b1b1b1; */
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 0.1em; */
  font-family: Arial, sans-serif;
}

.boxR .priceBox {
  width: 100%;
  margin: 0 20px 20px 0px;
  padding-bottom: 10px;
  font-size: 14px;
  /* border-bottom: 1px solid #b1b1b1; */

}

.boxR .cartBox {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 20px 20px 0px;
  background-color: #4d4d4d;
  color: white;
  text-align: center;
  line-height: 40px;
}

.boxR .cartBox:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: black;
}

.boxR .cartBox02 {
  /* display: block; */
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.boxR .detailBox01 {
  width: 100%;
  margin-top: 150px;
  border-style: solid;
  border-color: #b1b1b1;
  border-width: 1px 0 1px 0;
  font-size: 12px;
  padding: 25px 0 25px 13px;
  display: flex;
  flex-direction: row;
}

.boxR .detailBox02 {
  width: 100%;
  border-bottom: 1px solid #b1b1b1;
  font-size: 12px;
  padding: 25px 0 25px 13px;
  display: flex;
  flex-direction: row;
}

.boxR .capBox {
  font-size: 12px;
  line-height: 1.47em;
  color: #4d4d4d;
  /* border-top: 1px solid #d0d0d0; */
  padding-top: 20px;
}



.specL {
  width: 82px;
  align-self: center;
}

.specL:before {
  content: '\025b6';
}

.specR {
  width: 208px;
  line-height: 1.5em;
  align-self: center;
}

.btn {
  width: 80%;
}

select::-ms-expand {
  display: none;
}

select {
  display: inline-block;
  /* -webkit-appearance: menulist-button; */
  height: 39px;
  background-color: transparent;
  padding-right: 8px;
  margin-bottom: 30px;
  font-size: 13px;
}

.txtBox02 {
  width: 100%;
  margin: 50px auto 20px;
  font-size: 10px;
  color: black;
  text-align: center;
}


footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f1 {
  background-color: black;
}

.f1 .copyright {
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 50px;
}

.f2 {
  width: 100%;
  height: 85px;
  background: black;
}

.f2 .f2Wrap {
  width: 890px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.f2 .f2Wrap .f2L {
  /* width: 60%; */
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 12px;
  color: white;
  padding-top: 23px;
}

.f2 .f2Wrap .f2L ul {
  padding: 0;
}

.f2 .f2Wrap .f2L li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}

.f2 .f2Wrap .f2L li:nth-child(2) {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}

.f2 .f2Wrap .f2L li a {
  text-decoration: none;
  outline: none;
}

.f2 .f2Wrap .f2L li a:hover {
  color: #808080;
}

.f2 .f2Wrap .f2R {
  width: 50%;
  display: flex;
  /* align-self: center; */
  padding-top: 3px;
  justify-content: center;
}

.f2 .f2Wrap .f2R ul {
  padding: 0
}

.f2 .f2Wrap .f2R li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

.f2 .f2Wrap .f2L li a {
  text-decoration: none;
  color: white;
}

.f2 .f2Wrap .f2L li a img {
  max-width: 50%;
}

@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }

  /*menu*/
  .spMenu {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 13px;
    top: 20px;
    z-index: 99;
    background: black;
    cursor: pointer;
  }

  .spMenu__line {
    background: gray;
    /* display: block; */
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 25px;
    left: 7px;
  }

  .spMenu__line--top {
    top: 10px;
  }

  .spMenu__line--center {
    top: 18px;
  }

  .spMenu__line--bottom {
    top: 26px;
  }

  .spMenu__line--top.active {
    top: 10px;
    transform: rotate(45deg);
  }

  .spMenu__line--center.active {
    transform: scaleX(0);
  }

  .spMenu__line--bottom.active {
    top: 10px;
    transform: rotate(-45deg);
  }

  /*gnav*/
  .spGnav {
    background: rgba(0, 0, 0, 1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }

  .spGnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
  }

  .spGnav__menu__item {
    margin: 40px 0;
  }

  .spGnav__menu__item a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
  }

  .spGnav__menu__item a:hover {
    color: red;
  }

  header {
    margin: 0;
  }

  .main_img {
    width: 100%;
    max-width: 100%;
    background: black;
    /* margin-top: 20px; */
    height: 80px;
    display: flex;
  }

  .main_title {
    width: 65%;
    height: auto;
    max-width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    align-self: center;
  }

  .hr02 {
    width: 100%;
    margin: 50px 0 40px 0;
    border: 1px solid #bbb;
  }

  .txtBox01 {
    width: 100%;
    background-color: white;
    margin: 20px auto;
  }

  .cautBox {
    width: 100%;
    padding: 2em 2em;
    border: none;
    font-size: 12px;
    margin-top: 0;
    color: #555555;
  }

  .catBox {
    margin: 20px auto 20px;
  }

  .catBox img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .itemWrap {
    margin: 0 2em;
  }

  .itemBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border: none;
    margin: 30px auto 0;
  }

  .itemBox img {
    margin-top: 0;
    width: 100%;
  }

  .boxL {
    width: 100%;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .boxR {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .boxR .titleBox {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    /* letter-spacing: 0.1em; */
    font-family: arial, sans-serif;
  }

  .boxR .priceBox {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .boxR .cartBox {
    width: 75%;
    margin: 0 auto;
    padding: 0;
    background-color: none;
  }

  .boxR .cartBox:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: black;
  }

  .boxR .cartBox02 {
    /* display: block; */
    position: relative;
    width: 100%;
    text-align: center;
  }

  .boxR .detailBox01 {
    width: 100%;
    margin-top: 0px;
    border-style: solid;
    border-color: #b1b1b1;
    border-width: 1px 0 1px 0;
    font-size: 12px;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
  }

  .boxR .detailBox02 {
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
    font-size: 12px;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .boxR .capBox {
    border-top: 1px solid #d0d0d0;
  }

  .specL {
    width: 30%;
    align-self: center;
  }

  .specR {
    width: 70%;
    line-height: 1.5em;
    align-self: center;
  }

  select {
    margin-bottom: 33px;
  }

  .txtBox02 {
    background: black;
    width: 100%;
    padding: 5% 8% 0%;
    margin: 20px auto 0px;
    font-size: 10px;
    color: white;
    text-align: justify;
    line-height: 1.6em;
  }

  .f1 .copyright {
    font-size: 11px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .f2 {
    background-repeat: repeat;
    height: auto;
  }

  .f2 .f2Wrap {
    width: 100%;
    flex-direction: column;
  }

  .f2 .f2Wrap .f2L {
    width: 100%;
    justify-content: center;
    font-size: 10px;
    color: white;
    padding-top: 0;
    height: auto;
    background-color: black;
    order: 2;
  }

  .f2 .f2Wrap .f2L ul {
    display: flex;
    justify-content: center;
    width: 95%;
  }

  .f2 .f2Wrap .f2L li {
    list-style: none;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 20px;
  }

  .f2 .f2Wrap .f2L li:nth-child(2){
    padding: 0 10px;
    margin: 0 10px;
  }

  .f2 .f2Wrap .f2L li img {
    vertical-align: middle;
    padding: 15px 0 10px 0;
  }

  .f2 .f2Wrap .f2R {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-self: center; */
    padding-top: 0;
    background-color: black;
    order: 1
  }

  .f2 .f2Wrap .f2R ul {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    width: 90%;
    display: flex;
  }

  .f2 .f2Wrap .f2R li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 auto;
  }

  .f2 .f2Wrap .f2R li:nth-child(2) {
    padding-bottom: 0px;
  }

  .f2 .f2Wrap .f2L li a {
    text-decoration: none;
    color: white;
  }
}
