@charset "utf-8";



html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #fff url("bg.png") repeat;
  line-height: 1.6;
  min-width: 1100px;
}

header {
  padding-top: 63px !important;
}

header .l-header__content {
  background-color: transparent
}

header .l-headerLogo,
header .p-nav-global {
  background-color: #FFF;
  border-radius: 5px;
}

main {
  padding: 20px 0;
}

.sp {
  display: none;
}

.header {
  padding-top: 20px;
}

h1 {
  width: 800px;
  margin: 0 auto 30px;
}

h1 img {
  width: 100%;
  vertical-align: bottom;
}

.header_txt_bpx {
  max-width: 1000px;
  margin: 0 auto;
  /*background: #f2f2f2;*/
  padding: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
  
}

.header_txt_b {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.header_txt_m {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}


.n_box {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto 60px;
  padding: 30px;
  border: 3px solid #333;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.n_badge {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100px;
  height: 100px;
  transform: rotate(10deg);
}

.n_badge img {
  width: 100%;
}

.n_ttl {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 35px;
}

.n_txt {
  font-size: 1.8rem;
}

.n_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-top: 10px;
}

.n_caution li {

}

.bw_txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}




















.cart {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
}

.items .c-form-select {
  border: 1px solid #333;
}

.cart a + a,
.cart a + span,
.cart span + a,
.cart span + span {
  margin-top: 10px;
}

.cart a img,
.cart span img {
  width: 230px;
}

.cart a img,
.cart span img {
  transition: all 0.2s ease-out;
  background-color: #000;
  box-shadow: 0 2px 7px -3px #666;
  vertical-align: middle;
}

.cart a img:hover,
.cart span img:hover {
  background-color: #f9be00;
}



nav {
  position: absolute;
  right: 0;
  top: 20px;
  /*margin-top: -50px;*/
  text-align: right;
  padding-right: 30px;
  font-family: 'ヒラギノ角ゴシック','meiryo',sans-serif;
}

nav ul li {
  display: inline-block;
  text-align: center;
}

nav ul li a {
  border: solid 2px #CCC;
  background-color: #FFF;
  border-radius: 40px;
  padding: 8px 15px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 50px;
  transition: all 0.2s ease-out;

  border: solid 2px #555;
}

nav ul li a:hover {
  color: #ccc;
  border: solid 2px #ccc;
}

av a, nav a:link, nav a:visited, nav a:active {
    color: #555;
    background: none;
}






