@charset "UTF-8";
@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");
  /* Safari, Android, iOS */
}
@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");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Grandam";
  src: url("../fonts/grandam.eot?") format("eot"), url("../fonts/grandam.woff") format("woff"), url("../fonts/grandam.ttf") format("truetype"), url("../fonts/grandam.svg#Grandam") format("svg");
  font-weight: normal;
  font-style: normal;
}
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;
}

div#wrapper {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-feature-settings: palt;
}

.mt50 {
  margin-top: 50px;
}

div#itemLineUp h2 {
  font-family: "Grandam";
  text-align: center;
}
div#itemLineUp h3 {
  text-align: center;
}
div#itemLineUp p {
  text-align: center;
}

div#sample p {
  text-align: center;
}

.vbox-content p {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
.vbox-content img {
  text-align: center;
  margin: auto;
  display: block;
}

/*--------footer--------*/
footer {
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
}

footer #footer_logo {
  width: 140px;
  height: auto;
  margin: 40px 0;
}

footer #copyright {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: solid 1px #ccc;
  font-size: 13px;
}

/* sp
-------------------------------------------------- */
@media only screen and (max-width: 766px) {
  div#wrapper {
    width: 100%;
    font-size: 14px;
  }

  div#main {
    width: 100%;
    height: 100vh;
  }
  div#main div.checker {
    width: 100%;
    height: 3%;
    background: url(../images/checker.png) repeat-x;
  }
  div#main h1 {
    width: 100%;
    height: 20%;
    text-align: center;
    position: relative;
  }
  div#main h1 img {
    width: 45%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  div#main div.cover {
    width: 100%;
    height: 64%;
    background: url(../images/main.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  div#main div.scroll {
    width: 100%;
    text-align: center;
    position: relative;
    height: 10%;
  }
  div#main div.scroll a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    display: block;
    height: 36px;
  }

  div.checker {
    width: 100%;
    height: 21px;
    background: url(../images/checker.png) repeat-x;
  }

  div#description {
    padding: 0px 8px;
    text-align: center;
  }
  div#description p {
    padding: 50px 0;
  }

  div#itemLineUp {
    padding: 50px 8px;
  }
  div#itemLineUp h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  div#itemLineUp h3 img {
    width: 80%;
    display: block;
    margin: auto;
  }
  div#itemLineUp h3 img.logoMain {
    width: 45%;
    display: block;
    margin: 50px auto 0;
  }
  div#itemLineUp p.textArea {
    margin: 20px 0;
    font-size: 12px;
  }
  div#itemLineUp img {
    width: 100%;
    margin-bottom: 8px;
    display: block;
  }
  div#itemLineUp ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  div#itemLineUp ul li {
    display: table-cell;
    box-sizing: border-box;
  }
  div#itemLineUp ul li:first-child {
    padding-right: 4px;
  }
  div#itemLineUp ul li:last-child {
    padding-left: 4px;
  }
  div#itemLineUp ul li div.position {
    margin-bottom: 5px;
  }
  div#itemLineUp ul li a {
    color: #000;
    text-decoration: none;
  }
  div#itemLineUp ul li a span.btn {
    box-sizing: border-box;
    border: 1px solid #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    margin-top: 5px;
    font-weight: 700;
  }
  div#itemLineUp div.product {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 12px;
  }
  div#itemLineUp div.product span.comingsoon {
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #ccc;
    margin-top: 5px;
    font-weight: 700;
  }
  div#itemLineUp img.thirdImg {
    margin-top: 20px;
  }

  div#sticker {
    margin-top: 25px;
  }

  p.button {
    font-weight: 700;
    margin: 25px auto 0;
    border: 1px solid #000;
    padding: 15px;
  }

  div.content h4 {
    width: 40%;
    margin: 25px auto 0;
  }
  div.content p.explain {
    font-size: 12px;
    margin-bottom: 15px;
  }
  div.content div.howtoList {
    display: flex;
    flex-wrap: wrap;
  }
  div.content div.howtoList div.howto {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-calc(50%);
    width: calc(50%);
    margin-bottom: 10px;
    font-size: 12px;
  }
  div.content div.howtoList div.howto:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 4px;
  }
  div.content div.howtoList div.howto:nth-child(even) {
    box-sizing: border-box;
    padding-left: 4px;
  }

  div#sample {
    padding: 50px 8px;
  }
  div#sample h2 img {
    width: 60%;
    display: block;
    margin: auto;
  }
  div#sample p.textArea {
    margin: 20px 0;
    font-size: 12px;
  }
  div#sample p.textArea span {
    font-size: 10px;
  }
  div#sample p.textArea02 {
    margin: 20px 0;
    font-size: 12px;
  }
  div#sample p.textArea02 span.large {
    font-size: 18px;
    font-weight: 700;
  }
  div#sample ul.sampleList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  div#sample ul.sampleList li {
    width: -webkit-calc(100% / 3  - 4px);
    width: calc(100% / 3  - 4px);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 6px;
  }
  div#sample ul.sampleList li img {
    width: 100%;
    vertical-align: top;
  }
  div#sample ul.sampleList li.even {
    margin-left: 6px;
    margin-right: 6px;
  }
  div#sample ul.sampleList li.instaMore {
    box-sizing: border-box;
    border: 1px solid #000;
  }
  div#sample ul.sampleList li.instaMore a {
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 12px;
    margin: auto;
  }
  div#sample ul.sampleList li.instaMore a span {
    font-weight: 700;
    font-size: 14px;
  }

  .spNone {
    display: none;
  }

  #videoArea {
    margin: 30px 0;
    border-top: 1px solid #000;
    padding: 15px;
    border-bottom: 1px solid #000;
  }
  #videoArea p {
    font-size: 12px;
  }
  #videoArea p span.large {
    font-size: 14px;
    font-weight: 700;
  }
  #videoArea p span.small {
    font-size: 10px;
  }

  #video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 5px 0;
  }

  #video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* pc
