@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
@import url("https://fonts.googleapis.com/css?family=Gudea:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

.left {
  float: left; }

.right {
  float: right; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

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

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

.pc-inline-block {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .pc-inline-block {
      display: none; } }

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

.sp-block {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-block {
      display: block; } }

.sp-inline {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-inline {
      display: inline; } }

.sp-inline-block {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-inline-block {
      display: inline-block; } }

.sp-table {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-table {
      display: table; } }

html {
  font-size: 10px; }

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1.4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.roboto {
  font-family: 'Roboto Condensed', sans-serif; }

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

a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #000; }

article, section, div {
  box-sizing: border-box; }

body {
  position: relative;
  overflow-x: hidden;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background: #2d3336; }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 60px; } }

header {
  position: fixed;
  display: table;
  top: 0;
  left: 50%;
  width: 1280px;
  height: 95px;
  margin: 0 auto;
  margin-left: -640px;
  text-align: left;
  line-height: 1.8;
  background: #2d3336;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    header {
      display: block;
      width: 100%;
      left: 0;
      margin-left: 0;
      box-sizing: borer-box;
      height: 60px; } }

.header-logo {
  display: table-cell;
  width: 295px;
  background: #1a1f22;
  vertical-align: middle;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .header-logo {
      display: block;
      width: 100%;
      height: 60px;
      box-sizing: border-box;
      padding: 2.2rem 0; } }
  .header-logo a {
    display: table-cell;
    width: 295px;
    height: 95px;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .header-logo a {
        display: inline;
        width: 100%;
        text-align: center; } }
  .header-logo img {
    width: 213px;
    height: auto; }
    @media screen and (max-width: 768px) {
      .header-logo img {
        width: 150px;
        text-align: center; } }

.header-menu {
  display: table-cell;
  width: 985px; }
  @media screen and (max-width: 768px) {
    .header-menu {
      display: none;
      width: 100%;
      text-align: center; } }

.header-nav {
  display: table-cell;
  width: 810px;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .header-nav {
      display: block;
      width: 100%;
      padding: 0;
      background: #2d3336; } }
  .header-nav ul {
    display: table;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .header-nav ul {
        display: block;
        width: 100%; } }
  .header-nav li {
    display: table-cell;
    width: 20%;
    height: 95px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .header-nav li {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #222; } }
    .header-nav li a {
      display: block;
      padding: 1.8rem 0;
      width: 100%;
      height: 95px;
      box-sizing: border-box;
      text-decoration: none;
      text-align: center;
      transition: all .2s ease-out; }
      @media screen and (max-width: 768px) {
        .header-nav li a {
          height: auto;
          padding: 0.5rem 0; } }
      .header-nav li a:hover {
        opacity: 0.7; }
    .header-nav li span {
      display: block; }
    .header-nav li .roboto {
      color: #fff;
      font-size: 1.8rem;
      letter-spacing: 4px;
      font-weight: 400; }
    .header-nav li .jp {
      color: #e97724;
      font-weight: bold;
      font-size: 1.2rem; }
    .header-nav li .active span {
      color: #e97724; }
    .header-nav li ul {
      display: none;
      position: absolute;
      top: 95px;
      left: 0;
      background: rgba(0, 0, 0, 0.7);
      padding: 0.8em;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .header-nav li ul {
          position: static;
          top: auto;
          padding: 0; } }
      .header-nav li ul li {
        display: inline-block;
        width: auto;
        height: auto;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .header-nav li ul li {
            display: block;
            border-bottom: 0;
            text-align: center; } }
        .header-nav li ul li:after {
          display: inline;
          content: "　｜　";
          color: #fff; }
          @media screen and (max-width: 768px) {
            .header-nav li ul li:after {
              content: ""; } }
        .header-nav li ul li:last-child:after {
          content: ""; }
        .header-nav li ul li:last-child a {
          border-bottom: 0; }
      .header-nav li ul a {
        display: inline;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .header-nav li ul a {
            display: block;
            padding: 1em;
            text-align: center;
            border-bottom: 1px solid #222; } }

.header-contact {
  display: table-cell;
  width: 145px;
  padding: 0 3rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e97724; }
  @media screen and (max-width: 768px) {
    .header-contact {
      display: table;
      width: 100%;
      padding: 0; }
      .header-contact li {
        display: table-cell;
        width: 50%;
        box-sizing: border-box; }
        .header-contact li:first-child {
          border-right: 1px solid #222; } }
  .header-contact a {
    padding-left: 1.2rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    background: url(../img/arrow-header-menu.png) no-repeat left center;
    background-size: 6px auto; }
    @media screen and (max-width: 768px) {
      .header-contact a {
        display: block;
        padding: 1rem;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: none; } }

.gsnav {
  position: fixed;
  top: 22px;
  right: 20px;
  border-left: 0;
  border-right: 0;
  text-align: right;
  line-height: 1;
  z-index: 4000; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 25px;
  height: 16px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 7px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

.pagenav {
  display: table;
  width: 100%;
  border: 1px solid #2d3336;
  border-left: 0;
  border-right: 0; }
  .pagenav > p {
    display: table-cell;
    padding: 0.6em 1em;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle; }
    .pagenav > p a {
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      text-decoration: none;
      letter-spacing: 2px; }
      .pagenav > p a span {
        color: #e97724; }
  .pagenav .next {
    text-align: right; }

.base-wrapper {
  width: 1150px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .base-wrapper {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: borer-box; } }

footer {
  clear: both;
  background: #1a1f22; }
  footer .bnr {
    overflow: hidden;
    background: #fff;
    padding: 4rem 0; }
    @media screen and (max-width: 768px) {
      footer .bnr {
        padding: 2rem 0; } }
    footer .bnr li {
      float: left;
      width: 140px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      margin-right: 4px;
      margin-bottom: 4px;
      line-height: 0; }
      footer .bnr li:nth-child(8n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        footer .bnr li {
          width: 48%;
          margin-right: 4%;
          margin-bottom: 4%; }
          footer .bnr li:nth-child(8n) {
            margin-right: 4%; }
          footer .bnr li:nth-child(2n) {
            margin-right: 0%; } }
      footer .bnr li img {
        width: 100%;
        height: auto;
        transition: all .2s ease-out; }
        footer .bnr li img:hover {
          opacity: 0.7; }

.footer-box {
  position: relative;
  display: table;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .footer-box {
      display: block; } }

.footer-box__googlemap {
  display: table-cell;
  vertical-align: middle;
  width: 67%; }
  @media screen and (max-width: 768px) {
    .footer-box__googlemap {
      display: block;
      width: 100%; } }
  .footer-box__googlemap iframe {
    width: 100%;
    height: 450px; }
    @media screen and (max-width: 768px) {
      .footer-box__googlemap iframe {
        margin-bottom: 30px;
        height: 300px; } }

.footer-box_address {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  padding-left: 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .footer-box_address {
      display: block;
      width: 100%;
      padding-left: 0;
      text-align: center; } }
  .footer-box_address .logo {
    margin-bottom: 2.5rem; }
    .footer-box_address .logo img {
      width: 317px;
      height: auto; }

.footer-box_addresstext {
  margin-bottom: 2rem; }
  .footer-box_addresstext dt {
    font-size: 1.6rem;
    font-weight: bold; }
  .footer-box_addresstext dd a {
    color: #fff;
    text-decoration: none; }
    .footer-box_addresstext dd a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .footer-box_addresstext dd span {
      display: block; } }

.footer-box_tel {
  margin-bottom: 3rem; }
  .footer-box_tel dt {
    font-size: 3rem;
    letter-spacing: 5px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .footer-box_tel dt {
        font-size: 2.5rem; } }

.footer-box_detail li {
  display: block;
  margin-bottom: 1rem;
  max-width: 170px;
  padding: 0.5rem 0;
  color: #e97724;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #44484a; }
  @media screen and (max-width: 768px) {
    .footer-box_detail li {
      margin-left: auto;
      margin-right: auto; } }

.copyright {
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding: 3rem 0; } }
  .copyright small {
    letter-spacing: 2px;
    font-size: 1.2rem; }

.pagetop {
  position: absolute;
  top: -47px;
  right: -10px; }
  @media screen and (max-width: 768px) {
    .pagetop {
      top: -42px;
      right: 50%;
      margin-right: -71px; } }
  .pagetop img {
    width: 158px;
    height: auto;
    transition: all .2s ease-out; }
    @media screen and (max-width: 768px) {
      .pagetop img {
        width: 142px; } }
    .pagetop img:hover {
      opacity: 0.7; }

.btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.btn-info {
  background: #e97724;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem 3rem;
  transition: all .2s ease-out;
  box-shadow: 0px 4px 0px 0px #24292b;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .btn-info {
      width: 100%;
      box-sizing: border-box;
      text-align: center; } }
  .btn-info:hover {
    opacity: 0.7;
    color: #fff; }

.btn-primary {
  padding: 0.8em 0;
  box-sizing: border-box;
  width: 100%;
  background: #e97724;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: all .2s ease-out; }
  .btn-primary:hover {
    opacity: 0.7;
    color: #fff; }

.ttl-box {
  text-align: center; }
  .ttl-box .ttl-box-ttl {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.6rem;
    color: #e97724;
    letter-spacing: 5px;
    font-weight: 300; }
  .ttl-box p {
    font-size: 1.8rem;
    font-weight: bold; }

.movie {
  width: 100%; }
  .movie .movie-visual {
    position: relative; }
    .movie .movie-visual p {
      line-height: 0; }
    .movie .movie-visual img {
      line-height: 0; }
    .movie .movie-visual .key-visual {
      position: absolute;
      left: 50%;
      top: 50%; }
      .movie .movie-visual .key-visual img {
        width: 422px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .movie .movie-visual__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/movie-overlay.png) left top;
    background-size: 6px auto; }

.menu-navs {
  position: relative;
  z-index: 100;
  margin-top: -105px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .menu-navs {
      margin-top: 30px;
      margin-bottom: 30px; } }

.home-box {
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .home-box {
      margin-bottom: 70px; } }

.topicpath {
  margin-bottom: 70px;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .topicpath {
      margin-bottom: 45px; } }
  .topicpath a {
    color: #fff;
    text-decoration: underline; }
    .topicpath a:hover {
      text-decoration: none; }

.visuals {
  padding-top: 110px;
  height: 385px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .visuals {
      padding-top: 10px;
      height: 200px; } }
  .visuals .visuals-ttl {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .visuals .visuals-ttl {
        font-size: 2.2rem; } }
    .visuals .visuals-ttl .roboto {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 5px;
      line-height: 1.5; }

.visuals.sale {
  background: url(../img/sale-catch.jpg) no-repeat center center;
  background-size: cover; }

.quality-wrapper {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #1a1f22; }
  .quality-wrapper .ttl-box {
    margin-bottom: 7rem; }

.quality-boxwrap {
  overflow: hidden; }

.quality-boxwrap__box {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 6rem; }
  .quality-boxwrap__box:nth-child(2n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .quality-boxwrap__box {
      float: none;
      width: 100%; } }

.quality-boxwrap__photo {
  margin-bottom: 1.7rem; }

.quality-boxwrap__ttl {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .quality-boxwrap__ttl {
      font-size: 1.8rem; } }

.quality-boxwrap__text {
  margin-bottom: 1.5em;
  text-align: center;
  color: #b5b5b5;
  line-height: 2; }

.topics.base-wrapper {
  padding-top: 3rem;
  padding-bottom: 14rem;
  width: 1188px; }
  @media screen and (max-width: 768px) {
    .topics.base-wrapper {
      width: 100%; } }

.topics-box .ttl-box {
  margin-bottom: 3rem; }

.topics-list {
  position: relative; }
  .topics-list button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff; }
  .topics-list .slick-prev, .topics-list .slick-next {
    position: absolute;
    top: 21%;
    width: 47px;
    height: 41px;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topics-list .slick-prev, .topics-list .slick-next {
        display: none !important; } }
  .topics-list .slick-prev {
    left: -50px;
    background: url(../img/btn-prev.png) no-repeat center center;
    background-size: 47px auto; }
  .topics-list .slick-next {
    right: -50px;
    background: url(../img/btn-next.png) no-repeat center center;
    background-size: 47px auto; }
  .topics-list .slick-dots {
    text-align: center; }
    .topics-list .slick-dots li {
      display: inline-block;
      margin: 0 4px;
      width: 20px;
      height: 6px; }
      .topics-list .slick-dots li button {
        width: 20px;
        height: 6px;
        overflow: hidden;
        text-indent: -9999px;
        background: #fff; }
    .topics-list .slick-dots .slick-active button {
      background: #e97724; }

.topics-list__box {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
  outline: none; }
  @media screen and (max-width: 768px) {
    .topics-list__box {
      padding-left: 10px;
      padding-right: 10px; } }
  .topics-list__box a {
    text-decoration: none;
    outline: none; }
    .topics-list__box a:hover {
      text-decoration: none; }
  .topics-list__box dl {
    color: #b5b5b5;
    text-align: center; }
  .topics-list__box dt {
    font-weight: 400; }

.stock-wrapper {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background: #1a1f22; }
  .stock-wrapper .base-wrapper {
    width: 1034px; }
    @media screen and (max-width: 768px) {
      .stock-wrapper .base-wrapper {
        width: 100%; } }

.stock-box__ttlbox {
  margin-bottom: 3.5rem; }

.stock-box__ttl {
  font-size: 2.4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .stock-box__ttl {
      font-size: 1.8rem;
      line-height: 1.5; } }

.stock-box__meta {
  font-size: 1.2rem;
  color: #b5b5b5; }
  .stock-box__meta span {
    color: #e97724;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400; }

.stock-box__photo {
  float: left;
  width: 600px; }
  @media screen and (max-width: 768px) {
    .stock-box__photo {
      float: none;
      width: 100%; } }

.stock-box__mainphoto > p {
  display: none; }
  .stock-box__mainphoto > p:first-child {
    display: block; }

.stock-box__photolist {
  overflow: hidden;
  margin-bottom: 3rem; }
  .stock-box__photolist li {
    float: left;
    width: 11.8%;
    margin-right: 0.8%;
    cursor: pointer;
    transition: .2s all ease-out; }
    .stock-box__photolist li:hover {
      opacity: 0.7; }
    .stock-box__photolist li:nth-child(8n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .stock-box__photolist li {
        margin-right: 2%;
        width: 23.5%; }
        .stock-box__photolist li:nth-child(8n) {
          margin-right: 2%; }
        .stock-box__photolist li:nth-child(4n) {
          margin-right: 0; } }

.stock-box__explain {
  float: right;
  width: 350px;
  color: #b5b5b5; }
  @media screen and (max-width: 768px) {
    .stock-box__explain {
      float: none;
      width: 100%; } }
  .stock-box__explain > p {
    margin-bottom: 1.4rem; }

.stock-box__price {
  display: table;
  width: 100%; }
  .stock-box__price dl {
    display: table-cell;
    padding: 0.5rem 1.8rem;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    border-top: 4px solid #2d3336; }
    @media screen and (max-width: 768px) {
      .stock-box__price dl {
        padding: 0.5rem 0.5rem; } }
    .stock-box__price dl dt {
      font-size: 1.4rem; }
    .stock-box__price dl dd {
      display: table;
      width: 100%; }
      .stock-box__price dl dd span {
        display: table-cell;
        vertical-align: bottom; }
      .stock-box__price dl dd .number {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 4rem;
        line-height: 1.1; }
        @media screen and (max-width: 768px) {
          .stock-box__price dl dd .number {
            font-size: 3.5rem; } }
      .stock-box__price dl dd .unit {
        text-align: right; }
  .stock-box__price .sum {
    border-top: 4px solid #e97724; }
    .stock-box__price .sum dd .number {
      color: #e97724; }

.stock-box__table {
  margin-bottom: 2.5rem; }
  .stock-box__table dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #2d3336; }
    .stock-box__table dl:first-child {
      border-top: 1px solid #2d3336; }
    .stock-box__table dl dt, .stock-box__table dl dd {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
    .stock-box__table dl dt {
      padding: 0.8em 1em;
      width: 27%; }
      @media screen and (max-width: 768px) {
        .stock-box__table dl dt {
          padding: 0.8em 1em 0.8em 0;
          width: 32%; } }
    .stock-box__table dl dd {
      padding: 0.8em 1em 0.8em 0;
      color: #fff;
      font-weight: bold; }

.stock-box__inq address {
  margin-bottom: 3rem;
  color: #fff; }

.stock-box__inq address span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 3px; }

.stock-lists {
  padding-top: 8rem;
  padding-bottom: 9rem;
  overflow: hidden; }
  .stock-lists a {
    text-decoration: none;
    color: #fff; }

.stock-lists__box {
  float: left;
  margin-right: 50px;
  margin-bottom: 8rem;
  width: 250px; }
  @media screen and (max-width: 768px) {
    .stock-lists__box {
      float: none;
      margin-right: 0px;
      margin-bottom: 4rem;
      width: 100%; } }
  .stock-lists__box:nth-child(4n) {
    margin-right: 0; }

.stock-lists__ttl {
  margin-bottom: 1rem;
  font-weight: bold; }

.stock-lists__price {
  margin-bottom: 1rem;
  color: #b5b5b5; }
  .stock-lists__price span {
    color: #e97724;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 2px; }

.stock-lists__date {
  padding: 0.5rem 1rem;
  color: #b5b5b5;
  font-size: 1.2rem;
  background: #1a1f22; }
  .stock-lists__date span {
    color: #e97724;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 2px; }

.state-wrapper {
  padding-top: 5rem;
  padding-bottom: 15rem; }

.state-box .ttl-box {
  margin-bottom: 3rem; }

.state-box table {
  width: 100%;
  border: 1px solid #687378; }
  @media screen and (max-width: 768px) {
    .state-box table {
      display: block;
      border: 0; } }
  .state-box table th, .state-box table td {
    border: 1px solid #687378;
    border-left: 0;
    border-right: 0;
    width:33%; }
  .state-box table .border {
    border-left: 1px solid #687378; }
    @media screen and (max-width: 768px) {
      .state-box table .border {
        /*border: 0;*/
        } }
  .state-box table th {
    padding: 0.7em 1em;
    background: #394044;
    width: 15%; }
    @media screen and (max-width: 768px) {
      .state-box table th {
        display: block;
        width: 100%;
        /*border: 0;*/
        box-sizing: border-box; } }
  .state-box table td {
    padding: 0.7em 1.2em; }
    @media screen and (max-width: 768px) {
      .state-box table td {
        display: block;
        width: 100%;
        border: 0;
        box-sizing: border-box; } }
  @media screen and (max-width: 768px) {
    .state-box table tbody, .state-box table tr {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: 0; } }

.topics-wrapper {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #1a1f22; }
  @media screen and (max-width: 768px) {
    .topics-wrapper {
      width: 100%;
      padding-bottom: 0rem; } }
  .topics-wrapper .base-wrapper {
    width: 1032px; }
    @media screen and (max-width: 768px) {
      .topics-wrapper .base-wrapper {
        width: 100%; } }

.topics-wraps {
  overflow: hidden; }

.topics-contents {
  width: 725px;
  float: left; }
  @media screen and (max-width: 768px) {
    .topics-contents {
      margin-bottom: 4rem;
      float: none;
      width: 100%; } }

.topics-navs {
  width: 255px;
  float: right; }
  @media screen and (max-width: 768px) {
    .topics-navs {
      float: none;
      width: 100%; } }

.topics-article {
  margin-bottom: 8rem; }
  @media screen and (max-width: 768px) {
    .topics-article {
      margin-bottom: 4rem; } }

.topics-article__meta {
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #2d3336; }

.topics-article__date {
  margin-bottom: 0.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #e97724;
  letter-spacing: 2px; }

.topics-article__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .topics-article__ttl {
      font-size: 1.8rem; } }

.topics-article__contents > h4 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff; }

.topics-article__contents > p {
  margin-bottom: 2rem;
  color: #b5b5b5;
  line-height: 2.2; }

.topics-navs dl {
  margin-bottom: 3rem; }

.topics-navs dt {
  padding: 0.6rem 1.7rem;
  background: url(../img/bg-ttl-45degree.png) no-repeat left top #2d3336;
  background-size: 10px;
  font-size: 1.6rem;
  font-weight: bold; }

.topics-navs dd ul {
  padding: 1.2em 1em; }

.topics-navs dd li {
  line-height: 2; }

.topics-navs dd a {
  color: #fff;
  text-decoration: none; }
  .topics-navs dd a:hover {
    text-decoration: underline; }
  .topics-navs dd a span {
    text-decoration: underline; }

.content-wrapper {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: #1a1f22; }

.content-list .ttl-box {
  margin-bottom: 7rem; }

.content-box__wrap {
  overflow: hidden;
  margin-bottom: 8rem; }
  @media screen and (max-width: 768px) {
    .content-box__wrap {
      margin-bottom: 2rem; } }

.content-box {
  float: left;
  width: 350px;
  margin-right: 50px; }
  @media screen and (max-width: 768px) {
    .content-box {
      float: none;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 4rem; } }
  .content-box:nth-child(3n) {
    margin-right: 0; }

.content-box2 {
  float: left;
  width: 265px;
  margin-right: 30px; }
  @media screen and (max-width: 768px) {
    .content-box2 {
      float: none;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 4rem; } }
  .content-box2:nth-child(4n) {
    margin-right: 0; }

.content-box__ttl {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center; }

.content-box__ttl2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color:#fff;
  text-decoration:underline; }

.content-box__companyttl {
  font-weight: normal; }
  .content-box__companyttl span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #e97724;
    letter-spacing: 1px; }

.content-box__photo {
  margin-bottom: 1.8rem; }

.content-box__text p {
  margin-bottom: 1em;
  text-align: center;
  color: #b5b5b5;
  line-height: 2; }

.company-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.company-box {
  margin-bottom: 8rem; }
  .company-box .ttl-box {
    margin-bottom: 4rem; }
  .company-box table {
    width: 100%;
    border: 1px solid #687378; }
    @media screen and (max-width: 768px) {
      .company-box table {
        display: block; } }
    .company-box table th, .company-box table td {
      padding: 0.7em 1.2em;
      border-bottom: 1px solid #687378;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .company-box table th, .company-box table td {
          display: block; } }
    .company-box table th {
      width: 15%;
      background: #394044; }
      @media screen and (max-width: 768px) {
        .company-box table th {
          width: 100%;
          box-sizing: border-box;
          border-bottom: 0; } }

.contact-wrapper {
  padding-bottom: 8rem;
  background: #2d3336; }

.contact-list {
  margin-bottom: 8rem;
  padding-top: 5rem; }
  @media screen and (max-width: 768px) {
    .contact-list {
      margin-bottom: 0rem; } }
  .contact-list .ttl-box {
    margin-bottom: 3rem; }

.contact-callus {
  text-align: center; }
  .contact-callus p {
    margin-bottom: 1em; }
  .contact-callus address span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 4px;
    line-height: 1.2; }

.contact-mailform > p {
  text-align: center; }

.contact-mailform .submits {
  text-align: center; }
  .contact-mailform .submits .btn-info {
    padding-left: 6rem;
    padding-right: 6rem;
    font-size: 1.4rem; }

.contact-mailform__wrap {
  margin-bottom: 6rem; }

.contact-forms > p {
  margin-bottom: 4rem; }

.contact-mailform__table {
  display: table;
  margin-bottom: 2rem;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .contact-mailform__table {
      display: block;
      margin-bottom: 1rem; } }
  .contact-mailform__table dt, .contact-mailform__table dd {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .contact-mailform__table dt, .contact-mailform__table dd {
        display: block; } }
  .contact-mailform__table dt {
    width: 150px;
    padding: 0.8em 1.2em;
    background: #394044;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .contact-mailform__table dt {
        width: 100%;
        margin-bottom: 1rem; } }
  .contact-mailform__table dd {
    width: 400px;
    box-sizing: border-box;
    padding: 0.8em 1.2em; }
    @media screen and (max-width: 768px) {
      .contact-mailform__table dd {
        width: 100%;
        padding: 0; } }
    .contact-mailform__table dd input[type="text"], .contact-mailform__table dd input[type="button"], .contact-mailform__table dd textarea {
      border: 1px solid #687378;
      background: #2d3336;
      color: #fff;
      font-size: 1.6rem;
      box-sizing: border-box; }
    .contact-mailform__table dd input[type="text"], .contact-mailform__table dd input[type="button"] {
      width: 100%;
      height: 47px; }
    .contact-mailform__table dd textarea {
      display: block;
      width: 100%;
      height: 250px; }
  .contact-mailform__table .contact-mailform__td {
    overflow: hidden;
    padding: 0;
    padding-left: 1rem;
    width: 600px; }
    @media screen and (max-width: 768px) {
      .contact-mailform__table .contact-mailform__td {
        width: 100%;
        padding-left: 0; } }
    .contact-mailform__table .contact-mailform__td .select-photo {
      float: left;
      display: table; }
      @media screen and (max-width: 768px) {
        .contact-mailform__table .contact-mailform__td .select-photo {
          float: none;
          margin-bottom: 2rem; } }
      .contact-mailform__table .contact-mailform__td .select-photo p {
        display: table-cell;
        vertical-align: middle; }
      .contact-mailform__table .contact-mailform__td .select-photo .choice input {
        padding-left: 2rem;
        padding-right: 2rem;
        cursor: pointer; }
      .contact-mailform__table .contact-mailform__td .select-photo .messages {
        padding-left: 1.5rem; }
    .contact-mailform__table .contact-mailform__td .btns {
      float: right; }
      @media screen and (max-width: 768px) {
        .contact-mailform__table .contact-mailform__td .btns {
          float: none; } }
      .contact-mailform__table .contact-mailform__td .btns span {
        display: inline-block;
        cursor: pointer;
        font-size: 3rem;
        font-weight: bold;
        line-height: 0;
        width: 47px;
        height: 47px;
        text-align: center;
        vertical-align: middle;
        padding-top: 2rem;
        border: 1px solid #687378;
        box-sizing: border-box; }
      .contact-mailform__table .contact-mailform__td .btns .btn-plus {
        padding-top: 2.3rem; }
  .contact-mailform__table .contact-mailform__td.contact-mailform__notext .contact-mailform__notextdiv {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 47px;
    border: 1px solid #687378; }
    .contact-mailform__table .contact-mailform__td.contact-mailform__notext .contact-mailform__notextdiv > div {
      display: table-cell;
      padding-left: 1em;
      vertical-align: middle; }
    .contact-mailform__table .contact-mailform__td.contact-mailform__notext .contact-mailform__notextdiv input {
      display: inline; }
    .contact-mailform__table .contact-mailform__td.contact-mailform__notext .contact-mailform__notextdiv select {
      font-size: 1.4rem;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 3px; }
      @media screen and (max-width: 768px) {
        .contact-mailform__table .contact-mailform__td.contact-mailform__notext .contact-mailform__notextdiv select {
          padding: 0;
          font-size: 1.2rem; } }

.estimate-mailform > p {
  margin-top: 2em;
  margin-bottom: 3em; }

.estimate-mailform__ttl {
  margin-bottom: 1em; }
  .estimate-mailform__ttl span {
    color: #e97724; }

.estimate-mailform__fontsmall {
  font-size: 1.2rem; }
  .estimate-mailform__fontsmall a {
    color: #fff;
    text-decoration: underline; }
    .estimate-mailform__fontsmall a:hover {
      text-decoration: none; }

.menu-navs {
  overflow: hidden; }

.menu-navs__box {
  float: left;
  width: 22%;
  margin-right: 4%; }
  .menu-navs__box:nth-child(4n) {
    margin-right: 0; }
  .menu-navs__box a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease-out; }
    .menu-navs__box a:hover {
      opacity: 0.7; }
  @media screen and (max-width: 768px) {
    .menu-navs__box {
      width: 48%;
      margin-bottom: 5%; }
      .menu-navs__box:nth-child(4n) {
        margin-right: 4%; }
      .menu-navs__box:nth-child(2n) {
        margin-right: 0%; } }

.menu-navs__ttl {
  text-align: left;
  background: url(../img/bg_menu-navs__ttl.png) no-repeat left top;
  background-size: 255px auto;
  color: #fff;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .menu-navs__ttl {
      font-size: 1.2rem; } }
  .menu-navs__ttl span {
    display: block;
    padding: 0.5rem 0 0.5rem 2rem;
    background: url(../img/arrow-orange-double.png) no-repeat 94% center;
    background-size: 10px auto; }
    @media screen and (max-width: 768px) {
      .menu-navs__ttl span {
        padding-left: 1rem; } }

.menu-navs__text {
  margin-top: -2rem;
  margin-right: 1rem;
  font-size: 2.6rem;
  text-align: right;
  letter-spacing: 6px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .menu-navs__text {
      margin-top: -1.8rem;
      margin-right: 0rem;
      font-size: 2rem; } }

.box-info {
  float: left;
  width: 64%; }
  @media screen and (max-width: 768px) {
    .box-info {
      float: none;
      width: 100%;
      margin-bottom: 60px; } }

.box-info__ttl {
  margin-bottom: 3.5rem;
  font-size: 2.4rem;
  letter-spacing: 5px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .box-info__ttl {
      margin-bottom: 2rem;
      font-size: 2rem; } }

.box-info__list {
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .box-info__list {
      margin-bottom: 25px; } }
  .box-info__list li {
    display: table;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .box-info__list li {
        display: block;
        padding: 1rem 0; } }
    .box-info__list li:nth-child(odd) {
      background: #1a1f22; }
    .box-info__list li a {
      color: #fff;
      text-decoration: none; }
      .box-info__list li a:hover {
        text-decoration: underline; }
    .box-info__list li span {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .box-info__list li span {
          display: block; } }
    .box-info__list li .date {
      width: 15%;
      padding: 1.2rem;
      text-align: center;
      color: #e97724;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .box-info__list li .date {
          box-sizing: border-box;
          padding: 0 1.2rem 0;
          width: 100%;
          text-align: left; } }
    .box-info__list li .text {
      padding: 1.2rem; }
      @media screen and (max-width: 768px) {
        .box-info__list li .text {
          box-sizing: border-box;
          padding: 0 1.2rem 0;
          width: 100%;
          text-align: left; } }

.box-facebook {
  float: right;
  width: 30%;
  box-sizing: border-box;
  padding-right: 1.5rem; }
  @media screen and (max-width: 768px) {
    .box-facebook {
      float: none;
      width: 100%;
      padding-right: 0; } }
  .box-facebook .plugin {
    background: #fff;
    height: 300px;
    color: #000; }

.box-facebook_ttlbox {
  position: relative;
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 768px) {
    .box-facebook_ttlbox {
      margin-bottom: 2rem; } }
  .box-facebook_ttlbox > p {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px; }
    .box-facebook_ttlbox > p img {
      width: auto;
      height: 20px; }

.box-facebook__ttl {
  font-size: 2.4rem;
  letter-spacing: 5px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .box-facebook__ttl {
      font-size: 2rem; } }

