@charset "utf-8";

/*
Theme Name: ktwd
Template: twentythirteen
Author: kanegaetakanori
Author URI: http://kanegaetakanori.com
*/

@import url('../twentythirteen/style.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#loading {
    /*display:none;*/
    height: 30px;
    left: 50%;
    margin-left:-15px;
    margin-top:-15px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 99999;
}
.loadingbox div {

}
#loader {
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 2px solid #000;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}


/*共通*/
::selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
::-moz-selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
a:hover img {
    opacity: 0.8; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=80); /* マウスオーバー時の透明度 IE用 */
}
a, a:visited {
    color: #000;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    color: #888;
    outline: 0 none;
}
.entry-content a, .comment-content a {
    color: #000;
    text-decoration: underline;
}
.entry-content a:hover, .comment-content a:hover {
    color: #888;
    text-decoration: none;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #000;
}
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover {
    color: #888;
}
.nav-menu li a {
color: #000;
display: block;
font-size: 15px;
line-height: 1;
padding: 0;
text-decoration: none;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
background-color: transparent;
color: #000;
}

html, button, input, select, textarea {
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    letter-spacing: 1px;
}
html {
    font-size: 100%;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
    position: relative;
    left: 0;
    overflow-x: hidden;
    background-color: transparent;
    height: 100%;
}
/*html::before, html::after, body::before, body::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    margin: 0;
    position: fixed;
    z-index: 20;
}
html::before {
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
}
html::after {
    bottom: 0;
    right: 0;
    top: 0;
    width: 10px;
}
body::before {
    bottom: 0;
    height: 10px;
    left: 0;
    right: 0;
}
body::after {
    bottom: 0;
    left: 0;
    top: 0;
    width: 10px;
}*/
p {
    line-height: 2;
    margin: 0 0 24px;
}
#primary.content-area {
    overflow: hidden;
}
#primary {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.site-title {
font-size: 60px;
font-weight: bold;
line-height: 1;
margin: 0;
padding: 48px 0 10px;
}
.site-title img {
    width:100%; 
    height: auto;
    border: 0 none;
    vertical-align: middle;
}
.entry-thumbnail img {
    display: block;
    margin: 0;
}
ul {
    list-style-type: none;
}
nav ul, nav ol {
    list-style: none outside none;
}
menu, ol, ul {
    margin: 0;
    padding: 0;
}
.entry-title {
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    line-height: 1.3;
}
h1 {
    font-size: 16px;
    margin: 20px 0;
}
h2 {
    font-size: 14px;
    margin: 20px 0;
}
h3 {
    font-size: 11px;
    margin: 20px 0;
}
h4 {
    font-size: 10px;
    margin: 25px 0;
}
h5 {
    font-size: 10px;
    margin: 30px 0;
}
h6 {
    font-size: 10px;
    margin: 36px 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.site {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.comment-respond {
    background-color: transparent;
    padding: 30px 0;
}
.site-footer {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    text-align: left;
    padding-top: 0;
    position: sticky;
    padding-bottom: 15px;
  top: 100vh;
}
.site-footer .sidebar-container {
    background-color: transparent;
    padding: 0;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0;
    width: 100%;
}

/*etc*/
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}
.mt160 {margin-top: 160px;}
.mt170 {margin-top: 170px;}
.mt180 {margin-top: 180px;}
.mt190 {margin-top: 190px;}
.mt200 {margin-top: 200px;}
.clearfix:before { 
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
/* Buttons */


/*header*/
.navbar {
    background-color: transparent;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/*paging*/
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0 none;
}
.wp-pagenavi .pages {
    margin-right: 25px;
}
.navigation a {
    color: #333;
}
.paging-navigation a {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
.paging-navigation a:hover {
    color: #888;
}
h1.intro-title {

}
.logobox {
    margin: auto;
    text-align: center;
    margin: 8% auto auto;
    width: 100%;
    max-width: 230px;
}
.intro-img {
    margin: 50px auto 0;
    width: 85%;
    text-align: center;
}
.intro-txt {
width: 100%;
max-width: 100%;
text-align: center;
position: fixed;
bottom: 5%;
}
.intro-txt a {
    text-decoration: none;
}
.intro-txt span {
    text-transform: uppercase;
}
.intro-all {
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
height: 100%;
width: 100%;
height: 100vh;
}
@keyframes fadeInAnime{
    0%{opacity: 0;}
    40% {opacity: 0;}
    100%{opacity: 1;}
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
  z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: scaleY(0);
    background-color: #f4f4f4;/*伸びる背景色の設定*/
  animation-name:PageAnime;
  animation-duration:.7s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;

}

@keyframes PageAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}
#page {
      opacity: 0;/*はじめは透過0に*/
      position: relative;
}
/*bodyにappearクラスがついたら出現*/
body.appear #page{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

ul.slider li, ul.slider-top li {
    height: 100%;
    height: 100vh;
    position: relative;
}
ul.slider li, ul.slider-top li {
    float: left;
    width: 100%;
    max-width: 100%;
    background: no-repeat scroll center center / cover transparent;
}
ul.home-blog-area {
    overflow: hidden;
}
ul.home-blog-area li {
    width: 33.33333333%;
    float: left;
}
.img-homebox {
    position: relative;
}
.text-box {
    position: absolute;
    bottom: 5%;
    left: 3%;
}
ul.blogslide a {
    color: #fff;
}
ul.blogslide li#cl-b a {
    color: #222;
}
ul.blogslide li#cl-g a {
    color: #888;
}
ul.blogslide a:hover {
    opacity: .5;
}
h2.titlebun {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
#slide-counter {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    position: absolute;
    left: 2%;
    z-index: 1000000;
}
.text-box h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}
h3.sitadai {
    margin: 10px 0 0;
    font-weight: 500;
}
span.ma {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.uete {
    position: absolute;
    top: 5%;
    left: 3%;
    color: #fff;
}
ul.blogslide li#cl-b .uete {
    color: #222;
}
ul.blogslide li#cl-g .uete {
    color: #888;
}
.uete h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1.5px solid;
}
span.yokosen {
    display: inline-block;
    border-top: 1px solid;
    width: 15px;
    margin: 0 7px;
    padding-bottom: 2px;
}
/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 103;
}
.overlay::after {
  /*content: "Close Menu";*/
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-open .side-menu {
  display: block;
  transform-origin: center bottom;
  animation: animation-menu .8s both cubic-bezier(0.25, 0.1, 0.25, 1.0);
}
@keyframes animation-menu {
    0% {
        opacity: 0;
    transform: rotate(0) translateX(5px);
    }
    100% {
        opacity: 1;
    transform: rotate(0) translateX(0);
    }
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 45px 8% 0;
  text-align: left;
  font-size: 13px;
/*  background-color: rgba(249, 249, 249, 0.98);*/
  z-index: -1;
  display: none;
  color: #111;
}
.side-open .side-menu {
  background-color: rgba(249, 249, 249, 0.98);
    z-index: 110;
    overflow: scroll;
    line-height: 2;
    display: inline;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 45px;
  left: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 112;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.side-open .side-menu-btn {
    top: 45px;
    left: 30px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
/* サイドメニューオープン */
.side-open #wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu-btn span {
    background: #111;
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
  }
  .home .side-menu-btn span {
    background: #fff;
  }
.side-menu-btn span.top {
    transform: translateY(-8px);
}
.side-menu-btn span.bottom {
    transform: translateY(8px);
}

.side-open .side-menu-btn span.middle {
    background: rgba(234, 233, 231, 0);
}
.side-open .side-menu-btn span.top {
    transform: rotate(-90deg) translateY(0px);
    background-color: #111;
}
.side-open .side-menu-btn span.bottom {
    transform: rotate(90deg) translateY(0px);
    background-color: #111;
}
.gazou {
position: relative;
overflow: hidden;
}
.logo-gazou {
position: absolute;
bottom: 25px;
width: 100%;
max-width: 150px;
overflow: hidden;
}

.gazou-naka {
    width: 86%;
    float: right;
    margin-bottom: 15px;
}
.logo-gazou svg {
    width: 100%;
}
.box.shop-box ul {
    margin-left: -3%;
}
.box.shop-box ul li {
    width: 30.3333333%;
    float: left;
    margin-left: 3%;
    margin-bottom: 5%;
}
.box.shop-box.topbox ul li:nth-child(2) .logo-gazou {
  max-width: 100px;
}
.box.shop-box.topbox ul li {
    width: 47%;
    margin-left: 3%;
}
.eigyo p {
    margin-bottom: 3px;
}
.eigyo p span {
color: #888;
margin-right: 10px;
width: 70px;
display: inline-block;
}
.eigyo p span.sns {
    
}
.kasaneru {
    overflow: hidden;
/*    position: absolute;*/
}
.site-content {
    position: relative;
}
ul.slider li {

}
ul.slider-top li {

}
.home-box .entry-title {
font-weight: 500;
}



h2.oc-title {
font-family: 'Roboto', sans-serif;
margin-top: 50px;
font-size: 18px;
font-weight: 400;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
margin-right: 0;
width: 25%;
float: left;
margin-bottom: 3%;
padding-right: 5%;
overflow: hidden;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li a {
font-size: 16px;
color: #888;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li a:hover {
    color: #000;
}
.navbar-l {
width: 80%;
float: left;
}
.navbar-r {
width: 20%;
float: right;
margin-top: -7px;
}
ul.bagbox {}
ul.bagbox li {float: right;margin-left: 25px;position: relative;}
ul.bagbox li span {
width: 100%;
max-width: 18px;
display: inline-block;
margin-top: -2px;
margin-left: 3px;
}
ul.bagbox li span img {width: 100%;}
ul.bagbox li a {
  color: #000;
display: block;
/*line-height: 1;*/
padding: 0;
text-decoration: none;
font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
ul.bagbox li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000000;
  height: 1.6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.bagbox li a:hover:before, ul.bagbox li a:focus:before, ul.bagbox li a:active:before {
  right: 100%;
}
.kensakubox {overflow: hidden;}
.kensakubox .btn-sm, .kensakubox .btn-xs {
padding: 1px 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 12px;
line-height: 1.5;
}
.kensakubox select, .kensakubox textarea, .kensakubox [type="text"], .kensakubox [type="password"], .kensakubox [type="datetime"], .kensakubox [type="datetime-local"], .kensakubox [type="date"], .kensakubox [type="month"], .kensakubox [type="time"], .kensakubox [type="week"], .kensakubox [type="number"], .kensakubox [type="email"], .kensakubox [type="url"], .kensakubox [type="search"], .kensakubox [type="tel"], .kensakubox [type="color"], .kensakubox .uneditable-input {
display: inline-block;
padding: 4px 6px;
height: 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #555;
vertical-align: middle;
font-size: 14px;
line-height: 20px;
border: 1px solid #cfcfcf;
}
.kensakubox .btn {
display: inline-block;
margin-bottom: 0;
border: 1px solid #ccc;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.kensakubox .icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
}
.pad_r_5 {
padding-right: 5px;
}
.mar_l_5 {
margin-left: 5px;
}
.txt_14 {
font-size: 14px;
}
.mar_b_50 {
margin-bottom: 50px;
}
.visible-phone {
display: none !important;
}
.side-menu button, .side-menu input, .side-menu textarea {
    border: 1px solid #cfcfcf;
    font-family: inherit;
    padding: 5px;
    width: 100%;
    background-color: #fafafa;
}
.side-menu select, .side-menu textarea, .side-menu [type="text"], .side-menu [type="password"], .side-menu [type="datetime"], .side-menu [type="datetime-local"], .side-menu [type="date"], .side-menu [type="month"], .side-menu [type="time"], .side-menu [type="week"], .side-menu [type="number"], .side-menu [type="email"], .side-menu [type="url"], .side-menu [type="search"], .side-menu [type="tel"], .side-menu [type="color"], .side-menu .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    width: 171px;
}
.side-menu .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 12px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  width: auto;
  cursor: pointer;
  *display: inline;
  *margin-left: .3em;
  *background-color: #e6e6e6;
  *border: 0;
}

.side-menu .btn:hover,
.side-menu .btn:focus,
.side-menu .btn:active,
.side-menu .btn.active,
.side-menu .btn.disabled,
.side-menu .btn[disabled] {
  background-color: #e6e6e6;
  color: #333;
  *background-color: #d9d9d9;
}

.side-menu .btn:active,
.side-menu .btn.active {
  background-color: #ccc \9;
}

.side-menu .btn:first-child {
  *margin-left: 0;
}

.side-menu .btn:hover,
.side-menu .btn:focus {
  color: #333;
  text-decoration: none;
}

.side-menu .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.side-menu .btn.active,
.side-menu .btn:active {
  outline: 0;
  background-image: none;
}
.side-menu .icon-lg-b.icon-search {
background-position: -312px -24px;
}
.side-menu .icon-lg-b, .side-menu .icon-lg-w {
width: 24px;
height: 24px;
display: inline-block;
}
.side-menu .icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.side-menu .va-35 {
vertical-align: -35%;
}
.side-menu i, .side-menu cite, .side-menu em, .side-menu var, .side-menu address, .side-menu dfn {
font-style: italic;
}
.side-menu .visible-phone {
display: none !important;
}
.side-menu .btn {
border-radius: 0;
}
.side-menu .btn-sm, .side-menu .btn-xs {
border-radius: 0;
}
.side-menu .btn-xs {
padding: 1px 5px;
}
.side-menu .btn-sm, .side-menu .btn-xs {
padding: 1px 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 12px;
line-height: 1.5;
}
.side-menu button,
.side-menu input[type="submit"],
.side-menu input[type="button"],
.side-menu input[type="reset"] {
    background: #f5f5f5!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%)!important; /* W3C */
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
}

.side-menu button:hover,
.side-menu button:focus,
.side-menu input[type="submit"]:hover,
.side-menu input[type="button"]:hover,
.side-menu input[type="reset"]:hover,
.side-menu input[type="submit"]:focus,
.side-menu input[type="button"]:focus,
.side-menu input[type="reset"]:focus {
    background: #e6e6e6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%)!important; /* W3C */
    border: 1px solid #ccc;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.side-menu button:active,
.side-menu input[type="submit"]:active,
.side-menu input[type="button"]:active,
.side-menu input[type="reset"]:active {
    background: #f5f5f5!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%)!important; /* W3C */
    border: 1px solid #ccc;
    padding: 10px 24px 11px;
}
span.yoko-sen {
    margin-right: 2px;
}
.error404 .entry-content {
margin: 100px 0 0;
max-width: 604px;
width: 100%;
}

ul.nav-menu, div.nav-menu > ul {
margin: 0;
padding: 0;
}
.main-navigation {
clear: both;
margin: 0 auto;
max-width: 100%;
min-height: 1px;
position: relative;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 30px;
}
.nav-menu li {
display: inline-block;
position: relative;
}
.navbar.yoko-menu ul.nav-menu li a {
font-size: 16px;
}
.side-open .nav-menu .current-menu-item > a {
background-color: transparent;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #000;
font-style: normal;
/* background-color: #000; */
}
.nav-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000000;
  height: 1.6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-menu a:hover:before, .nav-menu a:focus:before, .nav-menu a:active:before {
  right: 100%;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
margin-right: 0;
width: 25%;
float: left;
margin-bottom: 3%;
padding-right: 5%;
overflow: hidden;
}
.box.shop-box {
    margin-top: 100px;
margin-bottom: 100px;
overflow: hidden;
}

.archive-header {
background-color: transparent;
}

.site-header .home-link {
color: #141412;
display: inline;
margin: 0 auto;
max-width: 100%;
min-height: 1px;
padding: 0 20px;
text-decoration: none;
width: 100%;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
max-width: 100%;
padding: 0;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
margin: 0 auto;
max-width: 100%;
width: 100%;
}
.p-logo {
width: 100%;
max-width: 200px;
margin-left: 10%;
}
.in-naka {
width: 80%;
margin: auto;
}
.page-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
margin: 0;
font-style: normal;
font-size: 20px;
}
ul.a-page {
    overflow: hidden;
    margin-left: -2%;
}
ul.a-page li {
    float: left;
    padding: 2% 0 2% 2%;
    width: /*33.3333333*/50%;
}
.ap-txt P {
    margin-bottom: 0;
}
.ap-txt P.dai {
    font-weight: 500;
}
.ap-txt P.bikou-t {
    color: #888;
}
.ap-txt P.hizuke {
    font-family: 'Roboto', sans-serif;
    color: #888;
}
.ap-txt {
    margin-top: 10px;
}
.site-i-l {
width: 22%;
float: left;
font-size: 16px;
}
.site-i-r {
width: 60%;
float: right;
padding-top: 48px;
}
.site-i-rr {
width: 18%;
float: right;
padding-top: 43px;
}
.foot-in {
    width: 80%;
    margin: 100px auto 50px;
    overflow: hidden;
}
.logo-fbox {
    width: 100%;
    max-width: 175px;
}
.site-i-r .nav-menu li {
margin: 0 20px;
}
.site-i-r .nav-menu {
    text-align: center;
}
.site-i-r .nav-menu li a {
color: #000;
font-size: 16px;
text-decoration: none;
font-family: 'Roboto', sans-serif;
text-transform: capitalize;
}
.site-info {
margin: 0 auto 40px;
max-width: 100%;
text-align: center;
width: 100%;
overflow: hidden;
}
.site-info span {
    text-transform: uppercase;
}
.site-info a {
    text-decoration: none;
}
#acMenu dt{
display:block;
line-height:1.8;
cursor:pointer;
font-weight: normal;
font-family: 'Roboto', sans-serif;
}
#acMenu dd {
  line-height:2;
  display:none;
    width: 100%;
}
#acMenu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 55px;
  position: relative;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
