@charset "UTF-8";
/* reset */
/* line 17, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Program Files (x86)/Koala/rubygems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* fonts */
/* color */
/* line 40, ../sass/screen.scss */
a:link, a:visited {
  color: black;
  text-decoration: none;
}

/* line 44, ../sass/screen.scss */
a:hover {
  color: #737373;
  text-decoration: underline;
}
/* line 47, ../sass/screen.scss */
a:hover img {
  text-decoration: none;
}

/* line 52, ../sass/screen.scss */
.page #main a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 57, ../sass/screen.scss */
img {
  vertical-align: top;
}

/****************************************
          utility
*****************************************/
/* line 64, ../sass/screen.scss */
.flt_L {
  float: left;
}

/* line 65, ../sass/screen.scss */
.flt_R {
  float: right;
}

/* line 67, ../sass/screen.scss */
.ta_C {
  text-align: center;
}

/* line 68, ../sass/screen.scss */
.ta_L {
  text-align: left;
}

/* line 69, ../sass/screen.scss */
.ta_R {
  text-align: right;
}

/* line 71, ../sass/screen.scss */
.mb00 {
  margin-bottom: 0px !important;
}

/* line 72, ../sass/screen.scss */
.mb05 {
  margin-bottom: 5px !important;
}

/* line 73, ../sass/screen.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 74, ../sass/screen.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 75, ../sass/screen.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 76, ../sass/screen.scss */
.mb25 {
  margin-bottom: 25px !important;
}

/* line 77, ../sass/screen.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 78, ../sass/screen.scss */
.mb35 {
  margin-bottom: 35px !important;
}

/* line 79, ../sass/screen.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 80, ../sass/screen.scss */
.mb45 {
  margin-bottom: 45px !important;
}

/* line 81, ../sass/screen.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 82, ../sass/screen.scss */
.mb55 {
  margin-bottom: 55px !important;
}

/* line 83, ../sass/screen.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/****************************************
          Layout
*****************************************/
/* line 88, ../sass/screen.scss */
body {
  opacity: 0;
  min-width: 1020px;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.75;
  background: #fff;
}
/* line 97, ../sass/screen.scss */
body #preload {
  display: none;
}
/* line 106, ../sass/screen.scss */
body #wrapper #container {
  margin: 0 auto;
}

/* line 115, ../sass/screen.scss */
#header {
  width: 100%;
  position: relative;
  background-image: url("../images/common/bg_header.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  margin: 0 auto;
}
/* line 124, ../sass/screen.scss */
#header #header_inner {
  width: 1020px;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
/* line 130, ../sass/screen.scss */
#header h1#logo {
  position: absolute;
  right: 17px;
  top: 0;
  width: 152px;
  height: 92px;
}
/* line 137, ../sass/screen.scss */
#header h2#title {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -381px;
  width: 762px;
  height: 233px;
  opacity: 0;
}

/* line 151, ../sass/screen.scss */
.move #header h2#title {
  opacity: 1;
}