-------------------------------------------------- */
@media only screen and (min-width: 767px) {
  div#mainPc {
    width: 100%;
    height: 100vh;
    display: flex;
  }
  div#mainPc div.cover {
    width: 50%;
    background: url(../images/main.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  div#mainPc div.rightBox {
    width: 50%;
    height: 80%;
    display: table;
  }
  div#mainPc div.rightBox .inBox {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
  }
  div#mainPc div.rightBox h1 {
    text-align: center;
  }
  div#mainPc div.rightBox h1 img {
    width: 45%;
  }
  div#mainPc div.rightBox p {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
  }
  div#mainPc div.rightBox div.scroll {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  div#mainPc div.rightBox div.scroll a {
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    display: block;
    height: 36px;
  }

  div.checker {
    width: 100%;
    height: 21px;
    background: url(../images/checker.png) repeat-x;
  }

  div#itemLineUp {
    padding: 50px 0;
    max-width: 960px;
    margin: auto;
  }
  div#itemLineUp h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
  div#itemLineUp h3 {
    width: 60%;
    margin: 0 auto 25px;
  }
  div#itemLineUp h3 img {
    width: 100%;
  }
  div#itemLineUp p {
    margin-bottom: 25px;
  }

  div.productArea img.productImg {
    width: 667px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
  }
  div.productArea ul {
    width: 667px;
    margin: auto;
    display: table;
    table-layout: fixed;
  }
  div.productArea ul li {
    display: table-cell;
    box-sizing: border-box;
  }
  div.productArea ul li:first-child {
    padding-right: 15px;
  }
  div.productArea ul li:last-child {
    padding-left: 15px;
  }
  div.productArea ul li div.position {
    margin-bottom: 5px;
    font-weight: 700;
  }
  div.productArea ul li a {
    color: #000;
    text-decoration: none;
  }
  div.productArea ul li a span.btn {
    box-sizing: border-box;
    border: 1px solid #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    margin-top: 5px;
    font-weight: 700;
  }

  div.product {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 16px;
  }
  div.product span.comingsoon {
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #ccc;
    margin-top: 5px;
    font-weight: 700;
  }

  div#video {
    margin: auto;
    text-align: center;
  }
  div#video iframe {
    margin: auto;
    text-align: center;
  }

  img.logoMain {
    width: 60% !important;
    margin-top: 50px;
  }

  .thirdImg {
    margin-top: 40px;
    display: block;
  }

  #sticker {
    width: 420px;
    margin: 50px auto 0;
  }
  #sticker img {
    width: 100%;
  }

  p.button {
    font-weight: 700;
    margin: 25px auto 0;
    font-size: 18px;
    border: 1px solid #000;
    width: 420px;
    padding: 15px 0;
  }

  div.content h4 {
    width: 40%;
    margin: 50px auto 0;
  }
  div.content h4 img {
    width: 60%;
    margin: auto;
    display: block;
  }
  div.content p.explain {
    font-size: 16px;
    margin-bottom: 15px;
  }
  div.content div.howtoList {
    display: flex;
    flex-wrap: wrap;
  }
  div.content div.howtoList div.howto {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-calc(50%);
    width: calc(50%);
    margin-bottom: 10px;
    font-size: 16px;
  }
  div.content div.howtoList div.howto img {
    width: 100%;
  }
  div.content div.howtoList div.howto:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 4px;
  }
  div.content div.howtoList div.howto:nth-child(even) {
    box-sizing: border-box;
    padding-left: 4px;
  }

  div#sample {
    padding: 50px 8px;
    max-width: 667px;
    margin: auto;
  }
  div#sample h2 img {
    width: 60%;
    display: block;
    margin: auto;
  }
  div#sample p.textArea {
    margin: 20px 0;
    font-size: 16px;
  }
  div#sample p.textArea span {
    font-size: 14px;
  }
  div#sample p.textArea02 {
    margin: 20px 0;
    font-size: 16px;
  }
  div#sample p.textArea02 span.large {
    font-size: 24px;
    font-weight: 700;
  }
  div#sample ul.sampleList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  div#sample ul.sampleList li {
    width: -webkit-calc(100% / 3  - 4px);
    width: calc(100% / 3  - 4px);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 6px;
  }
  div#sample ul.sampleList li img {
    width: 100%;
    vertical-align: top;
  }
  div#sample ul.sampleList li.even {
    margin-left: 6px;
    margin-right: 6px;
  }
  div#sample ul.sampleList li.instaMore {
    box-sizing: border-box;
    border: 1px solid #000;
  }
  div#sample ul.sampleList li.instaMore a {
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 16px;
    margin: auto;
  }
  div#sample ul.sampleList li.instaMore a span {
    font-weight: 700;
    font-size: 18px;
  }

  #videoArea {
    margin: 30px 0;
  }
  #videoArea p {
    font-size: 16px;
  }
  #videoArea p span.large {
    font-size: 24px;
    font-weight: 700;
  }
  #videoArea p span.small {
    font-size: 12px;
  }

  .vbox-container p {
    font-size: 18px;
    margin-top: 25px;
    text-align: center;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  }
  .vbox-container img {
    text-align: center;
    margin: auto;
    display: block;
    max-width: 60% !important;
  }

  .pcNone {
    display: none;
  }
}
