@charset "utf-8";
body {
  background: #FFF;
}
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
.form-bt {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* All
--------------------------------------------------------------------------*/
#wrap {
  width: 100%;
}
#wrap,
#header,
#key-v,
#top-bnr,
#contents,
#footer {
  position: relative;
}
#header {
  z-index: 4;
}
#key-v {
  z-index: 2;
}
#contents {
  z-index: 1;
}
#footer {
  z-index: 3;
}
.prd-page img,
.cnt-pic img {
  width: 100%;
}
/* Header
--------------------------------------------------------------------------*/
#header {
  width: 100%;
  max-height: 106px;
  position: fixed;
  top: 0;
  background: #FFF;
}
/*ロゴ*/
.header1 {
  width: 160px;
  height: 106px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
}
/*オンラインショップ*/
.header-sub-tx {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1002;
}
/*メインメニュー*/
#g-navi {
  width: 100%;
  padding: 5px 0;
  margin-top: 60px;
  background: #b0000b;
  overflow: hidden;
}
.ct-menu li,
.sb-menu li {
  float: left;
}
.ct-menu li span {
  display: block;
}
/*SPコンテンツメニュー*/
.ct-menu {
  width: 100%;
}
.ct-menu ul {
  width: 80.25%;
  margin: 0 0.25% 0 19.5%;
}
.ct-menu li {
  border-right: solid 1px #8f0009;
  width: 12.3%;
}
.ct-menu li:last-child {
  border-right: none;
}
.ct-menu li a {
  width: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 90%;
  letter-spacing: 0.1em;
  padding: 5px 0;
  color: #FFF;
  transition: background 0.8s ease 0s;
}
.ct-menu li.in a {
  background: #cf000d;
}
.ct-menu li a:hover {
  background: #ff9c00;
}
#toggle {
  display: none;
}
/*プルダウン*/
#hd-nav li ul {
  position: absolute;
  top: auto;
  width: 250px;
  margin: 0;
}
#hd-nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  width: 100%;
  border-right: none !important;
}
#hd-nav li ul li.current-ttl {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  width: 100%;
  border-right: none !important;
}
#hd-nav li ul li ul li {
  width: 100%;
}
#hd-nav li ul li a {
  width: 250px;
  padding: 8px 15px;
  background: #cf000d;
  text-align: left;
}
#hd-nav li ul li a:hover {
  background: #ff9c00;
}
#hd-nav > li:hover > a {
  background: #ff9c00;
}
#hd-nav > li:hover li:hover > a {
  background: #ff9c00;
}
#hd-nav li:hover > ul > li {
  overflow: visible;
  height: 32px;
}
#hd-nav li:hover > ul > li.current-ttl {
  overflow: visible;
  height: 25px !important;
}
#hd-nav li ul li.current-ttl span {
  padding: 5px 15px;
  background: #410004;
  border-bottom: 1px solid #410004;
  color: #FFFFFF;
  font-size: 75%;
}
/*サブメニュー*/
.sb-menu {
  position: absolute;
  top: 20px;
  right: 200px;
  z-index: 1004;
}
.sb-menu li {
  margin-right: 20px;
}
.sb-menu li a {
  display: block;
  font-size: 80%;
  letter-spacing: 0.1em;
  padding: 3px 0 3px 20px;
  text-align: center;
  color: #1b2021;
  background: url(../img/cmn/header/hd-sb-icon-off.png) left center no-repeat;
  transition: color 0.8s ease 0s;
}
.sb-menu li a:hover {
  color: #F30;
  background: url(../img/cmn/header/hd-sb-icon-on.png) left center no-repeat;
}
.sb-menu li.in a {
  color: #b13b66;
}
@media screen and (max-width: 980px) {
  #header {
    max-height: none;
  }
  .ct-menu li span,
  .sb-menu li span {
    display: inline;
  }
}
@media screen and (max-width: 860px) {
  #header {
    position: relative;
    max-height: none;
  }
  /*ロゴ*/
  .header1 {
    width: 120px;
    height: auto;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .header1 img {
    width: 120px;
  }
  /*オンラインショップ*/
  .header-sub-tx {
    position: absolute;
    top: 21px;
    right: 50px;
    z-index: 1002;
  }
  /*メインメニュー*/
  #g-navi {
    padding: 0;
    margin: 0;
  }
  #all-menu {
    display: none;
  }
  #all-menu li {
    border-right: none;
  }
  /*SPコンテンツメニュー*/
  .ct-menu {
    padding: 0;
  }
  .ct-menu {
    margin: 0px auto 0px auto;
  }
  .ct-menu ul {
    margin: 0;
    width: 100%;
  }
  .ct-menu li {
    border-right: none;
    width: 100%;
    display: table;
  }
  .ct-menu li:last-child {
    border-right: none;
  }
  .ct-menu li a {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: solid 1px #8f0009;
    vertical-align: none;
    padding: 8px 0;
  }
  /*サブメニュー*/
  .sb-menu {
    position: relative;
    top: 0;
    right: 0;
  }
  .sb-menu li {
    width: 100%;
    margin-right: 0px;
  }
  .sb-menu li a {
    width: 100%;
    display: block;
    border-bottom: solid 1px #c96936;
    vertical-align: none;
    padding: 5px 0;
    font-size: 90%;
    color: #6d442e;
    background: none;
    background-color: #f3854a;
    transition: background-color 0.8s ease 0s;
  }
  .sb-menu li a:hover {
    color: #FFF;
    background: none;
    background-color: #ff9c00;
  }
  /*プルダウン*/
  #hd-nav li ul {
    position: relative;
    top: auto;
    left: 0;
    width: auto;
    background: none;
  }
  #hd-nav li ul li {
    overflow: hidden;
    width: 100%;
  }
  #hd-nav li ul li ul li {
    width: 100%;
  }
  #hd-nav li ul li a {
    width: auto;
    padding: 8px 0px;
    background: #95c12d;
    border-bottom: 1px solid #70941a;
    text-align: center;
  }
  #hd-nav li ul li a:hover {
    background: #ff9c00;
  }
  #hd-nav > li:hover > a {
    background: #ff9c00;
  }
  #hd-nav > li:hover li:hover > a {
    background: #ff9c00;
  }
  #hd-nav li:hover > ul > li {
    overflow: hidden;
    height: auto;
  }
  #toggle {
    display: block;
    position: absolute;
    right: 5px;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    z-index: 3000;
  }
  #toggle a {
    display: block;
    position: relative;
    padding: 0px;
  }
  .current {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header-sub-tx {
    top: 0;
    right: 0px;
  }
}
/* パンクズリスト */
#pankuzu {
  width: 100%;
  padding: 7px 0px;
  background-color: #f9f9f9;
}
#pankuzu ol {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 90%;
  letter-spacing: 0.1em;
}
#pankuzu ol li {
  padding-left: 5px;
  display: inline;
  color: #999;
}
#pankuzu ol li a {
  padding-right: 18px;
  background: url(../img/cmn/parts/pankuzu-arw.png) no-repeat right;
}
@media screen and (max-width: 980px) {
  #pankuzu ol {
    width: 98%;
    margin: 0 1%;
  }
}
/* Key-v
--------------------------------------------------------------------------*/
#key-v {
  width: 100%;
  padding-top: 96px;
}
#page-key-v {
  width: 100%;
  min-height: 120px;
  margin-top: 96px;
  background: url(../img/cmn/title/title-bg-sv.jpg) top right no-repeat #9a001f;
}
#page-key-v .key-v-box {
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#page-key-v h2 {
  font-size: 160%;
  line-height: 120%;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
  padding: 60px 0 30px 0;
}
.key-v-image figure figcaption {
  position: relative;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  color: #333;
  text-align: right;
  background: #ADADAD;
}
.key-v-image figure figcaption span {
  display: inline-block;
}
.key-v-image figure figcaption span a {
  color: #333;
}
@media screen and (max-width: 980px) {
  #page-key-v .key-v-box {
    width: 100%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 860px) {
  #key-v {
    width: 100%;
    padding-top: 0;
  }
  #page-key-v {
    margin-top: 0px;
    min-height: 80px;
  }
  #page-key-v h2 {
    font-size: 140%;
    padding: 30px 0 20px 0;
    font-weight: bold;
  }
  .key-v-image figure figcaption {
    position: relative;
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
    color: #333;
    text-align: right;
    background: #ADADAD;
  }
  .key-v-image figure figcaption span {
    display: block;
  }
}
/* Contents
--------------------------------------------------------------------------*/
/*layout*/
#contents {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
#contents .main-area {
  float: left;
}
#contents .sub-area {
  float: right;
  width: 180px;
  max-width: 180px;
}
.cnt-box {
  width: 960px;
  margin: 0px auto;
  clear: both;
  overflow: hidden;
}
.cnt-box-f {
  max-width: 960px;
  padding: 0 0 40px 0;
  clear: both;
  overflow: hidden;
}
.cnt-link-area {
  padding: 30px 20px 10px 20px !important;
  margin-bottom: 20px;
  background: #f5fecb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/PIE.htc);
}
.cnt-box-l {
  float: left;
}
.cnt-box-r {
  float: right;
}
.cbw8 {
  width: 79%;
}
.cbw7 {
  width: 69%;
}
.cbw6 {
  width: 59%;
}
.cbw5 {
  width: 49%;
}
.cbw4 {
  width: 39%;
}
.cbw3 {
  width: 29%;
}
.cbw2 {
  width: 19%;
}
.cbw3w {
  width: 33.33%;
}
@media screen and (max-width: 1185px) {
  #contents {
    width: 100%;
    margin: 0;
  }
  #contents {
    width: 97%;
    padding: 60px 1% 0 2%;
  }
  #contents .main-area {
    width: 80%;
  }
  #contents .sub-area {
    width: 20%;
  }
  #contents .cnt-box {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #contents {
    width: 90%;
    padding: 60px 5% 0 5%;
  }
  #contents .main-area {
    width: 100%;
    float: none;
  }
  #contents .sub-area {
    width: 100%;
    max-width: none;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    width: 90%;
    padding: 50px 5% 0 5%;
  }
  .cnt-box-f {
    padding: 0 0 30px 0;
  }
  .cnt-box-l {
    float: none;
  }
  .cnt-box-r {
    float: none;
  }
  .cbw8,
  .cbw7,
  .cbw6,
  .cbw5,
  .cbw4,
  .cbw3,
  .cbw2,
  .cbw3w {
    width: 100%;
  }
}
/*text*/
.cnt-box h3 {
  font-size: 180%;
  line-height: 120%;
  letter-spacing: 0.2em;
  color: #ca1137;
  margin: 0 15px 20px 15px;
}
.cnt-box h4,
.cnt-box-sub h4 {
  font-size: 140%;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.2em;
  color: #555;
  margin: 0 15px 20px 15px;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #CCC;
}
.cnt-box h5 {
  font-size: 120%;
  letter-spacing: 0.2em;
  color: #37add3;
  margin: 0 15px 15px 15px;
}
.cnt-box h6 {
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #4c4c4c;
  margin: 0px 15px 20px 15px;
  padding: 0 0 0 12px;
  border-left: solid 3px #4eafab;
}
.cnt-box p,
.cnt-box-sub p {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin: 0 15px 20px 15px;
}
.tx-sub-t {
  font-size: 80%;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0.2em;
  margin: 0 7px;
}
.c-fw1 {
  color: #acd9d7;
}
.cnt-link-area h5 {
  background: #FFF;
  text-align: center;
  padding: 8px 12px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  behavior: url(/PIE.htc);
}
.cnt-link-area p {
  padding: 0px 12px;
}
/*ボタン*/
p.cnt-bt-red a {
  display: block;
  width: 70%;
  padding: 9px 15px;
  margin: 0 auto;
  font-size: 120%;
  text-align: center;
  color: #FFF;
  background: #f05858;
  border-bottom: #e34e4e 2px solid;
  border-right: #e34e4e 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
  transition: background-color 0.8s ease 0s;
}
p.cnt-bt-red-s a {
  display: block;
  padding: 1px 15px 0px 15px;
  margin: 0;
  font-size: 90%;
  text-align: center;
  color: #FFF;
  background: #f05858;
  border-bottom: #e34e4e 2px solid;
  border-right: #e34e4e 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
  transition: background-color 0.8s ease 0s;
}
p.cnt-bt-red a:hover,
p.cnt-bt-red-s a:hover {
  background-color: #ff9c00;
  border-bottom: #e3741b 2px solid;
  border-right: #e3741b 2px solid;
}
.cnt-list .cnt-bt-red-s a {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cnt-box h3 {
    font-size: 140%;
  }
  .cnt-box h4,
  .cnt-box-sub h4 {
    font-size: 120%;
  }
  .cnt-box h5 {
    font-size: 100%;
  }
  .cnt-box h6 {
    font-size: 90%;
  }
  .cnt-box p {
    font-size: 80%;
    letter-spacing: 0.1em;
    line-height: 180%;
  }
  .cnt-box th,
  .cnt-box td {
    font-size: 80%;
    letter-spacing: 0.1em;
    line-height: 180%;
  }
  /*Image*/
  .cnt-box .img-box-f {
    width: 80%;
    margin: 0 10% 20px 10%;
  }
  .cnt-box .img-box-f {
    width: 100%;
    margin: 0 0;
  }
  p.image-sml {
    width: 60%;
    margin: 0 20% 15px;
  }
  /*ボタン*/
  p.cnt-bt-red a {
    font-size: 100%;
    line-height: 1.5em;
  }
}
/*List box*/
ul.list6,
ul.list5,
ul.list4,
ul.list3,
ul.list2,
ul.list1 {
  margin: 0 15px 20px 15px;
  position: relative;
  overflow: hidden;
}
.list6 li {
  float: left;
  width: 14.6%;
  margin: 0 1% 10px 1%;
  position: relative;
}
.list5 li {
  float: left;
  width: 18%;
  margin: 0 1% 10px 1%;
  position: relative;
}
.list4 li {
  float: left;
  width: 23%;
  margin: 0 1% 10px 1%;
  position: relative;
}
.list3 li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 10px 1%;
  position: relative;
}
ul.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.list2 li {
  float: left;
  width: 48%;
  margin: 0 1% 10px 1%;
  position: relative;
}
.list1 li {
  float: left;
  width: 98%;
  margin: 0 1% 10px 1%;
  position: relative;
}
/*

.list3 li:first-child{
	margin-left:0%;
}

.list3 li:last-child{
	margin-right:0%;
}
*/
@media screen and (max-width: 860px) {
  .list6 li {
    width: 18%;
  }
  .list5 li {
    width: 23%;
  }
  .list4 li {
    width: 31%;
    margin: 0 1% 10px 1%;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .list6 li {
    width: 23%;
  }
  .list5 li {
    width: 31%;
  }
  .photo-stl.list4 li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .list2 li {
    width: 98%;
  }
}
@media screen and (max-width: 400px) {
  .photo-stl.list4 li {
    width: 98%;
  }
}
/*Table*/
.table-wrap {
  margin: 0 15px 20px 15px;
}
.cnt-box table {
  width: 100%;
  background: #CCC;
  font-size: 90%;
  letter-spacing: 0.2em;
  line-height: 160%;
  color: #333;
}
.cnt-box th {
  background-color: #eaecef;
  text-align: left;
  padding: 7px 10px;
  border-spacing: 1px !important;
}
.cnt-box td {
  background-color: #FFF;
  padding: 7px 10px;
  border-spacing: 1px !important;
}
#idname {
  width: 950px;
  margin: 20px auto 0px auto;
  clear: both;
  overflow: hidden;
}
#idname p {
  width: 25%;
  float: right;
  text-align: center;
  font-size: 90%;
  letter-spacing: 0.2em;
  padding: 5px;
  line-height: 160%;
  color: #333;
  background: #EEFFC8;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  behavior: url(/PIE.htc);
}
.cnt-menu {
  margin-right: 15px;
  display: block;
  overflow: hidden;
  float: left;
}
.cnt-menu h6 {
  margin: 0 15px 12px 5px !important;
}
.cnt-box .cnt-menu p {
  margin: 0 0 12px !important;
  padding: 0 !important;
}
.cnt-menu h6,
.cnt-menu p,
.cnt-menu form {
  float: left;
  display: block;
}
.cnt-list {
  background: #f5f5f5;
  padding: 30px 15px 10px 15px;
  margin: 0 15px 20px 15px;
}
@media screen and (max-width: 980px) {
  #idname {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #idname p {
    width: 35%;
    float: right;
    text-align: center;
    padding: 5px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  #idname p {
    width: auto;
    margin: 0 15px;
    float: none;
    padding: 5px 8px;
  }
}
.prd-bt {
  position: relative;
  width: 84%;
  margin: 0 8% 10px 8%;
  overflow: hidden;
}
.prd-bt img {
  width: 100%;
}
/* Products-top-sp
--------------------------------------------------------------------------*/
.prd-top-lineup {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.prd-top-bnr {
  position: relative;
  box-sizing: border-box;
  width: 98%;
  margin: 0 1% 62px 1%;
}
iframe.prd-top360 {
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  border: solid 1px #ccc;
  min-height: 640px;
  width: 98%;
  margin: 0 1% 15px 1%;
}
.prd-main-img {
  width: 98%;
  margin: 0 1% 15px 1%;
}
.prd-top-lineup ul.list4 {
  margin: 0;
}
.prd-top-lineup h3 {
  font-size: 180%;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #ca1137;
  margin: 0 1% 20px 1%;
}
.prd-top-lineup h5 {
  font-size: 100%;
  letter-spacing: 0.2em;
  margin: 0 0 1rem 0;
  padding: 0.8rem 1rem;
  background: #EBF2F3;
}
.prd-top-lineup h6 {
  font-size: 100%;
  letter-spacing: 0.2em;
  color: #4c4c4c;
  margin: 0px 15px 20px 15px;
  padding: 0 0 0 12px;
  border-left: solid 3px #4eafab;
}
.prd-price {
  margin: 0 15px 10px 15px;
}
@media screen and (max-width: 860px) {
  .prd-top-lineup div.cnt-box-l {
    float: none;
  }
  .prd-top-lineup div.cnt-box-r {
    float: none;
  }
  .prd-top-lineup div.cbw8,
  .prd-top-lineup div.cbw7,
  .prd-top-lineup div.cbw6,
  .prd-top-lineup div.cbw5,
  .prd-top-lineup div.cbw4,
  .prd-top-lineup div.cbw3,
  .prd-top-lineup div.cbw2,
  .prd-top-lineup div.cbw3w {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  iframe.prd-top360 {
    min-height: 430px;
  }
  .prd-top-lineup h3 {
    font-size: 150%;
    line-height: 110%;
  }
}
@media screen and (max-width: 540px) {
  iframe.prd-top360 {
    min-height: 320px;
  }
}
.sale_date1 {
  font-size: 0.75rem;
  text-align: center;
  background: #CB0B17;
  color: #FFFFFF;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  display: block;
}
.sale_date2 {
  font-size: 0.75rem;
  text-align: center;
  background: #D74D0F;
  color: #FFFFFF;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  display: block;
}
.sale_date3 {
  font-size: 0.75rem;
  text-align: center;
  background: #17379C;
  color: #FFFFFF;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  display: block;
}
/* SIDE MENU
--------------------------------------------------------------------------*/
.sm-menu {
  margin-bottom: 20px;
  font-size: 85%;
  letter-spacing: 0.1em;
}
.sm-menu h6 {
  font-size: 100%;
  color: #4c4c4c;
  margin: 0px 0px 10px 0px;
  padding: 0 0 0 8px;
  border-left: solid 3px #b0000b;
}
.sm-menu li a {
  display: block;
  padding: 10px 15px 10px 30px;
  color: #FFF;
  background: #b0000b url(../img/cmn/parts/menu-arrow.png) 8px center no-repeat;
  border-bottom: solid 1px #830008;
  transition: background 0.8s ease 0s;
}
.sm-menu li:last-child a {
  border-bottom: none;
}
.sm-menu li.in a {
  background: #cf000d url(../img/cmn/parts/menu-arrow.png) 12px center no-repeat;
}
.sm-menu li a:hover {
  background: #ff9c00 url(../img/cmn/parts/menu-arrow.png) 12px center no-repeat;
}
.sm-menu dl {
  padding: 15px;
  background: #F5F5F5;
}
.sm-menu dt {
  margin-bottom: 5px;
}
.sm-menu dd {
  margin-bottom: 10px;
}
.sm-sld p,
.sm-bb p {
  overflow: hidden;
  position: relative;
}
.sm-sld p {
  margin-bottom: 7px;
}
.sm-sld p img,
.sm-bb p img {
  width: 100%;
}
.sm-bb {
  margin-bottom: 23px;
}
.sm-bb p {
  margin-bottom: 5px;
}
@media screen and (max-width: 860px) {
  .sm-sld p,
  .sm-bb p {
    display: inline-block;
    width: 23%;
    margin: 0 1% 5px 1%;
  }
}
@media screen and (max-width: 500px) {
  .sm-sld p,
  .sm-bb p {
    width: 48%;
  }
}
/* TOP
--------------------------------------------------------------------------*/
/* whats new */
.top-info {
  width: 100%;
  margin-bottom: 20px;
}
.top-info h3 {
  font-size: 120%;
  color: #444;
  padding: 15px 18px;
  margin: 0;
  background: #f8f8f8;
  border: #dadada 1px solid;
  border-left: #dadada 1px solid;
  border-right: #dadada 1px solid;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  behavior: url(/PIE.htc);
}
.top-info dl {
  padding: 25px 30px 16px 30px;
  background: #ffffff;
  border-bottom: #dadada 1px solid;
  border-left: #dadada 1px solid;
  border-right: #dadada 1px solid;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  behavior: url(/PIE.htc);
  position: relative;
  overflow: hidden;
}
.top-info dt {
  float: left;
  font-size: 90%;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  margin-right: 20px;
  clear: both;
}
.top-info dd {
  font-size: 90%;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.top-info-icon1 {
  background: #ef7b43;
}
.top-info-icon2 {
  background: #1e97d4;
}
.top-info-icon2,
.top-info-icon1 {
  color: #FFF;
  font-size: 85%;
  letter-spacing: 0;
  line-height: 0.85;
  text-align: center;
  width: 50px;
  padding: 6px 5px 3px 5px;
  margin-right: 10px;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(/PIE.htc);
}
.top-info li {
  color: #333;
  margin-bottom: 8px;
  font-size: 85%;
  letter-spacing: 0.1em;
}
/*第1エリア*/
.top-cnt02 .list4 li {
  width: 23.5%;
  margin: 0 1% 0 1%;
}
.top-cnt02 ul li:first-child {
  margin: 0 1% 0 0;
}
.top-cnt02 ul li:last-child {
  margin: 0 0 0 1%;
}
.top-cnt02 .list4 li img {
  width: 100%;
}
/*第2エリア*/
.top-cnt01 .top-bnr {
  margin-bottom: 20px;
}
.top-cnt01 .top-bnr ul {
  width: 100%;
}
.top-cnt01 .top-bnr li {
  width: 100%;
  margin: 0 0 3px 0;
  float: left;
  position: relative;
}
.top-cnt01 .top-bnr li img {
  width: 100%;
}
.top-cnt01 .oth-menu ul {
  width: 100%;
}
.top-cnt01 .oth-menu li {
  width: 100%;
  margin: 0 0 3px 0;
  float: left;
  position: relative;
}
.top-cnt01 .oth-menu li img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top-info dt {
    float: none;
    font-size: 90%;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    margin-right: 20px;
    clear: both;
  }
  .top-info dd {
    font-size: 90%;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .top-cnt02 ul li:first-child {
    margin: 0 2% 15px 2%;
  }
  .top-cnt02 ul li:last-child {
    margin: 0 2% 15px 2%;
  }
  .top-cnt02 .cnt-box-f {
    padding-bottom: 15px;
  }
  .top-cnt02 .list4 li {
    width: 46%;
    margin: 0 2% 15px 2%;
  }
  .top-cnt01 .oth-menu li {
    width: 48%;
    margin: 0 1% 3px 1%;
    float: left;
    position: relative;
  }
  .top-cnt01 ul {
    width: 300px;
    margin: 0 auto;
  }
  .top-cnt01 li {
    width: 300px;
    float: none;
  }
  .top-cnt01 li img {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .top-info h3 {
    font-size: 100%;
    padding: 8px 12px;
  }
  .top-info dl {
    padding: 15px;
  }
  .top-info-tx {
    float: left;
    clear: both;
    margin: 5px 0;
  }
}
/* borad
--------------------------------------------------------------------------*/
.board-profile {
  clear: both;
  margin-bottom: 1rem;
}
.board-prf-ttl {
  float: left;
  width: 35%;
}
.board-prf-ttl h6 {
  font-size: 85% !important;
}
.board-prf-dtl {
  float: left;
  width: 65%;
}
.cnt-list-comp {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .board-prf-ttl {
    float: none;
    width: 100%;
  }
  .board-prf-ttl h6 {
    margin-bottom: 5px;
  }
  .board-prf-dtl {
    float: none;
    width: 100%;
  }
}
/* information
--------------------------------------------------------------------------*/
#information dl {
  margin: 0 15px;
}
#information dt,
#information dd {
  clear: both;
  background: #f7f7f7;
  overflow: hidden;
  letter-spacing: 0.1em;
  line-height: 150%;
}
#information dt {
  padding: 35px 35px 0 35px;
  overflow: hidden;
}
#information dd {
  padding: 15px 35px 35px 35px;
  margin-bottom: 8px;
  overflow: hidden;
}
dt span.info-day {
  float: left;
  display: block;
}
span.info-group1,
span.info-group2,
span.info-group3 {
  display: block;
  float: left;
  color: #FFF;
  min-width: 80px;
  font-size: 70%;
  text-align: center;
  padding: 3px 5px 3px 5px;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/PIE.htc);
}
span.info-group1 {
  background: #4fafdc;
}
span.info-group2 {
  background: #6b9be1;
}
span.info-group3 {
  background: #54b3c2;
}
span.status1,
span.status2 {
  display: block;
  float: right;
  width: 7%;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  behavior: url(/PIE.htc);
}
span.status1 {
  color: #06C;
  border: 1px #06C solid;
}
span.status2 {
  color: #e89a00;
  border: 1px #e89a00 solid;
}
span.info-tx {
  float: left;
  width: 88%;
}
.info-mark span.info-group1,
.info-mark span.info-group2,
.info-mark span.info-group3,
.info-mark span.status1,
.info-mark span.status2 {
  padding: 4px 3px 3px 3px;
  margin-right: 5px;
  float: left;
  font-size: 80%;
  font-weight: normal;
}
.info-mark {
  margin-bottom: 15px;
}
.pager {
  font-size: 85%;
  width: 100%;
}
.pager ul {
  padding: 10px 0 0;
  margin: 0 15px;
  text-align: right;
}
.pager ul li {
  display: inline-block;
  line-height: 1.4em;
}
.pager ul li.doted {
  margin: 0;
  vertical-align: bottom;
}
.pager ul li span.doted {
  display: inline-block;
  border: none !important;
  color: #cbcbcb;
  padding: 0 3px 0 0;
}
.pager ul li span,
.pager ul li a {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  margin: 0 2px 0;
  padding: 6px 10px 5px;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/PIE.htc);
  transition: background-color 0.8s ease 0s;
}
.pager ul li a:hover {
  color: #333;
  background: #ff9c00;
}
.pager ul li span {
  color: #fff;
  background: #ccc;
  border: 1px solid #ddd;
}
.pager ul li.prev a,
.pager ul li.next a {
  color: #FFF;
  background: #94ce7e;
  border: 1px solid #94ce7e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/PIE.htc);
  transition: background 0.8s ease 0s;
}
.pager ul li.prev a:hover,
.pager ul li.next a:hover {
  background: #ff9c00;
  border: 1px solid #ff9c00;
}
@media screen and (max-width: 640px) {
  #information dl {
    font-size: 90%;
  }
  #information dt {
    padding: 15px 15px 0 15px;
  }
  #information dd {
    padding: 15px 15px 15px 15px;
  }
  span.status2,
  span.status1 {
    width: 30%;
    padding: 4px;
    margin-top: 10px;
    clear: both;
    float: none;
  }
  #information dd span.info-tx {
    width: 100%;
    clear: both;
    float: none;
  }
  .pager ul {
    text-align: center;
  }
  .pager ul li span,
  .pager ul li a {
    padding: 3px 6px;
  }
}
/*Helmet
--------------------------------------------------------------------------*/
ul.hlm-size {
  margin: 0 0 10px 0;
}
ul.hlm-size li {
  font-size: 90%;
  text-align: center;
  padding: 1px 4px;
  margin: 0 5px 5px 0;
  min-width: 40px;
  display: inline-block;
  border: 1px solid #CCC;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  behavior: url(/PIE.htc);
}
dl.hlm-size-jan {
  position: relative;
  box-sizing: border-box;
  font-size: 70%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50px 1fr);
  gap: 1px 1px;
  color: #444;
}
dl.hlm-size-jan dt {
  position: relative;
  box-sizing: border-box;
  background: #dedede;
  text-align: center;
  padding: 0.2rem 0.3rem;
}
dl.hlm-size-jan dd {
  position: relative;
  box-sizing: border-box;
  background: #f4f4f4;
  padding: 0.2rem 0.3rem;
}
ul.photo-stl li a img {
  border: 1px solid #ccc;
  transition: border 0.8s ease 0s;
}
ul.photo-stl li a:hover img {
  border: 1px solid #F30;
}
ul.photo-stl li span.parts-tx {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
}
ul.photo-stl li span.parts-tx a {
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  display: block;
}
span.price-x {
  position: relative;
  box-sizing: border-box;
  padding: 0.4rem 1rem;
  width: 100%;
  display: block;
  background-color: #f3f3f3;
  border-top: dotted 1px #A6A6A6;
}
/* Footer
--------------------------------------------------------------------------*/
#footer-tx {
  width: 100%;
  padding: 10px 0 10px 0;
  background: #d9001e;
  overflow: hidden;
}
.ftr-cnt-box {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
.ftr-cnt-box h6 {
  font-size: 120%;
  color: #FFF;
  margin: 0px 15px 10px 15px;
  padding: 0;
  border-left: none;
}
.ftr-cnt-box p {
  color: #FFF;
  font-size: 70%;
}
#footer {
  width: 100%;
  overflow: hidden;
}
#footer p {
  text-align: center;
  color: #868686;
  font-size: 70%;
  padding: 7px;
}
.ftr-bt {
  overflow: hidden;
  position: relative;
}
.ftr-bt p {
  position: relative;
  max-width: 251px;
}
.ftr-bt p img {
  width: 100%;
  max-width: 251px;
}
@media screen and (max-width: 1050px) {
  .ftr-cnt-box {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .ftr-bt p {
    width: 60%;
    max-width: none;
    margin: 0 20%;
  }
  .ftr-bt p img {
    max-width: none;
  }
}
@media screen and (max-width: 460px) {
  .ftr-bt p {
    width: 90%;
    margin: 0 5%;
  }
}
/*w-news
--------------------------------------------------------------------------*/
.w-news-cnt {
  background-color: #fff;
  border: 10px solid #F33;
  padding: 25px 35px 5px 35px;
  letter-spacing: 0.2em;
}
.w-news-cnt p,
.w-news-cnt h6,
.w-news-cnt table {
  margin: 0 0 10px 0;
}
.w-news-cnt h6 {
  font-size: 100%;
  color: #4c4c4c;
  margin: 0px 0px 10px 0px;
  padding: 0 0 0 8px;
  border-left: solid 3px #b0000b;
}
.w-news-cnt p {
  font-size: 85%;
}
.w-news-cnt table {
  width: 100%;
  background: #CCC;
  font-size: 80%;
  color: #333;
}
.w-news-cnt th {
  background-color: #eaecef;
  text-align: left;
  padding: 1px 2px;
  border-spacing: 1px !important;
}
.w-news-cnt td {
  background-color: #FFF;
  padding: 1px 2px;
  border-spacing: 1px !important;
}
/* form
--------------------------------------------------------------------------*/
h6.red-mark {
  border-color: #f97070 !important;
}
.form-control1 {
  width: 30%;
}
.form-control2 {
  width: 60%;
}
.form-control3 {
  width: 80%;
}
.form-control4 {
  width: 100%;
}
/*ボタン*/
.form-bt button {
  width: 60%;
  padding: 9px 15px;
  margin: 25px 20%;
  font-size: 120%;
  text-align: center;
  color: #FFF;
  background: #f05858;
  border-top: #eb5454 2px solid;
  border-left: #eb5454 2px solid;
  border-bottom: #e34e4e 2px solid;
  border-right: #e34e4e 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
  transition: background-color 0.8s ease 0s;
  cursor: pointer;
}
.form-bt button:hover {
  background-color: #ff9c00;
  border-top: #f37f0d 2px solid;
  border-left: #f37f0d 2px solid;
  border-bottom: #e3741b 2px solid;
  border-right: #e3741b 2px solid;
}
@media screen and (max-width: 640px) {
  .form-bt button {
    width: 80%;
    padding: 6px 10px;
    margin: 15px 10%;
    font-size: 100%;
    line-height: 1.5em;
  }
}
/* Button*/
p.cnt-bt-std {
  font-size: 100% !important;
  line-height: 120% !important;
}
p.cnt-bt-std a {
  display: block;
  width: 40%;
  padding: 10px 30px 10px 16px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  background-color: #7e2532;
  border-bottom: #70202c 2px solid;
  border-right: #70202c 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
  transition: background-color 0.8s ease 0s, border 0.8s ease 0s;
}
.cnt-bt-std a:hover {
  background-color: #ff9c00;
  border-bottom: #e3741b 2px solid;
  border-right: #e3741b 2px solid;
}
.bt-size70 a {
  width: 70% !important;
}
.bt-size40 a {
  width: 40% !important;
}
@media screen and (max-width: 800px) {
  p.cnt-bt-std a {
    display: block;
    width: 80%;
  }
  .bt-size70 a,
  .bt-size40 a {
    width: 80% !important;
  }
}
/* Other
--------------------------------------------------------------------------*/
.y-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.y-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-stl li a img {
  margin-bottom: 6px;
}
.parts-img a img {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
.no-link {
  pointer-events: none;
  color: #111;
}
@media screen and (max-width: 800px) {
  .y-movie {
    margin-bottom: 30px;
  }
}
p.m-ball-org {
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  width: 140px;
  margin: 0 auto 10px auto;
  padding: 20px;
  background: #ff962f;
  -webkit-border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  behavior: url(/PIE.htc);
}
#pagetop {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 40px;
  right: 24px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #pagetop {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 10px 0;
  }
}
.bgc-red {
  background-color: #fb9ea3 !important;
}
.bgc-ylw {
  background-color: #e4dd8e !important;
}
.bgc-gre {
  background-color: #ace09d !important;
}
.bgc-lbl {
  background-color: #b0e9ea !important;
}
.bgc-ble {
  background-color: #9ec3fb !important;
}
.bgc-prp {
  background-color: #c7acfc !important;
}
.bgc-gly {
  background-color: #cccccc !important;
}
.bgc-red-m {
  background-color: #fed4d7 !important;
}
.bgc-ylw-m {
  background-color: #f3f0cd !important;
}
.bgc-gre-m {
  background-color: #daf1d4 !important;
}
.bgc-lbl-m {
  background-color: #dcf6f6 !important;
}
.bgc-ble-m {
  background-color: #d4e4fe !important;
}
.bgc-prp-m {
  background-color: #e6dafe !important;
}
.bgc-gly-m {
  background-color: #e9e9e9 !important;
}
.bgc-red-l {
  background-color: #fee9ea !important;
}
.bgc-ylw-l {
  background-color: #f9f7e5 !important;
}
.bgc-gre-l {
  background-color: #ecf8e8 !important;
}
.bgc-lbl-l {
  background-color: #edfafa !important;
}
.bgc-ble-l {
  background-color: #e9f1fe !important;
}
.bgc-prp-l {
  background-color: #f2ecfe !important;
}
.bgc-gly-l {
  background-color: #f3f3f3 !important;
}
.txc-red {
  color: #f75d63 !important;
}
.txc-ylw {
  color: #ccbf4b !important;
}
.txc-gre {
  color: #6fc45b !important;
}
.txc-lbl {
  color: #74d5d7 !important;
}
.txc-ble {
  color: #5d92f7 !important;
}
.txc-prp {
  color: #986ff9 !important;
}
.txc-gly {
  color: #a1a1a1 !important;
}
.txc-wht {
  color: #FFFFFF !important;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
.tx-xs {
  font-size: 55% !important;
}
.tx-s {
  font-size: 75% !important;
}
.tx-m {
  font-size: 120% !important;
}
.tx-l {
  font-size: 150% !important;
}
.tx-xl {
  font-size: 250% !important;
}
.tx-c-red {
  color: #eb0000 !important;
}
.no-boder {
  border: none !important;
}
.pb-clear {
  padding: 0;
}
/* Clear
--------------------------------------------------------------------------*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-table;
}
/* \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* */
/* Company
--------------------------------------------------------------------------*/
.c-sub-menu {
  margin-bottom: 20px;
  font-size: 85%;
  letter-spacing: 0.1em;
}
/*
.c-sub-menu h6{
	font-size:100%;
	color:#4c4c4c;
	margin:0px 0px 10px 0px;
	padding:0 0 0 8px;
	border-left: solid 3px #b0000b;
}
*/
.c-sub-menu li a {
  display: block;
  padding: 10px 50px 10px 50px;
  color: #FFF;
  background-color: #b0000b;
  border-bottom: solid 1px #FFF;
  transition: background 0.8s ease 0s;
}
.c-sub-menu li a:hover {
  display: block;
  padding: 10px 50px 10px 50px;
  color: #333;
  background-color: #F5BE00;
  border-bottom: solid 1px #FFF;
  transition: background 0.3s ease 0s;
}
/* Support
--------------------------------------------------------------------------*/
.s-sub-menu {
  margin-bottom: 20px;
  font-size: 85%;
  letter-spacing: 0.1em;
}
/*
.c-sub-menu h6{
	font-size:100%;
	color:#4c4c4c;
	margin:0px 0px 10px 0px;
	padding:0 0 0 8px;
	border-left: solid 3px #b0000b;
}
*/
.s-sub-menu li a {
  display: block;
  padding: 10px 30px 10px 30px;
  color: #FFF;
  background-color: #b0000b;
  border-bottom: solid 1px #FFF;
  transition: background 0.8s ease 0s;
}
.s-sub-menu li a:hover {
  display: block;
  padding: 10px 30px 10px 30px;
  color: #333;
  background-color: #F5BE00;
  border-bottom: solid 1px #FFF;
  transition: background 0.3s ease 0s;
}
/* helmet
--------------------------------------------------------------------------*/
.buyday {
  position: relative;
  background: #DD6C8C;
  padding: 0.8rem 1rem;
  display: block;
  margin-bottom: 1rem;
  color: #FFF;
  font-weight: 900;
  text-align: center;
}
/* Link-Button
--------------------------------------------------------------------------*/
.layout-base {
  position: relative;
  box-sizing: border-box;
}
.bt-base {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: auto;
  overflow: hidden;
  transition: background-color 0.5s ease 0s;
}
.bt-base:hover {
  background-color: #FFF;
}
.bt-type1s a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: auto;
  background: #919191;
  text-align: center;
  color: #FFF;
  padding: 0.8rem 5% 0.9rem 5%;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.bt-type1s a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  right: 1rem;
  background: url("../../assets_n/img/icon-arrow-s-nxt-w.svg") center center no-repeat;
  background-size: 1rem 1rem;
}
@media screen and (max-width: 751px) {
  .bt-type1s a {
    width: 90%;
    padding: 0.2rem 1.6rem;
  }
  .bt-type1s a:after {
    line-height: 1rem;
  }
}