@-webkit-keyframes tonton {
  /* line 159, ../sass/screen.scss */
  0% {
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }

  /* line 162, ../sass/screen.scss */
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 165, ../sass/screen.scss */
  70% {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }

  /* line 168, ../sass/screen.scss */
  80% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 171, ../sass/screen.scss */
  90% {
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }

  /* line 174, ../sass/screen.scss */
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-moz-keyframes tonton {
  /* line 159, ../sass/screen.scss */
  0% {
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }

  /* line 162, ../sass/screen.scss */
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 165, ../sass/screen.scss */
  70% {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }

  /* line 168, ../sass/screen.scss */
  80% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 171, ../sass/screen.scss */
  90% {
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }

  /* line 174, ../sass/screen.scss */
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-o-keyframes tonton {
  /* line 159, ../sass/screen.scss */
  0% {
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }

  /* line 162, ../sass/screen.scss */
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 165, ../sass/screen.scss */
  70% {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }

  /* line 168, ../sass/screen.scss */
  80% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 171, ../sass/screen.scss */
  90% {
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }

  /* line 174, ../sass/screen.scss */
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes tonton {
  /* line 159, ../sass/screen.scss */
  0% {
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }

  /* line 162, ../sass/screen.scss */
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 165, ../sass/screen.scss */
  70% {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }

  /* line 168, ../sass/screen.scss */
  80% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  /* line 171, ../sass/screen.scss */
  90% {
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }

  /* line 174, ../sass/screen.scss */
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

/* line 179, ../sass/screen.scss */
#content {
  width: 1020px;
  margin: 0 auto;
}
/* line 182, ../sass/screen.scss */
#content #intro {
  padding: 35px 40px 47px;
}
/* line 184, ../sass/screen.scss */
#content #intro .tit {
  width: 315px;
  height: 148px;
  float: left;
  margin-right: 27px;
}
/* line 190, ../sass/screen.scss */
#content #intro .read {
  margin-bottom: 24px;
}
/* line 195, ../sass/screen.scss */
#content #merit {
  padding: 0 40px 90px;
}
/* line 197, ../sass/screen.scss */
#content #merit .box {
  float: left;
  width: 220px;
  margin-left: 20px;
}
/* line 201, ../sass/screen.scss */
#content #merit .box:first-child {
  margin-left: 0;
}
/* line 204, ../sass/screen.scss */
#content #merit .box .tit {
  text-align: center;
  margin-bottom: 30px;
}
/* line 208, ../sass/screen.scss */
#content #merit .box p {
  font-size: 14px;
  color: #4e4e4e;
}
/* line 214, ../sass/screen.scss */
#content .section {
  padding: 0 40px;
}
/* line 216, ../sass/screen.scss */
#content .section .sec_tit {
  padding-bottom: 50px;
}
/* line 219, ../sass/screen.scss */
#content .section .sec_read {
  padding-bottom: 40px;
  border-bottom: #cfcfcf solid 1px;
  margin-bottom: 50px;
}
/* line 223, ../sass/screen.scss */
#content .section .sec_read .alignleft {
  float: left;
  width: 460px;
}
/* line 227, ../sass/screen.scss */
#content .section .sec_read .alignright {
  float: right;
  width: 460px;
}
/* line 231, ../sass/screen.scss */
#content .section .sec_read .vis {
  margin-bottom: 55px;
}
/* line 234, ../sass/screen.scss */
#content .section .sec_read .tit {
  margin-bottom: 20px;
  text-align: center;
}
/* line 238, ../sass/screen.scss */
#content .section .sec_read .txt {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #4e4e4e;
  padding: 0 20px;
}
/* line 246, ../sass/screen.scss */
#content .section .showcase {
  position: relative;
  padding-bottom: 65px;
}
/* line 249, ../sass/screen.scss */
#content .section .showcase img {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 252, ../sass/screen.scss */
#content .section .showcase img.on {
  opacity: .7;
}
/* line 257, ../sass/screen.scss */
#content .section .products {
  margin-bottom: 65px;
}
/* line 260, ../sass/screen.scss */
#content .section .items {
  padding-bottom: 30px;
}
/* line 262, ../sass/screen.scss */
#content .section .items .item {
  float: left;
  padding-left: 7px;
  margin-left: 40px;
  width: 270px;
}
/* line 267, ../sass/screen.scss */
#content .section .items .item:first-child {
  margin-left: 0;
}
/* line 270, ../sass/screen.scss */
#content .section .items .item .tit {
  margin-bottom: 5px;
}
/* line 273, ../sass/screen.scss */
#content .section .items .item .tit a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 277, ../sass/screen.scss */
#content .section .items .item .tit a:hover img {
  opacity: .7;
}
/* line 283, ../sass/screen.scss */
#content .section .items .item .txt {
  padding-left: 28px;
  font-size: 12px;
  color: #4e4e4e;
  display: none;
}
/* line 292, ../sass/screen.scss */
#content .section#onsnow .showcase {
  height: 390px;
}
/* line 295, ../sass/screen.scss */
#content .section#onsnow .showcase img.item01 {
  left: 20px;
  top: 5px;
}
/* line 299, ../sass/screen.scss */
#content .section#onsnow .showcase img.item02 {
  left: 40px;
  top: 195px;
}
/* line 303, ../sass/screen.scss */
#content .section#onsnow .showcase img.item03 {
  left: 220px;
  top: 0px;
}
/* line 307, ../sass/screen.scss */
#content .section#onsnow .showcase img.item04 {
  left: 175px;
  top: 140px;
}
/* line 311, ../sass/screen.scss */
#content .section#onsnow .showcase img.item05 {
  left: 285px;
  top: 0px;
}
/* line 315, ../sass/screen.scss */
#content .section#onsnow .showcase img.item06 {
  left: 325px;
  top: 300px;
}
/* line 319, ../sass/screen.scss */
#content .section#onsnow .showcase img.item07 {
  left: 505px;
  top: 0px;
}
/* line 323, ../sass/screen.scss */
#content .section#onsnow .showcase img.item08 {
  left: 540px;
  top: 180px;
}
/* line 327, ../sass/screen.scss */
#content .section#onsnow .showcase img.item09 {
  left: 620px;
  top: 10px;
}
/* line 331, ../sass/screen.scss */
#content .section#onsnow .showcase img.item10 {
  left: 625px;
  top: 140px;
}
/* line 335, ../sass/screen.scss */
#content .section#onsnow .showcase img.item11 {
  left: 625px;
  top: 285px;
}
/* line 339, ../sass/screen.scss */
#content .section#onsnow .showcase img.item12 {
  left: 735px;
  top: 3px;
}
/* line 347, ../sass/screen.scss */
#content .section#intown .showcase {
  height: 427px;
}
/* line 350, ../sass/screen.scss */
#content .section#intown .showcase img.item01 {
  left: 30px;
  top: 10px;
}
/* line 354, ../sass/screen.scss */
#content .section#intown .showcase img.item02 {
  left: 12px;
  top: 215px;
}
/* line 358, ../sass/screen.scss */
#content .section#intown .showcase img.item03 {
  left: 200px;
  top: 10px;
}
/* line 362, ../sass/screen.scss */
#content .section#intown .showcase img.item04 {
  left: 155px;
  top: 215px;
}
/* line 366, ../sass/screen.scss */
#content .section#intown .showcase img.item05 {
  left: 330px;
  top: 20px;
}
/* line 370, ../sass/screen.scss */
#content .section#intown .showcase img.item06 {
  left: 425px;
  top: 20px;
}
/* line 374, ../sass/screen.scss */
#content .section#intown .showcase img.item07 {
  left: 315px;
  top: 170px;
}
/* line 378, ../sass/screen.scss */
#content .section#intown .showcase img.item08 {
  left: 305px;
  top: 340px;
}
/* line 382, ../sass/screen.scss */
#content .section#intown .showcase img.item09 {
  left: 520px;
  top: 25px;
}
/* line 386, ../sass/screen.scss */
#content .section#intown .showcase img.item10 {
  left: 515px;
  top: 230px;
}
/* line 390, ../sass/screen.scss */
#content .section#intown .showcase img.item11 {
  left: 705px;
  top: 0px;
}
/* line 394, ../sass/screen.scss */
#content .section#intown .showcase img.item12 {
  left: 710px;
  top: 255px;
}
/* line 402, ../sass/screen.scss */
#content .section#babyfleece .sec_tit {
  padding-bottom: 30px;
}
/* line 405, ../sass/screen.scss */
#content .section#babyfleece .sec_read {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 60px;
}
/* line 410, ../sass/screen.scss */
#content .section#babyfleece .showcase {
  height: 403px;
}
/* line 413, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item01 {
  left: 10px;
  top: 5px;
}
/* line 417, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item02 {
  left: 5px;
  top: 220px;
}
/* line 421, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item03 {
  left: 335px;
  top: 5px;
}
/* line 425, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item04 {
  left: 175px;
  top: 235px;
}
/* line 429, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item05 {
  left: 325px;
  top: 170px;
}
/* line 433, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item06 {
  left: 425px;
  top: 5px;
}
/* line 437, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item07 {
  left: 665px;
  top: 30px;
}
/* line 441, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item08 {
  left: 695px;
  top: 240px;
}
/* line 445, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item09 {
  left: 780px;
  top: 0px;
}
/* line 449, ../sass/screen.scss */
#content .section#babyfleece .showcase img.item10 {
  left: 825px;
  top: 260px;
}
/* line 455, ../sass/screen.scss */
#content .section#babyfleece .products {
  border-bottom: #cfcfcf solid 1px;
  margin-bottom: 0;
}
/* line 458, ../sass/screen.scss */
#content .section#babyfleece .products .banner {
  text-align: center;
  padding-bottom: 35px;
}
/* line 463, ../sass/screen.scss */
#content .section#babyfleece .items.end {
  padding-bottom: 20px;
}
/* line 468, ../sass/screen.scss */
#content #school {
  padding: 50px 40px 40px;
}
/* line 470, ../sass/screen.scss */
#content #school .logo {
  width: 200px;
  float: left;
  margin-left: 30px;
  margin-right: 68px;
}
/* line 476, ../sass/screen.scss */
#content #school .alignright {
  width: 605px;
  float: left;
}
/* line 480, ../sass/screen.scss */
#content #school .tit {
  margin-bottom: 20px;
}
/* line 483, ../sass/screen.scss */
#content #school .txt {
  margin-bottom: 20px;
}
/* line 486, ../sass/screen.scss */
#content #school .access {
  text-align: center;
  margin-bottom: 10px;
}
/* line 490, ../sass/screen.scss */
#content #school .web {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 493, ../sass/screen.scss */
#content #school .web:hover {
  opacity: .5;
}
/* line 498, ../sass/screen.scss */
#content #photos {
  position: relative;
  height: 500px;
}
/* line 501, ../sass/screen.scss */
#content #photos img {
  position: absolute;
}
/* line 503, ../sass/screen.scss */
#content #photos img.kns01 {
  left: 0px;
  top: 0px;
}
/* line 507, ../sass/screen.scss */
#content #photos img.kns02 {
  left: 247px;
  top: 0px;
}
/* line 511, ../sass/screen.scss */
#content #photos img.kns03 {
  left: 423px;
  top: 0px;
}
/* line 515, ../sass/screen.scss */
#content #photos img.kns04 {
  left: 595px;
  top: 0px;
}
/* line 519, ../sass/screen.scss */
#content #photos img.kns05 {
  left: 807px;
  top: 0px;
}
/* line 523, ../sass/screen.scss */
#content #photos img.kns06 {
  left: 0px;
  top: 170px;
}
/* line 527, ../sass/screen.scss */
#content #photos img.kns07 {
  left: 208px;
  top: 170px;
}
/* line 531, ../sass/screen.scss */
#content #photos img.kns08 {
  left: 423px;
  top: 170px;
}
/* line 535, ../sass/screen.scss */
#content #photos img.kns09 {
  left: 595px;
  top: 170px;
}
/* line 539, ../sass/screen.scss */
#content #photos img.kns10 {
  left: 208px;
  top: 331px;
}
/* line 543, ../sass/screen.scss */
#content #photos img.kns11 {
  left: 423px;
  top: 331px;
}
/* line 547, ../sass/screen.scss */
#content #photos img.kns12 {
  left: 807px;
  top: 331px;
}

