@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,

body {
  line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}
li,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}

.p-product__section {
  padding-top: 100px
}
@media screen and (max-width:750px) {
  .p-product__section {
    padding-top: 16vw
  }
}

.p-productPoint {
  background: #f6f0d5;
}

@media screen and (max-width:750px) {
  .p-productPoint {
    padding: 10.66667vw 0 16vw
  }
}
.p-productPoint__inner {
  max-width: 1174px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width:750px) {
  .p-productPoint__inner {
    padding: 0;
    background: 0 0
  }
}
.p-productPointMain {
  width: 890px;
  margin: 0 auto
}
@media screen and (max-width:750px) {
  .p-productPointMain {
    width: 100%
  }
}
.p-productPointMain__ttl {
  position: relative;
  text-align: center;
  background: none;
  margin: 30px;
}
.p-productPointMain__ttl span {
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: 700
}
@media screen and (max-width:750px) {
  .p-productPointMain__ttl span {
    font-size: 24px;
    font-size: 6.4vw
  }
}
.p-productPointMain__ttl:after {
  content: " ";
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 310px;
  height: 14px;
  background: #d1b43c;
  z-index: 0
}
@media screen and (max-width:750px) {
  .p-productPointMain__ttl:after {
    width: 53.73333vw;
    height: 2.66667vw
  }
}
.p-productPointMain__lead {
  margin-top: 34px;
  font-size: 28px;
  font-weight: 700;
  text-align: center
}
@media screen and (max-width:750px) {
  .p-productPointMain__lead {
    margin-top: 5.33333%;
    font-size: 15px;
    font-size: 4vw
  }
}
.p-productPointMain__lead span {
  font-size: 100%;
  font-weight: 700
}
.p-productPointMain__lead span.red {
  color: #b22721
}
.p-productPointMain__txt {
  position: relative;
  margin-top: 70px;
  padding: 15px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700
}
@media screen and (max-width:750px) {
  .p-productPointMain__txt {
    width: 92%;
    margin: 10% auto 0;
    padding: 4.34783% 0;
    font-size: 19px;
    font-size: 5.06667vw
  }
}
.p-productPointMain__txt:after,
.p-productPointMain__txt:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px
}
@media screen and (max-width:750px) {
  .p-productPointMain__txt:after,
  .p-productPointMain__txt:before {
    width: 2.66667vw
  }
}
.p-productPointMain__txt--red:before {
  left: 0;
  border-left: 4px solid #b22721;
  border-top: 4px solid #b22721;
  border-bottom: 4px solid #b22721
}
.p-productPointMain__txt--red:after {
  right: 0;
  border-right: 4px solid #b22721;
  border-top: 4px solid #b22721;
  border-bottom: 4px solid #b22721
}
.p-productPointMain__txt--red span {
  color: #b22721;
  font-size: 100%
}
.p-productPointMain__txt--green:before {
  left: 0;
  border-left: 4px solid #287a30;
  border-top: 4px solid #287a30;
  border-bottom: 4px solid #287a30
}
.p-productPointMain__txt--green:after {
  right: 0;
  border-right: 4px solid #287a30;
  border-top: 4px solid #287a30;
  border-bottom: 4px solid #287a30
}
.p-productPointMain__txt--green span {
  color: #287a30;
  font-size: 100%
}
.p-productPointMain__txt + .p-productPointMain__txt {
  margin-top: 24px
}
@media screen and (max-width:750px) {
  .p-productPointMain__txt + .p-productPointMain__txt {
    margin-top: 5.33333vw
  }
}
.p-productPointMain__txtNote {
  font-size: 13px;
  margin-top: 20px
}
@media screen and (max-width:750px) {
  .p-productPointMain__txtNote {
    font-size: 11px;
    font-size: 2.93333vw;
    margin: 5.33333vw auto 0;
    width: 92%
  }
}
.p-productPointMain__txtNote:not(:last-child) {
  margin-bottom: 70px
}
@media screen and (max-width:750px) {
  .p-productPointMain__txtNote:not(:last-child) {
    font-size: 11px;
    font-size: 2.93333vw;
    margin-bottom: 10%
  }
}