@charset "UTF-8";
/*!
Theme Name: SPIBELT
Description: Theme of SPIBELT
Author: LOFIDESIGN & barrel
Version: 1.0
*/
/* カラー指定ここから
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700");
.orange {
  color: #f85211;
}

/* カラー指定ここまで
---------------------------------*/
/* リセット
---------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {
  display: block;
}

/*
::-moz-selection{
	background:#141414;
	color: #FFFFFF;
}
::selection{
	background:#141414;
	color: #FFFFFF;
}
*/
img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  display: none;
}

:root ul {
  /*letter-spacing: -1px;
  word-spacing: -1px;*/
}

.clearfix:after {
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  text-decoration: none;
}

/*--------------------------------------------body*/
body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.6em;
}

@media (max-width: 359px) {
  body {
    font-size: 12px;
  }
  .cattop {
    font-size: 14px;
  }
}

@media (max-width: 319px) {
  body {
    font-size: 11.5px;
  }
  .cattop {
    font-size: 13.5px;
  }
}

@media (max-width: 300px) {
  body {
    font-size: 11px;
  }
  .cattop {
    font-size: 13px;
  }
}

a:link,
a:hover,
a.active,
a:visited {
  text-decoration: none;
  color: #000;
}

a.fade {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

a:hover.fade {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

a:link.color,
a:visited.color {
  color: #fe7700;
}

a:hover.color,
a:active.color {
  color: #fe7700;
  text-decoration: none;
  text-decoration: underline;
}

.pcVb,
.pcVi {
  display: none;
}

@media screen and (max-width: 768px) {
  a.fade {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  a:hover.fade {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .spV {
    display: none;
  }
  .pcVb {
    display: block;
  }
  .pcVi {
    display: inline;
  }
}

/* ---------------------------------------------
               WordPress Basic
---------------------------------------------- */
.stop {
  clear: both;
}

/*wordpress style*/
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

p.pagenation {
  font-size: 0.75em;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  p.pagenation {
    margin: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  p.pagenation {
    margin: 10px 10px 0;
  }
}

span.oldpage {
  float: left;
}

span.newpage {
  float: right;
}

/*---記事ないの画像---*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.wp-caption,
body#tinymce .wp-caption {
  /*border: solid 1px #aaa;*/
  text-align: center;
  padding-top: 5px;
  margin-bottom: 15px;
  background: #f5f5f5;
  box-shadow: 0 0 3px #bbb;
  -moz-box-shadow: 0 0 3px #bbb;
  -webkit-box-: 0 0 3px #bbb;
}

section.gallerySection div.wp-caption {
  width: 300px !important;
}

section.gallerySection div.wp-caption a,
body#tinymce .wp-caption-dt a {
  display: block;
  text-align: center;
  height: 218px;
  overflow-y: hidden;
  background: #333;
}

section.gallerySection div.wp-caption img,
body#tinymce .wp-caption-dt img {
  width: auto;
  height: 218px;
}

body#tinymce .wp-caption-dt img.img00 {
  /*例外*/
  width: initial !important;
  width: auto !important;
  height: initial !important;
  height: auto !important;
}

.wp-caption-text,
body#tinymce .wp-caption-dd {
  margin: 0 5px !important;
  padding: 5px 0;
  line-height: 120%;
  height: 40px;
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .alignleft {
    float: none;
    margin-right: 0;
    /*margin-bottom: 10px;*/
  }
  .alignright {
    float: none;
    margin-left: 0;
    /*margin-bottom: 10px;*/
  }
  .wp-caption {
    padding-top: 0;
    border: none;
    max-width: 100%;
  }
  .aligncenter img, .alignleft img, .alignright img, div.postBoxInner p img {
    width: 100% !important;
    height: auto;
  }
  .wp-caption-text {
    margin: 0;
    width: 100%;
  }
}

/*-----カレンダー------*/
table#wp-calendar {
  margin: 1em 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

#wp-calendar {
  margin: 0 0 5px;
  border-color: #ddd;
  width: 100%;
}

#wp-calendar th, #wp-calendar td {
  padding: 0;
  line-height: 1.8;
  font-size: 85%;
  text-align: center;
}

#wp-calendar th {
  line-height: 2;
  font-weight: normal;
  background-color: #eee;
}

#wp-calendar td {
  color: #888;
  padding: 0;
  width: 14%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#wp-calendar td a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  background-color: #eee;
}

#wp-calendar td a:hover {
  color: #000;
  background-color: #bbb;
}

/*　コメント　*/
#comments {
  border: solid 1px #cfcfcf;
  background-color: #fcfcfc;
  padding: 0 18px;
  margin: 20px auto;
  width: 600px;
}

#comments h3 {
  font-size: 13px;
  border-bottom: solid 1px #cfcfcf;
  padding-bottom: 3px;
  margin-top: 20px;
  text-align: left;
}

#comments p {
  font-size: 12px;
}

#comments p a {
  color: #0c8bcd;
}

#comments input, #comments textarea {
  display: block;
}

#comments textarea {
  width: 450px;
}

#comments .required {
  color: red;
}

#comments code {
  display: block;
  margin-top: 5px;
  font-size: smaller;
}

#comments ul {
  margin: 0;
  padding: 0;
}

#comments ul li.compost {
  list-style: none;
  border-bottom: dotted 1px #0c8bcd;
  margin-bottom: 20px;
}

#comments p.cominfo {
  text-align: right;
}

#comments #comfeed a {
  background-image: url(img/feed-icon-12x12.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 17px;
  line-height: 1em;
  color: #000;
  text-decoration: none;
}

#comments #comfeed {
  background-color: #a7d043;
  padding: 8px;
  margin-top: 30px;
}

