@charset "UTF-8";

 .tomokai {
  display: none;
 }

/* http://meyerweb.com/eric/tools../css/reset/ */
  .telLink {
    pointer-events: none;
  }

/* v1.0 | 20080212 */
::selection
{
    background: #000000;
    color: #ffffff;
}

/* for Firefox */
::-moz-selection
{
    background: #000000;
    color: #ffffff;
}



/*style*/
.infoBox {
  position: relative;
  box-sizing: border-box;
}

.ribbon19-content {
  position: absolute;
  top: 0;
  left: 20px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  }

.ribbon19 {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: -55px;
    top: 13px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #39c3d4;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    box-shadow: 0 0 0 2px rgb(57, 195, 212);
    z-index: 2;
}

.list.ribbon19-content {

    left: 30px !important;
 

}

/*--------------------------------------reset--------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}


/* remember to define focus styles! */

:focus {
  outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* start: clearfix ------------------------------ */


/* For modern browsers */

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
  zoom: 1;
}


/* end: clearfix ------------------------------ */

a img {
  transition: all 0.5s;
}

a img:hover {
  opacity: 0.7;
}

a {
  color: #1352b5;
}

body { 
  font-family: 'Sen', sans-serif;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.innerContent {
  min-height: 300px;
}

.member-only {
  display: none;
}

/*--------------------------------------HEADER--------------------------------------*/

header {
  position: fixed;
  top: 30px;
  width: 100%;
  height: 92px;
  z-index:1111100;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px 15px;
  transition: all 0.5s;
}

.LC_Page_Index header {
 top: 30px;
}

header.white {
  background-color: white !important;
  top: 0px;
}

header .inner {
  margin: 0 auto;
  position: relative;
}

header h1 {
  position: relative;
  top: 6px;
}

header .logo img {
  text-align: center;
  width: 80px;
  position: relative;
  top: 3px;
}

header .logo span.eng {
  font-size: 15px;

  font-weight: bold;
  letter-spacing: 2px;
}

header .logo a {
  color: #000;
  text-decoration: none;
}

header .logo {
 /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  padding: 5px;
}

header .logo span {
  position: relative;
  left: 10px;
  font-size: 16px;
  letter-spacing: 3px;
}

header li.pre {
  position: relative;
}

.count {
  background-color: #2c354a;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 30px;
  color: white;
  display: block;
  position: absolute;
  top: 0px;
  right: -15px;
  line-height: 30px;
}

header ul.acount a {
  color: #000;
  padding: 10px;
  transition: all 0.5s;
  display: inline-block;
  min-width: 75px;
}

ul.acount a:hover {
  text-decoration: none;
  color: #ccc;
}

header ul.acount {
  text-align: center;
  position: absolute;
  right: 105px;
  top: 20px;
}

ul.acount li {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  transition: all 0.5s;
  line-height: 1.8;
}

ul.acount li:hover {
  color: #ccc;
}

ul.acount li span.ic {
  height: 23px;
}

ul.acount li i {
  display: block;
  font-size: 16px;
  padding: 5px;
}

ul.acount li i.fab {
  padding: 0px;
  position: relative;
}

ul.acount a.facebook, ul.acount a.instagram, ul.acount a.twitter {
  position: relative;
  top: -15px;
}

ul.acount a.facebook:hover {
  color: #3F58BC;
  text-decoration: none;
}

ul.acount a.instagram:hover {
  color: #EB6861;
  text-decoration: none;
}

ul.acount a.twitter:hover {
  color: #509DCB;
  text-decoration: none;
}

ul.acount span {
  text-align: center;
}

nav ul {
  text-align: center;
  margin-bottom: 10px;
}

nav ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 10px 0px;
  position: relative;
  width: 191px;
  font-size: 14px;
}

nav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}

nav ul li a:hover {
  color: #01328c;
}

nav ul li:first-child {
  border-left: 1px solid #ccc;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li:last-child img.cart {
  position: absolute;
  left: 35px;
  top: -10px;
}

nav ul li:last-child img.rakuten {
  position: absolute;
  left: 120px;
  top: -10px;
}

div.breadcrumb {
  padding: 0 0 5px;
  text-align: right;
  padding: 15px;
  letter-spacing: 2px;
}

div.breadcrumb div {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
}

div.breadcrumb div a {
  color: #7da8d6;
  transition: all 0.5s;
}

div.breadcrumb div:before {
  content: &quot;
  〉&quot;
  ;
}

div.breadcrumb div a:hover {
  text-decoration: none;
  color: #ccc;
}


.pBox .num {
font-family: 'Pinyon Script', cursive;
position: absolute;
    font-size: 45px;
    top: 10px;
    left: -10px;
    color: #6d7b90;
    z-index: 100;
}

/*ハンバーガー*/

#nav-drawer {
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
  width: 50px;
}

#nav-drawer span.menu {
  position: relative;
  right: 0px;
  top: -20px;
  font-size: 12px;
  z-index: 1;
  cursor: pointer;

  letter-spacing: 1.5px;
}


/*チェックボックス等は非表示に*/

.nav-unshown {
  display: none;
}


/*アイコンのスペース*/

#nav-open {
  display: inline-block;
  width: 30px;
  height: 40px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  
  cursor: pointer;
}


/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
  right: 0;
  transition: all 0.5s;
}

#nav-open:hover span, #nav-open:hover span:before, #nav-open:hover span:after {
  background: #ccc;
}

#nav-open span:before {
  bottom: -8px;
  right: 0;
}

#nav-open span:after {
  bottom: -16px;
  right: 0;
}


/*閉じる用の薄黒カバー*/

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ab opacity: 0;
  transition: .3s ease-in-out;
}


/*中身*/

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る*/
  max-width: 330px;
  /*最大幅*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*左に隠しておく*/
  padding: 15px;
}

#nav-content .navTitle {
  font-weight: bold;
  clear: both;
  text-align: center;

  font-size: 16px;
  /*background-color: #000;*/
  color: #000;
  padding: 50px 0 10px;
}

#nav-content .navTitle span {
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}

#nav-content ul li {
  border-bottom: 1px solid #ccc;
  clear: both;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  line-height: 50px;
}

#nav-content ul.categoryNavMenu.sec {
  padding-bottom: 50px;
}

#nav-content ul.categoryNavMenu.sec li {
  padding: 5px 0;
}