dl {
margin: 0;
}
.naka-area {
    margin-top: 40px;
}
#acMenu dt {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
#acMenu dt:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  height: 1.5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#acMenu dt:hover:before, #acMenu dt:focus:before, #acMenu dt:active:before {
  right: 100%;
}
.move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*margin-bottom: 25px;*/
}
.move iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.meta-box {
    font-family: 'Roboto', sans-serif;
}
h2.yoko-txt {
    display: inline-block;
    background-color: #cdcdcd;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    margin-top: 0;
}
span.yokoyokosen {
    display: block;
    width: 15px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.ca-all {
width: 100%;
max-width: 250px;
float: left;
}
.naka-area {
    margin-top: 40px;
}
ul.yonbox {
border-left: 2px solid #cdcdcd;
padding-left: 15px;
}
.ca-all h2 {
    font-family: 'Roboto', sans-serif;
}
.blog-in {
    width: 100%;
    max-width: 900px;
}
span.oomoji {
    text-transform: capitalize;
}
.meta-box.editbox {
    margin-top: 30px;
}
.page-template .hentry {
padding: 40px 0 100px;
border-bottom: 1px solid #cfcfcf;
margin-bottom: 90px;
}
.wp-pagenavi {
    font-family: 'Roboto', sans-serif;
}
.menu-box.shopbox.navbox.first {
    margin-top: 100px;
}

.p-index-scroll {

}
.p-index-scroll-bar-clip {
    position: fixed;
    overflow: hidden;
    width: 1px;
    height: 105px;
    bottom: -40px;
    right: 23px;
    background-color: transparent;
    z-index: 90;
    opacity: 1;
}
.p-index-scroll-text {
        transform: rotate(-90deg) translateX(-100%);
        -webkit-transform: rotate(-90deg) translateX(-100%);
        transform-origin: left top;
        -webkit-transform-origin: left top;
        letter-spacing: 3px;
        text-transform: capitalize;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
}
.p-index-scroll-text-wrap {
    -webkit-animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
        position: fixed;
        bottom: 125px;
        right: -18px;
        text-align: right;
        color: #fff;
        z-index: 90;
            opacity: 1;
}
.p-index-scroll-bar-clip.fixed, .p-index-scroll-text-wrap.fixed {
   z-index: -1;
       opacity: 0;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.p-index-scroll-bar {
    position: absolute;
    width: 1px;
    height: 255px;
    top: -255px;
    right: 0;
    background-color: #fff;
}
.p-index-scroll-bar {
    -webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite
}
@-webkit-keyframes scroll-text {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%, 50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll-text {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%, 50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes scroll-bar {
    0%, 5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}
@keyframes scroll-bar {
    0%, 5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}

.slide-txt {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    bottom: 8%;
left: 0;
right: 0;
text-align: center;
    line-height: 2;
    font-size: 15px;
        z-index: 90;
        opacity: 1;
/*text-align: left;
transform: rotate(-90deg) translateX(-100%);
-webkit-transform: rotate(-90deg) translateX(-100%);
transform-origin: left top;
-webkit-transform-origin: left top;*/
animation: okureru 3s linear;
animation-fill-mode: both;
}
.slide-txt span {
    font-weight: 500;
    font-size: 18px;
    /*text-transform: uppercase;*/
}
.slide-logo {
overflow: hidden;
margin-bottom: 20px;
}

.logo-ichi {
width: 100%;
max-width: 150px;
margin: 0 auto 20px;
}
.logo-ni {
width: 100%;
max-width: 100px;
padding-left: 1.8px;
}
@keyframes okureru{
    0%{opacity: 0;}
    40% {opacity: 0;}
    100%{opacity: 1;}
}
.slide-txt.fixed {
    width: 1%;
    height: 1%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
ul.home-item-area {
    overflow: hidden;
}
ul.home-item-area li {
    position: relative;
    float: left;
    width: 33.333333%;
}
ul.home-item-area li a {
    color: #fff;
}
ul.home-item-area li#cl-b a {
    color: #222;
}
ul.home-item-area li#cl-g a {
    color: #888;
}
ul.home-item-area li#cl-b .uete {
    color: #222;
}
ul.home-item-area li#cl-g .uete {
    color: #888;
}
.menu-box.shopbox.navbox.saigo {
margin-bottom: 100px;
}
ul.a-page li a {
    text-decoration: none;
}
ul.a-page li a:hover {
    text-decoration: none;
    opacity: .5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.t-in {
margin-top: 30px;
}
.t-box {
    line-height: 2;
    margin: 50px 0;
}
p.p-midashi {
    font-family: 'Roboto', sans-serif;
}
.t-box .bikou-t {
color: #888;
margin-bottom: 5px;
}
.t-box .hizuke {
color: #888;
margin-bottom: 5px;
}
.in-naka.kanren {
margin: 100px auto 50px;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
padding: 80px 0;
}
.in-naka.kanren ul.a-page li {
float: left;
padding: 2% 0 2% 2%;
width: 25%;
}
/* contact */
.contactbox-in {
    max-width: 70%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
padding-top: 30px;
}
.page-template-page-contact-php .contactbox-in input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Rubik', sans-serif;
}
.page-template-page-contact-php .contactbox-in input:focus,
.page-template-page-contact-php .contactbox-in textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.contactbox-in .c-box {
    margin-bottom: 50px;
    overflow: hidden;
}
.c-box.c-ue .c-l {
    margin-bottom: 5px;
}
.c-box .c-l {
    float: left;
    width: 25%;
}
.c-box .c-r {
    float: right;
    width: 75%;
}
.page-template-page-contact-php .sen-yoko {
    border-bottom: 1.5px solid #000;
    width: 100%;
    max-width: 20px;
    margin-bottom: 40px;
}
.page-template-page-contact-php .contact-wrap {
    margin: 100px 0 60px;

}
.page-template-page-contact-php .contact-wrap h2 {
    font-weight: normal;
    text-transform: capitalize;
}
.page-template-page-contact-php .contact-wrap h2 span {
    font-weight: bold;

}
.page-template-page-contact-php .contact-wrap input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Rubik', sans-serif;
}
.page-template-page-contact-php .contact-wrap input:focus,
.page-template-page-contact-php .contact-wrap textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.contact-wrap .c-box {
    margin-bottom: 50px;
    overflow: hidden;
}
.c-box.c-ue {
    margin-top: 70px;
}
.c-box.c-ue.mtue {
    margin-top: 100px;
}
.mannaka {
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #444;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #444;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
}
/* Buttons */
.sandbox {
    text-align: center;
}
.wpcf7-form input[type="submit"] {
    width:200px;
    margin: auto;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #cdcdcd!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border-bottom: 0px solid #000;
}
.page-template-page-contact-php button,
.page-template-page-contact-php input[type="submit"],
.page-template-page-contact-php input[type="button"],
.page-template-page-contact-php input[type="reset"] {
    background: #0068b6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
    border: none;
    border-bottom: 0px solid #cdcdcd;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
}

