@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1260px;
  }
}

@media screen and (min-width: 769px) {
  #footer {
    width: 50%;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  #pageTop {
    left: 75%;
  }
}

/*////////////////////////////////*/
#kv {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #kv {
    width: 100%;
    position: relative;
    margin-top: 46px;
    height: 400px;
    z-index: 100;
  }
}
#kv .menu_overlay {
  z-index: 20;
  width: 50%;
}
#kv .logo {
  z-index: 10;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#kv .logo img {
  width: 43.00654%;
  height: auto;
}
#kv .tree {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 90%;
}
#kv .tree img {
  width: 100%;
  height: auto;
}
#kv .scrollimg {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
#kv .scrollimg img {
  width: 9.01961%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #kv .menu_overlay {
    display: none !important;
  }
  #kv .tree {
    position: fixed;
    top: 46px;
    z-index: 100;
  }
}
@media screen and (min-width: 769px) {
  #kv {
    position: fixed;
    min-width: 630px;
    z-index: 1000;
    width: 50%;
    height: 740px;
  }
}

.contents {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  .contents {
    width: 100%;
    padding: 0;
  }
}

#contentsMenu {
  padding: 0 22px 12px;
  overflow: hidden;
}
#contentsMenu .contslink {
  margin-bottom: 13px;
}
#contentsMenu .contslink a {
  display: block;
  background: url(/img/index/index_img_04.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  border-radius: 15px;
}
#contentsMenu .contslink a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#contentsMenu .products a {
  padding-top: 48.33333%;
  border-radius: 15px;
}
#contentsMenu .products img {
  width: 24.16667%;
}
#contentsMenu .shopinfo {
  width: 48.33333%;
  float: left;
}
#contentsMenu .shopinfo a {
  background-image: url(/img/index/index_img_05.jpg);
  padding-top: 100%;
}
#contentsMenu .shopinfo img {
  width: 50.28736%;
}
#contentsMenu .banner {
  width: 48.33333%;
  float: right;
  margin-bottom: 20px;
}
#contentsMenu .banner img {
  width: 100%;
  height: auto;
}
#contentsMenu .about {
  width: 48.33333%;
  float: right;
}
#contentsMenu .about a {
  background-image: url(/img/index/index_img_06.jpg);
  padding-top: 100%;
}
#contentsMenu .about img {
  width: 74.71264%;
}
#contentsMenu .news {
  width: 48.33333%;
  float: left;
  clear: both;
  background: url(/img/common/bg_01.png) 0 0 repeat;
  border-radius: 11px;
  color: #fff;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contentsMenu .news a:link {
  color: #ffff000;
  text-decoration: underline;
}
#contentsMenu .news a:visited {
  color: #ffff00;
  text-decoration: underline;
}
#contentsMenu .news h2 {
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 1.2rem;
  background: url(/img/index/index_img_16.png) bottom center repeat-x;
  line-height: 1.1;
}
#contentsMenu .news dl {
  font-size: 0.9rem;
  line-height: 1.6;
}
#contentsMenu .news dt {
  color: #b2e982;
}
#contentsMenu .news dd {
  border-bottom: 1px solid #6f937a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#contentsMenu .news dd:last-child {
  border: none;
}
@media screen and (max-width: 769px) {
  #contentsMenu {
    padding: 12px;
  }
  #contentsMenu .products img {
    width: 29.0%;
  }
  #contentsMenu .shopinfo {
    width: 100%;
  }
  #contentsMenu .shopinfo a {
    background-image: url(/img/index/index_img_05_sp.jpg);
    padding-top: 48.33333%;
  }
  #contentsMenu .shopinfo img {
    width: 29.16667%;
  }
  #contentsMenu .banner {
    width: 48.16667%;
    float: left;
    margin-bottom: 12px;
  }
  #contentsMenu .line {
    margin-right: 3.33333%;
  }
  #contentsMenu .news {
    width: 100%;
    margin-bottom: 12px;
  }
  #contentsMenu .about {
    width: 100%;
  }
  #contentsMenu .about a {
    background-image: url(/img/index/index_img_06_sp.jpg);
    padding-top: 48.33333%;
  }
  #contentsMenu .about img {
    width: 40.625%;
  }
}
@media screen and (min-width: 769px) {
  #contentsMenu .contslink a {
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #contentsMenu .contslink a:hover {
    background-size: 104% 104%;
  }
  #contentsMenu .contslink a:hover img {
    opacity: 1;
  }
}

