/*!*** Base Rules *****/
/*!
	 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
	 * Richard Clark (http://richclarkdesign.com)
	 * http://cssreset.com
	 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!*** Base Rules(Custom) *****/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  color: #333;
}

main {
  display: block;
}

img {
  width: 100%;
}

.sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.selif {
  font-family: 'Noto Serif JP', serif;
}

a {
  -webkit-transition: .2s all;
  transition: .2s all;
}

a:hover {
  opacity: .8;
}

#page-top {
  display: block;
  z-index: 10;
  line-height: 1;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000;
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  #page-top {
    right: 20px;
    bottom: 20px;
  }
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#menu-button {
  width: 32px;
  height: 44px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
}

#menu-button .top {
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  background-color: #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 15px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#menu-button .bottom {
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  background-color: #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 15px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#menu-button .text {
  position: absolute;
  bottom: 0;
  width: 32px;
  left: 50%;
  margin-left: -16px;
}

#menu-button.open .top {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-button.open .bottom {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

form#mail_form {
  width: 900px;
  margin: 50px auto;
  padding: 10px 0;
  background: #ffffff;
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 95%;
  line-height: 1.8;
}

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form textarea {
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  form#mail_form {
    width: 100%;
  }
  form#mail_form dl dd {
    padding-right: 0;
  }
}

form#mail_form dl {
  border-top: none;
}

form#mail_form dl dt {
  border-top: none;
  line-height: 1.5;
}

form#mail_form dl dd {
  border-top: none;
  padding-left: 0;
}

form#mail_form p#form_submit {
  border-top: none;
}

form#mail_form dl dt span {
  color: #ccc;
}

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  margin-top: 0;
}

form#mail_form input[type="button"] {
  padding: 7px 20px;
  border-radius: 0;
  background: #74BB74;
  font-size: 100%;
  color: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #333;
  color: #fff;
}

.inquiry-tel {
  font-size: 2rem;
  color: #666;
}

.sp {
  display: inherit;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
}

/*!*** Module Rules *****/
.header {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-logo {
  width: 215px;
}

.header .nav ul.nav-list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav ul.nav-list > li {
  margin-left: 1.5em;
}

.header .nav ul.nav-list > li a {
  text-decoration: none;
  color: #333;
}

@media (max-width: 768px) {
  .header {
    width: 100%;
    height: 58px;
    padding-right: 5%;
    padding-left: 5%;
    position: fixed;
    border-bottom: 1px solid #aaa;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 5;
  }
  .header .sp-header-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5;
  }
  .header .header-logo {
    width: 50px;
  }
  .header .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 0;
  }
  .header .nav ul.nav-list {
    list-style-type: none;
    display: block;
    padding-top: 100px;
  }
  .header .nav ul.nav-list > li {
    text-align: center;
    margin-left: 0;
    margin-bottom: 2em;
  }
}

.main-image {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .main-image {
    width: 100%;
    padding-top: 58px;
  }
}

.top-section {
  text-align: center;
  margin-bottom: 3em;
}

.top-section.pc-mb8em {
  margin-bottom: 8em;
}

@media (max-width: 768px) {
  .top-section {
    padding-top: 58px;
    margin-bottom: 2em;
  }
  .top-section p {
    font-size: 1.2rem;
  }
}

.title-01 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .title-01 {
    margin-top: 0;
  }
}

.title-01::after {
  display: block;
  content: "";
  width: 280px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/assets/images/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 3em;
}

.product-list.product-3 {
  width: 685px;
}

.product-list.product-2 {
  width: 460px;
}

.product-list > li {
  width: 200px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.product-list > li > a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 768px) {
  .product-list {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .product-list.product-3 {
    width: 100%;
  }
  .product-list.product-2 {
    width: 100%;
  }
  .product-list.product-2.pc {
    display: none;
  }
  .product-list > li {
    width: 48%;
    font-size: 1.2rem;
  }
}

.footer {
  background-color: #B6B9C3;
  -webkit-box-shadow: 0 -3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.footer .footer-inner {
  text-align: left;
  width: 530px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .footer .footer-inner {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 1.2rem;
    display: block;
    text-align: center;
  }
}

.footer a {
  color: #333;
}

.low-header-line {
  background-color: #B6B9C3;
  width: 100%;
  height: 13px;
}

@media (max-width: 768px) {
  .low-header-line {
    padding-top: 65px;
  }
}

.low-contents-wrap {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5em;
}

.low-contents-wrap.privacy h2 {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .low-contents-wrap {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.product-title {
  font-size: 2.9rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .product-title {
    width: 100%;
    font-size: 2.4rem;
  }
}

.product-contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .product-contents-wrap {
    display: block;
  }
}

.product-contents-wrap .product-image-wrap {
  width: 466px;
  margin-right: 2em;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-image-wrap {
    width: 100%;
  }
}

.product-contents-wrap .product-image-wrap #main-image {
  height: 466px;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-image-wrap #main-image {
    height: auto;
  }
}

.product-contents-wrap .product-image-wrap #thumbnail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-image-wrap #thumbnail-list {
    margin-bottom: 2em;
  }
}

.product-contents-wrap .product-image-wrap #thumbnail-list > li {
  width: 20%;
  height: auto;
  margin-right: 1em;
  margin-bottom: 1em;
  line-height: 0;
  cursor: pointer;
}

.product-contents-wrap .product-image-wrap #thumbnail-list > li.current {
  border: 3px solid #333;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-image-wrap #thumbnail-list > li {
    width: 20%;
    margin-right: 2%;
  }
}

.product-contents-wrap .product-text-wrap {
  width: 400px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-text-wrap {
    width: 100%;
    font-size: 1.2rem;
  }
}

.product-contents-wrap .product-text-wrap > p {
  margin-bottom: 1em;
}

.product-contents-wrap .product-text-wrap .sold-out {
  font-size: 2.0rem;
  color: red;
  font-weight: 900;
}

.product-contents-wrap .product-text-wrap .product-button > a {
  display: block;
  background-color: #74BB74;
  padding: 1em 2em;
  font-size: 2.7rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.56);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  text-align: center;
}

.product-contents-wrap .product-text-wrap .product-button > a:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.56);
}

@media (max-width: 768px) {
  .product-contents-wrap .product-text-wrap .product-button > a {
    font-size: 1.6rem;
  }
}

.product-contents-wrap .product-text-wrap .product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-text-wrap .product-buttons {
    display: block;
  }
}

.product-contents-wrap .product-text-wrap .product-buttons .product-button > a {
  margin-right: 1em;
  margin-bottom: 1em;
  width: 180px;
  padding: 1em;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .product-contents-wrap .product-text-wrap .product-buttons .product-button > a {
    width: 100%;
  }
}

.product-contents-wrap .product-text-wrap .product-buttons.small .product-button > a {
  font-size: 1.4rem;
}

#CD-and-Books .product-list > li {
  font-size: 1.4rem;
  margin-bottom: 2em;
}

#CD-and-Books .product-list > li img {
  margin-bottom: 1em;
}

.fwb {
  font-weight: bold;
}

.mr05em {
  margin-right: 0.5em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.red {
  color: red;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .pc-tar {
    text-align: right !important;
  }
  .pc-tac {
    text-align: center !important;
  }
}
/*# sourceMappingURL=style.css.map */