@import url(../../fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.no_wrap {
  display: inline-block;
  white-space: nowrap;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoonf31f.eot?5u468b");
  src: url("fonts/icomoonf31f.eot?5u468b#iefix") format("embedded-opentype"), url("fonts/icomoonf31f.ttf?5u468b") format("truetype"), url("fonts/icomoonf31f.woff?5u468b") format("woff"), url("fonts/icomoonf31f.svg?5u468b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\ea94";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea91";
}

.spinner {
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(226, 66, 0, 0.4);
  border-right: 1.1em solid rgba(226, 66, 0, 0.4);
  border-bottom: 1.1em solid rgba(226, 66, 0, 0.4);
  border-left: 1.1em solid #e24200;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
}
html.on {
  overflow: hidden;
}

body {
  background: #333f48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
body #backImage {
  content: "";
  position: fixed;
  height: 400%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../images/common/img_bg.png);
  background-position: center top;
  background-size: 100% auto;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body #backImage.on {
  opacity: 1;
}

#wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#wrap:after {
  content: "";
  clear: both;
  display: block;
}
#wrap.on {
  opacity: 1;
}
#wrap.fix {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.no_wrap {
  white-space: nowrap;
  display: inline-block;
}

.kome {
  vertical-align: top;
  font-size: 8px;
}

.main {
  width: 70%;
  margin-right: 4%;
  float: right;
}

.article {
  padding: 0 0 60px;
}

.breadcrumb_list {
  color: #fff;
  font-size: 8px;
}
.breadcrumb_list ol {
  padding: 10px 0 0;
}
.breadcrumb_list ol:after {
  content: "";
  clear: both;
  display: block;
}
.breadcrumb_list ol li {
  float: left;
}
.breadcrumb_list ol li:after {
  content: ">";
  display: inline-block;
  padding: 0 .2em;
}
.breadcrumb_list ol li:last-child:after {
  content: none;
}
.breadcrumb_list ol li a {
  color: #fff;
}

.sec > .title {
  background: #eee;
  width: 95%;
  margin: 0 auto;
  font-size: 2.2rem;
  padding: 1.6em 0;
  background-repeat: no-repeat;
  background-size: auto 2em;
  background-position: left 1em center;
}