#comments #trurl {
  background-color: #dfdfdf;
  padding: 8px;
  margin-bottom: 30px;
}

/*--------------------------------------------Home*/
#wrapper {
  min-width: 1000px;
  background: #fbfaf6;
}

header {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: fixed;
  z-index: 99;
  top: 0;
}

#header_top {
  width: 100%;
  background: #fbfaf6;
}

.logo_wrap {
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  height: 47px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.logo_base {
  width: 252px;
  height: 161px;
  background: url(files/index/logo_base.png) center top no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.logo_base h1 {
  padding: 46px 0 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.logo_base .top_img {
  transform: scale(1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

a.online_store_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #f85211;
  width: 212px;
  padding: 5px 0 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

a.online_store_btn::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(files/icon/icon_cart.png) center center no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
}

#header_bottom {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
  position: relative;
}

.global {
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
}

.global_nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.global_nav li {
  margin: 0 25px;
}

.global_nav li a {
  display: inline-block;
  padding: 24px 20px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}

.global_nav li a::before, .global_nav li a::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background-color: #f85211;
  position: absolute;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  bottom: 15px;
}

.global_nav li a::before {
  left: 50%;
}

.global_nav li a::after {
  left: 50%;
}

.global_nav li a:hover::before, .global_nav li a:hover::after {
  width: 50%;
}

.global_nav li a:hover::before {
  left: 0;
}

.global_nav .logo_space {
  width: 252px;
}

.global_nav .home_btn {
  width: 50px;
}

.global_nav .home_btn a {
  display: block;
  background: url(files/icon/icon_home.png) center 14px no-repeat;
  padding: 40px 0 0;
}

.global_nav .home_btn a::before, .global_nav .home_btn a::after {
  bottom: -3px;
}

.global_nav .home_btn span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.02em;
  text-align: center;
}

.global_nav .home_btn .home_space {
  width: 30px;
}

.top_icon {
  position: absolute;
  list-style: none;
  top: 0;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_icon li {
  margin: 16px 10px 0;
}

@media (max-width: 1280px) {
  .global_nav li {
    margin: 0 15px;
  }
  .global_nav li a {
    padding: 24px 10px;
  }
  .top_icon {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_icon li {
    margin: 16px 5px 0;
  }
}

header.fixed .logo_wrap {
  margin-top: -47px;
}

header.fixed .logo_base {
  height: 127px;
  background-position: center bottom;
}

header.fixed .logo_base h1 {
  padding: 70px 0 0;
}

header.fixed .logo_base .top_img {
  transform: scale(0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

header.fixed a.online_store_btn {
  top: 127px;
}

#navWrap {
  display: none;
}

/*----------------------------------
        slider
-----------------------------------*/
#slider {
  min-width: 1000px;
  margin-top: 112px;
}

/*----------------------------------
        index コンテンツ
-----------------------------------*/
#container {
  background: #fbfaf6;
  padding-bottom: 105px;
}

.section_container {
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  background: #fff;
  margin-top: -70px;
  position: relative;
  z-index: 1;
  padding: 0 4.28571428% 2%;
}

.index_title {
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
}

.index_title h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
}

a.article_btn {
  display: inline-block;
  background: #363636;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  padding: 0 20px;
  position: absolute;
  top: 40px;
  right: 0;
}

/*----NEWS------*/
.news_wrap {
  /*@include pc-width-in;*/
}

.news_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news_list li {
  width: 24%;
}

.news_list li a {
  display: block;
}

.news_list li a .img_thumb {
  overflow: hidden;
  position: relative;
  padding-bottom: 63.333333333333%;
  height: 0;
  width: 100%;
  /*background: $bg03;*/
}

.news_list li a .img_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  width: 100%;
  height: auto;
}

.news_list li a .news_list_inner {
  padding: 20px 10px;
}

.news_list li a .news_list_inner .cat_name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #7e7e7e;
  padding: 0 0 0.5em;
}

.news_list li a .news_list_inner .news_txt {
  font-size: 13px;
  line-height: 1.8;
  padding: 0 0 0.6em;
}

.news_list li a .news_list_inner .date_span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #7e7e7e;
}

.news_list li a:hover .img_thumb img {
  transform: translate(-50%, -50%) scale(1.1);
}

/*--------トップコンテンツ--------*/
#secttion02 {
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contents_area {
  width: 49%;
}

.contents_area a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 79.365793650%;
}

.contents_area a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  width: 100%;
  height: auto;
}

.contents_area a h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 25px;
  color: #fff;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 40%;
  left: 8%;
}

.contents_area a p {
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 8%;
  width: 55%;
  letter-spacing: 0.05em;
}

.contents_area a .btn_more {
  position: absolute;
  bottom: 10%;
  left: 8%;
  color: #fff;
  background: #fe7700;
  display: inline-block;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  width: 120px;
  text-align: center;
}

.contents_area a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

/*--------MOVIE--------*/
#secttion03 {
  padding-top: 40px;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

.movie_area {
  max-width: 854px;
  margin: 0 auto;
}

.movie_area .movie_iflame {
  /*-追記-*/
  position: relative;
  padding-bottom: 56.26%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}

.movie_area .movie_iflame iframe,
.movie_area .movie_iflame object,
.movie_area .movie_iflame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    a {
      display: block;
      position: relative;
      overflow: hidden;
      height: 0;
      padding-bottom: 55.5555555555%;
      .movie_bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
        @include pc-trans;
        width: 100%;
        height: auto;
      }
      .btn_play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
      }
    }
    a:hover {
      .movie_bg {
        transform: translate(-50%,-50%) scale(1.1);
      }
    }

  }*/
/*--------stock list--------*/
#section04 {
  padding-top: 80px;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