#nav-content ul.categoryNavMenu.sec li i {
  padding-right: 10px;
}

#nav-content ul a {
  color: #000;
  transition: all 0.5s;
}

#nav-content ul a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#nav-content ul li img {
  width: 50px;
  float: left;
      margin-right: 10px;
}


/*チェックが入ったらもろもろ表示*/

#nav-input:checked~#nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}


.tokuten {
      text-align: center;
    padding: 10px 0;
    letter-spacing: 3px;
    background-color: #535d75;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s;
}
.tokuten:hover {
  background-color: #2e3546;
}

/*--------------------------------------コンテンツ共通ブロック--------------------------------------*/


/*メインイメージ*/

.uk-background-fixed {
  height: 100vh;
  width: 100vw;
  background: url(../img/top/main01.jpeg) no-repeat center top;
  background-size: cover;
}


.uk-background-fixed.img02 {
  height: 100vh;
  width: 100vw;
  background: url(../img/top/main03.jpeg) no-repeat center top;
  background-size: cover;
}

.uk-background-fixed.img03 {
  height: 100vh;
  width: 100vw;
  background: url(../img/top/main04.jpeg) no-repeat center top;
  background-size: cover;
}
.uk-background-fixed.img04 {
  height: 100vh;
  width: 100vw;
  background: url(../img/top/main02.jpeg) no-repeat center top;
  background-size: cover;
}
.uk-background-fixed.img05 {
  height: 100vh;
  width: 100vw;
  background: url(../img/top/main07.jpeg) no-repeat center top;
  background-size: cover;
}




/*カテゴリーナビゲーション*/

.cNav {
  background-color: #f0f5fd5c;
  width: 100%;
  height: 70px;
  margin: -70px auto 0;
  position: relative;
  z-index: 111;
}

ul.categoryNav {
  width: 90%;
  margin: 0 auto;
}

ul.categoryNav li {
  float: left;
  height: 70px;
  width: 12.5%;
  font-size: 12px;
  padding: 20px 0px;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
  line-height: 30px;
}

.listBtn {
  font-size: 14px;
  letter-spacing: 3px;
  
  transition: all 0.5s;
  padding: 15px;
  width: 300px;
  margin: 50px auto 0;
  border-radius: 3px;
  background-color: #000;
  color: white;
  text-align: center;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px;
display: block;
line-height: 1.4;
}

.listBtn.w100 {
  width: 200px;
  position: relative;
    top: -40px;

}

.listBtn:hover {
  opacity: 0.7;
  background-color: #000;
  color: white;
}

a .listBtn {
  color: #fff;
}

ul.categoryNav li:hover {
  background-color: #ffffff8f;
}

ul.categoryNav a {
  color: #272727;
}


/*新着*/

.infoblockBox {
  padding: 50px 0;
}

.columnblockBox {
  background-color: #ebeef3;
  padding: 50px 0;
}
.topinfo {
width: 80%;
    background-color: #fff;
    padding: 50px 0 0;
    margin: 0 auto;
    border-radius: 5px;
}

.topinfo .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.infoBox {
  padding-right: 20px;
  padding-left: 20px !important;
  margin: 0 10px;
  border-radius: 3px;
  color: #000;
}

.infoBox img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 3px;
}

.infoBox .note {
  padding: 15px;
  line-height: 1.5;
}

.infoBox .note .data {
  letter-spacing: 2px;
  font-size: 12px;
}

.infoBox .note .ttl {    font-size: 14px;
    letter-spacing: 2px;}


.aboutBox .aboutTex {
  padding: 50px 0 100px;
  line-height: 1.8;

}

.aboutBox .aboutTex .aboutTtl {
  font-size: 22px;
  letter-spacing: 2px;
  color: #000;
  padding-bottom: 20px;
}

.Comment {
  padding: 0 50px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
}


.first {
  padding: 50px 0;
  line-height: 1.8;
}

.first .p_name {
text-align: center;
    padding:40px 0 5px 0;
    letter-spacing: 3px;
    font-size: 19px;
}

.first .p_kind {
text-align: center;
    padding:0 0 5px 0;
    letter-spacing: 3px;
    font-size: 12px;
    color: #abb3bd;
}

.first .p_price {
  text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
}

.nayami {
  padding: 50px 0;
  line-height: 1.8;
  background-color: #f5f3ee;
}

.nayami .Comment {
  padding-bottom: 50px;
}

.nayami .mt50 {
  margin-top: 50px !important;
}
.innerLine {
  width: 80%;
  margin: 0 auto;
}

.nayami .pBoxTop .info {
position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
}

.nayami .pBoxTop .info .name {
  letter-spacing: 3px;
}

.img-wrapp {
  position: relative;
  width: 47.5%;
  margin: 0 0 40px 0;
  height: auto;
  overflow: hidden;
}

.topinfo .small {
  position: relative;
  width: 30%;
}

.grid {
  max-width: 1240px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy-mobile {
  display: none;
  position: absolute;
  bottom: 14px;
  left: 10px;
  background-image: url(img/buy-btn-mobile.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.img-wrapp img {
  width: 100% !important;
  height: 200px !important;
  -webkit-transition: opacity .5s, -webkit-transform .5s ease-in-out;
  transition: opacity .5s, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s;
  transition: transform .5s ease-in-out, opacity .5s, -webkit-transform .5s ease-in-out;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.listGo {
  font-size: 12px;
}

.project-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(126deg, rgba(153, 107, 74, 0.2) 0%, #4C4439 100%)!important;
}


/*コンテナ*/

.innerContent {
  margin: 0px auto;
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 100px;
}


/*レフトブロック*/

#leftcolumn {
  width: 22%;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#leftcolumn .side {
  margin-bottom: 45px;
}

#leftcolumn .side .side01 img {
  width: 100%;
}

#leftcolumn .side.boxline.true {
  border-top: 1px solid #ccc;
}

#leftcolumn .side.boxline .inner {
  /*padding: 0px 15px 15px;*/
  font-size: 14px;
}

#leftcolumn .side.boxline .inner p.item {
  padding-bottom: 10px;
}

#leftcolumn .side .ttl {
  background-color: #f7f7f7;
  font-size: 22px;
  
  position: relative;
  top: -15px;
  display: inline;
  padding: 0 10px 0 15px;
  letter-spacing: 2px;
}

#leftcolumn .side .ttl span {
  font-size: 12px;
  padding: 0 5px;
}