.side {
  width: 25%;
  float: left;
  color: #fff;
  text-align: center;
}
.side a {
  color: #fff;
}
.side .title {
  margin: 1em 0 2em;
}
.side .nav {
  max-width: 190px;
  margin: 0 auto;
}
.side .nav .pro_nav .pro_list {
  margin-bottom: 4em;
}
.side .nav .box {
  position: relative;
}
.side .nav .box .nav_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.side .nav .box .nav_cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.side .nav .g_nav {
  padding: 2em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.side .nav .g_nav .list {
  margin-bottom: 1.5em;
}
.side .nav .g_nav .list a {
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center top;
}
.side .nav .g_nav .list a:before {
  content: "";
  display: block;
  padding: 30px 0 0;
  background-repeat: no-repeat;
  background-size: 65px auto;
  background-position: center bottom;
}
.side .nav .g_nav .list:nth-child(1) a:before {
  background-image: url(../images/common/img_side_menu_concept.png);
}
.side .nav .g_nav .list:nth-child(2) a:before {
  background-image: url(../images/common/img_side_menu_howto.png);
}
.side .nav .g_nav .list:nth-child(3) a:before {
  background-image: url(../images/common/img_side_menu_story.png);
}
.side .nav .g_nav .list:nth-child(4) a:before {
  background-image: url(../images/common/img_side_menu_shoplist.png);
}
.side .nav .g_nav .list:nth-child(5) a {
  position: relative;
}
.side .nav .g_nav .list:nth-child(5) a .img {
  position: absolute;
  left: 0;
  top: -2%;
}
.side .nav .g_nav .list:nth-child(5) a:before {
  background-image: url(../images/common/img_side_menu_other.png);
}
.side .nav .g_nav .list:nth-child(6) a {
  position: relative;
}
.side .nav .g_nav .list:nth-child(6) a .img {
  position: absolute;
  left: 0;
  top: -2%;
}
.side .nav .g_nav .list:nth-child(6) a:before {
  background-image: url(../images/common/img_side_menu_other.png);
}
.side .nav .social_list {
  text-align: center;
  padding: 3em 0;
  border-bottom: 1px solid #fff;
}
.side .nav .social_list .list {
  display: inline-block;
  padding: 0 .3em;
}
.side .nav .social_list .list a {
  display: block;
  width: 39px;
  height: 39px;
  overflow: hidden;
}
.side .nav .social_list .list a:before {
  display: block;
  font-size: 1.5em;
  background: #f5f5f5;
  color: #707070;
  width: 1em;
  height: 1em;
  padding: .3em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.side .nav .social_list .list a.icon-mail span {
  color: #aaa;
}
.side .nav .social_list .list a span {
  margin: 10px 0 0;
  display: block;
  overflow: hidden;
}
.side .about_company {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1em;
}
.side .about_company .btn_company {
  cursor: pointer;
}
.side .about_privacy {
  margin-bottom: 2em;
  font-size: 1em;
}
.side .about_privacy .btn_privacy {
  cursor: pointer;
}
.side .copy {
  font-size: .7em;
  letter-spacing: .07em;
}
.side.sp {
  width: 90%;
  max-width: 400px;
  z-index: 100;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #333f48;
  padding: 1em 1em 2em;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.side.sp.on {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.side.sp .title {
  margin: 4em 0 2em;
}
.side.sp .nav {
  max-width: none;
}
.side.sp .nav .pro_nav .pro_list {
  margin-bottom: 2em;
}
.side.sp .nav .pro_nav .pro_list:last-child {
  margin-bottom: 3em;
}
.side.sp .nav .pro_nav .pro_list a img {
  height: 150px;
  width: auto;
}
.side.sp .nav .pro_nav .pro_list a p {
  font-size: .9em;
}
.side.sp .nav .pro_nav .pro_list a p br {
  display: none;
}
.side.sp .nav .g_nav {
  padding: 0;
}
.side.sp .nav .g_nav .list {
  margin: 0;
}
.side.sp .nav .g_nav .list a {
  padding: .7em 0;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 90;
  visibility: hidden;
}
.cover.on {
  visibility: visible;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}

.btn_nav {
  position: fixed;
  top: 10px;
  left: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 110;
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  -webkit-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
  background: #333f48;
}
.btn_nav a {
  display: block;
  width: 50px;
  height: 48px;
  padding: 5px;
  border: 1px solid #fff;
}
.btn_nav .bar {
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 40px;
  height: 3px;
  background: #eee;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.btn_nav .bar.middle {
  top: 22px;
  opacity: 1;
}
.btn_nav .bar.bottom {
  top: 37px;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.btn_nav.on a {
  border: none;
}
.btn_nav.on .bar.top {
  width: 50px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_nav.on .bar.middle {
  opacity: 0;
}
.btn_nav.on .bar.bottom {
  width: 50px;
  top: 40px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_top {
  width: 100px;
  position: fixed;
  bottom: 0;
  right: 0;
  border: #fff solid 1px;
  cursor: pointer;
  z-index: 1000;
}

.about_box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(51, 63, 72, 0.8);
  color: #000;
  text-align: left;
  z-index: -1000;
  opacity: 0;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.about_box .inner {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 700px;
  height: 500px;
  max-height: 500px;
  overflow-y: hidden;
  z-index: 9000;
}
.about_box .inner > .title {
  background: #eee;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 20px 3%;
  font-size: 1.5em;
}
.about_box .inner > .title .close {
  float: right;
  cursor: pointer;
}
.about_box .inner > .title:after {
  display: block;
  clear: both;
  content: "";
}
.about_box .inner .inner_inner {
  height: 100%;
  overflow: auto;
  padding: 70px 0 0;
  overflow-y: scroll;
}
.about_box .inner .inner_inner .contents {
  background: #fff;
  padding: 3%;
}
.about_box .inner .inner_inner .contents .title {
  font-weight: bold;
}
.about_box.on {
  z-index: 9000;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  opacity: 1;
}
.about_box.about_company_box .inner .inner_inner .contents:after {
  display: block;
  clear: both;
  content: "";
}
.about_box.about_company_box .inner .inner_inner .contents .title {
  margin: 0;
  padding: 3%;
  float: left;
  width: 30%;
}
.about_box.about_company_box .inner .inner_inner .contents .text {
  width: 100%;
  padding: 3% 3% 3% 30%;
  border-bottom: 1px dotted #000;
}
.about_box.about_company_box .inner .inner_inner .contents .text:after {
  display: block;
  clear: both;
  content: "";
}
.about_box.about_privacy_box .inner .inner_inner .contents .text {
  font-size: .8em;
  width: 100%;
  padding: 2%;
}
.about_box.about_privacy_box .inner .inner_inner .contents .text.sign {
  text-align: right;
}
.about_box.about_privacy_box .inner .inner_inner .contents .lists {
  font-size: .8em;
  padding: 0% 2% 2% 7%;
  list-style-type: decimal;
}
.about_box.about_privacy_box .inner .inner_inner .contents .lists .list {
  padding: 1% 0;
}

@media (max-width: 1024px) {
  .sec > .title {
    background-size: auto 1.7em;
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .main {
    width: 90%;
    margin: 0 5%;
  }

  .side {
    display: none;
  }
  .side .nav .g_nav .list:nth-child(5) a {
    position: relative;
  }
  .side .nav .g_nav .list:nth-child(5) a .img {
    position: absolute;
    left: 15%;
    top: 18%;
  }
  .side .nav .g_nav .list:nth-child(6) a {
    position: relative;
  }
  .side .nav .g_nav .list:nth-child(6) a .img {
    position: absolute;
    left: 15%;
    top: 18%;
  }

  .btn_nav {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 500px) {
  .sec > .title {
    background-position: center 20px;
    padding-top: 3em;
    text-align: center;
  }

  .about_box .inner > .title {
    font-size: 1.5em;
  }
  .about_box .inner .inner_inner {
    padding: 70px 0 0;
  }
  .about_box .inner .inner_inner .contents {
    padding: 3%;
  }
  .about_box.about_company_box .inner .inner_inner .contents .title {
    float: none;
    width: 100%;
  }
  .about_box.about_company_box .inner .inner_inner .contents .text {
    padding: 0 0 3% 3%;
    font-size: .8em;
  }
  .about_box.about_privacy_box .inner .inner_inner .contents .text {
    font-size: .8em;
    width: 100%;
    padding: 2%;
  }
  .about_box.about_privacy_box .inner .inner_inner .contents .text.sign {
    text-align: right;
  }
  .about_box.about_privacy_box .inner .inner_inner .contents .lists .list {
    padding: 2% 0;
  }
}

.kuchikomi_box{
	margin-left:20px;
	}

.kuchikomi{
	text-align:center;
    margin-left:0.1%;
    margin-right:0.1%;
    margin-top:2px;
    margin-bottom:2px;
    float: left;
	width: 282px;
    min-width:200px;
    background-color: #ECF9FF;
	}


