@charset "UTF-8";
.clearfix {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 全ての要素のbox-sizingがinheritとなるように指定 */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "ゴシックMB101 R", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "acumin-pro", Osaka, Verdana, sans-serif;
  line-height: 1.6;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (min-width: 1000px) {
  .tablet {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.center {
  text-align: center;
}

/* 共通レイアウト */
.btnArea {
  text-align: center;
}

.btn {
  width: 320px;
  color: #006383;
  text-decoration: none;
  margin: 20px auto;
  border-radius: 3px;
  line-height: 1.2;
  display: block;
  text-align: center;
  border: 1px solid #006383;
  padding: 14px 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .btn {
    width: 90%;
  }
}

.btn.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn.btn-orange {
  color: #fff;
  background-color: #FF8124;
  border: none;
}

.btn i {
  margin-right: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

a {
  color: #006383;
}

.icon-new {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  padding: 0px 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}

.icon-new:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background-color: #e40b1e;
  content: "";
}

a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}

.img {
  max-width: 96%;
}

.caution {
  color: #e40b1e;
}

.transition-common {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* 意図改行 */
span.wb {
  display: inline-block;
  white-space: nowrap;
}

.wideWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.basicWrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.smallWrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .col-2 {
    display: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .col-2 {
    text-align: center;
    width: 98%;
    margin: 0 auto 20px;
  }
  .col-2 > img {
    margin-bottom: 20px;
  }
}

.col-2 > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .col-2 > * {
    max-width: auto;
    text-align: left;
  }
}

/* 共通ヘッダー -----------------------------------------------*/
#header {
  width: 100%;
  top: 0;
  background-color: #101010;
  color: #fff;
  font-family: "ゴシックMB101 DB";
}

#header .headerTop {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  #header .headerTop {
    height: auto;
    min-height: 40px;
  }
}

#header .headerTop .headerLogo {
  width: 160px;
  margin-right: 0.5em;
  padding-top: 10px;
}

#header .headerTop .subNav {
  display: inline-block;
}

#header .headerTop .subNav a {
  margin: 0 0.5em;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}

#header .headerTop .subNav a i {
  margin-right: 0.3em;
}

#header .navBar {
  position: -webkit-sticky;
  position: sticky;
  height: 98%;
  border-top: 1px solid #808080;
}

#header .navBar .headerNav {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#header .navBar .headerNav .headerNavList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .navBar .headerNav .headerNavList li {
  list-style: none;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#header .navBar .headerNav .headerNavList a {
  text-align: center;
  display: block;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
}

#header .navBar .headerNav .headerNavList a:hover {
  background-color: #505050;
  opacity: 1;
  color: #e40b1e;
}

@media only screen and (max-width: 600px) {
  #header .navBar .headerNav .headerNavList a:hover {
    font-size: 20px;
    font-size: 2rem;
  }
}

#footer {
  color: #fff;
  background-color: #101010;
  padding: 30px inherit;
  font-size: 12px;
  font-size: 1.2rem;
}

#footer .innerWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .innerWrap a {
  color: #fff;
  text-decoration: none;
}

#footer .footerContents {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  #footer .footerContents {
    display: inherit;
  }
}

#footer .footerContents .companyInfoArea .footerLogo {
  width: 200px;
  margin-right: 0.5em;
  padding-top: 10px;
}

#footer .footerContents .companyInfoArea .companyTitle {
  font-size: 18px;
  font-size: 1.8rem;
  bottom: 8px;
}

#footer .footerContents .snsArea {
  font-size: 36px;
  font-size: 3.6rem;
}

#footer .copyright {
  text-align: center;
  padding-bottom: 10px;
}

/* ブロック共通 -----------------------------------------------*/
.secBlock {
  padding-top: 20px;
  padding-bottom: 100px;
}

.title-main {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
}

.prdList {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(200px, 1fr))[4];
      grid-template-columns: repeat(4, minmax(200px, 1fr));
  margin-bottom: 40px;
}

.optBox .prdList {
  -ms-grid-columns: (minmax(100px, 1fr))[6];
      grid-template-columns: repeat(6, minmax(100px, 1fr));
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .prdList {
    -ms-grid-columns: (minmax(140px, 1fr))[4];
        grid-template-columns: repeat(4, minmax(140px, 1fr));
  }
  .optBox .prdList {
    -ms-grid-columns: (minmax(100px, 1fr))[6];
        grid-template-columns: repeat(6, minmax(100px, 1fr));
  }
}

@media only screen and (max-width: 600px) {
  .prdList {
    -ms-grid-columns: (minmax(140px, 1fr))[2];
        grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
  .optBox .prdList {
    -ms-grid-columns: (minmax(80px, 1fr))[3];
        grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}

.prdList li {
  list-style: none;
  text-align: center;
  margin: 0 5px 30px;
}

.optBox .prdList li {
  margin-bottom: 0;
}

.prdList li a {
  display: block;
  color: #191919;
  text-decoration: none;
}

.prdList li img {
  max-width: 100%;
  max-height: 250px;
}

@media only screen and (max-width: 600px) {
  .prdList li img {
    width: auto;
  }
}

.prdList li h4 {
  line-height: 1.1;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

.optBox .prdList li h4 {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 960px) {
  .prdList li h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .optBox .prdList li h4 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.prdNavArea .prdNavList li {
  list-style: none;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.prdNavArea .prdNavList li a {
  text-decoration: none;
  line-height: 1.2;
  display: block;
}

.catBlock {
  margin-bottom: 60px;
}

.catBlock > h4 {
  background-color: #f2f2f2;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ゴシックMB101 B";
  margin-bottom: 20px;
}

.catBlock > h4.spacePlus {
  margin: 20px 0;
}

.catBlock > h5 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  font-family: "ゴシックMB101 DB";
  border-bottom: 1px solid #b7b7b7;
}

.catBlock .optBox {
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catBlock .optBox > h4 {
  background-color: #f2f2f2;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: inline-block;
  padding: 2px 1.5em;
}

.catBlock .optBox .prdList {
  padding: 0 5% 20px;
}

.ttl-bar {
  border-bottom: 1px solid #191919;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* サブページ共通 -----------------------------------------------*/
.sub #contents-base {
  padding-top: 40px;
}

.sub #contents-base .innerWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.sub #contents-base .title-main {
  text-align: left;
  line-height: 1;
}

.sub #contents-base .title-main span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

/* 戻るアイコン共通 -----------------------------------------------*/
.navIcon {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.navIcon i {
  font-size: 50px;
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .navIcon {
    width: 40px;
    height: 40px;
  }
  .navIcon i {
    font-size: 20px;
    font-size: 2rem;
  }
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #101010;
  width: 60px;
  height: 60px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}

#toTop a {
  display: block;
}

#toTop img {
  width: 100%;
}
