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;
  list-style: none;
}
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;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  font-size: 0;
  line-height: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #fff !important;
}
body.is-fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-is-sp {
    display: none !important;
  }
}
.u-img-wrap {
  font-size: 0;
  line-height: 0;
}
.m-fade {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.m-fade.m-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b-contents {
  width: 100%;
  line-height: 100%;
}
.b-contents h4 a {
  padding: 0px 0px 0px 0px;
}
.b-contents .b-contents__wrap {
  max-width: 1275px;
  width: 88.54166666666666vw;
  margin: 90px auto 30px;
  background-color: #ececec;
  border-radius: 10px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__wrap {
    width: 100%;
    border-radius: 0;
    margin: 0 auto 30px;
    padding-bottom: 35px;
  }
}
.b-contents .b-contents__hdg {
  font-size: 30px;
  font-weight: bold;
  padding: 80px 0 24px;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__hdg {
    line-height: 130%;
    font-size: 26px;
  }
}
.b-contents .b-contents__lead {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 60px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__lead {
    width: 89.33333333333333vw;
    margin: 0 auto 40px;
  }
}
.b-contents .b-contents__select__wrap {
  max-width: 1155px;
  width: 80.20833333333334vw;
  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;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__select__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 89.33333333333333vw;
    margin: 0 auto 40px;
  }
}
.b-contents .b-contents__select__button {
  display: block;
  max-width: 560px;
  width: 38.88888888888889vw;
  height: 130px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__select__button:hover {
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.16);
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.16);
  }
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__select__button {
    max-width: 100%;
    width: 100%;
    height: 80px;
  }
  .b-contents .b-contents__select__button:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