#leftcolumn .side .mini {
  font-size: 12px;
}

#leftcolumn .side .mini a {
  color: #333;
  display: block;
  margin-bottom: 10px;
}

#leftcolumn .side .mini a:before {
  content: "〉";
}

#leftcolumn .side .formlist {
  line-height: 1.8;
}

#leftcolumn .side .baner li {
  background-color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 3px;
}

#leftcolumn .side .baner li.lts {
  letter-spacing: 3.5px;
}

#leftcolumn .side .baner li:hover {
  background-color: #ccc;
}

#leftcolumn .side .baner li i {
  padding-right: 5px;
}

#leftcolumn .side .baner a li {
  color: #000;
  text-decoration: none;
}

#leftcolumn .side .baner a:hover {
  text-decoration: none;
}

#leftcolumn .welcome {
  line-height: 1.6;
  margin-bottom: 10px;
}

#leftcolumn .side.boxline.side01.champ {
  background: url(../img/top/main_side.png) no-repeat top center;
  background-size: 400px;
  height: 150px;
  width: 100%;
  transition: all .5s;
}

#leftcolumn .side.boxline.side01.champ .inner {
  position: relative;
}

#leftcolumn .side.boxline.side01.champ span {
  position: absolute;
  top: 20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 28px;
  color: #fff;
}

#leftcolumn .side.boxline.side01.champ .btn {
  position: relative;
  top: 90px;
  text-align: center;
  color: #000;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
}

#leftcolumn .side.boxline.side01.champ .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#leftcolumn .side.boxline.side01.champ:hover {
  opacity: 0.8;
}

.information {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  margin: 0px 0 10px !important;
  line-height: 1.6;
}

.pointblock {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  margin-top: 10px;
  border: box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
      background-color: #e4f0fd;
}
.pointblock span.point {
    font-weight: bold;
    font-size: 20px;
    color: #ff7e7e;
    }

nav.cNav {}

ul.categoryNavSide {}

ul.categoryNavSide li {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.5s;
}

ul.categoryNavSide li:hover {
  background-color: #eee;
  color: #000;
}

ul.categoryNavSide li:before {
  content: "〉";
  color: #000;
}

ul.categoryNavSide a {
  color: #000;
}

nav.cNav {
  transition: all 1s;
}

.is-fixed {
  position: fixed;
  top: 175px;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

nav.cNav.is-fixed li:hover {
  background-color: #e8eff1;
}

nav.cNav ul li:first-child {
  border-left: none;
}


/*メインブロック*/


/*
#main_column {
	float: right;
	width: 78%;
}*/

.top #main_column {
  width: 70%;
  margin: 0 auto;
}

.c01, .c02, .c03, .c04, .c05, .c06 {
  clear: both;
  margin: 0 auto 20px;
  position: relative;
}


/*下層ページヘッダー*/

.mainVisual {
  width: 100%;
  height: 300px;
  background: url(../img/top/lowMain.png) no-repeat center -150px;
  text-align: center;
  font-size: 26px;
/* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  position: relative;
}

.mainVisual.p01 {
  width: 100%;
  height: 300px;
  background: url(../img/top/lowMain_p01.png) no-repeat center -150px;
  text-align: center;
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}

.mainVisual .tex {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  letter-spacing: 3px;
    font-size: 20px;
}

.mainVisual span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  padding-top: 10px;
  color: #a0afc1;
}

.mainVisual {
  width: 100%;
  height: 250px;
  background: url(../img/top/lowMain.png) no-repeat center -180px;
  text-align: center;
  font-size: 26px;
 /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  position: relative;
}


/*パンくず*/

.breadcrumb {
  text-align: right;
  padding: 15px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 13px;
  padding-right: 15px;
}

.breadcrumb li a {
  color: #7da8d6;
  transition: all 0.5s;
}

.breadcrumb li:before {
  content: "〉";
}

.breadcrumb li a:hover {
  text-decoration: none;
  color: #ccc;
}

.breadcrumb+.breadcrumb {
  padding-top: 0px;
}

#undercolumn_error {
  width: 100%;
  line-height: 1.6;
}

.selectWrap {
  width: 105px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.selectWrap.cate {
  width: 190px;
  margin-left: 0px;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
    border-bottom: solid 1px #a7a5a5;
    border-right: solid 1px #a7a5a5;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}


/*--------------------------------------FOOTER--------------------------------------*/

footer ul.acount {
  display: none;
}

#footerbottomcolumn {
  background-color: #181f23;
  margin-top: 0px;
    padding-top: 55px;
    padding-bottom: 75px;
    position: relative;
}

#footerbottomcolumn .footerIner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#footerbottomcolumn .footerIner .left {
  width: 100%;
  margin-top: 5px;
  clear: both;
  padding: 20px 0;
}

#footerbottomcolumn .footerIner .right {
  width: 100%;
  clear: both;
}

#footerbottomcolumn .footerIner .logo img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

#footerbottomcolumn .footerIner address {
  font-size: 11px;
  line-height: 1.6;
  color: white;
  letter-spacing: 2px;
  padding-top: 10px;
}

#footerbottomcolumn .footerIner .sitemap {
  font-size: 12px;
  padding: 15px 0;
  width: 100%;
}

#footerbottomcolumn .footerIner .sitemap ul {
  float: left;
  width: 32%;
}

#footerbottomcolumn .footerIner .sitemap li {

    text-align: left;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 2px;
}
#footerbottomcolumn .footerIner .sitemap li.li2 {
  padding-left: 15px;
}
#footerbottomcolumn .footerIner .sitemap li a {
  color: #fff;
}

#footerbottomcolumn .footerIner .sitemap li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#footerbottomcolumn .footerIner .sitemap li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #999;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#footerbottomcolumn .footerIner .sitemap li a:hover::after {
  transform: scale(1, 1);
}

#footerbottomcolumn .footerIner .sitemap li a i {
  color: #fff;
  padding-right: 3px;
}

.snsLink {
  margin-right: 60px;
  clear: both;
  float: left;
  padding: 15px 0;
}

#footerbottomcolumn .footerIner .contact, #footerbottomcolumn .footerIner .facebook, #footerbottomcolumn .footerIner .insta, #footerbottomcolumn .footerIner .twitter {
  background-color: #778eb9;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  float: right;
  transition: all 0.5s;
  margin-top: 5px;
  margin-right: 15px;
  display: inline-block;
}

