@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; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese";
  letter-spacing: 1px;
  height: 100%; }

div#main img {
  width: 100%; }

ul.tab {
  display: flex; }
ul.tab li {
  width: 50%; }
ul.tab li:first-child {
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #000; }
ul.tab li:last-child {
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #000; }

.hide {
  display: none; }

.select {
  font-weight: bold; }

.select span {
  display: inline-block;
  border-bottom: 1px solid #000; }

div.flex {
  display: flex;
  flex-wrap: wrap; }

#foot {
  text-align: center;
  font-size: 10px;
  padding: 15px;
  border-top: 1px solid #ccc; }

.productArea {
  display: flex;
  justify-content: center;
  align-items: center; }
.productArea .imgArea {
  width: 35%; }
.productArea .imgArea img {
  width: 100%;
  display: block; }
.productArea .detailArea {
  width: 65%;
  box-sizing: border-box; }
.productArea .detailArea p {
  font-weight: bold; }
.productArea .detailArea p span {
  border-bottom: 2px solid #000;
  display: inline-block; }
.productArea .detailArea dl {
  display: flex; }
.productArea .detailArea a:hover {
  background: #000;
  color: #fff; }

#logoTop img {
  width: 100%; }

.vbox-inline div {
  max-width: 360px;
  width: 80%;
  margin: auto;
  text-align: center;
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese";
  line-height: 1.6; }

.vbox-inline div.sizeL {
  max-width: 630px;
  width: 90%;
  margin: auto;
  text-align: center; }

.vbox-inline div img {
  display: block;
  margin-bottom: 20px; }

.vbox-inline a {
  color: #000;
  display: block;
  margin-bottom: 10px;
  text-decoration: none; }

p.theme {
  text-align: center; }

.vbox-inline a span {
  border: 1px solid #000;
  display: inline-block;
  margin-left: 10px;
  color: #000;
  padding: 0 5px;
  font-weight: bold; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  div#main {
    max-width: 1060px;
    margin: auto; }

  ul.tab {
    width: 380px;
    margin: 25px auto; }
  ul.tab li {
    font-size: 18px; }

  .hide {
    display: none; }

  ul.content {
    max-width: 1060px;
    margin: auto; }

  div.flex div.box {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 15px; }

  .productArea {
    width: calc(100% - 30px);
    margin: 50px auto 50px;
    padding: 50px;
    box-sizing: border-box;
    border: 2px solid #000; }
  .productArea .detailArea {
    padding-left: 50px; }
  .productArea .detailArea p {
    font-size: 22px;
    margin-bottom: 15px; }
  .productArea .detailArea dl {
    font-size: 18px;
    margin-bottom: 5px; }
  .productArea .detailArea dl dt {
    width: 15%;
    text-align: left; }
  .productArea .detailArea dl dd {
    width: 85%;
    text-align: left; }
  .productArea .detailArea a {
    width: 50%;
    text-align: center;
    border: 2px solid #000;
    color: #000;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold; }

  #logoTop {
    width: 10%;
    margin: 0 auto 50px; }

  .vbox-inline ul {
    margin-top: 15px; }

  p.theme {
    margin-top: 25px; }

  .vbox-inline a span {
    border: 1px solid #000;
    display: inline-block;
    margin-left: 10px;
    color: #000;
    padding: 0 5px;
    font-weight: bold; }

  .spNone {
    display: block; }

  .pcNone {
    display: none; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  ul.tab {
    width: 100%;
    margin: 25px 0; }
  ul.tab li {
    font-size: 16px; }

  .hide {
    display: none; }

  div.flex div.box {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 3px 6px; }

  .productArea {
    width: calc(100% - 12px);
    margin: 15px auto 30px;
    box-sizing: border-box;
    padding-top: 30px;
    border-top: 1px solid #000;
    padding-bottom: 30px;
    border-bottom: 1px solid #000; }
  .productArea .detailArea {
    padding-left: 6px; }
  .productArea .detailArea p {
    font-size: 12px;
    margin-bottom: 5px; }
  .productArea .detailArea dl {
    font-size: 10px; }
  .productArea .detailArea dl dt {
    width: 25%;
    text-align: left; }
  .productArea .detailArea dl dd {
    width: 75%;
    text-align: left; }
  .productArea .detailArea a {
    width: 50%;
    text-align: center;
    border: 1px solid #000;
    display: block;
    padding: 2px 0;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
    color: #000; }

  #logoTop {
    width: 20%;
    margin: 0 auto 25px; }

  .vbox-inline p {
    font-size: 12px; }

  .vbox-inline ul {
    margin-top: 5px; }

  .vbox-inline a {
    font-size: 11px;
    line-height: 1.2; }

  p.theme {
    margin: 25px auto 0;
    width: 80%;
    font-size: 12px; }

  .vbox-inline a span {
    border: 1px solid #000;
    display: inline-block;
    margin-left: 10px;
    color: #000;
    padding: 0 5px;
    font-weight: bold; }

  .spNone {
    display: none; }

  .pcNone {
    display: block; } }
/* XSP
----------------------------------------*/
@media screen and (max-width: 320px) {
  .hide {
    display: none; }

  .vbox-inline a span {
    border: 1px solid #000;
    display: inline-block;
    margin-left: 10px;
    color: #000;
    padding: 0 5px;
    font-weight: bold; } }