a.btn_long {
  display: block;
  background: #363636;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  line-height: 75px;
  border: 3px solid #363636;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  box-sizing: border-box;
}

a:hover.btn_long {
  background: transparent;
  color: #363636;
}

/*------INSTAGRAM-----*/
#section05 {
  padding-top: 70px;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

.ttl_insta a {
  display: inline-block;
}

.ttl_insta a span::before {
  content: '';
  display: block;
  background: url(./files/icon/icon_instagram.png) center center no-repeat;
  background-size: contain;
  height: 42px;
  margin-bottom: 1.5em;
}

#instaWrap p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 2em;
}

#instafeed {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#instafeed li {
  width: 16.66666666666666666666666%;
  background: #fbfaf6;
}

#instafeed li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

#instafeed li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

#instafeed li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.btnBox {
  margin-top: 40px;
}

a.btn_mid {
  display: block;
  background: #363636;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-align: center;
  width: 440px;
  margin: 0 auto;
  line-height: 60px;
  border: 3px solid #363636;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  box-sizing: border-box;
}

a:hover.btn_mid {
  background: transparent;
  color: #363636;
}

/*------FACEBOOK-----*/
#section06 {
  padding-top: 70px;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

#fbWrap {
  text-align: center;
}

.ttl_facebook a {
  display: inline-block;
}

.ttl_facebook a span::before {
  content: '';
  display: block;
  background: url(./files/icon/icon_facebook.png) center center no-repeat;
  background-size: contain;
  height: 42px;
  margin-bottom: 1.5em;
}

/*----------------------------------
            footer
-----------------------------------*/
footer {
  background: #363636;
}

#footerWrap {
  padding-top: 70px;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

.footer_outline {
  padding-bottom: 35px;
}

.footer_outline p {
  text-align: center;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

.footer_outline a.btn_contact {
  display: block;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  background: #fe7700;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  line-height: 60px;
  letter-spacing: 0.05em;
  border: 3px solid #fe7700;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.footer_outline a:hover.btn_contact {
  color: #fff;
  background: transparent;
  border: 3px solid #fff;
}

div.onlineBox {
  padding: 20px 0 45px;
}

div#snsBox {
  padding: 15px 0 26px;
}

div.snsTitle {
  border: 1px solid #fff;
  padding: 13px 0;
  width: 180px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 26px;
  color: #fff;
}

.footerNav {
  text-align: center;
  padding-bottom: 35px;
}

.footerNav li {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #fff;
}

.footerNav li a {
  color: #fff;
}

ul.footerNav.footerNav02 li {
  font-size: 12px;
}

ul.footerNav.footerNav03 {
  padding-top: 20px;
}

ul.footerNav.footerNav03 li {
  font-size: 20px;
}

div#footerBottom {
  padding-bottom: 40px;
}

p.logoF {
  text-align: center;
}

address {
  font-size: 11px;
  text-align: center;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-top: 30px;
  color: #fff;
  font-style: normal;
}

/*---------------------
        NEWS
----------------------*/
/* ---------------------------------------------

               articles

---------------------------------------------- */
#article_container {
  background: #fbfaf6;
  padding-top: 110px;
}

#article_container .section_container {
  margin-top: 0;
  padding-top: 70px;
}

ul.categoryUl {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

ul.categoryUl li {
  width: 23%;
  margin-bottom: 20px;
}

ul.categoryUl li a {
  display: block;
  text-align: center;
  line-height: 50px;
  background: #353535;
  color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

ul.categoryUl li a:hover {
  text-decoration: none;
  background: #ddd;
  color: #111;
}

/*--LIST--*/
ul.articleUl {
  border-bottom: 1px solid #cdcdcd;
  padding: 25px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

ul.articleUl li {
  font-size: 13px;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

ul.articleUl li.date {
  background: url(../files/icon/arrow_l.png) 5px center no-repeat;
  line-height: 1;
  padding: 10px 0 10px 20px;
  width: 10%;
}

ul.articleUl li.cate {
  width: 15%;
}

ul.articleUl li.cate a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  background: #353535;
  color: #fff;
  text-align: center;
}

ul.articleUl li.cate a:hover {
  text-decoration: none;
}

ul.articleUl li.title {
  width: 65%;
  padding: 5px 0 0;
}

/* ---------------------------------------------

               ページナビ

---------------------------------------------- */
div#page_navi {
  padding: 0 0 70px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  /*--現ページ・次へ・戻るボタンを非表示--*/
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 10px 15px;
  margin: 2px;
  color: #000;
  background: #ececec;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #000;
}

.wp-pagenavi span.pages,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  display: none;
}

/* ---------------------------------------------

               single

---------------------------------------------- */
section.singleSec {
  width: 800px;
  margin: 80px auto 0;
  padding: 30px 0;
  border-bottom: 1px solid #b0b0b0;
}

section.singleSec a:link,
section.singleSec a:visited {
  color: #fe7700;
  text-decoration: none;
}

section.singleSec a:hover,
section.singleSec a:active {
  color: #fe7700;
  text-decoration: underline;
}

/*--single カテゴリーアイコン--*/
div.cateWrap {
  padding-top: 40px;
}

div.cateWrap ul.post-categories {
  text-align: center;
}

div.cateWrap ul.post-categories li {
  display: inline-block;
  width: 23%;
  margin-left: 1.5%;
  margin-bottom: 20px;
  text-align: center;
  line-height: 30px;
  background: #353535;
  color: #fff;
}

div.cateWrap ul.post-categories li a {
  display: inline-block;
  background: #353535;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

div#dateBox {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

div#singleTitle {
  padding: 30px 0 50px;
}

div#singleTitle h3 {
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}

div#first-view img,
article img {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 2em auto;
}

article {
  /*--文字--*/
}