.page-template-page-contact-php button:hover,
.page-template-page-contact-php button:focus,
.page-template-page-contact-php input[type="submit"]:hover,
.page-template-page-contact-php input[type="button"]:hover,
.page-template-page-contact-php input[type="reset"]:hover,
.page-template-page-contact-php input[type="submit"]:focus,
.page-template-page-contact-php input[type="button"]:focus,
.page-template-page-contact-php input[type="reset"]:focus {
    background: #cdcdcd!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border-bottom: 0px solid #000;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.page-template-page-contact-php button:active,
.page-template-page-contact-php input[type="submit"]:active,
.page-template-page-contact-php input[type="button"]:active,
.page-template-page-contact-php input[type="reset"]:active {
    background: #444!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
    border: none;
    border-top: 0px solid #cdcdcd;
    padding: 10px 24px 11px;
}
.page-template-page-contact-php button, .page-template-page-contact-php input, .page-template-page-contact-php textarea {
    border: 1px solid #111;
    font-family: inherit;
    padding: 5px;
    width: 100%;
    background-color: transparent;
}
input:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0;
    background-color: #fff;
}
.contactbox-all {
  overflow: hidden;
  width: 96%;
  background-color: #f5f5f5;
  padding: 2%;
}
.contact-txt {
  line-height: 2;
  margin-bottom: 150px;
}
.c-l span {
    display: block;
    opacity: .5;
    font-size: 12px;
    margin-top: 2px;
    font-weight: normal;
}
span.en-moji {
    display: block;
    opacity: .5;
    margin-bottom: 10px;
}
span.en-moji br {
    display: none;
}
.page-template-page-contact-php .box.shop-box {
margin-top: 20px;
margin-bottom: 100px;
overflow: hidden;
border-top: 1px solid #cdcdcd;
padding-top: 100px;
}
.wpcf7-spinner {
    display: none;
}
ul.works-menu li+li {
    position: relative;
}
ul.works-menu li+li::before {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
ul.works-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: -10px;
}
ul.works-menu li {
/*    width: 100%;
    display: flex;*/
    margin: 0;
}
ul.works-menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*width: 100%;*/
    padding: 10px;
}
.coming {
    font-family: 'Rubik', sans-serif;
    margin: 100px 0 200px;
}
.tax-works-cat .wrap, .tax-works-cat #container, .tax-works-cat #page {
    height: 100%;
}
.error404 .wrap, .error404 #container, .error404 #page {
    height: 100%;
}