.b-contents .b-contents__select__button::before {
  position: absolute;
  content: '';
  top: 48%;
  right: 8%;
  width: 13px;
  height: 11px;
  background-image: url("../img/common/btn_icon_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-contents .b-contents__select__button p {
  color: #000;
  font-size: 24px;
  text-align: center;
  line-height: 158.33333333333331%;
  margin: auto;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__select__button p {
    font-size: 18px;
    line-height: 155.55555555555557%;
  }
}
.b-contents .b-contents__select__button.is-active {
  background-color: #000;
}
.b-contents .b-contents__select__button.is-active::before {
  background-image: url("../img/common/btn_icon_white.svg");
}
.b-contents .b-contents__select__button.is-active p {
  color: #fff;
}
.b-contents .b-contents__select__item {
  position: relative;
  overflow: hidden;
  display: none;
}
.b-contents .b-contents__select__item.is-open {
  display: block;
  -webkit-animation: show 0.6s ease-out 0s;
  animation: show 0.6s ease-out 0s;
}
.b-contents .b-contents__inner {
  width: 80.20833333333334vw;
  max-width: 1155px;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__inner {
    width: 89.33333333333333vw;
    padding: 0px 15px;
    margin: 0 auto 20px;
  }
}
.b-contents .b-contents__inner.is-last {
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__inner.is-last {
    margin: 0 auto 55px;
  }
}
.b-contents .b-contents__item {
  position: relative;
}
.b-contents .b-contents__item__hdg {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__item__hdg {
    font-size: 18px;
  }
}
.b-contents .b-contents__item__hdg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f44d56;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__item__hdg.is-function {
    padding: 25px 0 10px;
  }
}
.b-contents .b-contents__modal__button__wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__modal__button__wrap {
    position: relative;
    margin-top: 30px;
  }
}
.b-contents .b-contents__modal__button {
  display: block;
  margin: auto;
  width: 127px;
  height: 28px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8e8;
  position: relative;
  text-decoration: none;
  background-image: none;
  text-align: center;
}
.b-contents .b-contents__modal__button::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 12%;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/common/btn_icon_search.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-contents .b-contents__modal__button span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  padding-right: 12px;
}
@media all and (-ms-high-contrast: none) {
  .b-contents .b-contents__modal__button span {
    padding-top: 0.4em;
  }
}
.b-contents .b-contents__modal__button:hover {
  background-color: #e61c27;
}
.b-contents .b-contents__modal__button:hover::before {
  background-image: url("../img/common/btn_icon_search_white.svg");
}
.b-contents .b-contents__modal__button:hover span {
  color: #fff;
}
.b-contents .b-contents__item__hdg--capacity {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 25px 0 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__item__hdg--capacity {
    font-size: 18px;
  }
}
.b-contents .b-contents__item__note {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__item__note {
    color: #707070;
  }
}
.b-contents .b-contents__item__note::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f44d56;
  bottom: 0;
  left: 0;
}
.b-contents .b-contents__item__note.is-active {
  display: block;
}
.b-contents .b-contents__list {
  max-width: 970px;
  width: 67.36111111111111vw;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__list {
    max-width: 100%;
    width: 77.33333333333333vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__list.is-size {
    max-width: 970px;
    width: 67.36111111111111vw;
  }
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__list.is-capacity {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 970px;
    width: 67.36111111111111vw;
  }
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__list.is-capacity-2 {
    margin-top: 0;
    max-width: 970px;
    width: 67.36111111111111vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__list.is-capacity-2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__list.is-capacity-2 .b-contents__button.is-capacity {
    margin-bottom: 0;
  }
}
.b-contents .b-contents__list.is-function {
  max-width: 1100px;
  width: 69.44444444444444vw;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__list.is-function {
    max-width: 100%;
    width: 77.33333333333333vw;
  }
}
.b-contents .b-contents__list.is-function-2 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__list.is-function-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-contents .b-contents__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__button {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents .b-contents__button {
    margin-right: 2.083333333333333vw;
    height: 3.472222222222222vw;
    border-radius: 1.736111111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__button {
    margin-bottom: 25px;
    width: 100%;
  }
}
.b-contents .b-contents__button.is-size {
  margin-right: 19px;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__button.is-size {
    margin-right: 0;
  }
}
.b-contents .b-contents__button:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__button:hover {
    background-color: #ededed;
  }
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__button.is-capacity:nth-child(-n+3) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__button.is-capacity {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__button.is-function {
    margin-right: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents .b-contents__button.is-function {
    margin-right: 1.111111111111111vw;
  }
}
.b-contents .b-contents__button.is-function:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__button.is-function {
    width: 100%;
  }
}
.b-contents .b-contents__button.is-select {
  background-color: #000;
}
.b-contents .b-contents__button.is-select .b-contents__size {
  color: #fff;
}
.b-contents .b-contents__button.is-category-selected {
  background-color: #000;
}
.b-contents .b-contents__button.is-category-selected .b-contents__size {
  color: #fff;
}
.b-contents .b-contents__size {
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  padding: 0px 25px;
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents .b-contents__size {
    font-size: 1.111111111111111vw;
    padding: 0px 1.736111111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__size {
    font-size: 16px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 374px) {
  .b-contents .b-contents__size {
    font-size: 4.266666666666667vw;
    padding: 0px 5.333333333333334vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .b-contents .b-contents__size {
    padding-top: 0.4em;
  }
}
.b-contents .b-contents__result__button {
  display: block;
  margin: 20px auto 0;
  width: 325px;
  height: 60px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e61c27;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-contents .b-contents__result__button:hover {
  opacity: 0.8;
}
.b-contents .b-contents__result__button:disabled {
  background-color: #d6d6d6;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__result__button {
    width: 89.33333333333333vw;
  }
}
.b-contents .b-contents__result__button::before {
  position: absolute;
  content: '';
  top: 42%;
  right: 5%;
  width: 13px;
  height: 11px;
  background-image: url("../img/common/btn_icon_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-contents .b-contents__result__button span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.b-contents .b-contents__result {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.b-contents .b-contents__result.is-open {
  display: block;
}
.b-contents .b-contents__result__wrap {
  margin: 80px auto 0px;
  padding: 80px 0 0px;
  width: 80.20833333333334vw;
  max-width: 1155px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__result__wrap {
    width: 89.33333333333333vw;
  }
}
.b-contents .b-contents__result__wrap::before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #fff;
  content: '';
}
.b-contents .b-contents__result__hdg {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__result__hdg {
    font-size: 26px;
  }
}
.b-contents .b-contents__result__note {
  width: 760px;
  background-color: #fffdf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 40px 0px;
  margin: 70px auto 0;
  display: none;
}
.b-contents .b-contents__result__note p {
  font-size: 16px;
  line-height: 187.5%;
  text-align: center;
  color: #000;
}
.b-contents .b-contents__result__note p span {
  border-bottom: 2px solid #f44d56;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__result__note {
    width: 100%;
    padding: 20px 0px;
  }
}
.b-contents .b-contents__result__note.is-active {
  display: block;
}
.b-contents .b-contents__product__list {
  width: 80.20833333333334vw;
  max-width: 1155px;
  margin: 60px auto 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .b-contents .b-contents__product__list {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__product__list {
    width: 100%;
    margin: 40px auto 0px;
  }
}
.b-contents .b-contents__product__item {
  width: 365px;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__product__item {
    padding: 40px 10px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.b-contents .b-contents__product__item.is-none {
  display: none;
}
.b-contents .b-contents__product__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-contents .b-contents__product__item__figure {
  width: auto;
  height: 224px;
}
.b-contents .b-contents__product__item__figure img {
  width: auto;
  height: 100%;
}
.b-contents .b-contents__product__item__info {
  margin-left: 30px;
  line-height: 160%;
}
.b-contents .b-contents__product__item__lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 168.1818181818182%;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__product__item__lead {
    font-size: 20px;
  }
}
.b-contents .b-contents__product__item__note {
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
}
.b-contents .b-contents__product__function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.b-contents .b-contents__product__function__hdg {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}
.b-contents .b-contents__product__function__list {
  width: 325px;
  margin: 0 auto 20px;
  background-color: #f6f6f6;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__product__function__list {
    padding: 5.333333333333334vw 4vw;
    width: 78.66666666666666vw;
  }
}
.b-contents .b-contents__product__function__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 168.75%;
  padding-right: 1em;
  color: #000;
}
.b-contents .b-contents__product__function__item.is-active {
  color: #e61c27;
}
.b-contents .b-contents__product__function__item.is-no-function {
  color: #8d8d8d;
}
.b-contents .b-contents__product__button {
  display: block;
  margin-top: auto;
}
.b-contents .b-contents__product__button__inner {
  width: 325px;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e61c27;
  position: relative;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-contents .b-contents__product__button__inner:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .b-contents .b-contents__product__button__inner {
    width: 78.66666666666666vw;
  }
}
.b-contents .b-contents__product__button__inner::before {
  position: absolute;
  content: '';
  top: 30%;
  right: 5%;
  width: 22.89px;
  height: 22.89px;
  background-image: url("../img/common/btn_icon_product.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-contents .b-contents__product__button__inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  word-break: keep-all;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes show {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.b-contents-modal {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.b-contents-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.b-contents-modal .b-contents-modal__wrap {
  width: 100%;
  overflow: auto;
  margin: 12% auto;
  max-width: 1275px;
  width: 88.54166666666666vw;
  background-color: #ededed;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__wrap {
    width: 89.06666666666668vw;
    margin: 20% auto;
  }
}
.b-contents-modal .b-contents-modal__inner {
  padding: 40.5px 60px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents-modal .b-contents-modal__inner {
    padding: 2.8125vw 4.166666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__inner {
    padding: 8vw 4vw 4vw;
  }
}
.b-contents-modal .b-contents-modal__close__icon__area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__close__icon__wrap {
    display: block;
    position: absolute;
    top: 13.333333333333334vw;
    right: 5.333333333333334vw;
    width: 18.5px;
    height: 18.5px;
  }
}
.b-contents-modal .b-contents-modal__close__icon__wrap .b-contents-modal__close__icon {
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.b-contents-modal .b-contents-modal__close__icon__wrap .b-contents-modal__close__icon span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 18.5px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.b-contents-modal .b-contents-modal__close__icon__wrap .b-contents-modal__close__icon span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .b-contents-modal .b-contents-modal__close__icon__wrap .b-contents-modal__close__icon span {
    display: none;
  }
}
.b-contents-modal .b-contents-modal__hdg {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__hdg {
    font-size: 16px;
    letter-spacing: -0.04em;
  }
}
.b-contents-modal .b-contents-modal__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
}
.b-contents-modal .b-contents-modal__item {
  width: 17.98611111111111vw;
  max-width: 259px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.388888888888889vw;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .b-contents-modal .b-contents-modal__item {
    margin-right: 1.388888888888889vw;
  }
  .b-contents-modal .b-contents-modal__item:nth-child(4n) {
    margin-right: 0;
  }
  .b-contents-modal .b-contents-modal__item:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__item {
    width: 38.666666666666664vw;
    padding: 10px 10px 11px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .b-contents-modal .b-contents-modal__item:nth-child(n + 7) {
    margin-bottom: 0;
  }
}
.b-contents-modal .b-contents-modal__item__hdg {
  font-size: 20px;
  line-height: 145%;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents-modal .b-contents-modal__item__hdg {
    font-size: 1.388888888888889vw;
    height: 3.333333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__item__hdg {
    font-size: 12px;
    height: 30px;
    padding-bottom: 15px;
  }
}
.b-contents-modal .b-contents-modal__item__hr {
  width: 100%;
  height: 2px;
  background-color: #e61c27;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__item__hr {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.b-contents-modal .b-contents-modal__item__lead {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__item__lead {
    font-size: 14px;
    text-align: left;
    line-height: 143.75%;
    margin-bottom: 0;
  }
}
.b-contents-modal .b-contents-modal__close__button {
  display: block;
  margin: 40px auto 0;
  width: 295px;
  height: 60px;
  border-radius: 6px;
  border: 2px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-contents-modal .b-contents-modal__close__button {
    margin: 20px auto 0;
    width: 78.66666666666666vw;
  }
}
.b-contents-modal .b-contents-modal__close__button span {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.b-contents-wash {
  width: 100%;
  line-height: 100%;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .b-contents-wash {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.b-contents-wash .b-contents-wash__wrap {
  max-width: 1275px;
  width: 88.54166666666666vw;
  margin: 0px auto;
  background-color: #ececec;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__wrap {
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
  }
}
.b-contents-wash .b-contents-wash__hdg {
  font-size: 30px;
  font-weight: bold;
  padding: 80px 0 24px;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__hdg {
    line-height: 130%;
    font-size: 26px;
  }
}
.b-contents-wash .b-contents-wash__hdg span {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__hdg span {
    padding-left: 0;
  }
}
.b-contents-wash .b-contents-wash__product__list {
  width: 1155px;
  max-width: 1155px;
  margin: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents-wash .b-contents-wash__product__list {
    width: 80.20833333333334vw;
    margin: 4.166666666666666vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__product__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 89.33333333333333vw;
    margin: 40px auto 0px;
  }
}
.b-contents-wash .b-contents-wash__product__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 365px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  margin-right: 30px;
}
.b-contents-wash .b-contents-wash__product__item:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .b-contents-wash .b-contents-wash__product__item {
    margin-right: 2.083333333333333vw;
    margin-bottom: 2.083333333333333vw;
  }
  .b-contents-wash .b-contents-wash__product__item:nth-of-type(3) {
    margin-right: 2.083333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__product__item {
    max-width: 100%;
    width: 89.33333333333333vw;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .b-contents-wash .b-contents-wash__product__item:nth-of-type(3) {
    margin-right: 0;
  }
}
.b-contents-wash .b-contents-wash__product__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-contents-wash .b-contents-wash__product__item__figure {
  width: auto;
  height: 194px;
}
.b-contents-wash .b-contents-wash__product__item__figure img {
  width: auto;
  height: 100%;
}
.b-contents-wash .b-contents-wash__product__item__info {
  margin-left: 10px;
  line-height: 160%;
}
.b-contents-wash .b-contents-wash__product__item__lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 168.1818181818182%;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__product__item__lead {
    font-size: 20px;
  }
}
.b-contents-wash .b-contents-wash__product__item__note {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
}
.b-contents-wash .b-contents-wash__product__item__note span {
  font-size: 18px;
  line-height: 172.22222222222223%;
}
.b-contents-wash .b-contents-wash__product__function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.b-contents-wash .b-contents-wash__product__function__hdg {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}
.b-contents-wash .b-contents-wash__product__function__list {
  width: 100%;
  height: 230.5px;
  margin: 0 0 20px;
  background-color: #f6f6f6;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b-contents-wash .b-contents-wash__product__function__list {
    height: 221px;
  }
}
@media screen and (max-width: 374px) {
  .b-contents-wash .b-contents-wash__product__function__list {
    height: auto;
  }
}
.b-contents-wash .b-contents-wash__product__function__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 168.75%;
  padding-left: 1em;
  text-indent: -1em;
}
.b-contents-wash .b-contents-wash__product__function__item.is-active {
  color: #e61c27;
}
.b-contents-wash .b-contents-wash__product__function__item.is-no-function {
  color: #8d8d8d;
}
.b-contents-wash .b-contents-wash__product__button {
  display: block;
  margin-top: auto;
}
.b-contents-wash .b-contents-wash__product__button__inner {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e61c27;
  position: relative;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-contents-wash .b-contents-wash__product__button__inner:hover {
  opacity: 0.8;
}
.b-contents-wash .b-contents-wash__product__button__inner::before {
  position: absolute;
  content: '';
  top: 30%;
  right: 5%;
  width: 22.89px;
  height: 22.89px;
  background-image: url("../img/common/btn_icon_product.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-contents-wash .b-contents-wash__product__button__inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  word-break: keep-all;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  letter-spacing: 0.03em;
}
main {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", 'Noto Sans JP';
  font-weight: 500;
  line-height: 100%;
}
@media all and (-ms-high-contrast: none) {
  main {
    font-weight: 400;
  }
}
.JS h2,
.JS .LV1LinkSet {
  background-image: none;
}
.h4 a {
  padding: 0;
}
.p-function {
  width: 100%;
}
.p-function img {
  width: 100%;
  vertical-align: baseline;
}
.p-function .p-function-kv {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 80px;
}
.p-function .p-function-kv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-function .p-function-kv__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-function .p-function-kv__info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__info {
    width: 89.06666666666668vw;
    margin: 0 auto;
  }
}
.p-function .p-function-kv__hdg {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__hdg {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.p-function .p-function-kv__hdg.is-1 {
  max-width: 506.71px;
  width: 35.18819444444444vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__hdg.is-1 {
    width: 69.68533333333333vw;
  }
}
.p-function .p-function-kv__hdg.is-2 {
  max-width: 380.5px;
  width: 26.42361111111111vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__hdg.is-2 {
    width: 70.16533333333334vw;
  }
}
.p-function .p-function-kv__lead {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 181.25%;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__lead {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-function .p-function-kv__lead.is-1 {
    margin: 0 auto;
    max-width: 506.71px;
    width: 35.18819444444444vw;
  }
}
.p-function .p-function-kv__lead.is-2 {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-function .p-function-kv__lead.is-2 {
    margin: 0 auto;
    max-width: 380.5px;
    width: 26.42361111111111vw;
  }
}
.p-function .p-function-kv__button {
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 263px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-function .p-function-kv__button span {
    position: relative;
    width: 100%;
    display: block;
  }
  .p-function .p-function-kv__button span::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/kv_button_rect.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 11;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-function .p-function-kv__button span::after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/kv_button_rect_hover.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-function .p-function-kv__button {
    bottom: -2%;
    left: -1%;
    width: 102%;
  }
}
.p-function .p-function-kv__button.is-none {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, 0.5s ease;
  transition: opacity 0.5s ease, 0.5s ease;
}
@media screen and (min-width: 769px) {
  .p-function .p-function-kv__button:hover span::before {
    opacity: 0;
  }
  .p-function .p-function-kv__button:hover span::after {
    opacity: 1;
  }
}
.p-function .p-function-look {
  width: 100%;
  background-image: url("../img/bg_look.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 150px;
}
.p-function .p-function-look__wrap {
  width: 88.54166666666666vw;
  max-width: 1275px;
  margin: 0 auto;
  background-color: rgba(231,240,244,0.8);
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__wrap {
    width: 89.06666666666668vw;
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
  }
}
.p-function .p-function-look__wrap::after {
  content: '';
  position: absolute;
  bottom: -12%;
  left: 50%;
  width: 16px;
  height: 64px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/look_rect.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__wrap::after {
    bottom: -8%;
  }
}
.p-function .p-function-look__inner {
  padding: 50px 68px 70px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__inner {
    padding: 30px 15px 15px;
  }
}
.p-function .p-function-look__hdg {
  max-width: 295.7px;
  width: 20.53472222222222vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__hdg {
    width: 56.06133333333333vw;
  }
}
.p-function .p-function-look__hdg::before {
  content: '';
  position: absolute;
  max-width: 300px;
  width: 20.833333333333336vw;
  height: 6px;
  bottom: -16.5px;
  left: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#72d1a5), to(#4eb0f1));
  background: -webkit-linear-gradient(left, #72d1a5, #4eb0f1);
  background: linear-gradient(0.25turn, #72d1a5, #4eb0f1);
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__hdg::before {
    width: 56.53333333333334vw;
    height: 4px;
    bottom: -2.666666666666667vw;
    left: -0.533333333333333vw;
  }
}
.p-function .p-function-look__list {
  margin-top: 5.034722222222222vw;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10.909090909090908vw;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-look__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-function .p-function-look__item {
  width: 17.98611111111111vw;
  max-width: 259px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(61,172,221,0.16);
  box-shadow: 10px 10px 20px 0 rgba(61,172,221,0.16);
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 20px 21px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-function .p-function-look__item:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__item {
    width: 38.666666666666664vw;
    padding: 3.786666666666667vw 2.666666666666667vw;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(61,172,221,0.16);
    box-shadow: 10px 10px 30px 0 rgba(61,172,221,0.16);
    margin-bottom: 15px;
  }
  .p-function .p-function-look__item:nth-child(n + 7) {
    margin-bottom: 0;
  }
  .p-function .p-function-look__item:nth-of-type(1) .p-function-look__item__hdg,
  .p-function .p-function-look__item:nth-of-type(2) .p-function-look__item__hdg {
    height: 40px;
  }
  .p-function .p-function-look__item:nth-of-type(5) .p-function-look__item__hdg,
  .p-function .p-function-look__item:nth-of-type(6) .p-function-look__item__hdg {
    height: 40px;
  }
  .p-function .p-function-look__item:nth-of-type(7) .p-function-look__item__hdg,
  .p-function .p-function-look__item:nth-of-type(8) .p-function-look__item__hdg {
    height: 62px;
  }
}
.p-function .p-function-look__item__number {
  width: 23px;
  margin: 0 auto 6px;
}
.p-function .p-function-look__item__number img {
  height: 17px;
}
.p-function .p-function-look__item__hdg {
  font-size: 20px;
  line-height: 145%;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__item__hdg {
    font-size: 16px;
  }
}
.p-function .p-function-look__item__lead {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__item__lead {
    text-align: left;
    line-height: 143.75%;
  }
}
.p-function .p-function-look__item__button {
  display: block;
  margin-top: auto;
}
.p-function .p-function-look__item__button:hover .p-function-look__item__button__inner {
  -webkit-box-shadow: 0px 0px 15px 0 #83d6ff;
  box-shadow: 0px 0px 15px 0 #83d6ff;
}
.p-function .p-function-look__item__button__inner {
  width: 100%;
  border-radius: 90px;
  border: 2px solid #000;
  position: relative;
  height: 50px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-function .p-function-look__item__button__inner span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-look__item__button__inner span {
    font-size: 14px;
  }
}
.p-function .p-function-look__item__button__inner::after {
  position: absolute;
  content: '';
  top: 45%;
  right: 10%;
  width: 10px;
  height: 9px;
  background-image: url("../img/btn_icon_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-function .p-function-detail {
  width: 100%;
  background-image: url("../img/bg_detail_pc.jpg");
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail {
    background-image: url("../img/bg_detail_sp.jpg");
  }
}
.p-function .p-function-detail .p-function-detail__wrap {
  width: 80.06944444444444vw;
  max-width: 1153px;
  margin: 0 auto;
  padding: 80px 0px 90px 0px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__wrap {
    width: 91.46666666666667vw;
  }
}
.p-function .p-function-detail .p-function-detail__hdg {
  width: 105.6px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__hdg {
    width: 96px;
    margin: 0 auto;
  }
}
.p-function .p-function-detail .p-function-detail__list {
  margin-top: 50px;
}
.p-function .p-function-detail .p-function-detail__item {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(61,172,221,0.16);
  box-shadow: 10px 10px 30px 0 rgba(61,172,221,0.16);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.p-function .p-function-detail .p-function-detail__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37px 36px 34px 30px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__inner {
    padding: 20.5px 18px;
  }
}
.p-function .p-function-detail .p-function-detail__item__inner.is-active .p-function-detail__item__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-function .p-function-detail .p-function-detail__item__inner.is-active .p-function-detail__item__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-function .p-function-detail .p-function-detail__item__number {
  width: 31px;
  position: relative;
  padding-right: 30px;
}
.p-function .p-function-detail .p-function-detail__item__number img {
  height: 21px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__number {
    width: 30px;
    font-size: 27px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-detail .p-function-detail__item__number {
    padding-left: 2.666666666666667vw;
    font-size: 7.199999999999999vw;
  }
}
.p-function .p-function-detail .p-function-detail__item__number::after {
  position: absolute;
  content: '';
  top: -10px;
  right: 0;
  height: 49px;
  width: 2px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__number::after {
    top: -6px;
    height: 61px;
    width: 2px;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-detail .p-function-detail__item__number::after {
    top: -1.6vw;
    height: 16.266666666666666vw;
    width: 0.533333333333333vw;
  }
}
.p-function .p-function-detail .p-function-detail__item__hdg {
  padding-left: 52px;
  font-size: 38px;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #000;
  line-height: 102.63157894736842%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__hdg {
    padding-left: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-detail .p-function-detail__item__hdg {
    padding-left: 3.2vw;
    font-size: 5.333333333333334vw;
  }
}
.p-function .p-function-detail .p-function-detail__item__button {
  position: relative;
  margin-left: auto;
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 2px solid #000;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__button {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-detail .p-function-detail__item__button {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
}
.p-function .p-function-detail .p-function-detail__item__button:hover {
  -webkit-box-shadow: 0px 0px 15px 0 #83d6ff;
  box-shadow: 0px 0px 15px 0 #83d6ff;
}
.p-function .p-function-detail .p-function-detail__item__button::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 20px;
  background-color: #000;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__button::before {
    width: 2px;
    height: 15px;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-detail .p-function-detail__item__button::before {
    width: 0.533333333333333vw;
    height: 4vw;
  }
}
.p-function .p-function-detail .p-function-detail__item__button::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__item__button::after {
    height: 2px;
    width: 15px;
  }
}
@media screen and (max-width: 374px) {
  .p-function .p-function-detail .p-function-detail__item__button::after {
    width: 4vw;
    height: 0.533333333333333vw;
  }
}
.p-function .p-function-detail .p-function-detail__accordion {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.p-function .p-function-detail .p-function-detail__accordion.is-open {
  display: block;
}
.p-function .p-function-detail .p-function-detail__accordion.is-open::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-function .p-function-detail .p-function-detail__accordion::before {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.p-function .p-function-detail .p-function-detail__feature {
  margin: 0 auto;
  padding-top: 40px;
  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;
  width: 74.58333333333333vw;
  max-width: 1074px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 77.33333333333333vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__item {
  max-width: 524px;
  width: 36.388888888888886vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__item {
    width: 100%;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement {
  margin-bottom: 30px;
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-1 {
  max-width: 348.7px;
  width: 24.21527777777778vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-1 {
    width: 78.4vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-2 {
  max-width: 276px;
  width: 19.166666666666668vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-2 {
    width: 61.6vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-3 {
  max-width: 268.86px;
  width: 18.670833333333334vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-3 {
    width: 56.00000000000001vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-4 {
  max-width: 352.78px;
  width: 24.49861111111111vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-4 {
    width: 52vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-5 {
  max-width: 350.34px;
  width: 24.329166666666666vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-5 {
    width: 77.86666666666666vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-6 {
  max-width: 327.4px;
  width: 22.73611111111111vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-6 {
    width: 66.93333333333334vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-7 {
  max-width: 329.47px;
  width: 22.879861111111115vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-7 {
    width: 67.2vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__statement.is-8 {
  max-width: 360.21px;
  width: 25.014583333333334vw;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__statement.is-8 {
    width: 72.26666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__figure {
    margin-bottom: 30px;
  }
}
.p-function .p-function-detail .p-function-detail__feature__lead {
  font-size: 16px;
  line-height: 168.75%;
  margin-bottom: 15px;
}
.p-function .p-function-detail .p-function-detail__feature__note {
  font-size: 14px;
  line-height: 171.42857142857142%;
}
.p-function .p-function-detail .p-function-detail__feature__point {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  height: 0;
  padding-bottom: 30px;
  width: 74.58333333333333vw;
  max-width: 1074px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point {
    width: 77.33333333333333vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point.is-active {
  visibility: visible;
  height: auto;
  padding-top: 30px;
}
.p-function .p-function-detail .p-function-detail__feature__point__inner {
  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;
  background-color: #f0f6f8;
  border-radius: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 20px 15px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point__inner {
    padding: 19.7px 19.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__item {
  width: 34.02777777777778vw;
  max-width: 490px;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item {
    width: 100%;
    padding: 0;
    margin: 0 auto 6.666666666666667vw;
  }
  .p-function .p-function-detail .p-function-detail__feature__point__item:last-child {
    margin: 0 auto;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(1) {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(1) {
    padding-right: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(1) {
    padding-right: 1.736111111111111vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(1)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: -5px;
  right: 0;
  background-color: #c6c6c6;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(1)::before {
    content: none;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(3) {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(3) {
    padding-right: 25px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1395px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(3) {
    padding-right: 1.736111111111111vw;
    margin-top: 2.083333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(3) {
    margin-top: 0vw;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(3)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: -5px;
  right: 0;
  background-color: #c6c6c6;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point__item:nth-of-type(3)::before {
    content: none;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__item.is-only {
  width: 100%;
  max-width: 100%;
}
.p-function .p-function-detail .p-function-detail__feature__point__item.is-only::before {
  content: none;
}
.p-function .p-function-detail .p-function-detail__feature__point__hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.p-function .p-function-detail .p-function-detail__feature__point__number {
  width: 75px;
}
.p-function .p-function-detail .p-function-detail__feature__point__tx {
  font-size: 16px;
  font-weight: 600;
  padding-left: 14px;
  color: #407fd5;
}
@media screen and (max-width: 768px) {
  .p-function .p-function-detail .p-function-detail__feature__point__tx {
    padding-left: 10px;
  }
}
.p-function .p-function-detail .p-function-detail__feature__point__lead {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 168.75%;
}
.p-function .p-function-detail .p-function-detail__feature__point__lead span {
  font-size: 14px;
  line-height: 171.42857142857142%;
  color: #333;
}
.p-function .p-function-detail .p-function-detail__feature__point__img {
  visibility: hidden;
  height: 0;
  margin-top: 10px;
}
.p-function .p-function-detail .p-function-detail__feature__point__img.is-active {
  visibility: visible;
  height: auto;
}
.p-function .p-function-detail .p-function-detail__close {
  padding-bottom: 5.666666666666666vw;
}
.p-function .p-function-detail .p-function-detail__close .p-function-detail__close__button {
  border-radius: 6px;
  border: 2px solid #000;
  display: block;
  width: 77.33333333333333vw;
  padding: 21px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
.p-function .p-function-detail .p-function-detail__close .p-function-detail__close__button span {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.p-function .p-function-detail .p-function-detail__note {
  margin-top: 50px;
}