article a:link {
  color: #4485d5;
}

article a:hover {
  color: #4485d5;
}

article a:active {
  color: #4485d5;
}

article a:visited {
  color: #4485d5;
}

article p {
  padding-bottom: 20px;
}

article img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

article img:hover {
  box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, 0.4);
}

/*---Page Nation---*/
div#pagenation {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 70px;
}

ul#pagenationUl {
  text-align: center;
}

ul#pagenationUl li {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}

ul#pagenationUl li a {
  display: block;
  padding: 0 15px;
  background: #ddd;
  color: #353535;
  font-size: 10px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

ul#pagenationUl li a:hover {
  background: #353535;
  color: #fff;
  text-decoration: none;
}

/*---------------------
iframeのレスポンシブ対応
----------------------*/
.youtube-container {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------固定ページ*/
/*--insta----*/
#section05_wrap {
  background: #fbfaf6;
}

#section05.contents_insta {
  margin-bottom: 105px;
}

/*--コンテンツテーマ--*/
.mv_contents {
  max-height: 700px;
  overflow: hidden;
  margin-top: 110px;
}

.mv_contents img {
  width: 100%;
  height: auto;
}

#containerWrap {
  background: #fbfaf6;
}

.content_inner {
  padding: 2em 0 0;
}

.inner_width {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.ttl-b {
  position: relative;
  text-align: center;
  margin-bottom: 5em;
}

.ttl-b span {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #fff;
  padding: 0 2em;
}

.ttl-b span em {
  display: block;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-bottom: 0.8em;
}

.ttl-b span em:nth-child(2) {
  padding-bottom: 0;
  padding-top: 1em;
}

.ttl-b::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  z-index: -1;
}

.lead_txt_area {
  max-width: 1000px;
  margin: 0 auto 4em;
  text-align: center;
  font-size: 15px;
  line-height: 2em;
}

.img_area {
  max-width: 870px;
  margin: 0 auto 2em;
  text-align: center;
}

.caption_txt {
  text-align: center;
  margin-bottom: 2em;
}

/*-----------------------
    PRODUCTS
-----------------------*/
.item_table_area {
  max-width: 870px;
  margin: 0 auto;
  padding: 2em 0 4em;
}

.item_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4em;
}

.item_table th, .item_table td {
  border: 1px solid #e6e6e6;
  background: #fbfaf6;
  font-weight: normal;
}

.item_table th {
  width: 20%;
  padding: 1em 0;
  text-align: center;
}

.item_table td {
  padding: 1em 2em;
  text-align: left;
}