#topics {
  background: url(/img/common/bg_07.png) 0 0 repeat;
  padding: 9.41915% 22px 3.13972%;
  position: relative;
}
#topics .pattern {
  display: block;
  width: 96%;
  height: 45px;
  position: absolute;
  left: 2%;
}
#topics .pattern:before, #topics .pattern:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  background: url(/img/index/index_img_07.png) 0 0 no-repeat;
  height: 100%;
  width: 45px;
}
#topics .pattern:before {
  left: 0;
  background-position: top left;
}
#topics .pattern:after {
  right: 0;
  background-position: top right;
}
#topics .pattern.top {
  top: 3%;
}
#topics .pattern.bottom {
  bottom: 3%;
}
#topics .pattern.bottom:before {
  background-position: bottom left;
}
#topics .pattern.bottom:after {
  background-position: bottom right;
}
#topics h2 {
  margin-bottom: 10px;
  text-align: center;
}
#topics ul li {
  margin-bottom: 10px;
}
#topics ul a {
  display: block;
  line-height: 48px;
  text-align: center;
  border: 1px solid #91B28D;
  border-radius: 4px;
  color: #357038;
  position: relative;
}
#topics ul a:after {
  content: "";
  display: block;
  background: url(/img/index/index_img_10.png) right center no-repeat;
  width: 37px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 10px;
}
#topics ul a:hover {
  color: #0000ff;
}
#topics .gotoTopics {
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #topics {
    padding: 6.27943% 3.125% 4.70958%;
  }
  #topics .pattern {
    height: 30px;
  }
  #topics .pattern:before, #topics .pattern:after {
    width: 30px;
    background-size: 240%;
  }
  #topics h2 img {
    width: 62%;
  }
  #topics ul li {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  #topics ul a {
    line-height: 40px;
  }
  #topics ul a:after {
    width: 25px;
    height: 40px;
    background-size: 100% auto;
  }
  #topics .gotoTopics {
    padding-top: 5px;
  }
  #topics .gotoTopics img {
    width: 57.33333%;
  }
}

#facebook {
  padding: 30px 0;
  background: url(/img/common/bg_05.jpg) 0 0 repeat;
}
#facebook .inner {
  width: 500px;
  margin: 0 auto;
  display: block;
  border: 20px solid #fff;
  border-radius: 10px;
  background: #fff;
  height: 430px;
}
@media screen and (max-width: 769px) {
#facebook .inner2 {
  width: 500px;
  margin: 0 auto;
  display: block;
  border: 20px solid #fff;
  border-radius: 10px;
  background: #fff;
  height: 430px;
}
  #facebook .inner {
    width: 78.125%;
    height: 315px;
    overflow: hidden;
    border-width: 10px;
  }
  #facebook iframe {
    height: 100% !important;
  }
}

#onlinestore {
  background: url(/img/index/index_img_15.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#onlinestore .inner {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
#onlinestore img {
  width: 100%;
  height: auto;
}
#onlinestore .image {
  float: left;
  width: 35.16667%;
}
#onlinestore .text {
  width: 61.16667%;
  float: right;
  margin-top: 13px;
}
#onlinestore p {
  color: #fff;
  padding-top: 8px;
}
@media screen and (max-width: 769px) {
  #onlinestore {
    padding: 25px 0;
  }
  #onlinestore .inner {
    width: 93.75%;
  }
  #onlinestore .text {
    margin-top: 0;
  }
}

/*	bg
------------------------------ */
.hide-content {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  opacity: 0;
}

.bg li, .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

@media screen and (min-width: 641px) {
  .bg li, .bg {
    height: 100%;
  }
}
.bg li.bg-cover-active, .bg li.bg-active, .bg.bg-cover-active, .bg.bg-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  z-index: 10;
}

.bg li .bg-img, .bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
}

#bg-nav {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  overflow: hidden;
  z-index: 20;
}

#bg-nav ul {
  text-align: center;
  font-size: 0;
}

#bg-nav li {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#bg-nav li.active {
  background: #fff;
  cursor: default;
}

@media screen and (min-width: 641px) {
  #bg-nav {
    bottom: 20px;
  }

  #bg-nav li {
    height: 16px;
    width: 16px;
    border-width: 3px;
  }
}
.bgContents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  height: auto;
}

#instafeed {
  margin-bottom: 0px;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 0;
  width: 150px;
  height: 150px;
  list-style: none !important;
}

.simply-scroll-list li img {
  display: block;
}

.table table td {
  vertical-align: top;
}
/*# sourceMappingURL=index.css.map */
.insta_boxold {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/*# sourceMappingURL=index.css.map */
.insta_box {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