#footerbottomcolumn .footerIner .contact:hover {
  background-color: #011330;
}

#footerbottomcolumn .footerIner .facebook:hover {
  background-color: #011330;
}

#footerbottomcolumn .footerIner .insta:hover {
  background-color: #011330;
}

#footerbottomcolumn .footerIner .twitter:hover {
  background-color: #011330;
}

#footerbottomcolumn .footerIner .contact i {}

#footerbottomcolumn .footerIner .copyright {
  text-align: left;
  clear: both;
  font-size: 10px;
  padding: 10px 0;
  color: #fff;
}


/*--------------------------------------コンテンツ個別ブロック--------------------------------------*/


/*TOP*/

.uk-slideshow-items {
  height: 100vh;
}

.top .productArea .pickup {
  width: 30%;
  float: left;
  border-radius: 3px;
}

.mainCopy {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1.6;
  width: 700px;
  text-align: center;
}

.mainCopy.taL {

}

.mainCopy span.fade {
    display: block;
    font-size: 22px;
    color: white;
    font-family: 'Sen', sans-serif;
    background: rgba(0,0,0,0.2);
    width: 500px;
    margin: 0 auto;
    letter-spacing: 5px;
    padding: 13px 0;
    transition: all 0.5s;
}

.mainCopy span.fade:hover {
  background-color: #222c3e;
}

.mainCopy.gr span {

}

.mainCopy.pr span {

}

.mainCopy span.bl {
  display: block;
  font-size: 50px;
  color: #000;
  
  line-height: 1.2;
}

.mainCopyLeft {
  position: relative;
  left: 20%;
  margin: auto;
  line-height: 1;
  width: 100%;
  text-align: left;
}

.mainCopyLeft span {
  display: block;
  font-size: 100px;
  color: #000;
  
}

.uk-background-fixed {
  display: table;
  width: 100%;
}

.mainCopy {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.mainCopyLeft {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.mainCopyLeft a:hover {
  text-decoration: none;
}

.mainBtn {
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  width: 350px;
  margin-top: 15px;
  transition: all 0.5s;
  margin: 0 auto;
  position: relative;
  left: -350px;
  top: -150px;
  background-color: #000;
}

.mainBtn i {
  color: #fff;
  padding-right: 10px;
  transition: all 0.5s;
}

.mainBtn:hover {
  background-color: white;
  color: #000;
}

.mainBtn:hover i {
  color: #000;
}

.mainBtnLeft {
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 400px;
  transition: all 0.5s;
  margin: 30px auto 0;
  clear: both;
  border: 1px solid #000;
  float: left;
  color: #000;
}

.mainBtnLeft i {
  color: #000;
  padding-right: 10px;
  transition: all 0.5s;
}

.mainBtnLeft:hover {
  background-color: #000;
  color: #fff;
}

.mainBtnLeft:hover i {
  color: #fff;
}

.productArea a:hover {
  text-decoration: none;
}


.topTtl {
  font-family: 'Sen', sans-serif;
    letter-spacing: 3px;
    font-size: 30px;
    text-align: center;
    padding: 0 0 50px 0;
    color: #4c5765;
    line-height: 2;
}

.topTtl span {
  font-size: 16px;
  display: block;
  color:#a2a5ab;
}


.pBoxTop {
  padding: 0 30px;
  position: relative;
}

.pBoxTop .num {
  font-family: 'Sen', sans-serif;
  letter-spacing: 3px;
    position: absolute;
    font-size: 45px;
    top: 10px;
    left: 10px;
    color: #6d7b90;
    z-index: 100;
}

.pBoxTop .info {
  color: #000;
  font-family: 'Sen', sans-serif;
  padding: 15px 0;
}
.pBoxTop .info .name {
  font-size: 15px;
  line-height: 1.4;
}
.pBoxTop .info .eng {

  letter-spacing: 2px;
  color: #a0afc1;
  font-size: 12px;
  padding: 10px 0;
}

.pBoxTop .info .price {
  letter-spacing: 2px;
  font-size: 15px;
}

.LC_Page_Index .productArea .pickup .info {
  padding-bottom: 30px;
  padding: 10px 20px 20px 20px;
}

.LC_Page_Index .productArea .pickup .pBox {
  background-color: white;
  margin-bottom: 55px;
  border-radius: 0px 0px 3px 3px;
}

.LC_Page_Index .productArea .pickup .pBox img {
  width: 100%;
  /*height: 382px;*/
  object-fit: cover;
  border-radius: 3px 3px 0px 0px;
}

.productArea a {
  color: #5d5f65;
}

.productArea .normal {
  width: 70%;
  float: right;
  margin-top: -0px !important;
}

.productArea .normal .pBox, .productArea .small .pBox {
  float: left;
  background-color: white;
  margin-bottom: 15px;
  border-radius: 0px 0px 3px 3px;
   position: relative;
}

.productArea .normal .pBox img, .productArea .small .pBox img {
  object-fit: cover;
  height: 245px;
  width: 100%;
  border-radius: 3px 3px 0px 0px;
}

.productArea .small {}

.productArea .info {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 31px;
  padding: 10px 20px 20px 20px;
}

.productArea .info .name {
  padding-top: 5px;
  line-height: 1.4;
  margin-bottom: 0px;
}

.productArea .info .eng {
letter-spacing: 2px;
    color: #a0afc1;
    font-size: 12px;
    padding: 10px 0;
}

.productArea .info .list-kind {
    letter-spacing: 2px;
    background-color: #9fb9d8;
    font-size: 11px;
    padding: 3px;
    color: white;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
}

.productArea .info .kind {
  font-size: 12px;
  position: relative;
  padding-top: 5px;
}

.productArea .info .kind2 {
  font-size: 10px;
  position: relative;
  padding-bottom: 5px;
}

.productArea .info .kind::after {
  content: '';
  display: inline-block;
  background-color: #cbcbcb;
  height: 1px;
  width: 18px;
  margin-left: 10px;
  margin-right: -6px;
  position: relative;
  top: -3px;
  transition: 0.6s width cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.productArea .info .kind2::after {
  content: '';
  display: inline-block;
  background-color: #cbcbcb;
  height: 1px;
  width: 18px;
  margin-left: 10px;
  margin-right: -6px;
  position: relative;
  top: -3px;
  transition: 0.6s width cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.productArea .small {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  font-size: 12px;
}

.productArea li.pBox:nth-child(4n+1) {
  float: left;
}

.productArea li.pBox {
  float: left;
}



.topProduct .c01, .topProduct .c02, .topProduct .c03 {
  margin-bottom: 80px;
}


/*商品詳細*/

.productInfo {
  width: 460px;
  float: left;
  margin-left: 30px;
}

#detailrightbloc {
  line-height: 1.8;
}

#detailrightbloc h2 {
font-size: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 2px;
}

#detailrightbloc .price {
  font-size: 20px;
  margin-bottom: 15px;
}

#detailrightbloc .quantity input {
  border-radius: 3px;
  height: 30px;
  border: 1px solid #ccc;
  padding: 0 5px;
  font-size: 16px;
}