/* line 555, ../sass/screen.scss */
#footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 560, ../sass/screen.scss */
#footer .copyright img {
  vertical-align: top;
}

/* line 564, ../sass/screen.scss */
#modalbg {
  background-image: url("../images/common/bg_modal.png");
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

/* line 572, ../sass/screen.scss */
#modalclose {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

/* line 578, ../sass/screen.scss */
#modal {
  width: 680px;
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -340px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
/* line 589, ../sass/screen.scss */
#modal .modal_inner {
  position: relative;
  padding: 45px 40px 40px 30px;
  background: #fff;
}
/* line 593, ../sass/screen.scss */
#modal .modal_inner .img {
  float: left;
  width: 330px;
  margin-right: 25px;
}
/* line 598, ../sass/screen.scss */
#modal .modal_inner .tit {
  margin-bottom: 15px;
}
/* line 601, ../sass/screen.scss */
#modal .modal_inner .txt {
  margin-bottom: 20px;
  font-size: 12px;
}
/* line 607, ../sass/screen.scss */
#modal .modal_inner .shop a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 610, ../sass/screen.scss */
#modal .modal_inner .shop a img {
  width: 145px;
}
/* line 613, ../sass/screen.scss */
#modal .modal_inner .shop a:hover {
  opacity: .7;
}
/* line 618, ../sass/screen.scss */
#modal .modal_inner .close {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
}
/* line 624, ../sass/screen.scss */
#modal .modal_inner .close:hover {
  opacity: .7;
}
/* line 629, ../sass/screen.scss */
#modal.move {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 634, ../sass/screen.scss */
#bg {
  background-image: url("../images/common/bg.gif");
  background-position: center -90px;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

