/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: .1em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

ol,
ul {
  list-style: none;
}

img {
  font-size: 1px;
  font-size: .0625rem;
  line-height: 1;
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

svg {
  fill: currentColor;
}

input,
button,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

textarea {
  vertical-align: top;
}

button {
  cursor: pointer;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

main {
  display: block;
}

address {
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fade-in-mask-left {
  position: relative;
  overflow: hidden;
}

.fade-in-mask-left::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: left 1s ease 0s;
  transition: left 1s ease 0s;
  background-color: #fff;
}

.fade-in-mask-left.is-animated::after {
  left: 100%;
}

.fade-in-up {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
}

.fade-in-up.is-animated {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.page-footer {
  padding-bottom: 35px;
}

.page-footer__copyright {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-size: .625rem;
  text-align: center;
}

.page-top-btn {
  font-size: 14px;
  font-size: .875rem;
  line-height: 60px;
  display: block;
  width: 290px;
  height: 60px;
  margin: 0 auto 80px;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.page-top-btn:hover {
  color: #fff;
}

.page-top-btn > span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.page-top-btn > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 0 7px 10px 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-list > li:not(:last-child) {
  margin-right: 30px;
}

.sns-list > li > a {
  display: block;
  width: 20px;
  height: 20px;
}

.sns-list > li > a > svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-header {
  padding: 56px 40px;
}

.page-header__title {
  width: 100%;
  /*height: 20px;*/
  /*margin: 0 auto 25px;*/
  text-align:center;
  font-size:25px;
}

.page-header__title > svg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.page-header__title > svg > path {
  fill: none;
  stroke: #000;
  stroke-width: 1.5px;
}

.page-header__sub-title {
  width: 190px;
  height: 11px;
  margin: 0 auto;
}

.page-header__sub-title > svg {
  display: block;
  width: 100%;
  height: 100%;
}

.category-header {
  margin-bottom: 140px;
}

.category-header > div {
  margin-bottom: 80px;
}

.category-header > p {
  font-size: 14px;
  font-size: .875rem;
  padding: 0 20px;
  text-align: center;
}

.styling-list {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 40px;
}

.styling-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.styling-list > ul > li {
  width: calc(50% - 100px);
  margin: 0 50px 100px;
}

.styling-list-item {
  position: relative;
  padding-top: 100px;
}

.styling-list-item__sub-title {
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: .05em;
  font-size: 15px;
}

.styling-list-item__title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: .05em;
}

.styling-list-item__description {
  position: relative;
  margin: 15px 0 25px;
  /*padding-top: 55px;*/
}

.styling-list-item__pirce-list {
  text-align: center;
}

.styling-list-item__pirce-list > dt {
  font-family: 'Poppins', sans-serif;
}

.styling-list-item__pirce-list > dd:not(:last-child) {
  margin-bottom: 15px;
}

.styling-list-item__pirce-list > dd > a {
  text-decoration: underline;
}

.feature-list {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.feature-list__item {
  padding: 2px 6px;
  border-radius: 6px;
}

.feature-list__item:not(:last-child) {
  margin-right: 10px;
}

.feature-list__item--blue {
  color: #1f4098;
  border: solid 1px #1f4098;
}

.feature-list__item--red {
  color: #d01a00;
  border: solid 1px #d01a00;
}

.feature-list__item--yellow {
  color: #f0b63c;
  border: solid 1px #f0b63c;
}

.product-list {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 40px;
}

.product-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list > ul > li {
  width: calc(33.3333% - 80px);
  margin: 0 40px 100px;
  text-align: center;
}

.product-list > ul > li > a {
  text-decoration: underline;
}

.product-list > ul > li > a > div {
  margin-bottom: 5px;
}

.online-link-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 62px;
  height: 63px;
}

.online-link-btn__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.online-link-btn__text {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.model-section {
  position: fixed;
  top: 50%;
  right: -290px;
  width: 290px;
  -webkit-transition: right .2s ease 0s;
  transition: right .2s ease 0s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.model-section.is-open {
  right: 0;
}

.model-section.is-open .model-list-opener-btn > svg {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
  -ms-transform: translate(-50%, 0) rotate(180deg);
  transform: translate(-50%, 0) rotate(180deg);
}

.model-list-opener-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 100%;
  width: 24px;
  height: 120px;
  cursor: pointer;
  color: #fff;
  background-color: #000;
}

.model-list-opener-btn > svg {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 10px;
  height: 9px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.model-list-opener-btn > span {
  position: absolute;
  top: 55%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
}

.model-list {
  padding: 20px 15px 0;
  border: solid 1px #000;
  background-color: #fff;
}

.model-list > h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.model-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.model-list > ul > li {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.2;
  width: 80px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}

.model-list > ul > li:not(:nth-child(3n)):not(:last-child) {
  margin-right: 9px;
}

.model-list > ul > li > img {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
  .page-top-btn:hover {
    opacity: .8;
  }
  .sns-list > li > a:hover {
    opacity: .8;
  }
  .styling-list-item__pirce-list > dd > a:hover {
    text-decoration: none;
  }
  .product-list > ul > li > a:hover {
    text-decoration: none;
  }
  .online-link-btn:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  .page-top-btn {
    margin: 0 auto 40px;
  }
/*  .page-header {
    padding: 28px 20px;
  }
*/
  .page-header__title {
    width: 100%;
    height: 20px;
    margin: 0 auto;
	text-align:center;
	font-size:16px;
  }
  .page-header__title > svg > path {
    stroke-width: 1.85px;
  }
  .category-header {
    margin-bottom: 60px;
  }
  .category-header > div {
    margin-bottom: 40px;
  }
  .category-header > p {
    text-align: left;
  }
  .styling-list > ul {
    margin: 0;
  }
  .styling-list > ul > li {
    width: 100%;
    margin: 0 0 100px;
  }
  .styling-list-item {
    padding-top: 0;
  }
  .styling-list-item__sub-title {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
  .styling-list-item__title {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
  .styling-list-item__description {
    padding-top: 0;
  }
  .feature-list {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 25px;
  }
  .product-list > ul {
    margin: 0;
  }
  .product-list > ul > li {
    width: 100%;
    margin: 0 0 100px;
  }
  .product-list > ul > li > a > div > img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.lr {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #FFF;
/*  line-height: 1.1;*/
  width: 70px;
  margin: 10px auto;
  background-color:#000;
}

.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 24;
}

@media only screen and (min-width: 768px){
.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 24;
    display: block;
    margin: 0 auto;
	}
}