#detailrightbloc .quantity dd, #detailrightbloc .quantity dt {
  display: inline;
}

#cartbtn_default a {
display: block;
    background-color: #3c7dd6;
    text-align: center;
    color: white;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    margin-top: 15px;
    transition: all 0.5s;
    display: inline-block;
    /* padding: 0.5em 1em; */
    text-decoration: none;
    /* background: #668ad8; */
    color: #FFF;
    border-bottom: solid 4px #1852ab;
    border-radius: 3px;
}

#cartbtn_default a:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

#cartbtn_default a:hover {
  background-color: #0d4b9e;
  text-decoration: none;
}
/*
#cartbtn_default a {
    display: block;
    background-color: #5fc54d;
    text-align: center;
    color: white;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    margin-top: 15px;
    transition: all 0.5s;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-bottom: solid 4px #428237;
    border-radius: 3px;
}
#cartbtn_default a:active {
  ボタンを押したとき
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

#cartbtn_default a:hover {
  background-color: #0aa93b;
  text-decoration: none;
}*/

#detailrightbloc .kind {
  font-size: 12px;
  position: relative;
}

#detailrightbloc .kind::after {
  content: '';
  display: inline-block;
  background-color: #cbcbcb;
  height: 1px;
  width: 35px;
  margin-left: 10px;
  margin-right: -6px;
  position: relative;
  top: -3px;
  transition: 0.6s width cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

#detailrightbloc .main_comment {
  font-size: 13px;
  padding: 10px 0;
  clear: both;
}


/*--------------------------------------装飾--------------------------------------*/

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.type::before {
  left: -13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

h1 {
  font-size: 20px !important;
}

h2 {}

h3 {
  display: block;
  clear: both;

}

h4 {}

#main_column .ttl {
  
  font-size: 40px;
  position: relative;
  display: inline;
  letter-spacing: 3px;
  /*text-align: right;2020/4/14/TOPページコンテンツ変更*/
  float: right;
  width: 100%;
  margin-bottom: 15px;
}

#main_column .ttl::after {
  content: '';
  display: block;
  background-color: #cbcbcb;
  height: 1px;
  width:100%;
  margin-bottom: -25px;
  position: absolute;
  left: 0px;
  top: 25px;
  transition: 0.6s width cubic-bezier(0.5, 0.045, 0.355, 1) 0.4s;
}

#main_column .ttl span.jan {
  font-size: 14px;
  position: relative;
  top: -10px;
}

#main_column .ttl span {
  background-color: #f7f7f7;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.infoTtl {
  
  font-size: 40px;
  position: relative;
  display: inline;
  letter-spacing: 3px;
  text-align: center;
  float: right;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.infoTtl span.jan {
  font-size: 14px;
  position: relative;
  top: -10px;
}

.infoTtl span {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}


/*--------------------------------------フォーム関係--------------------------------------*/

.inner input[type="text"] {
  width: 98%;
  border-radius: 3px;
  height: 20px;
  border: 1px solid #ccc;
  padding-left: 5px;
  background-color: white !important;
}

.inner input[type="password"] {
  width: 98%;
  border-radius: 3px;
  height: 20px;
  border: 1px solid #ccc;
  padding-left: 5px;
  background-color: white !important;
}

.formlist {
  padding-bottom: 10px;
}

td.delete a {
  padding: 5px;
  background-color: #ff8f8f;
  color: white !important;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.5s;
}

td.delete a:hover {
  background-color: #ef2424;
}

td.detail a {
  padding: 5px;
  background-color: #4289b3;
  color: white !important;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.5s;
}

td.detail a:hover {
  background-color: #135882;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow1::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1352b5;
  border-right: 1px solid #1352b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer ul.acount {
  display: none;
}

.lowerContent {
  position: relative;
}

.out-table {
  padding: 25px;
  background-color: white;
  margin-bottom: 50px;
}



/*----------------

キャンペーン

------------------*/


.present_message {
  width: 100%;
  background-color: #fff3da;
  padding: 45px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.present_message .present_count {
  font-size: 23px;
  color: #ff6161;
  margin: 0 10px;
}

.present_count2 {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 23px;
  color: white;
  margin: 0 10px;
}

.present_message ul {
width: 100%;
text-align: center;
margin: 20px 0;
}

.present_message ul li {
  display: inline-block;
  width: 100%;
  font-size: 15px;
    text-align: left;
    position: relative;
}

.present_message ul li .name {
  line-height: 1.6;
  padding: 5px 0;

}
.present_message ul li .number {
  text-align: center;
  background-color: #5c7680;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 11111111111111;
}
.present_message ul a li .name {
  color: #000;
}
.present_message .big {
  font-size: 26px;
  color: #ff3434;
  
  width: 100%;
  padding: 15px 0;
}
.present_note {
  line-height: 1.8;
  font-size: 20px;
  padding: 10px 0 0 0;
}
.p-box {
  width: 95%;
  margin: 0 auto;
}
.p-ttl {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  color: white;
  width: 100%;
  margin-top: 20px;
}

.col1 {
  background-color: #5c7680 !important;
}

.col2 {
  background-color: #a58220 !important;
}

.color1 {
  color: #5c7680;
}

.color2 {
  color: #a58220;
}

ul.p01-06 {

}

ul.p07-08 li {
  display: inline-block;
  width: 100%;
  font-size: 15px;
      text-align: center;
}
.banFooterSp {
  display: none;
}
.banFooter {
  position: relative;
  top: 23px;
}


#colmun_area {
  margin-top: 55px;
}

.columnTtl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#colmun_area .columnBox {
width: 216px;
background-color: white;
float: left;
}