/*--itemlist--*/
.item_list {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.item_list li {
  margin: 0 2% 2em 0;
  width: 23.5%;
}

.item_list li .item_img {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 67.851428571429%;
  position: relative;
}

.item_list li .item_img img {
  border-radius: 4px;
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_list li h4 {
  text-align: center;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 2em 0 1em;
  letter-spacing: 0.02em;
}

.item_list li p {
  text-align: center;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.item_list li a {
  display: block;
  text-align: center;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #fe7700;
  line-height: 34px;
  border-radius: 17px;
  width: 200px;
  margin: 1em auto 0;
}

.item_list li a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(files/icon/icon_cart.png) center center no-repeat;
  background-size: contain;
  vertical-align: -2px;
  margin-right: 5px;
}

.item_list li:nth-child(4n) {
  margin-right: 0;
}

.item_empty {
  padding-bottom: 4em;
}

.item_empty p {
  text-align: center;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

/*-----------------------
  プロダクトエリア
-----------------------*/
.products_area {
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  background: #ffea00;
  padding: 0 0 2em;
}

.products_area .area_head p {
  background: #ffea00;
}

.products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

.products_list li {
  width: 14%;
  margin-bottom: 2em;
}

.products_list li a {
  display: block;
  text-decoration: none;
}

.products_list li .img_area_s {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
}

.products_list li .img_area_s img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products_list li h3 {
  text-align: center;
  font-size: 15px;
  padding: 0.8em 0 0.5em;
}

.products_list li p {
  text-align: center;
  font-size: 10px;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

/*-----------------------
  シチュエーションページ
-----------------------*/
#secttion02.situation_articles .contents_area {
  margin-bottom: 2em;
}

#secttion02.situation_articles .contents_area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 79.365793650%;
  background: rgba(0, 0, 0, 0.3);
}

.movie_wrap {
  padding: 2em 0 5em;
}

/*-----------------------
  シチュエーションエリア
-----------------------*/
.situation_area {
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  background: #cec48e;
  padding: 0 0 4em;
}

.area_head {
  position: relative;
  text-align: center;
  padding: 3em 0 4em;
  max-width: 1200px;
  margin: 0 auto;
}

.area_head h4 {
  font-size: 16px;
}

.area_head p {
  display: inline-block;
  font-size: 15px;
  background: #cec48e;
  padding: 0.5em 2em 0;
  position: relative;
  z-index: 1;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.area_head::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.situation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

.situation_list li {
  width: 9.5%;
}

.situation_list li a {
  display: block;
  text-decoration: none;
}

.situation_list li .img_area_s {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
}

.situation_list li .img_area_s img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.situation_list li h3 {
  text-align: center;
  font-size: 15px;
  padding: 0.8em 0 0.3em;
}

.situation_list li p {
  text-align: center;
  font-size: 10px;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

/*-----------------------
      STOCKLIST
-----------------------*/
.tabChange {
  padding: 0  0 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.tabChange02 {
  padding: 45px  0 95px;
}

ul.shopCategoryUl {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

ul.shopCategoryUl li {
  width: 19.5%;
  margin-bottom: 20px;
}

ul.shopCategoryUl li a {
  display: block;
  text-align: center;
  line-height: 50px;
  background: #000;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

ul.shopCategoryUl li a:hover {
  text-decoration: none;
  background: #ccc;
  color: #000;
}

ul.shopCategoryUl li:first-child {
  margin-left: 0;
}

a.anchorA {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
}

.titleBox {
  padding-bottom: 40px;
}

.titleBox h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

div.shopWrap {
  padding-bottom: 120px;
  max-width: 1000px;
  margin: 0 auto;
}

div.btnBox03 {
  padding-top: 50px;
}

a.btnMore03 {
  display: block;
  background: #fe7700;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  width: 200px;
  line-height: 50px;
  margin: 0 auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

a:hover.btnMore03 {
  text-decoration: none;
  background: #666;
  color: #fff;
}

ul.shopUl {
  border-bottom: 1px solid #cdcdcd;
  padding: 25px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

ul.shopUl li {
  font-size: 13px;
  box-sizing: border-box;
  color: #000;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

ul.shopUl li.shop {
  width: 20%;
}

ul.shopUl li.addr {
  width: 50%;
  padding: 0 30px;
}

ul.shopUl li.map {
  width: 7%;
}

ul.shopUl li.map a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

ul.shopUl li.map a:hover {
  text-decoration: none;
  background: #666;
  color: #fff;
}

ul.shopUl li.tel {
  width: 16%;
  text-align: right;
}

/*-----------------------
      お問い合わせ
-----------------------*/
dl.contactDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

dl.contactDl dt {
  width: 27%;
  line-height: 50px;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

dl.contactDl dt span.hissu {
  display: inline-block;
  background: #d5446a;
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  line-height: 30px;
  margin-right: 15px;
}

dl.contactDl dd {
  width: 70%;
  padding: 0 0 30px 0;
}

.submitBox {
  text-align: center;
  margin-top: 3em;
}

.contactStr {
  margin: 4em 0;
}

.contactStr p {
  text-align: center;
  letter-spacing: 0.05em;
}

.contactStr p a {
  color: #d5446a;
  text-decoration: underline;
}

.contact_table {
  margin: 0;
}

/*---form---*/
* {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

form {
  /*--ボタン--*/
}

form input,
form textarea {
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #fbfaf6;
}

form input.w500,
form textarea.w500 {
  width: 500px !important;
  height: auto !important;
}

form input.w100,
form textarea.w100 {
  width: 100%;
}

form input.dateF {
  width: 50px;
}

form input.btnF {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  background: #4485d5;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  border-radius: 0;
}

form input.btnConfirm {
  width: 650px;
}

form input.btnBack {
  width: 320px;
  margin-right: 10px;
}

form input.btnSubmit {
  width: 320px;
}

form input.btnF:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 10px;
  font-size: 14px;
  /*background:url(../files/icon/arrow_d.png) 95% center no-repeat #fff;*/
  border-radius: 0;
  border: none;
  margin-right: 15px;
  width: 500px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}

form select option {
  font-size: 14px;
}

form input[type=checkbox],
form input[type=radio] {
  padding: 15px;
  margin-right: 10px;
}

form input[type=checkbox]:checked,
form input[type=radio]:checked {
  position: relative;
}

form input[type=checkbox]:checked:before,
form input[type=radio]:checked:before {
  /*content:url(../files/icon/checked.png);
    font-size:14px;
    line-height:1;
    position:absolute;
    top:50%;
    bottom:50%;
    margin-top:-7px;
    margin-left:-5px;*/
}

/*--contact form7--*/
p.error_messe {
  color: red;
  padding-top: 15px;
  text-align: center;
}

.wpcf7c-conf {
  background: #efefef !important;
}

.wpcf7-response-output {
  color: #000;
}

span.wpcf7-form-control-wrap.subject .wpcf7-list-item {
  display: block;
}

/*-----------------------
      プラポリ
-----------------------*/
.privacyWrap h4 {
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 1em;
}

.privacyWrap p {
  margin-bottom: 2em;
  line-height: 1.8;
}

/* ---------------------------------------------

               404 error

---------------------------------------------- */
section.errorSec {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #b0b0b0;
}

a.backHome {
  display: block;
  padding: 13px 0;
  width: 180px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #4485d5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  color: #fff;
}

a:hover.backHome {
  background: #000;
  text-decoration: none;
}

/* ---------------------------------------------

               404 error

---------------------------------------------- */
.sitemap {
  list-style: none;
}

.sitemap li {
  padding-bottom: 1em;
}

.sitemap li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/*--------------------------------------------Home*/
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 320px;
  }
  header {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #header_top {
    background: #fff;
  }
  .logo_wrap {
    max-width: initial;
    min-width: initial;
    height: 47px;
    position: static;
  }
  .logo_base {
    width: initial;
    height: initial;
    background: none;
    position: static;
    transform: translateX(0);
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .logo_base h1 {
    padding: 15px 0 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .logo_base h1 img {
    width: 40%;
    max-width: 190px;
  }
  .logo_base .top_img {
    display: none;
  }
  a.online_store_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: initial;
    padding: 5px 10px 5px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    font-size: 10px;
  }
  a.online_store_btn::before {
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 5px;
  }
  #header_bottom {
    display: none;
    /*width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: $bg02;
    position: relative;*/
  }
  .global {
    max-width: initial;
    min-width: initial;
  }
  .global_nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .global_nav li {
    margin: 0 25px;
  }
  .global_nav li a {
    display: inline-block;
    padding: 24px 20px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
  }
  .global_nav li a::before, .global_nav li a::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background-color: #f85211;
    position: absolute;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    bottom: 15px;
  }
  .global_nav li a::before {
    left: 50%;
  }
  .global_nav li a::after {
    left: 50%;
  }
  .global_nav li a:hover::before, .global_nav li a:hover::after {
    width: 50%;
  }
  .global_nav li a:hover::before {
    left: 0;
  }
  .global_nav .logo_space {
    width: 252px;
  }
  .global_nav .home_btn {
    width: 50px;
  }
  .global_nav .home_btn a {
    display: block;
    background: url(files/icon/icon_home.png) center 14px no-repeat;
    padding: 40px 0 0;
  }
  .global_nav .home_btn a::before, .global_nav .home_btn a::after {
    bottom: -3px;
  }
  .global_nav .home_btn span {
    display: block;
    font-size: 8px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .global_nav .home_btn .home_space {
    width: 30px;
  }
  .top_icon {
    position: absolute;
    list-style: none;
    top: 0;
    right: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_icon li {
    margin: 16px 10px 0;
  }
  header.fixed .logo_wrap {
    margin-top: 0;
  }
  header.fixed .logo_base {
    height: initial;
    background-position: center bottom;
  }
  header.fixed .logo_base h1 {
    padding: 15px 0 0;
  }
  header.fixed a.online_store_btn {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }
  /*----------------------------------
          navi
  -----------------------------------*/
  #navWrap {
    display: block;
  }
  /* ナビゲーションアイコン */
  .navBtn {
    position: fixed;
    top: 13px;
    left: 13px;
    z-index: 103;
    width: 30px;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
  }
  .navBtn span {
    display: block;
    height: 4px;
    width: 100%;
    background: #444;
    /*border-radius: 2px;*/
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .navBtn span:nth-of-type(2),
  .navBtn span:nth-of-type(3) {
    margin-top: 5px;
  }
  .navBtn em {
    /*color:#fff;*/
    font-size: 9px;
    font-style: normal;
  }
  /* ナビゲーションアイコン：アクティブ */
  .navBtn.btnOpen span:nth-of-type(1) {
    background: #fff;
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .navBtn.btnOpen span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }
  .navBtn.btnOpen span:nth-of-type(3) {
    background: #fff;
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  /* オーバーレイ */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    z-index: 100;
  }
  /* ナビゲーション */
  #navWrap nav {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    opacity: 0;
    width: 100%;
  }
  #navWrap nav ul {
    list-style: none;
  }
  #navWrap nav ul li {
    text-align: center;
  }
  #navWrap nav ul.nav {
    padding-bottom: 20px;
  }
  #navWrap nav ul.nav li {
    padding-bottom: 10px;
  }
  #navWrap nav ul.nav li a {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #navWrap nav ul.nav02 {
    padding-top: 20px;
  }
  #navWrap nav ul.nav02 li {
    padding-bottom: 10px;
  }
  #navWrap nav ul.nav02 li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  /* ナビゲーション：アクティブ時 */
  #navWrap.navOpen nav {
    display: block;
    opacity: 1;
    right: 0;
    overflow-y: auto;
    padding: 5% 0 5%;
    box-sizing: border-box;
    z-index: 101;
  }
  a.nabA {
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    padding: 8px 0;
    line-height: 1;
    color: fff;
    letter-spacing: 0.2em;
  }
  /*--SNS title--*/
  #snsTitle02 {
    border: 1px solid #fff;
    width: 180px;
    font-size: 18px;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  /*----------------------------------
          slider
  -----------------------------------*/
  #slider {
    min-width: 320px;
    margin-top: 47px;
  }
  /*----------------------------------
          index コンテンツ
  -----------------------------------*/
  #container {
    padding-bottom: 35px;
  }
  .section_container {
    max-width: initial;
    min-width: initial;
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 0 4.28571428% 2%;
  }
  .index_title {
    position: relative;
    padding: 30px 0;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  .index_title h2 {
    font-size: 18px;
  }
  .article_btn_area {
    padding: 5% 0 10%;
  }
  a.article_btn {
    display: block;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    position: static;
    width: 50%;
    margin: 0 auto;
  }
  a.article_btn.spV {
    display: none;
  }
  /*----NEWS------*/
  .news_wrap {
    /*@include sp-width-in;*/
  }
  .news_list {
    display: block;
  }
  .news_list li {
    width: 100%;
    margin-bottom: 5%;
  }
  .news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .news_list li a .img_thumb {
    overflow: hidden;
    position: relative;
    padding-bottom: 36%;
    height: 0;
    width: 48%;
    /*background: $bg03;*/
    background: #eee;
  }
  .news_list li a .img_thumb img {
    height: 100%;
    width: auto;
    max-width: initial;
  }
  .news_list li a .news_list_inner {
    width: 48%;
    padding: 0;
  }
  .news_list li a .news_list_inner .cat_name {
    font-size: 14px;
  }
  .news_list li a .news_list_inner .news_txt {
    font-size: 11px;
    line-height: 1.6;
  }
  .news_list li a .news_list_inner .date_span {
    font-size: 12px;
  }
  .news_list li a:hover .img_thumb img {
    transform: translate(-50%, -50%) scale(1);
  }
  /*--------トップコンテンツ--------*/
  #secttion02 {
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
    display: block;
  }
  .contents_area {
    width: 100%;
  }
  .contents_area a img {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .contents_area a h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 4.5vmin;
    top: 25%;
    line-height: 1.4;
  }
  .contents_area a p {
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 3vmin;
    top: 40%;
    left: 8%;
    width: 84%;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .contents_area a .btn_more {
    font-size: 2vmin;
    line-height: 3em;
    width: 120px;
    text-align: center;
  }
  .contents_area a:hover img {
    transform: translate(-50%, -50%) scale(1);
  }
  .contents_area a:first-child {
    margin-bottom: 2em;
  }
  /*--------MOVIE--------*/
  #secttion03 {
    padding-top: 10px;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  .movie_area a:hover .movie_bg {
    transform: translate(-50%, -50%) scale(1);
  }
  /*--------stock list--------*/
  #section04 {
    padding-top: 40px;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  a.btn_long {
    font-size: 15px;
    text-align: center;
    width: initial;
    line-height: 50px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  a:hover.btn_long {
    background: #363636;
    color: #fff;
  }
  /*------INSTAGRAM-----*/
  #section05 {
    padding-top: 30px;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  #instaWrap p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 2em;
  }
  #instafeed {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #instafeed li {
    width: 33.33333333333333%;
  }
  #instafeed li a img {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  #instafeed li a:hover img {
    transform: translate(-50%, -50%) scale(1);
  }
  .btnBox {
    margin-top: 40px;
  }
  a.btn_mid {
    font-size: 15px;
    text-align: center;
    width: initial;
    line-height: 50px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  a:hover.btn_mid {
    background: #363636;
    color: #fff;
  }
  /*------FACEBOOK-----*/
  #section06 {
    padding-top: 30px;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  /*----------------------------------
              footer
  -----------------------------------*/
  #footerWrap {
    padding-top: 30px;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  .footer_outline p {
    text-align: left;
    letter-spacing: 0.02em;
    margin: 30px 0;
  }
  .footer_outline a.btn_contact {
    font-size: 16px;
    width: initial;
    margin: 0 auto;
    line-height: 50px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    z-index: 2;
  }
  .footer_outline a:hover.btn_contact {
    background: #fe7700;
    color: #fff;
  }
  div.onlineBox {
    padding: 20px 0 45px;
  }
  div#snsBox {
    padding: 15px 0 26px;
  }
  .footerNav {
    text-align: center;
    border-top: 1px solid #828282;
    padding-bottom: 0;
  }
  .footerNav li {
    display: block;
    padding: 0;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #828282;
  }
  .footerNav li a {
    font-size: 13px;
    display: block;
    padding: 1em;
    text-align: center;
  }
  .footerNav li.bar {
    display: none;
  }
  ul.footerNav.footerNav02 {
    border-top: none;
  }
  ul.footerNav.footerNav02 li {
    font-size: 12px;
  }
  ul.footerNav.sns {
    padding-bottom: 0;
    border-top: none;
  }
  ul.footerNav.sns li {
    display: inline-block;
    padding: 0 6px;
    vertical-align: middle;
    border-bottom: none;
  }
  div#footerBottom {
    padding-bottom: 40px;
  }
  p.logoF img {
    max-width: 80%;
  }
  address {
    font-size: 10px;
    margin-top: 20px;
  }
}