@media (max-height: 690px) {
.logobox {
margin: auto;
text-align: center;
margin: 2% auto auto;
width: 100%;
max-width: 170px;
}
.intro-img {
margin: 35px auto 0;
width: 65%;
text-align: center;
}
}
@media (max-width: 1070px) {
.foot-in {
    width: 92%;
}
}
@media (max-width: 935px) {
.site-i-r .nav-menu li {
margin: 0 12px;
}
ul.bagbox li {
float: right;
margin-left: 12px;
position: relative;
}
}
@media (max-width: 870px) {
.foot-in {
width: 100%;
margin: 30px auto 10px;
overflow: hidden;
}
.site-i-rr {
width: 100%;
float: none;
padding-top: 23px;
}
.site-i-r {
width: 100%;
float: none;
padding-top: 28px;
}
.site-i-l {
width: 100%;
float: none;
}
ul.bagbox {
overflow: hidden;
}
ul.bagbox li {
float: right;
margin: 1%;
position: relative;
width: 48%;
text-align: center;
border-bottom: 1px solid;
padding-bottom: 16px;
}
.foot-in {
width: 100%;
margin: 30px auto 10px;
overflow: hidden;
}
.site-i-r .nav-menu li.sp-waku {
width:98% ;
}
.site-i-r .nav-menu li {
margin: 25px 1%;
width: 48%;
float: left;
border-bottom: 1px solid;
padding-bottom: 16px;
}
.site-i-r .nav-menu a:before, ul.bagbox li a:before {
    display: none;
}
.logo-fbox {
width: 100%;
max-width: 135px;
margin: 25px auto 0;
}
.logobox {
    margin-top: 12%;
}
}
@media (max-width: 780px) {
/*etc*/
button,
textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.page-template-page-link-php .site-info {
    position: static;
}
ul.home-blog-area li {
width: 50%;
float: left;
}
ul.home-item-area li {
position: relative;
float: left;
width: 50%;
}
ul.home-blog-area.uearea li:last-child, ul.home-item-area li:last-child {
width: 100%;
float: left;
}
}
@media (max-width: 643px) {
ul.nav-menu, div.nav-menu > ul {
display: block;
}
#content .entry-header,
#content .entry-content,
#content .entry-summary,
#content footer.entry-meta,
#content .featured-gallery,
.search.sidebar .page-content,
.blog.sidebar .page-content,
.sidebar .post-navigation .nav-links,
.paging-navigation .nav-links,
#content .author-info,
.comments-area .comments-title,
.comments-area .comment-list,
.comments-area .comment-navigation,
.comment-respond,
.sidebar .site-info,
.sidebar .paging-navigation .nav-links {
    padding-left: 0;padding-right: 0;
}
#site-navigation button,
#site-navigation input[type="submit"],
#site-navigation input[type="button"],
#site-navigation input[type="reset"] {
    background: #0068b6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border: none;
    border-bottom: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 14px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
        background-color: #000;
        color: #fff!important;
}
ul.home-blog-area li {
width: 50%;
float: left;
}
ul.home-item-area li {
position: relative;
float: left;
width: 50%;
}
ul.slider li, ul.slider-top li {
height: 60%;
height: 60vh;
}
ul.home-blog-area.uearea li:last-child, ul.home-item-area li:last-child {
width: 100%;
float: left;
}
.slide-txt {
    top: 25%;
    height: 50px;
}
.logobox {
text-align: center;
margin: 18% auto auto;
width: 100%;
max-width: 145px;
}
.intro-img {
margin: 65px auto 0;
width: 96%;
text-align: center;
}
.text-box {
position: absolute;
bottom: 5%;
left: 3%;
display: none;
}
.uete {
position: absolute;
bottom: 0%;
left: 2%;
color: #fff;
top: auto;
}
.uete h3 {
    font-size: 12px;
}
.box.shop-box ul {
margin-left: 0;
}
.box.shop-box.topbox ul li {
margin-left: 0;
margin-bottom: 35px;
}
.box.shop-box ul li {
width: 100%;
float: left;
margin-left: 0;
margin-bottom: 5%;
}
.site-i-rr {
width: 100%;
float: none;
padding-top: 23px;
}
.site-i-r {
width: 100%;
float: none;
padding-top: 28px;
}
.site-i-l {
width: 100%;
float: none;
}
ul.bagbox {
overflow: hidden;
}
ul.bagbox li {
float: right;
margin: 1%;
position: relative;
width: 48%;
text-align: center;
border-bottom: 1px solid;
padding-bottom: 16px;
}
.foot-in {
width: 100%;
margin: 30px auto 10px;
overflow: hidden;
}
.site-i-r .nav-menu li.sp-waku {
width:98% ;
}
.site-i-r .nav-menu li {
margin: 25px 1%;
width: 48%;
float: left;
border-bottom: 1px solid;
padding-bottom: 16px;
}
.site-i-r .nav-menu a:before, ul.bagbox li a:before {
    display: none;
}
.logo-fbox {
width: 100%;
max-width: 135px;
margin: 25px auto 0;
}
.side-menu-btn {
position: fixed;
top: 15px;
left: 20px;
}
.side-menu .nav-menu li {
display: block;
position: relative;
margin-bottom: 25px;
}
.side-menu {
    padding: 45px 4% 0;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 0;
}
.box.shop-box ul {
margin-left: 0;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
margin-right: 0;
width: 50%;
float: left;
margin-bottom: 20px;
padding-right: 0;
overflow: hidden;
}
.site-title {
font-size: 60px;
font-weight: bold;
line-height: 1;
margin: 0;
padding: 80px 0 10px;
}
.p-logo {
width: 100%;
max-width: 125px;
margin-left: 4%;
}
.archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sidebar .site-info, .site-footer .widget-area {
padding-left: 0;
padding-right: 0;
}
.in-naka {
width: 92%;
margin: auto;
}
.page-template .hentry {
padding: 20px 0 50px;
border-bottom: 1px solid #cfcfcf;
margin-bottom: 40px;
}
.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
font-size: 16px;
font-weight: bold;
}
ul.a-page li {
float: left;
padding: 2% 0 2% 2%;
width: 50%;
margin-bottom: 3%;
}
.in-naka.kanren ul.a-page li {
float: left;
padding: 2% 0 2% 2%;
width: 50%;
margin-bottom: 3%;
}
.in-naka.kanren {
margin: 0 auto 20px;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
padding: 30px 0;
}
.contactbox-in {
max-width: 100%;
width: 100%;
overflow: hidden;
margin-bottom: 20px;
padding-top: 30px;
}
.c-box .c-l {
float: left;
width: 100%;
}
.c-box .c-r {
float: right;
width: 100%;
}
.page-template-page-contact-php .box.shop-box {
margin-top: 0;
margin-bottom: 0;
overflow: hidden;
border-top: 1px solid #cdcdcd;
padding-top: 35px;
}
.box.shop-box.topbox ul li {
    width: 100%;
}
}