#colmun_area .columnBox img {
width:100% !important;
height: auto !important;
float: left;
}

#colmun_area a.img-wrapp + a.img-wrapp {
  position: relative;
  left: 10px;
}


#colmun_area .columnBox .note {
clear: both;
  width: 100%;
  background-color: white;
  padding: 25px;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

a .col-ttl {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}



@media (max-width:1024px) {

.mainCopy span.fade {
    display: block;
    font-size: 22px;
    color: white;
    font-family: 'Sen', sans-serif;
    background: rgba(0,0,0,0.2);
    width: 40%;
    margin: 0 auto;
    letter-spacing: 5px;
    padding: 13px;
    transition: all 0.5s;
}

.mainCopy span.fade:hover {
  background-color: #666;
}

 

    .img-wrapp img {
    height: 140px!important;
  }

.banFooterSp {
  display: none;
}
.banFooter {
  position: relative;
  top: 23px;
}

.uk-background-fixed {
  height: 100vh;
  width: 100vw;
  background: url(../img/top/main01.jpeg) no-repeat center top;
  background-size: cover;
}

header .logo span.eng {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    left: 2px;
    top: 21px;
}
}


@media (max-width:768px) {


  .img-wrapp img {
    height: 140px!important;
  }
}


/*--------------------------------------------------------------------------------------

0pxから640pxまで

---------------------------------------------------------------------------------------*/

@media (max-width:640px) {
.tokuten {
  font-size: 11px;
}
.mainCopy span .uk-icon {
  display: none;
}
div.breadcrumb {
line-height: 1.3;
padding: 15px 25px;
text-align: left;
}
div.breadcrumb div {
  font-size:11px;
}
  .listGo {
  font-size: 10px;
}

.infoTtl {
  text-align: left;
width: 95%;
}
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spNone {
    display: none;
  }
  .pagetop {
    text-align: center;
    padding: 10px 10px;
    background-color: #d5d8de;
    color: white;
    
  }
  /*------------header-----*/
  header {
    padding: 0;
    height: 62px;
  }
  header .logo img {
text-align: center;
    width: 58px;
    position: relative;
    top: -6px;
    left: 1px;
  }
  header .logo span {
    font-size: 14px;
    position: relative;
    top: -7px;
  }
  header ul.acount {
    display: none !important;
  }
  header .logo span.eng {
    display: block;
    font-size: 12px;
    position: relative;
    left: 52px;
    top: -10px;
  }
  nav.cNav {
    display: none;
  }
  #nav-content ul li {
    padding: 0;
  }
  #nav-content ul li img {
    display: none;
  }
  #nav-content ul.categoryNavMenu.sec li {
    padding: 15px 0;
    line-height: 1.2;
  }
  #nav-content ul.categoryNavMenu.sec li.last {
    padding-bottom: 30px;
  }
  #nav-drawer {
    position: absolute;
    top: 15px;
    right: 0px;
    cursor: pointer;
    width: 50px;
  }
  #nav-content {
    width: 50%;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  ul.categoryNav li {
    font-size: 10px;
  }
  #nav-content {
    background-color: #000;
  }
  #nav-content ul li {
    font-size: 12px;
    color: white;
    border-bottom: 1px solid #585858;
  }
  #nav-content .navTitle {
    padding: 40px 0 10px;
  }
  #nav-content .navTitle.top {
    padding: 20px 0 10px;
  }
  .innerContent {
    padding-bottom: 50px;
    position: relative;
  }
  #nav-drawer span.menu {
    letter-spacing: 1px;
  }
  #nav-content ul.categoryNavMenu {
  padding-bottom: 20px;
}
  #nav-content ul.categoryNavMenu.sec {
  padding-bottom: 100px;
}
#nav-content .navTitle {
  color: white;
}
  /*------------side-----*/
  #leftcolumn {
    display: none;
  }
  /*------------TOP-----*/
  .infoTtl {
    font-size: 30px;
  }
  .cNav {}
  .mainCopyLeft span {
    display: block;
    font-size: 36px;
    color: #000;
  }
  .mainCopy span {
    display: block;
    font-size: 46px;
    color: white;
  }
  .mainCopy span.bl {
    font-size: 26px;
    position: relative;
    top: 170px;
  }
  .mainBtn {
    display: none;
  }
  .mainBtnLeft {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 60%;
    margin: 15px auto;
    transition: all 0.5s;
    margin: 0 auto;
    float: none;
  }
  .top .productArea {
    clear: both;
    border-radius: 3px;
  }
  .top .productArea .pickup {
    width: 105%;
    float: none;
    border-radius: 3px;
  }
  .productArea .pickup .pBox img {
    height: 452px;
}

  .topinfo {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topinfo.column {
    width: 90%;
padding: 21px 5px 10px;
  }
  .productArea .normal {
    width: 105%;
    float: none;
  }
  .uk-grid>* {
    padding-left: 0px !important;
  }
  .uk-grid {
    margin-left: 0px !important;
  }
  .productArea .normal .pBox img, .productArea .small .pBox img, .LC_Page_Index .productArea .pickup .pBox img {
    height: 200px;
  }
  .LC_Page_Index .productArea .pickup .pBox {
    margin-bottom: 20px;
  }
  .mainVisual {
    width: 100%;
    height: 180px;
    background: url(../img/top/lowMain.png) no-repeat center -180px;
    background-size: 100% 100%;
  }
  .productArea .info {
    font-size: 14px;
  }
  .productArea .pickup .pBox, .productArea .normal .pBox, .productArea .small .pBox {
    margin-right: 15px;
        position: relative;
  }
  #main_column .ttl {
    font-size: 30px;
    position: relative;
    display: inline;
    letter-spacing: 3px;
    text-align: left;
    float: none;
    width: 100%;
    position: relative;
    left: -10px;
    top: -10px;
  }
  #main_column .ttl .jan {
    display: none;
  }
  #main_column .ttl::after {
    content: '';
    display: block;
    background-color: #cbcbcb;
    height: 0px;
    width: 90%;
    margin-bottom: -25px;
    position: absolute;
    left: 0px;
    top: 25px;
    transition: 0.6s width cubic-bezier(0.5, 0.045, 0.355, 1) 0.4s;
  }
  .productArea .info .name {
    line-height: 1.4;
  }


.aboutBox .aboutTex .aboutTtl {
    padding: 0 40px 20px;
    /* text-align: left; */
    line-height: 1.4;
}