/*--------------------------------------------Home*/
@media screen and (max-width: 768px) {
  #section05.contents_insta {
    margin-bottom: 30px;
  }
  .mv_contents {
    margin-top: 47px;
  }
  .content_inner {
    padding: 0;
  }
  .ttl-b {
    margin-bottom: 2em;
  }
  .ttl-b span {
    font-size: 18px;
    padding: 0 1.5em;
  }
  .ttl-b span em {
    font-size: 12px;
  }
  .ttl-b::before {
    height: 2px;
    margin-top: -2px;
  }
  .lead_txt_area {
    margin: 0 auto 2em;
    font-size: 13px;
    line-height: 1.6em;
    text-align: left;
  }
  .img_area {
    margin: 0 auto 1.5em;
  }
  .caption_txt {
    margin-bottom: 1.5em;
  }
  /*-----------------------
      PRODUCTS
  -----------------------*/
  .item_table th, .item_table td {
    border: none;
    display: block;
  }
  .item_table th {
    width: 100%;
  }
  .item_table td {
    padding: 2em 2em;
    text-align: left;
    background: none;
  }
  /*--itemlist--*/
  .item_list li {
    margin: 0 2% 2em 0;
    width: 49%;
  }
  .item_list li h4 {
    font-size: 12px;
    padding: 1em 0 0.1em;
    text-align: left;
    line-height: 1.6;
  }
  .item_list li p {
    text-align: left;
    font-size: 11px;
  }
  .item_list li a {
    font-size: 11px;
    color: #fff;
    background: #fe7700;
    line-height: 34px;
    border-radius: 17px;
    width: 100%;
    margin: 1em auto 0;
  }
  .item_list li:nth-child(2n) {
    margin-right: 0;
  }
  .item_empty {
    padding-bottom: 4em;
  }
  .item_empty p {
    text-align: center;
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  /*-----------------------
    プロダクトエリア
  -----------------------*/
  .products_area {
    max-width: initial;
    min-width: initial;
    padding: 0 0 2em;
  }
  .products_list {
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  .products_list li {
    width: 49%;
    margin-bottom: 1em;
  }
  .products_list li h3 {
    font-size: 14px;
    padding: 0.8em 0 0.3em;
  }
  .products_list li p {
    padding-bottom: 1em;
  }
  /*-----------------------
    シチュエーションページ
  -----------------------*/
  .movie_wrap {
    padding: 0 0 3em;
  }
  /*-----------------------
    シチュエーションエリア
  -----------------------*/
  .situation_area {
    max-width: initial;
    min-width: initial;
    padding: 0 0 3em;
  }
  .area_head {
    padding: 3em 0 3em;
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  .area_head h4 {
    font-size: 15px;
  }
  .area_head p {
    font-size: 14px;
    padding: 0.5em 1em 0;
  }
  .area_head::before {
    height: 2px;
    margin-top: -2px;
  }
  .situation_list {
    max-width: initial;
    min-width: initial;
    margin: 0 4.28571428%;
  }
  .situation_list li {
    width: 49%;
  }
  .situation_list li h3 {
    text-align: center;
    font-size: 14px;
    padding: 0.8em 0 0.3em;
  }
  .situation_list li p {
    padding-bottom: 1em;
  }
  /*-----------------------
        STOCKLIST
  -----------------------*/
  .tabChange {
    padding: 0  0 30px;
  }
  .tabChange02 {
    padding: 20px  0 30px;
  }
  ul.shopCategoryUl li {
    width: 48%;
    margin-bottom: 10px;
  }
  ul.shopCategoryUl li a {
    line-height: 40px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  ul.shopCategoryUl li a:hover {
    background: #000;
    color: #fff;
  }
  a.anchorA {
    margin-top: -60px;
    padding-top: 60px;
  }
  .titleBox {
    padding-bottom: 20px;
  }
  .titleBox h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  div.shopWrap {
    padding-bottom: 40px;
  }
  div.btnBox03 {
    padding-top: 30px;
  }
  a.btnMore03 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 40px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  a:hover.btnMore03 {
    background: #fe7700;
    color: #fff;
  }
  ul.shopUl {
    padding: 15px 0;
    display: block;
  }
  ul.shopUl li {
    font-size: 13px;
    box-sizing: border-box;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴシック Pro w6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  ul.shopUl li.shop {
    width: 100%;
  }
  ul.shopUl li.addr {
    width: 100%;
    padding: 10px 0;
  }
  ul.shopUl li.map {
    width: 100%;
  }
  ul.shopUl li.map a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  ul.shopUl li.map a:hover {
    color: #fff;
    background: #000;
  }
  ul.shopUl li.tel {
    padding-top: 10px;
    width: 100%;
    text-align: left;
  }
  /*-----------------------
        お問い合わせ
  -----------------------*/
  dl.contactDl {
    display: block;
  }
  dl.contactDl dt {
    width: 100%;
    line-height: 30px;
    padding-bottom: 1em;
  }
  dl.contactDl dt span.hissu {
    display: inline-block;
    background: #d5446a;
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
    line-height: 30px;
    margin-right: 1em;
  }
  dl.contactDl dd {
    width: 100%;
    padding: 0 0 1em 0;
  }
  .submitBox {
    margin-top: 1.5em;
  }
  .contactStr {
    margin-top: 1.5em;
  }
  .contactStr p {
    text-align: left;
    letter-spacing: 0.02em;
  }
  /*---form---*/
  form input.w500,
  form textarea.w500 {
    width: 100% !important;
    height: auto !important;
  }
  form input.dateF {
    width: 50px;
  }
  form input.btnConfirm {
    width: 100%;
  }
  form input.btnBack {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  form input.btnSubmit {
    width: 100%;
  }
  form select {
    font-size: 13px;
    width: 100%;
    margin-right: 5px;
  }
  form select option {
    font-size: 13px;
  }
}

/*--------------------------------------------Home*/
@media screen and (max-width: 768px) {
  /* ---------------------------------------------

                 articles

  ---------------------------------------------- */
  #article_container {
    padding-top: 50px;
  }
  #article_container .section_container {
    padding-top: 20px;
  }
  ul.categoryUl li {
    width: 49%;
    margin-bottom: 10px;
  }
  ul.categoryUl li a {
    line-height: 44px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  ul.categoryUl li a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
  }
  /*--LIST--*/
  ul.articleUl {
    padding: 1em 0 0;
    align-items: center;
  }
  ul.articleUl li {
    font-size: 12px;
  }
  ul.articleUl li.date {
    width: 33%;
    padding: 0;
  }
  ul.articleUl li.cate {
    width: 67%;
    text-align: left;
  }
  ul.articleUl li.cate a {
    display: inline-block;
    font-size: 10px;
    padding: 5px;
  }
  ul.articleUl li.title {
    width: 100%;
    padding: 1em 0;
  }
  /* ---------------------------------------------

                 single

  ---------------------------------------------- */
  section.singleSec {
    width: initial;
    margin: 30px auto 0;
    padding: 0;
  }
  /*--single カテゴリーアイコン--*/
  div.cateWrap {
    padding-top: 20px;
  }
  div.cateWrap ul.post-categories li {
    display: inline-block;
    width: 49%;
    margin-left: 0.5%;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
  }
  div.cateWrap ul.post-categories li a {
    display: inline-block;
    background: #353535;
    text-align: center;
    padding: 10px 0;
  }
  div.cateWrap ul.post-categories li:nth-child(odd) {
    margin-left: 0;
  }
  div#dateBox {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
  div#singleTitle {
    padding: 30px 0;
  }
  div#singleTitle h3 {
    font-size: 16px;
    text-align: left;
  }
  div#first-view img,
  article img {
    margin: 1.5em auto;
  }
  article {
    /*--文字--*/
  }
  article a:link {
    color: #4485d5;
  }
  article a:hover {
    color: #4485d5;
  }
  article a:active {
    color: #4485d5;
  }
  article a:visited {
    color: #4485d5;
  }
  article p {
    padding-bottom: 1.5em;
  }
  article img {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  article img:hover {
    box-shadow: none;
  }
  /*---Page Nation---*/
  div#pagenation {
    width: initial;
    margin: 0 auto;
    padding: 30px 0;
  }
  /* ---------------------------------------------

                 ページナビ

  ---------------------------------------------- */
  div#page_navi {
    padding: 0 0 70px;
  }
  .wp-pagenavi {
    clear: both;
    text-align: center;
    /*--現ページ・次へ・戻るボタンを非表示--*/
  }
  .wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 10px 15px;
    margin: 2px;
    color: #000;
    background: #ececec;
  }
  .wp-pagenavi a:hover,
  .wp-pagenavi span.current {
    color: #fff;
    background: #000;
  }
  .wp-pagenavi span.pages,
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    display: none;
  }
}
