@charset "UTF-8";
/*リセット
--------------------------------------------*/
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; }

/*フォント
---------------------------------------------*/
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }
/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
.fadeIn01 {
  animation: fadeIn01 2s ease 0s infinite normal;
  -webkit-animation: fadeIn01 2s ease 0s infinite normal; }

@keyframes fadeIn01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "noto-sans";
  letter-spacing: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold; }
div#wrapper::before {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1; }

div#head {
  width: 100%;
  /*background: rgba(255,255,255,1.0);*/
  height: 100vh;
  position: relative; }
div#head a span {
  vertical-align: middle; }

div#content div.box h2 img {
  width: 100%; }
div#content div.box h3 img {
  width: 100%; }
div#content div.box p {
  text-align: center;
  font-weight: bold; }

div#limited h4 img {
  width: 100%; }

div#lineup h4 img {
  width: 100%; }
div#lineup p {
  text-align: center; }

div#basic h4 img {
  width: 100%; }
div#basic p {
  text-align: center; }
div#basic div#image img {
  width: 100%; }

div#campaign h4 img {
  width: 100%; }
div#campaign p {
  text-align: center; }
div#campaign div#campaign_image img {
  width: 100%; }

div.product img {
  width: 100%; }
div.product p {
  text-align: center; }
div.product p a {
  color: #000;
  text-decoration: none;
  margin-bottom: 7px;
  display: block; }
div.product p a span {
  border: 1px solid #000;
  padding: 2px 10px;
  display: inline-block;
  margin-left: 7px; }
div.product p a:hover span {
  background: #000;
  color: #FFF; }

div#color img {
  width: 100%; }

div#listUp {
  font-weight: bold;
  text-align: center; }
div#listUp a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto 25px; }
div#listUp a:hover {
  color: #fff;
  background: #000; }

div#logoTop {
  font-weight: bold;
  text-align: center; }
div#logoTop a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 10px 0; }
div#logoTop a:hover {
  color: #fff;
  background: #000; }

div#foot {
  text-align: center; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  div#head h1 img {
    margin: auto;
    position: absolute;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 55%;
    max-width: 600px; }
  div#head a {
    font-size: 24px;
    position: absolute;
    display: block;
    bottom: 8%;
    margin: auto;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: none; }
  div#head a span {
    font-size: 16px;
    vertical-align: middle; }

  div#content div.box {
    width: 680px;
    margin: auto;
    margin-top: 200px; }
  div#content div.box h2 {
    width: 80%;
    margin: auto; }
  div#content div.box h2 img {
    width: 100%; }
  div#content div.box h3 {
    width: 80%;
    margin: 40px auto; }
  div#content div.box h3 img {
    width: 100%; }
  div#content div.box p {
    font-size: 18px; }

  div#limited {
    width: 680px;
    margin: 200px auto 0; }
  div#limited h4 {
    width: 80%;
    margin: auto; }

  div#lineup {
    margin: 200px auto 0;
    width: 680px; }
  div#lineup p {
    font-size: 16px; }

  div#basic {
    width: 680px;
    margin: 200px auto 0; }
  div#basic h4 {
    width: 80%;
    margin: auto; }
  div#basic p {
    font-size: 16px; }

  div#campaign {
    width: 680px;
    margin: 200px auto; }
  div#campaign h4 {
    width: 80%;
    margin: auto; }
  div#campaign p {
    font-size: 16px;
    margin-top: 20px; }
  div#campaign p span.under-line {
    background: url(../images/namisen.svg) bottom repeat-x;
    background-size: 50px;
    padding-bottom: 10px; }
  div#campaign p span.small {
    font-size: 12px; }
  div#campaign div#campaign_image {
    margin: 60px auto;
    width: 80%; }

  div.product {
    width: 680px;
    margin: auto; }
  div.product p {
    font-size: 16px; }

  div#color {
    width: 680px;
    margin: 50px auto; }

  div#listUp {
    width: 640px;
    margin: auto; }

  div#logoTop {
    width: 640px;
    margin: 0 auto 200px; }

  div#foot {
    margin-bottom: 50px;
    font-size: 14px; }

  .pcNone {
    display: none; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  div#head h1 img {
    margin: auto;
    position: absolute;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 95%; }
  div#head a {
    font-size: 18px;
    position: absolute;
    display: block;
    bottom: 15%;
    margin: auto;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: none; }
  div#head a span {
    font-size: 12px;
    vertical-align: middle; }

  div#content div.box {
    box-sizing: border-box;
    margin-top: 150px 0 0; }
  div#content div.box h2 {
    width: 90%;
    margin: auto; }
  div#content div.box h2 img {
    width: 100%; }
  div#content div.box h3 {
    width: 65%;
    margin: 20px auto; }
  div#content div.box h3 img {
    width: 100%; }
  div#content div.box p {
    font-size: 12px; }

  div#limited {
    margin: 100px auto 0; }
  div#limited h4 {
    width: 100%; }

  div#lineup {
    margin: 100px auto 0; }
  div#lineup h4 {
    width: 80%;
    margin: auto;
    width: 100%; }
  div#lineup p {
    font-size: 12px; }

  div#basic {
    margin: 100px auto 0; }
  div#basic h4 {
    width: 100%; }
  div#basic p {
    font-size: 12px; }

  div#campaign {
    margin: 100px auto 100px; }
  div#campaign h4 {
    width: 100%; }
  div#campaign p {
    font-size: 12px;
    text-align: center;
    margin-top: 5px; }
  div#campaign p span.under-line {
    background: url(../images/namisen.svg) bottom repeat-x;
    background-size: 50px;
    padding-bottom: 7px; }
  div#campaign p span.small {
    font-size: 10px; }
  div#campaign div#campaign_image {
    width: 90%;
    margin: 27px auto; }

  div.product {
    width: 100%;
    margin: auto; }
  div.product p {
    font-size: 12px; }

  div#color {
    width: 100%;
    margin: 25px auto; }

  div#listUp {
    width: 85%;
    margin: auto; }

  div#logoTop {
    width: 85%;
    margin: 0 auto 100px; }

  div#foot {
    margin-bottom: 20px;
    font-size: 10px; }

  .spNone {
    display: none; } }
/* XSP
----------------------------------------*/
@media screen and (max-width: 320px) {
  div#content div.box h2 img {
    width: 100%; }
  div#content div.box h3 img {
    width: 100%; } }