.Comment {
  padding: 0 40px;
  text-align: left;
}

.nayami .pBoxTop {
  padding: 0 20px;
}


  .topinfo .inner {
    width: 100%;
    margin: 0 auto;
  }
  .infoBox {
    padding-right: 0px;
    padding-left: 0px !important;
    margin: 0 10px;
    border-radius: 3px;
    color: #000;
    width: 100%;
  }
  .infoBox img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
  }
  .infoBox .note {
    padding: 0 15px;
    line-height: 1.5;
    float: right;
    width:69%;
    font-size: 13px;
  }
  .infoBox .note .data {
    letter-spacing: 2px;
    font-size: 12px;
  }
  .infoBox .note .ttl {
    font-size: 12px;
  }
  .img-wrapp {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    height: auto;
    overflow: hidden;
  }
  .topinfo .small {
    position: relative;
    width: 100%;
  }
  .grid {
    max-width: 1440px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .buy-mobile {
    display: none;
    position: absolute;
    bottom: 14px;
    left: 10px;
    background-image: url(img/buy-btn-mobile.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }
  .img-wrapp img {
    width: 20% !important;
    height: 60px !important;
    -webkit-transition: opacity .5s, -webkit-transform .5s ease-in-out;
    transition: opacity .5s, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s;
    transition: transform .5s ease-in-out, opacity .5s, -webkit-transform .5s ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    float: left;
  }
  .project-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(126deg, rgba(153, 107, 74, 0.2) 0%, #4C4439 100%)!important;
  }
  .listBtn {
    width: 60%;
    color: white;
    text-align: center;
    background-color: #000;
    padding: 10px 0;
    border-radius: 3px;
    margin-top: 30px;
    transition: all 0.5s;
    border: none;

  }
  a .listBtn {
    color: white;
  }
  .c02 .productArea, .c03 .productArea {
    width: 105%;
  }
  .selectWrap.cate {
    width: 200px;
    margin-left: 0px;
    position: relative;
    display: inline-block;
  }
  /*メインイメージ*/
  .uk-background-fixed {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main01.jpeg) no-repeat center top;
    background-size: cover;
  }
  .uk-background-fixed.img02 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main03.jpeg) no-repeat center 0px;
    background-size: cover;
  }


  .uk-background-fixed.img03 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main04.jpeg) no-repeat center 0px;
    background-size: cover;
  }
  .uk-background-fixed.img04 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main02.jpeg) no-repeat center 0px;
    background-size: cover;
  }

    .uk-background-fixed.img05 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main07.jpeg) no-repeat center 0px;
    background-size: cover;
  }
  /*------------footer-----*/
  footer ul.acount {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #264986;
    right: 0;
    left: 0;
    height: 70px;
    display: flex;
    text-align: center;
    letter-spacing: 3px;
  }
  footer ul.acount li {
width: 25%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -6px;
  }

  footer ul.acount a {
    width: 25%;
    color: white;
    position: relative;
    top: 18px;
  }
  footer ul.acount a span.tex {
    /*display: none;*/
    position: relative;
    left: -18px;
    letter-spacing: 1px;
 
}
  footer ul.acount a span.tex.none {
    /*display: none;*/
    position: relative;
    left: -2px;
    
}
  footer ul.acount a span.tex.over {
    /*display: none;*/
    position: relative;
    left: -9px;
letter-spacing: 1px;
  }
  footer ul.acount a:nth-of-type(2) .tex.none{
left: -11px;
letter-spacing: 1px;
  }
  footer ul.acount a:nth-of-type(3) .tex{
left: -15px !important;
letter-spacing: 1px;
  }
  footer ul.acount a:nth-of-type(4) .tex{
left: -13px;
letter-spacing: 1px;
  }
  footer ul.acount a:nth-of-type(1) svg {
    left: 4px;
    position: relative;
  }
  footer ul.acount a:nth-of-type(2) svg {
    left: -5px;
    position: relative;
  }
  footer ul.acount a:nth-of-type(3) svg {
    left:5px;
    position: relative;
  }
  footer .count {
    background-color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 30px;
    color: #000;
    display: block;
    position: absolute;
    top: 0px;
    right: -15px;
    line-height: 30px;
  }
  header ul.acount {
    display: none !important;
  }
  .top #main_column {
    width: 90%;
    margin: 0 auto;
  }
  footer ul.acount {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #2e3440;
    right: 0;
    left: 0;
    height: 70px;
    display: flex;
z-index: 111111111;
}
  footer ul.acount a {
    color: white;
    width: 20%;
    padding-top: 0px;
  }

#footerbottomcolumn .footerIner .sitemap ul {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #43474c;
}
#footerbottomcolumn .footerIner .sitemap ul + ul + ul {
  border-bottom: 0px;
}

  nav.cNav {
    width: 100%;
  }
  nav.cNav ul li {
    width: 50%;
    float: left;
  }
  header .count {
    display: none !important;
  }
  #footerbottomcolumn {
    background-color: #181f23;
    margin-top: 0px;
    padding-top: 15px;
  }
  #footerbottomcolumn .footerIner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60px;
  }
  #footerbottomcolumn .footerIner .left {
    width: 100%;
    float: none;
    margin-top: 5px;
    text-align: center;
  }
  #footerbottomcolumn .footerIner .right {
    float: none;
    width: 100%;
  }
  #footerbottomcolumn .footerIner .logo img {
    width: 100px;
    float: none;
  }
  #footerbottomcolumn .footerIner address {
    display: none;
  }
  #footerbottomcolumn .footerIner .sitemap {
    font-size: 12px;
    padding: 15px 0;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  #footerbottomcolumn .footerIner .sitemap li {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  #footerbottomcolumn .footerIner .sitemap li a {
    color: #fff;
  }
  #footerbottomcolumn .footerIner .sitemap li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #footerbottomcolumn .footerIner .sitemap li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #999;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  #footerbottomcolumn .footerIner .sitemap li a:hover::after {
    transform: scale(1, 1);
  }
  #footerbottomcolumn .footerIner .sitemap li a i {
    color: #fff;
    padding-right: 3px;
  }
  .snsLink {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  #footerbottomcolumn .footerIner .contact, #footerbottomcolumn .footerIner .facebook, #footerbottomcolumn .footerIner .insta, #footerbottomcolumn .footerIner .twitter {
    background-color: #778eb9;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    float: none;
    display: inline-block;
    transition: all 0.5s;
    margin-top: 5px;
    margin-right: 8px;
    margin-left: 8px;
  }
  #footerbottomcolumn .footerIner .contact:hover {
    background-color: #011330;
  }
  #footerbottomcolumn .footerIner .facebook:hover {
    background-color: #011330;
  }
  #footerbottomcolumn .footerIner .insta:hover {
    background-color: #011330;
  }
  #footerbottomcolumn .footerIner .twitter:hover {
    background-color: #011330;
  }
  #footerbottomcolumn .footerIner .contact i {}
  #footerbottomcolumn .footerIner .copyright {
    text-align: center;
    clear: both;
    font-size: 10px;
    padding: 10px 0;
    color: #fff;
  }
  input[type="submit"], input[type="button"], select {}
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, select::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus, select::focus {
    outline-offset: -2px;
  }
  input, button, textarea, select {}
  .uk-slideshow {
    -webkit-tap-highlight-color: transparent;
    height: 65vh !important;
  }
  .mainCopy.gr span {
    color: #757373;
    font-size: 26px;
    position: relative;
    left: 0px;
    top: -80px;
    line-height: 1.2;
  }
  .mainCopy.pr span {
    color: #fff;
    font-size: 28px;
    position: relative;
    left: 0px;
    top: 100px;
    line-height: 1.2;
  }
  .out-table {
  padding: 0px;
  background-color: rgba(255,255,255,0) !important;
  margin-bottom: 0px;
}