@-webkit-keyframes poyon {
  /* line 646, ../sass/screen.scss */
  30% {
    -webkit-transform: scale(0.9, 1.1);
    -moz-transform: scale(0.9, 1.1);
    -ms-transform: scale(0.9, 1.1);
    -o-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  /* line 649, ../sass/screen.scss */
  60% {
    -webkit-transform: scale(1.05, 0.9);
    -moz-transform: scale(1.05, 0.9);
    -ms-transform: scale(1.05, 0.9);
    -o-transform: scale(1.05, 0.9);
    transform: scale(1.05, 0.9);
  }

  /* line 652, ../sass/screen.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes poyon {
  /* line 646, ../sass/screen.scss */
  30% {
    -webkit-transform: scale(0.9, 1.1);
    -moz-transform: scale(0.9, 1.1);
    -ms-transform: scale(0.9, 1.1);
    -o-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  /* line 649, ../sass/screen.scss */
  60% {
    -webkit-transform: scale(1.05, 0.9);
    -moz-transform: scale(1.05, 0.9);
    -ms-transform: scale(1.05, 0.9);
    -o-transform: scale(1.05, 0.9);
    transform: scale(1.05, 0.9);
  }

  /* line 652, ../sass/screen.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes poyon {
  /* line 646, ../sass/screen.scss */
  30% {
    -webkit-transform: scale(0.9, 1.1);
    -moz-transform: scale(0.9, 1.1);
    -ms-transform: scale(0.9, 1.1);
    -o-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  /* line 649, ../sass/screen.scss */
  60% {
    -webkit-transform: scale(1.05, 0.9);
    -moz-transform: scale(1.05, 0.9);
    -ms-transform: scale(1.05, 0.9);
    -o-transform: scale(1.05, 0.9);
    transform: scale(1.05, 0.9);
  }

  /* line 652, ../sass/screen.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes poyon {
  /* line 646, ../sass/screen.scss */
  30% {
    -webkit-transform: scale(0.9, 1.1);
    -moz-transform: scale(0.9, 1.1);
    -ms-transform: scale(0.9, 1.1);
    -o-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  /* line 649, ../sass/screen.scss */
  60% {
    -webkit-transform: scale(1.05, 0.9);
    -moz-transform: scale(1.05, 0.9);
    -ms-transform: scale(1.05, 0.9);
    -o-transform: scale(1.05, 0.9);
    transform: scale(1.05, 0.9);
  }

  /* line 652, ../sass/screen.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* line 658, ../sass/screen.scss */
.noscript {
  color: #fff;
  font-size: 12px;
  padding: 2em;
  background: #000;
  -webkit-box-shadow: #444444 0 0 10px 0;
  -moz-box-shadow: #444444 0 0 10px 0;
  box-shadow: #444444 0 0 10px 0;
  position: relative;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -340px;
  z-index: 11101;
  text-align: center;
}

/****************************************
          Clearfix
*****************************************/
/* line 680, ../sass/screen.scss */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
/* line 690, ../sass/screen.scss */
.clearfix {
  display: inline-block;
}

/* line 694, ../sass/screen.scss */
.clearfix {
  display: block;
}


/****************************************
          FOOTER 追加
*****************************************/

.footText {
	font-size: 10px;
	line-height: 180%;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #333;
}
.footText a:link {
	text-decoration: none;
	color:#333;
}
.footText a:visited {
	text-decoration: none;
	color: #333;
}
.footText a:hover {
	text-decoration: underline;
	color:#999;
}
.footText a:active {
	text-decoration: underline;
	color:#999;
}