@charset "utf-8";
/* CSS Document */
#wm_craft {
  font-family: '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #1D1D1D;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
#wm_craft .btn01 {
  padding: 0.5em 1em;
  margin: 0.5em auto;
  border: solid 3px #fff; /*線*/
  border-radius: 10px; /*角の丸み*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24); /*影*/
  font-size: 1.2rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  background: #f8b600;
}
#wm_craft .btn01 a {
  text-decoration: none;
  color: #fff;
}
/* ボタンの三角矢印 ここから */
#wm_craft .arrow01, #wm_craft .arrow02 {
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}
#wm_craft .arrow01::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#wm_craft .arrow01::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  top: 50%;
  left: 6px;
  margin-top: -3px;
  border-left: solid 6px #f8b600;
}
/* ボタンの三角矢印 ここまで */
#wm_craft .red {
  color: #E50307;
}
#wm_craft .t2 {
  font-size: 1.4rem;
}
#wm_craft small {
  font-size: 0.5rem;
}
#wm_craft .ora {
  color: orange;
}
#wm_craft .gre {
  color: #94c96e;
}
#wm_craft .t05 {
  font-size: 0.5rem;
}
#wm_craft .t08 {
  font-size: 0.8rem;
}
#wm_craft .mat30 {
  margin-top: 30px;
}
/* tableここから */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table th:first-child {
  /*  border-radius: 5px 0 0 0; */
}
table th:last-child {
  /*  border-radius: 0 5px 0 0;*/
  border-right: 1px solid #033d86;
}
table th {
  text-align: center;
  color: white;
  background: #033d86;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #033d86;
  font-size: 0.7rem;
}
table td {
  text-align: center;
  border-left: 1px solid #033d86;
  border-bottom: 1px solid #033d86;
  border-top: none;
  font-size: 0.7rem;
}
table td:last-child {
  border-right: 1px solid #033d86;
}
table tr:last-child td:first-child {
  /*  border-radius: 0 0 0 5px;*/
}
table tr:last-child td:last-child {
  /*  border-radius: 0 0 5px 0;*/
}
/* tableここまで */
#wm_craft h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #e50313;
}
#wm_craft h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 5px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background: radial-gradient(#fff, #ffe4ca) fixed;
}
#wm_craft h3 {
  padding: 5px;
  margin: 20px auto 10px;
}
#wm_craft h4 {
  padding: 5px;
}
#wm_craft h3 strong {
  font-size: 1.1rem;
  font-weight: bold;
  color: #037ADC;
}
#wm_craft h4 strong {
  font-size: 1.1rem;
  font-weight: bold;
  color: #037ADC;
}
#wm_craft .line01, #wm_craft .line02, #wm_craft .line03, #wm_craft .line04, #wm_craft .line05 {
  position: relative;
}
#wm_craft .bizz_img {
  margin: auto 10px;
  box-sizing: border-box;
}
#wm_craft .line01 {
  background-color: #c9c6c6;
  text-align: center;
  font-weight: bold;
  margin-top: -5px;
}
#wm_craft .line01_ruby01 {
  letter-spacing: 0.5em;
  font-size: 0.8rem;
}
#wm_craft .line01_ruby02 {
  letter-spacing: 3em;
  font-size: 0.8rem;
}
#wm_craft .line01 .line01-01 {
  padding-top: 1.2rem;
  font-size: 1.2rem;
}
#wm_craft .line01 hr {
  border-top: 1px solid #ddaf64;
}
#wm_craft .line01 .line01-02 {
  font-size: 1.0rem;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 30px;
  text-align: left;
}
#wm_craft .line02 .line02-01 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#wm_craft .line03 .line03-01 {
  display: flex;
}
#wm_craft .line05 .line05-01 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#wm_craft .link_btn {
  margin: 30px auto;
}
#wm_craft .link_btn02 {
  margin: 30px 10px;
}
#wm_craft .name {
  padding-left: 10px;
  font-weight: bolder;
}
#wm_craft .detail {
  padding-left: 10px;
  font-size: 1.0rem;
}
#wm_craft .price {
  padding-top: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #E50206;
}
#wm_craft .price mini {
  font-size: 0.5rem;
}
#wm_craft .size {
  margin-top: 30px;
}
#wm_craft .size a {
  font-size: 1.0rem;
  font-weight: bold;
  color: #033d86;
}
hr.dot_line {
  border: none;
  height: 3px;
  background-image: url("../images/dot_line.gif");
}
.btn01 {
  padding: 10px;
  text-decoration: none;
}
.btn01 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.movie {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0 0;
}
.cartbox {
  background: #f6f6f6;
  margin-top: -15px;
  padding-bottom: 50px;
}
.txtc {
  text-align: center;
}
/* もっと見るを非表示にする */
.block-link {
  display: none;
}