.p-box {
    width: 100%;
    margin: 0 auto;
}


.present_message ul li {
	text-align: center;
}

.present_message ul li .name {
    line-height: 1.6;
    padding: 5px 10px;
}
.p-ttl {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    color: white;
    width: 100%;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
}



.banFooterSp {
  display:block;
  width: 80%;
    margin: 0 auto 20px;
}
.banFooter {
  display: none;
}



#colmun_area .columnTtl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#colmun_area .columnBox {
width:48%;
float: left;
background-color: white;
}

#colmun_area a.img-wrapp + a.img-wrapp {
  position: relative;
  left: 10px;
}

#colmun_area .columnBox img {
width:100% !important;
height: auto !important;
float: left;
}

#colmun_area .columnBox .note {
clear: both;
  width: 100%;
  background-color: white;
  padding: 20px;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

a .col-ttl {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}



}

.cart-btn.btn {
  margin-top: 10px;
}

@media (max-width:420px) {
  .mainCopy span.bl {
    font-size: 26px;
    position: relative;
    left: 0px;
    top: 130px !important;
  }

    .productArea .pickup .pBox img {
    height: 352px;
}
}

@media (max-width:375px) {
  .mainCopy span.bl {
    font-size: 26px;
    position: relative;
    left: 0px;
    top: 150px !important;
  }
}

@media (max-width:360px) {
  .mainCopy span.bl {
    font-size: 26px;
    position: relative;
    top: 130px !important;
  }

  .infoTtl span {
    letter-spacing: -0.5px;
  }
}

@media (max-width:320px) {
  .uk-background-fixed {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main01.jpeg) no-repeat center top;
    background-size: cover;
  }
  .uk-background-fixed.img02 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main03.jpeg) no-repeat center top;
    background-size: cover;
    background-size: cover;
  }
  .uk-background-fixed.img03 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main04.jpeg) no-repeat center top;
    background-size: cover;
    background-size: cover;
  }
  .uk-background-fixed.img04 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main02.jpeg) no-repeat center top;
    background-size: cover;
    background-size: cover;
  }
  .uk-background-fixed.img05 {
    height: 65vh;
    width: 100vw;
    background: url(../img/top/main07.jpeg) no-repeat center top;
    background-size: cover;
    background-size: cover;
  }

}


/*--------------------------------------------------------------------------------------

641pxから960pxまで

---------------------------------------------------------------------------------------*/

@media (max-width:960px) {
  header ul.acount {
    display: block;
  }
  header ul.acount a {
    padding: 10px 5px;
  }
  header .logo span {
    display: none;
  }
  nav.cNav {
    display: none;
  }
  nav.cNav ul li {
    width: 25%;
    float: left;
    color: #000;
  }
  #leftcolumn {
    display: none;
  }
  .LC_Page_Index .productArea .pickup .pBox {
    margin-bottom: 50px;
  }

  .grid {
    max-width: 1340px;
  }

  .ribbon19-content {
    position: absolute;
    top: 0;
    left: 0px;
    width: 35px;
    height: 35px;
    overflow: hidden;
}
.ribbon19 {
    display: inline-block;
    position: absolute;
    padding: 14px 0 3px 0;
    left: -61px;
    top: -4px;
    width: 136px;
    text-align: center;
    font-size: 8px;
    line-height: 5px;
    background: #39c3d4;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    box-shadow: 0 0 0 2px rgb(57, 195, 212);
    z-index: 2;
}

.list.ribbon19-content {
    left: 0px !important;
}

}


/*--------------------------------------------------------------------------------------

961pxから1200pxまで

---------------------------------------------------------------------------------------*/

@media (max-width:1200px) {
  header ul.acount {
    display: block;
  }
  .top #main_column {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

  ul.categoryNav {
    width: 100%;
    margin: 0 auto;
  }
  nav.cNav ul li {
    float: left;
    color: #000;
  }
}


/*--------------------------------------------------------------------------------------

1201pxから1600pxまで

---------------------------------------------------------------------------------------*/

@media (max-width:1600px) {
  header ul.acount {
    display: block;
  }
  .top #main_column {
    width: 90%;
    margin: 0 auto;
  }

}


.lpOnly {
  display: none !important;
}

.info-list {
  position: absolute;
  right: 0px;
  bottom: 20px;
  font-size: 14px;
}

a.infoColor {
  color: #000;
  transition: all 0.5s;
}

a.infoColor:hover {
  color: #ccc;
}

.price_message.cate {
      padding: 25px;
    text-align: center;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    font-weight: bold;
} 


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 120px;
  bottom: 20px;
  background: #133572;
  opacity: 0.6;
  border-radius: 50%;
      z-index: 11;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



.data span {
  background-color: #98accc;
    padding: 2px 5px;
    position: relative;
    left: 10px;
    color: white;
}

.btnMember {
  display: none;
}