@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

dt {
  font-weight: 700;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* font color */
/* font size */
/* media query */
/* parts */
br.smpBR {
  display: block;
}
@media screen and (min-width:601px) {
  br.smpBR {
    display: none;
  }
}

br.pcBR {
  display: none;
}
@media screen and (min-width:601px) {
  br.pcBR {
    display: block;
  }
}

ul.itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.itemList li {
  width: 49%;
  margin-right: 2%;
}
ul.itemList li:nth-child(2n) {
  margin-right: 0;
}
ul.itemList li a img {
  width: 100%;
}
ul.itemList.itemList3 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList3 li:nth-child(3n) {
  margin-right: 0;
}
ul.itemList.itemList4 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList4 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  ul.itemList.itemList4 li {
    width: 23.5%;
  }
  ul.itemList.itemList4 li:nth-child(2n) {
    margin-right: 2%;
  }
  ul.itemList.itemList4 li:nth-child(4n) {
    margin-right: 0;
  }
}
ul.itemList.itemList5 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList5 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  ul.itemList.itemList5 li {
    width: 18.4%;
  }
  ul.itemList.itemList5 li:nth-child(3n) {
    margin-right: 2%;
  }
  ul.itemList.itemList5 li:nth-child(5n) {
    margin-right: 0;
  }
}
ul.itemList.itemList6 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList6 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  ul.itemList.itemList6 li {
    width: 15%;
  }
  ul.itemList.itemList6 li:nth-child(3n) {
    margin-right: 2%;
  }
  ul.itemList.itemList6 li:nth-child(6n) {
    margin-right: 0;
  }
}

html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

input, textarea, select {
  border: 1px solid #aaaaaa;
}

button {
  border: 1px solid #aaaaaa;
  background-color: #f5f5f5;
}

@keyframes arrow {
  0% {
    transform: rotate(-90deg) translateY(0);
  }
  60% {
    transform: rotate(-90deg) translateY(30px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

.modalWrap {
  text-align: center;
}
.modalWrap #modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalWrap #modalMain {
  min-width: 320px;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
.modalWrap #modalMain p {
  width: 100%;
}
.modalWrap #modalMain .modalNotice {
  text-align: center;
  color: #ffffff;
}
.modalWrap #modalMain .modalNotice strong {
  font-size: 1.25em;
  margin-top: 12px;
}
.modalWrap #modalMain .modalNotice > span {
  display: block;
  font-size: 14px;
  margin-top: 12px;
}
.modalWrap #modalMain .modalNotice b {
  color: #ffff00;
  text-align: center;
  display: block;
  margin-top: 8px;
  font-size: 1.5em;
}
.modalWrap #modalMain .modalNotice a {
  display: block;
  margin: 12px 0 0;
}
.modalWrap #modalMain .modalNotice a > span {
  display: inline-block;
  background-color: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
  color: #413f45;
}
.modalWrap #modalMain .modalNotice a:nth-child(2) span {
  background-color: #FFAA00;
  color: #000000;
}
.modalWrap #modalMain .modalNotice .cordList {
  margin: 12px 0 16px;
}
.modalWrap #modalMain .modalNotice .cordList ul li {
  line-height: 1.5;
}
.modalWrap #modalMain .modalNotice .cordList ul li p {
  font-style: 0.85em;
}
.modalWrap #modalMain .modalNotice .cordList ul li p span {
  font-size: 1.25em;
}
.modalWrap #modalMain .modalNotice .cordList > p {
  font-size: 0.85em;
  font-weight: 300;
}
.modalWrap #modalMain .modalNotice #copyBtn {
  background-color: #ffffff;
  padding: 8px;
  color: #413f45;
  display: inline-block;
  width: 160px;
  margin: 12px 0;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.modalWrap #modalMain p.modalCheck {
  color: #ffffff;
  padding-top: 4px;
  width: 50%;
}
.modalWrap #modalMain p.modalCheck input {
  margin-right: 8px;
  margin-top: 0px;
  color: #ffffff;
}
.modalWrap #modalMain > div {
  width: 100%;
}
.modalWrap #modalMain > div #modalClose {
  width: 150px !important;
  margin-top: 12px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
}

.anaunWrap {
  position: fixed;
  right: 0;
  bottom: 24px;
  padding: 12px 4px 16px;
  width: 145px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 100;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:961px) {
  .anaunWrap {
    width: 160px;
  }
}
.anaunWrap .anaunInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.anaunWrap .anaunInner h3 {
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: #ffff00;
}
.anaunWrap .anaunInner p.anaunPeriod {
  width: 100%;
  font-size: 0.75em;
  margin-top: 2px;
  color: #ffff00;
}
.anaunWrap .anaunInner p.anaunPeriod > span {
  display: block;
  letter-spacing: -0.5px;
  font-size: 0.9em;
}
.anaunWrap .anaunInner p.anaunDetail {
  display: inline-block;
  text-align: center;
  font-size: 1em;
}
@media screen and (min-width:961px) {
  .anaunWrap .anaunInner p {
    font-size: 1em;
  }
}
.anaunWrap .anaunInner a {
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  width: 100px;
  height: 20px;
  background-color: #ffffff;
  color: #413f45;
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (min-width:961px) {
  .anaunWrap .anaunInner a {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
@media screen and (min-width:961px) {
  .anaunWrap .anaunInner a {
    font-size: 12px;
    width: 120px;
    height: 20px;
  }
}
.anaunWrap .anaunClose {
  position: absolute;
  top: 0px;
  right: 6px;
}
.anaunWrap .anaunClose button {
  border: none;
  background-color: transparent;
  width: 10px;
}
.anaunWrap .anaunClose button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.anaunWrap .anaunClose button span:nth-child(1) {
  transform: rotate(45deg);
}
.anaunWrap .anaunClose button span:nth-child(2) {
  margin-top: -2px;
  transform: rotate(-45deg);
}

@keyframes bgMove {
  0% {
    background-position: 23% center;
  }
  100% {
    background-position: 90% center;
  }
}

section.footerQa {
  display: none;
  margin-top: 24px;
}
section.footerQa .secTitle {
  background-color: #413f45;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.footerQa .secTitle h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
section.footerQa .footerQaDetail dl {
  margin-top: 24px;
}
section.footerQa .footerQaDetail dl dt {
  padding-left: 40px;
  position: relative;
}
section.footerQa .footerQaDetail dl dt::before {
  content: "Q";
  background-color: #f2f2f2;
  width: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
section.footerQa .footerQaDetail dl dt h3 {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
  padding-top: 8px;
}
section.footerQa .footerQaDetail dl dd {
  margin: 16px 0 24px;
  padding-left: 48px;
  position: relative;
}
section.footerQa .footerQaDetail dl dd::before {
  content: "A.";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 24px;
}
section.footerQa .secBtn a:nth-child(2) {
  display: none;
  background-color: #413f45;
  color: #ffffff;
}

section.revPostWrap, section.revListWrap {
  margin: 120px auto 0;
  text-align: center;
  padding: 0 12px;
}
@media screen and (min-width:961px) {
  section.revPostWrap, section.revListWrap {
    margin-top: 120px;
  }
}
section.revPostWrap .reviewRate, section.revListWrap .reviewRate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
section.revPostWrap .reviewRate .reviewRateStar, section.revListWrap .reviewRate .reviewRateStar {
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  background-size: 100%;
  background-image: url("https://isseiki.net/ifs/img/common/icon-star_line.svg");
  cursor: pointer;
}
section.revPostWrap .reviewRate .reviewRateStar.starOn, section.revListWrap .reviewRate .reviewRateStar.starOn {
  background-image: url("https://isseiki.net/ifs/img/common/icon-star.svg");
}
section.revPostWrap .reviewWrap, section.revListWrap .reviewWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (min-width:961px) {
  section.revPostWrap .reviewWrap, section.revListWrap .reviewWrap {
    margin-top: 64px;
  }
}
section.revPostWrap .reviewWrap ul.item-review-list, section.revListWrap .reviewWrap ul.item-review-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width:961px) {
  section.revPostWrap .reviewWrap ul.item-review-list, section.revListWrap .reviewWrap ul.item-review-list {
    width: 49%;
    margin-top: 0;
  }
}
section.revPostWrap .reviewWrap ul.item-review-list > p, section.revListWrap .reviewWrap ul.item-review-list > p {
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width:961px) {
  section.revPostWrap .reviewWrap ul.item-review-list > p, section.revListWrap .reviewWrap ul.item-review-list > p {
    margin-top: -33px;
  }
}
section.revPostWrap .reviewWrap ul.item-review-list li, section.revListWrap .reviewWrap ul.item-review-list li {
  width: 100%;
  margin-bottom: 16px;
  background-color: #F7F5F2;
  padding: 24px 16px;
  border-radius: 8px;
}
section.revPostWrap .reviewWrap ul.item-review-list li .userInfo, section.revListWrap .reviewWrap ul.item-review-list li .userInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.revPostWrap .reviewWrap ul.item-review-list li .userInfo .review-name, section.revPostWrap .reviewWrap ul.item-review-list li .userInfo .star-score, section.revListWrap .reviewWrap ul.item-review-list li .userInfo .review-name, section.revListWrap .reviewWrap ul.item-review-list li .userInfo .star-score {
  margin-left: 8px;
}
section.revPostWrap .reviewWrap ul.item-review-list li .review-list-content, section.revListWrap .reviewWrap ul.item-review-list li .review-list-content {
  text-align: justify;
  margin-top: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
section.revPostWrap .review-item-wrap, section.revListWrap .review-item-wrap {
  width: 100%;
  border-radius: 8px;
  background-color: #F7F5F2;
  padding: 32px 16px;
}
@media screen and (min-width:961px) {
  section.revPostWrap .review-item-wrap, section.revListWrap .review-item-wrap {
    width: 600px;
    margin: 0 auto;
  }
}
section.revPostWrap .review-item-wrap .review-item-info, section.revListWrap .review-item-wrap .review-item-info {
  margin-top: 16px;
}
section.revPostWrap .review-item-wrap .review-item-info .total-review, section.revListWrap .review-item-wrap .review-item-info .total-review {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
section.revPostWrap .review-item-wrap .review-item-info .total-review p, section.revListWrap .review-item-wrap .review-item-info .total-review p {
  margin-left: 8px;
  font-size: 16px;
}
section.revPostWrap .review-form-wrap, section.revListWrap .review-form-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}
section.revPostWrap .review-form-wrap .review-form-title, section.revListWrap .review-form-wrap .review-form-title {
  margin-top: 24px;
}
@media screen and (min-width:961px) {
  section.revPostWrap .review-form-wrap .review-form-title, section.revListWrap .review-form-wrap .review-form-title {
    margin-top: 40px;
  }
}
section.revPostWrap .review-form-wrap .review-form, section.revListWrap .review-form-wrap .review-form {
  margin-top: 24px;
}
@media screen and (min-width:961px) {
  section.revPostWrap .review-form-wrap .review-form, section.revListWrap .review-form-wrap .review-form {
    margin-top: 40px;
  }
}
section.revPostWrap .review-form-wrap .review-form .review-form-content, section.revListWrap .review-form-wrap .review-form .review-form-content {
  width: 100%;
  max-width: 600px;
  margin: 12px auto;
}
section.revPostWrap .review-form-wrap .review-form .review-form-content input, section.revPostWrap .review-form-wrap .review-form .review-form-content textarea, section.revListWrap .review-form-wrap .review-form .review-form-content input, section.revListWrap .review-form-wrap .review-form .review-form-content textarea {
  display: block;
  min-height: 32px;
  width: 100%;
  border: 1px solid #413f45;
  text-align: left;
}
section.revPostWrap .pager-wrap, section.revListWrap .pager-wrap {
  margin-top: 24px;
}
section.revPostWrap .pager-wrap ul.pager, section.revListWrap .pager-wrap ul.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 16px 0;
}
section.revPostWrap .pager-wrap ul.pager li:nth-child(n+2), section.revListWrap .pager-wrap ul.pager li:nth-child(n+2) {
  margin-left: 8px;
}
section.revPostWrap .pager-wrap ul.pager li span, section.revListWrap .pager-wrap ul.pager li span {
  padding: 2px 4px 6px;
  display: inline-block;
  margin: 0 8px;
  color: #888888;
  font-weight: 700;
}
section.revPostWrap .pager-wrap ul.pager li span.current, section.revListWrap .pager-wrap ul.pager li span.current {
  color: #000000;
}
section.revPostWrap .review-post, section.revListWrap .review-post {
  text-align: center;
  margin-bottom: 40px;
}
section.revPostWrap .review-post a, section.revListWrap .review-post a {
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  background-color: #413f45;
}
@media screen and (min-width:961px) {
  section.revPostWrap .review-post a, section.revListWrap .review-post a {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
section.cart ul.cart-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.cart ul.cart-list-wrap li {
  width: 50%;
  padding: 12px;
}
@media screen and (min-width:961px) {
  section.cart ul.cart-list-wrap li {
    width: 20%;
  }
}
section.cart ul.cart-list-wrap li img {
  width: 100%;
}
section.cart ul.cart-list-wrap li .cartItemName {
  height: 44px;
  overflow: hidden;
}
section.cart ul.cart-list-wrap li .cartPeriod {
  margin-top: 4px;
  background-color: #FEEEED;
  padding: 4px 8px;
}
section.cart ul.cart-list-wrap li .cart-list-quantity {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 12px 0;
}
section.cart ul.cart-list-wrap li .cart-list-quantity input {
  display: block;
  width: 40px;
  margin-left: 4px;
  padding: 2px 4px;
  border: 1px solid #888888;
  padding-left: 4px;
  border-radius: 4px;
}
section.cart ul.cart-list-wrap li .cart-list-quantity a {
  margin-left: 8px;
  padding: 2px 4px;
  background-color: #707070;
  color: #ffffff;
  border-radius: 4px;
}
section.cart ul.cart-list-wrap li .cart-list-quantity a.item-quantity-change-btn {
  background-color: #cccccc;
  color: #000000;
}
section.cart .btn-area {
  margin-top: 16px;
}
section.cart .btn-area a {
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  font-size: 1.15em;
  height: 50px;
  background-color: #1994a7;
  color: #ffffff;
  width: 100% !important;
  max-width: 640px;
}
@media screen and (min-width:961px) {
  section.cart .btn-area a {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
@media screen and (min-width:961px) {
  section.cart .btn-area a {
    height: 40px;
    letter-spacing: 2px;
  }
}
section.cart .btn-area a.continueShopping {
  margin-top: 12px;
  background-color: #707070;
  letter-spacing: 0;
}
section.cart .btn-area a.viewFavorite {
  margin-top: 12px;
  background-color: #F18700;
  letter-spacing: 0;
}
section.cart .cart-subtotal {
  text-align: center;
  margin: 16px 0;
}
section.cart .cart-subtotal > p {
  font-size: 20px;
  font-weight: 700;
}
section.cart .cart-subtotal > p span {
  font-size: 0.75em;
  color: #FFAA00;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  display: block;
  margin-top: 4px;
}
section.cart .cart-subtotal > p span::before {
  content: "[";
}
section.cart .cart-subtotal > p span::after {
  content: "]";
}
section.cart .cartNote {
  margin: 16px auto;
  background-color: #F7F5F2;
  max-width: 640px;
  border: 1px solid #707070;
  padding: 8px 12px;
}
section.cart .cartNote p {
  line-height: 1.5;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.5px;
}
section.cart .cartNote p span {
  display: block;
}
section.newsList .secInr {
  max-width: 960px;
}
section.newsList .secInr ul li {
  margin-bottom: 80px;
}
section.newsList .secInr ul li h3 {
  background-color: #F7F5F2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 700;
  font-size: 1.25em;
}
section.newsList .secInr ul li .newsContent {
  padding: 12px;
  text-align: justify;
  line-height: 1.75;
  font-size: 1.1em;
}
section.newsList .secInr ul li .newsContent .newsDate {
  font-size: 12px;
  display: block;
  text-align: right;
}
section.company .mainTitle {
  display: none;
}
section.company .aboutText {
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}
section.company dl.aboutComp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  line-height: 2;
}
section.company dl.aboutComp dt {
  width: 39%;
  text-align: right;
}
section.company dl.aboutComp dd {
  width: 61%;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 24px;
}
section.company dl.aboutComp dd a {
  display: inline-block;
  margin-right: 16px;
  margin-top: 16px;
}
section.company dl.aboutComp dd a img {
  max-width: 32px;
}
section.company .aboutIntro {
  display: none;
}
section.contract .content-item {
  text-align: center;
}
section.contract .content-text {
  display: inline-block;
  text-align: justify;
}
section.privacy pre {
  text-align: left;
  width: 100% !important;
  white-space: break-spaces;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.incColumn section {
  margin-top: 0px;
  margin-bottom: 64px;
}
@media screen and (min-width:961px) {
  .incColumn section {
    margin-bottom: 160px;
  }
}

.reviewRate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.reviewRate .reviewRateStar {
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  background-size: 100%;
  background-image: url("https://isseiki.net/ifs/img/common/icon-star_line.svg");
  cursor: pointer;
}
.reviewRate .reviewRateStar.starOn {
  background-image: url("https://isseiki.net/ifs/img/common/icon-star.svg");
}

#item .headerBar,#category .headerBar {
  margin-top: 120px;
  margin-bottom: -80px;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pager li {
  margin: 0 12px;
  display: block;
  font-size: 1.5em;
}
.pager li a {
  font-weight: 700;
  color: #cccccc;
}
.pager li a.current {
  color: #413f45;
}

.content-item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 80px;
}
.content-item h3 {
  font-weight: 700;
  font-size: 1.2em;
}
.content-item .content-text, .content-item p {
  margin-top: 24px;
  line-height: 2;
}
.content-item ol {
  list-style-type: decimal;
}
.content-item ol li {
  margin-bottom: 12px;
  margin-left: 16px;
}
@media screen and (min-width:961px) {
  .content-item ol li {
    margin-left: 32px;
  }
}

#company .company-content .aboutText {
  text-align: justify;
}
@media screen and (min-width:961px) {
  #company .company-content .aboutText {
    text-align: center;
  }
}
#company .company-content .aboutWrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  margin: 40px auto;
}
#company .company-content .aboutWrap dl dt {
  width: 80px;
}
#company .company-content .aboutWrap dl dd {
  width: calc(100% - 80px);
  padding-left: 20px;
}
#company .company-content .aboutWrap dl dd > a {
  margin-top: 0;
}

#guide .contents main section.guideList {
  overflow: visible;
  margin-top: 160px;
}
#guide .contents main section.guideList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
}
@media screen and (min-width:961px) {
  #guide .contents main section.guideList ul {
    justify-content: center;
  }
}
#guide .contents main section.guideList ul li {
  margin: 0 10px 12px 0;
  display: inline-block;
  padding: 2px 6px 4px;
  background-color: #F7F5F2;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
#guide .contents main section.guideList ul li a {
  font-size: 11px;
  letter-spacing: -0.5px;
}
#guide .contents main section.guideList ul li a::after {
  content: "▼";
  margin-left: 2px;
  font-size: 10px;
}
#guide .contents main section.guide {
  margin-top: 40px;
}
#guide .contents main section.guide .content-item {
  margin-top: -160px;
  padding-top: 160px;
}

#free_page .contents main section.fpCoodinate .ecbn-selection-page-wrapper .ecbn-selection-title img {
  margin: -4px auto 12px;
}
#free_page .contents main section.fpCoodinate .cIfsBaseWrap {
  background-color: #ffffff;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
#free_page .contents main section.fpCoodinate .cIfsBaseWrap p {
  letter-spacing: 1px;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
}
#free_page .contents main section.fpCoodinate .cContentsContainer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#free_page .contents main section.fpCoodinate .cIntroduction {
  margin: 0 auto 36px;
  text-align: center;
}
#free_page .contents main section.fpCoodinate .cIntroduction > h1 {
  width: 80%;
  margin: 0 auto 16px;
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 1.3;
  font-weight: 500;
}
#free_page .contents main section.fpCoodinate .cIntroduction > h1 > span {
  font-size: 0.8em;
  color: #8BBDFF;
}
#free_page .contents main section.fpCoodinate .cIntroduction > p {
  line-height: 2em;
}
#free_page .contents main section.fpCoodinate img.ctest {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
}
#free_page .contents main section.fpCoodinate .cSeriesEntry {
  width: 60%;
  margin: 50px auto;
  padding: 10px 3%;
  background: #fff;
  border-radius: 10px;
}
#free_page .contents main section.fpCoodinate .cSeriesEntry > h2 {
  text-align: center;
  margin: 10px auto;
  color: #415769;
  font-size: 1.5em;
  font-weight: 700;
}
#free_page .contents main section.fpCoodinate .cSeriesLeadImg {
  width: 100%;
}
#free_page .contents main section.fpCoodinate .cSeriesFollowImages {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px 0;
  align-items: flex-start;
}
#free_page .contents main section.fpCoodinate .cSeriesFollowImages > img {
  width: 30%;
}
#free_page .contents main section.fpCoodinate .cSeriesSummary {
  letter-spacing: -1px;
  font-size: 15px;
  line-height: 2em;
}
#free_page .contents main section.fpCoodinate .cItemList {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#free_page .contents main section.fpCoodinate .cItemEntry {
  width: 23%;
  margin: 10px 1% 0;
  background-color: #e4cf08;
  padding-bottom: 5px;
  list-style: none;
}
#free_page .contents main section.fpCoodinate .cItemEntry img {
  width: 100%;
  margin-bottom: 5px;
  background: #fff;
}
#free_page .contents main section.fpCoodinate .cItemEntry a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 1.2em;
}
#free_page .contents main section.fpCoodinate .cFinalContainer {
  text-align: center;
}
#free_page .contents main section.fpCoodinate .cAllItems {
  display: inline-block;
  border: solid 2px #70b3ff;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #70b3ff;
}
#free_page .contents main section.fpCoodinate .cGiftBannar {
  text-align: center;
}
#free_page .contents main section.fpCoodinate .cGiftBannar p {
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  #free_page .contents main section.fpCoodinate .cContentsContainer {
    width: 94%;
  }
  #free_page .contents main section.fpCoodinate .cIntroduction {
    padding-top: 120px;
  }
  #free_page .contents main section.fpCoodinate .cIntroduction > h1 {
    font-size: 22px;
    width: 90%;
  }
  #free_page .contents main section.fpCoodinate .cIntroduction > p {
    font-size: 14px;
  }
  #free_page .contents main section.fpCoodinate .cSeriesEntry {
    width: 80%;
  }
  #free_page .contents main section.fpCoodinate .cSeriesEntry > h2 {
    font-size: 20px;
  }
  #free_page .contents main section.fpCoodinate .cSeriesSummary {
    font-size: 14px;
    line-height: 2em;
    padding-top: 20px;
  }
  #free_page .contents main section.fpCoodinate .cItemEntry {
    width: 31.33%;
  }
  #free_page .contents main section.fpCoodinate .cGiftBannar {
    font-size: 14px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 320px) {
  #free_page .contents main section.fpCoodinate .cIntroduction {
    padding-top: 90px;
  }
  #free_page .contents main section.fpCoodinate .cIntroduction > h1 {
    font-size: 18px;
  }
  #free_page .contents main section.fpCoodinate .cIntroduction > p {
    font-size: 12px;
  }
  #free_page .contents main section.fpCoodinate .cSeriesEntry {
    width: 90%;
  }
  #free_page .contents main section.fpCoodinate .cSeriesEntry > h2 {
    font-size: 17px;
  }
  #free_page .contents main section.fpCoodinate .cItemEntry {
    width: 48%;
  }
}

.freePage .contents {
  margin-top: 120px;
}
.freePage .contents main section {
  margin-top: 40px;
}
.freePage .contents main section.pageTitle {
  padding-top: 40px;
}
.freePage .contents main section.pageTitle .secTitle {
  margin-bottom: 0;
}
.freePage .contents main section.fpHeader {
  margin-top: 160px;
}
.freePage .contents main section.fpHeader .bannerArea img {
  width: 100%;
}
.freePage .contents main section.fpHeader .bannerArea img.imgPc {
  display: none;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.fpHeader .bannerArea img.imgPc {
    display: block;
  }
}
@media screen and (min-width:961px) {
  .freePage .contents main section.fpHeader .bannerArea img.imgSp {
    display: none;
  }
}
.freePage .contents main section.fpHeader .fpOv {
  margin-top: 24px;
}
.freePage .contents main section.fpHeader .fpOv h2 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.fpHeader .fpOv h2 {
    font-size: 2em;
  }
}
.freePage .contents main section.fpHeader .fpOv p.fpPeriod {
  margin-top: 16px;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.fpHeader .fpOv p.fpPeriod {
    font-size: 1.25em;
  }
}
.freePage .contents main section.fpHeader .fpOv p.fpDesc {
  margin-top: 12px;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.fpHeader .fpOv p.fpDesc {
    font-size: 1.1em;
    text-align: center;
  }
}
.freePage .contents main section.fpHeader .fpOv.lp {
  background-color: #cccccc;
  padding: 40px;
  text-align: center;
}
.freePage .contents main section.seriesList .secInr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.freePage .contents main section.seriesList .secInr .seriesBox {
  width: 30.6%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.freePage .contents main section.seriesList .secInr .seriesBox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.seriesList .secInr .seriesBox {
    width: 22%;
    margin-right: 4%;
  }
  .freePage .contents main section.seriesList .secInr .seriesBox:nth-child(3n) {
    margin-right: 4%;
  }
  .freePage .contents main section.seriesList .secInr .seriesBox:nth-child(4n) {
    margin-right: 0;
  }
}
.freePage .contents main section.seriesList .secInr .seriesBox > p {
  margin-bottom: 2px;
  text-align: center;
  background-color: #F7F5F2;
  padding: 2px;
}
.freePage .contents main section.seriesList .secInr .seriesBox ul li {
  line-height: 2;
  border-bottom: 1px solid #888888;
  padding-left: 4px;
}
.freePage .contents main section.seriesList .secInr .seriesBox ul li:hover {
  background-color: #F7F5F2;
}
.freePage .contents main section.seriesList .secInr .seriesBox ul li a h3 {
  font-weight: 500;
  letter-spacing: 1px;
}
.freePage .contents main section.saleDetail {
  margin-top: 40px;
}
.freePage .contents main section.saleDetail .secInr {
  max-width: 960px;
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox {
  background-color: #F7F5F2;
  padding: 16px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.saleDetail .secInr .saleDetailBox {
    padding: 32px;
  }
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox p.saleDetailTitle {
  font-weight: 700;
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox p.noticeCoupon {
  text-align: right;
  font-size: 11px;
  text-align: center;
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox ul li {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  margin: 16px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox ul li p {
  width: calc(100% - 72px);
}
@media screen and (min-width:961px) {
  .freePage .contents main section.saleDetail .secInr .saleDetailBox ul li p {
    width: calc(100% - 120px);
  }
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox ul li p strong {
  color: #FFAA00;
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox ul li button {
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  font-size: 10px;
  margin-left: 12px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.saleDetail .secInr .saleDetailBox ul li button {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
@media screen and (min-width:961px) {
  .freePage .contents main section.saleDetail .secInr .saleDetailBox ul li button {
    font-size: 12px;
    width: 100px;
    margin-left: 20px;
  }
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox ul li.couponEnd {
  background-color: #cccccc;
}
.freePage .contents main section.saleDetail .secInr .saleDetailBox ul li.couponEnd p span {
  color: #9a2323;
  font-weight: 700;
}
.freePage .contents main section.saleDetail .secInr .noticeCampaign {
  margin-top: 16px;
}
.freePage .contents main section.saleDetail .secInr .noticeCampaign p {
  font-size: 12px;
  line-height: 2;
  text-align: left;
}
.freePage .contents main section.saleDetail .secInr .noticeCampaign p span {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.freePage .contents main section.saleReco .secInr ul.itemList li {
  margin-bottom: 24px;
  position: relative;
}
.freePage .contents main section.saleReco .secInr ul.itemList li a p.itemName {
  height: 40px;
}
.freePage .contents main section.saleReco .secInr ul.itemList li a p.normalPrice {
  text-decoration: line-through;
  text-align: right;
}
.freePage .contents main section.saleReco .secInr ul.itemList li a p.salePrice {
  text-align: right;
  color: #E66B58;
  font-weight: 700;
  font-size: 1.25em;
}
.freePage .contents main section.saleReco .secInr ul.itemList li a p.saleRecoRate {
  position: absolute;
  bottom: 4px;
  right: 80px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding-top: 8px;
  font-size: 12px;
}
.freePage .contents main section.alotDetail {
  margin-top: 0;
  text-align: justify;
}
.freePage .contents main section.alotDetail .secInr {
  max-width: 960px;
}
.freePage .contents main section.alotDetail .secInr dl {
  margin-bottom: 40px;
}
.freePage .contents main section.alotDetail .secInr dl dt {
  text-align: center;
  height: 40px;
  margin-top: 40px;
  background-color: #B4A18F;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.alotDetail .secInr dl dt {
    margin-top: 80px;
  }
}
.freePage .contents main section.alotDetail .secInr dl dd {
  margin-top: 16px;
}
.freePage .contents main section.alotDetail .secInr dl dd ul {
  margin-top: 16px;
  padding-left: 24px;
}
.freePage .contents main section.alotDetail .secInr dl dd ul li {
  list-style: disc;
  line-height: 2;
}
.freePage .contents main section.alotDetail .secInr dl dd p {
  line-height: 1.75;
}
.freePage .contents main section.alotDetail .secInr dl dd p b {
  font-size: 1.1em;
  margin-top: 16px;
  display: inline-block;
}
.freePage .contents main section.alotDetail .secInr dl dd p b span {
  color: #9A2323;
}
.freePage .contents main section.alotDetail .secInr dl dd p span {
  font-size: 12px;
}
.freePage .contents main section.alotDetail .secInr dl dd .btn {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.alotDetail .secInr dl dd .btn {
    margin-top: 40px;
  }
}
.freePage .contents main section.alotDetail .secInr dl dd .btn a {
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  width: 200px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.alotDetail .secInr dl dd .btn a {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
.freePage .contents main section.mainteDetail {
  margin-top: 0;
}
.freePage .contents main section.mainteDetail .secInr {
  max-width: 960px;
}
.freePage .contents main section.mainteDetail .secInr dl {
  margin-bottom: 40px;
}
.freePage .contents main section.mainteDetail .secInr dl dt {
  text-align: center;
  height: 40px;
  margin-top: 40px;
  background-color: #B4A18F;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dt {
    margin-top: 80px;
  }
}
.freePage .contents main section.mainteDetail .secInr dl dd {
  margin-top: 16px;
}
.freePage .contents main section.mainteDetail .secInr dl dd p {
  line-height: 2;
}
.freePage .contents main section.mainteDetail .secInr dl dd p span {
  font-weight: 700;
  display: block;
}
.freePage .contents main section.mainteDetail .secInr dl dd p.mainteAbout {
  padding: 12px;
}
.freePage .contents main section.mainteDetail .secInr dl dd p.mainteNote {
  margin-top: 16px;
  border-radius: 8px;
  padding: 12px;
  background-color: #F7F5F2;
}
.freePage .contents main section.mainteDetail .secInr dl dd .mainteImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 16px 0;
}
.freePage .contents main section.mainteDetail .secInr dl dd .mainteImg figure {
  width: 30%;
  margin-right: 5%;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dd .mainteImg figure {
    padding: 0px;
  }
}
.freePage .contents main section.mainteDetail .secInr dl dd .mainteImg figure:nth-child(3n) {
  margin-right: 0;
}
.freePage .contents main section.mainteDetail .secInr dl dd .mainteImg figure img {
  width: 100%;
}
.freePage .contents main section.mainteDetail .secInr dl dd .mainteImg figure figcaption {
  font-size: 12px;
  text-align: justify;
  margin-top: 4px;
  color: #707070;
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow {
  margin: 16px 0;
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow > p {
  font-weight: 700;
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li {
  width: 32%;
  margin-right: 2%;
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li {
    width: 30.6%;
    margin-right: 4%;
  }
  .freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li a img {
  width: 100%;
}
.freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li p {
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 1.5;
  height: 48px;
  margin-top: 4px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dd .maintenOilFlow ul li p {
    font-size: 1em;
    letter-spacing: 0;
  }
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList {
  margin-top: 24px;
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList > p {
  font-weight: 700;
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li {
  width: 48%;
  margin-right: 4%;
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li {
    width: 22%;
  }
  .freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li:nth-child(2n) {
    margin-right: 4%;
  }
  .freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li a img {
  width: 100%;
  padding: 10%;
}
.freePage .contents main section.mainteDetail .secInr dl dd .itemList ul li a p {
  text-align: center;
}
.freePage .contents main section.mainteDetail .secInr dl dd > ul {
  margin-top: 16px;
  padding-left: 24px;
}
.freePage .contents main section.mainteDetail .secInr dl dd > ul > li {
  list-style: disc;
  line-height: 2;
}
.freePage .contents main section.mainteDetail .secInr dl dd > ul > li a {
  text-decoration: underline;
}
.freePage .contents main section.mainteDetail .secInr dl dd .btn {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dd .btn {
    margin-top: 40px;
  }
}
.freePage .contents main section.mainteDetail .secInr dl dd .btn a {
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  width: 200px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.mainteDetail .secInr dl dd .btn a {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
.freePage .contents main section.fakeSite .secInr {
  max-width: 960px;
}
.freePage .contents main section.fakeSite .secInr .fpOv {
  text-align: center;
}
.freePage .contents main section.fakeSite .secInr .fpOv .corpAdress {
  display: inline-block;
  padding: 16px;
  background-color: #F7F5F2;
  margin-top: 24px;
}
.freePage .contents main section.fakeSite .secInr .fpOv .corpAdress a {
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
}
.freePage .contents main section.fakeSiteDetail {
  margin-top: 40px;
}
.freePage .contents main section.fakeSiteDetail h3 {
  height: 40px;
  margin-top: 40px;
  background-color: #B4A18F;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}
.freePage .contents main section.fakeSiteDetail ul {
  padding: 24px 32px;
}
.freePage .contents main section.fakeSiteDetail ul li {
  list-style: disc;
  line-height: 2;
}
.freePage .contents main section.fakeSiteDetail ul li a {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 16px;
}
.freePage .contents main section.deliveryWrap .secInr {
  max-width: 800px;
}
.freePage .contents main section.deliveryWrap .secInr h3 {
  text-align: center;
  height: 40px;
  margin-top: 40px;
  background-color: #707070;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.25em;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.deliveryWrap .secInr h3 {
    margin-top: 24px;
  }
}
.freePage .contents main section.deliveryWrap .secInr dl {
  margin-top: 24px;
}
.freePage .contents main section.deliveryWrap .secInr dl .deliImg img {
  width: 100%;
  display: block;
  margin: 16px auto 0;
}
.freePage .contents main section.deliveryWrap .secInr dl dt {
  margin-top: 16px;
  font-size: 1.15em;
  padding: 2px 12px 4px;
  display: inline-block;
}
.freePage .contents main section.deliveryWrap .secInr dl dd {
  margin-top: 16px;
  margin-bottom: 40px;
}
.freePage .contents main section.deliveryWrap .secInr dl dd > span {
  display: inline-block;
  border: 1px solid #413f45;
  padding: 4px 8px 5px;
  border-radius: 8px;
  font-weight: 500;
  margin: 8px 2px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.deliveryWrap .secInr dl dd > span {
    padding: 8px 16px 10px;
    margin: 8px 4px;
  }
}
.freePage .contents main section.deliveryWrap .secInr dl dd > span.paid {
  border-color: #E66B58;
  color: #E66B58;
}
.freePage .contents main section.deliveryWrap .secInr dl dd > span.imp {
  background-color: #413f45;
  color: #ffffff;
}
.freePage .contents main section.deliveryWrap .secInr dl dd p {
  margin-top: 12px;
}
.freePage .contents main section.deliveryWrap .secInr dl dd p.deliNotice {
  padding: 12px;
  border: 1px dashed #707070;
  line-height: 2;
  width: 100%;
  color: #707070;
  font-weight: 500;
}
.freePage .contents main section.deliveryWrap .secInr dl dd p > span::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
.freePage .contents main section.deliveryWrap .secInr dl dd p > span::after {
  content: "-";
  display: inline-block;
  margin-left: 8px;
}
.freePage .contents main section.deliveryWrap .secInr dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
}
.freePage .contents main section.deliveryWrap .secInr dl dd ul li {
  width: 23.5%;
  margin-right: 2%;
}
.freePage .contents main section.deliveryWrap .secInr dl dd ul li:nth-child(4) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.deliveryWrap .secInr dl dd ul li {
    width: 10.75%;
  }
  .freePage .contents main section.deliveryWrap .secInr dl dd ul li:nth-child(4) {
    margin-right: 2%;
  }
  .freePage .contents main section.deliveryWrap .secInr dl dd ul li:nth-child(8) {
    margin-right: 0;
  }
}
.freePage .contents main section.deliveryWrap .secInr dl dd ul li img {
  width: 100%;
}
.freePage .contents main section.deliveryWrap .secInr dl dd > br {
  display: none;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.deliveryWrap .secInr dl dd > br {
    display: block;
  }
}
.freePage .contents main section.deliveryWrap .secInr .chargeList {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.freePage .contents main section.deliveryWrap .secInr .chargeList::-webkit-scrollbar {
  display: none;
}
.freePage .contents main section.deliveryWrap .secInr .chargeList table {
  border: 1px solid #888888;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
  min-width: 800px;
}
.freePage .contents main section.deliveryWrap .secInr .chargeList table * {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.deliveryWrap .secInr .chargeList table * {
    font-size: 1em;
  }
}
.freePage .contents main section.deliveryWrap .secInr .chargeList table th {
  border: 1px solid #888888;
  padding: 8px 0;
  background-color: #F7F5F2;
  font-size: 0.8em;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.deliveryWrap .secInr .chargeList table th {
    font-size: 1em;
  }
}
.freePage .contents main section.deliveryWrap .secInr .chargeList table th span {
  font-size: 10px;
  letter-spacing: -1px;
}
.freePage .contents main section.deliveryWrap .secInr .chargeList table td {
  border: 1px solid #888888;
  padding: 8px 0;
}
.freePage .contents main section.qa .secInr {
  max-width: 960px;
}
.freePage .contents main section.qa .secInr nav > ul {
  margin-top: 8px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.qa .secInr nav > ul > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.freePage .contents main section.qa .secInr nav > ul > li > a {
  padding: 2px 4px;
  width: 100%;
  display: block;
}
.freePage .contents main section.qa .secInr nav > ul > li > a::after {
  content: "のご質問";
}
.freePage .contents main section.qa .secInr nav > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 12px 0;
}
.freePage .contents main section.qa .secInr nav > ul > li > ul > li {
  margin: 0 10px 12px 0;
  display: inline-block;
  padding: 2px 6px 4px;
  background-color: #F7F5F2;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.qa .secInr nav > ul > li > ul > li a {
    display: inline-block;
    margin-top: -6px;
    margin-right: 8px;
  }
}
.freePage .contents main section.qa .secInr nav > ul > li > ul > li a::after {
  content: "▼";
  margin-top: -4px;
  margin-left: 2px;
  font-size: 10px;
}
.freePage .contents main section.qa .secInr > ul {
  margin-top: 16px;
}
.freePage .contents main section.qa .secInr > ul > li > p {
  font-weight: 700;
  text-align: center;
  padding: 4px 8px;
  background-color: #F7F5F2;
}
.freePage .contents main section.qa .secInr > ul > li#after {
  margin-top: 40px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.qa .secInr > ul > li#after {
    margin-top: 80px;
  }
}
.freePage .contents main section.qa .secInr > ul > li > ul > li {
  margin-top: 24px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.qa .secInr > ul > li > ul > li {
    margin-top: 80px;
  }
  .freePage .contents main section.qa .secInr > ul > li > ul > li:nth-child(1) {
    margin-top: 24px;
  }
}
.freePage .contents main section.qa .secInr > ul > li > ul > li > p {
  padding-top: 160px;
  margin-top: -160px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.5em;
}
.freePage .contents main section.qa .secInr > ul > li > ul > li > dl > dt {
  margin-top: 24px;
}
.freePage .contents main section.qa .secInr > ul > li > ul > li > dl > dt::before {
  content: "Q.";
  font-size: 1.5em;
}
.freePage .contents main section.qa .secInr > ul > li > ul > li > dl > dd {
  display: block;
  margin-top: 16px;
  margin-left: 24px;
}
.freePage .contents main section.qa .secInr .rakutenOnly, .freePage .contents main section.qa .secInr .yahooOnly {
  display: none;
}
.freePage .contents main section.aboutDetail .aboutText {
  text-align: center;
  font-weight: 700;
  font-size: 1.15em;
  letter-spacing: -0.5px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutText {
    font-size: 1.25em;
    letter-spacing: 1px;
  }
}
.freePage .contents main section.aboutDetail .aboutText h3 {
  text-align: center;
}
.freePage .contents main section.aboutDetail .aboutText p {
  text-align: left;
  margin-top: 8px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutText p {
    text-align: center;
    line-height: 2;
  }
}
.freePage .contents main section.aboutDetail .aboutRinen {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutRinen {
    margin-top: 56px;
  }
}
.freePage .contents main section.aboutDetail .aboutRinen h3 {
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  width: 100%;
}
.freePage .contents main section.aboutDetail .aboutRinen .rinenBox {
  margin-top: 24px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutRinen .rinenBox {
    width: 30%;
    margin-right: 5%;
  }
  .freePage .contents main section.aboutDetail .aboutRinen .rinenBox:nth-child(3) {
    margin-right: 0;
  }
}
.freePage .contents main section.aboutDetail .aboutRinen .rinenBox h4 {
  text-align: center;
  border: 2px solid #413f45;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
}
.freePage .contents main section.aboutDetail .aboutRinen .rinenBox p {
  font-size: 1.05em;
  text-align: justify;
  margin-top: 12px;
  line-height: 2;
}
.freePage .contents main section.aboutDetail .aboutRinen .rinenBox p span {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}
.freePage .contents main section.aboutDetail .aboutConcept {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutConcept {
    margin-top: 80px;
  }
}
.freePage .contents main section.aboutDetail .aboutConcept img {
  width: 100%;
}
.freePage .contents main section.aboutDetail .aboutConcept img.imgPc {
  display: none;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutConcept img.imgPc {
    display: block;
  }
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutConcept img.imgSp {
    display: none;
  }
}
.freePage .contents main section.aboutDetail .aboutConcept h3 {
  font-weight: 700;
  font-size: 1.25em;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 12px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutConcept h3 {
    top: 24px;
    left: 24px;
    font-size: 1.5em;
  }
}
.freePage .contents main section.aboutDetail .aboutConcept p {
  position: absolute;
  top: 40px;
  left: 12px;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutConcept p {
    top: 64px;
    left: 24px;
  }
}
.freePage .contents main section.aboutDetail .aboutFactory {
  margin-top: 40px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutFactory {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
  }
}
.freePage .contents main section.aboutDetail .aboutFactory img {
  width: 200px;
  margin-right: 12px;
  float: left;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutFactory img {
    width: 50%;
    float: auto;
    margin-right: 0;
  }
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutFactory .factBox {
    width: 50%;
  }
}
.freePage .contents main section.aboutDetail .aboutFactory .factBox p {
  transform: translateY(-4px);
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutFactory .factBox p {
    padding-left: 24px;
    font-size: 1.2em;
    line-height: 2;
  }
}
.freePage .contents main section.aboutDetail .aboutFactory .factBox p span {
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.freePage .contents main section.aboutDetail .aboutFactory .factBox p:nth-child(2) {
  margin-top: 24px;
}
.freePage .contents main section.aboutDetail .aboutQuality {
  margin-top: 40px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutQuality {
    margin-top: 80px;
  }
}
.freePage .contents main section.aboutDetail .aboutQuality p {
  text-align: center;
  width: 100%;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutQuality p {
    font-size: 1.5em;
  }
  .freePage .contents main section.aboutDetail .aboutQuality p br {
    display: none;
  }
}
.freePage .contents main section.aboutDetail .aboutQuality img {
  width: 100%;
  margin-top: 20px;
}
.freePage .contents main section.aboutDetail .aboutCompany {
  margin-top: 40px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.aboutDetail .aboutCompany {
    margin: 80px auto 0;
    max-width: 600px;
  }
}
.freePage .contents main section.aboutDetail .aboutCompany h4 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}
.freePage .contents main section.aboutDetail .aboutCompany dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}
.freePage .contents main section.aboutDetail .aboutCompany dl dt {
  width: 140px;
}
.freePage .contents main section.aboutDetail .aboutCompany dl dd {
  width: calc(100% - 140px);
  margin-bottom: 24px;
}
.freePage .contents main section.instaWrap {
  margin-top: 0;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget {
  max-width: 1200px;
  margin: 0 auto;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-title {
  display: none;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-description {
  text-align: center;
  line-height: 2;
  margin-top: 12px;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-description b {
  display: block;
  font-size: 0.75em;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-content {
  max-width: 100%;
  margin-top: 24px;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-content ul li {
  width: 50%;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-content ul li {
    width: 25%;
  }
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-content ul li a {
  padding-top: 0;
}
.freePage .contents main section.instaWrap .visumoWrap .vsm-gallery .ecbn-selection-widget .ecbn-selection-content ul li a img {
  height: inherit;
  width: 100%;
  position: static;
  transform: none;
}
.freePage .contents main section.lpHeader {
  margin-top: 0;
}
.freePage .contents main section.lpHeader .bannerArea {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.freePage .contents main section.lpHeader .bannerArea img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: 50% 30%;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpHeader .bannerArea img {
    max-height: 400px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.freePage .contents main section.lpHeader .bannerArea p {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.freePage .contents main section.lpHeader ul.itemList {
  margin: 24px auto 40px;
  max-width: 800px;
}
.freePage .contents main section.lpHeader ul.itemList.itemList4 li {
  width: 32%;
  margin-right: 2%;
}
.freePage .contents main section.lpHeader ul.itemList.itemList4 li:nth-child(3) {
  margin-right: 0%;
}
.freePage .contents main section.lpHeader ul.itemList.itemList4 li a {
  position: relative;
  padding: 12px 8px;
  background-color: #B4A18F;
  color: #ffffff;
  display: block;
  border-radius: 8px;
}
.freePage .contents main section.lpHeader ul.itemList.itemList4 li a img {
  display: block;
  width: 75%;
  margin: auto;
}
.freePage .contents main section.lpHeader ul.itemList.itemList4 li a::after {
  content: "▼";
  color: #cccccc;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.freePage .contents main section.lpHeader ul.itemList.itemList4 li a p {
  text-align: center;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpHeader ul.itemList.itemList4 li a p {
    font-size: 14px;
    font-weight: 500;
  }
}
.freePage .contents main section.lpHeader .fpOv {
  padding: 40px 0;
  background-color: #f2f2f2;
  text-align: center;
  margin-top: 24px;
}
.freePage .contents main section.lpHeader .fpOv h2 {
  font-weight: 700;
  line-height: 1.85;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpHeader .fpOv h2 {
    font-size: 14px;
    font-weight: 500;
  }
}
.freePage .contents main section.lpSeries {
  padding-top: 120px;
  margin-top: -80px;
}
.freePage .contents main section.lpSeries .secInr {
  max-width: 800px;
}
.freePage .contents main section.lpSeries .secInr > h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.freePage .contents main section.lpSeries .secInr .seriesBox {
  margin-bottom: 64px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox {
    margin-bottom: 100px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader h3 {
  font-size: 24px;
  font-weight: 700;
  text-indent: 16px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader h3 {
    font-size: 36px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader h3 span {
  font-size: 0.75em;
}
.freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: -7px auto 0;
  border-radius: 8px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader img {
    margin-top: -11px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader p {
  padding: 12px;
  line-height: 1.5;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox .seriesHeader p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul {
  margin-top: 24px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox ul {
    margin-top: 64px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox ul li {
    margin-bottom: 80px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li img {
  width: 50%;
  border-radius: 8px;
  max-width: 400px;
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li p {
  position: absolute;
  left: 45%;
  top: 5%;
  width: 50%;
  text-align: justify;
  padding: 16px 12px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 16px -4px rgba(255, 255, 255, 0.75);
  border-radius: 8px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox ul li p {
    width: 45%;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    top: 20%;
    left: 440px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(2) img {
  margin-left: 50%;
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(2) p {
  left: auto;
  right: 45%;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(2) p {
    right: 55%;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(4) img {
  width: 100px;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(4) img {
    width: 200px;
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(4) p {
  position: static;
  padding: 0;
  width: calc(100% - 120px);
  margin-left: 20px;
  line-height: 1.75;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpSeries .secInr .seriesBox ul li:nth-child(4) p {
    width: calc(100% - 220px);
  }
}
.freePage .contents main section.lpSeries .secInr .seriesBox .seriesBtn {
  text-align: center;
  margin-top: 40px;
}
.freePage .contents main section.lpSeries .secInr .seriesBox .seriesBtn a {
  width: 260px;
  height: 36px;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #413f45;
  border-radius: 14px;
  border: 1px solid #413f45;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.freePage .contents main section.lpStyle {
  padding-top: 120px;
  margin-top: -100px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap {
  background-color: #B4A18F;
  padding: 40px 24px 24px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr {
  max-width: 800px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr > h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox {
  margin-bottom: 80px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox > img {
  width: 100%;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 16px -4px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox h3 {
  margin-top: 24px;
  font-weight: 700;
  color: #ffffff;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox p {
  margin-top: 8px;
  line-height: 1.5;
  color: #ffffff;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul {
  margin-top: 32px;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10%;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li {
    width: 18.2%;
  }
  .freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li:nth-child(5n) {
    margin-right: 0;
  }
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li img {
  display: block;
  width: 75%;
  margin: auto;
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li h3 {
  /*height: 40px;*/
}
.freePage .contents main section.lpStyle .lpSeriesBgwrap .secInr .styleBox ul li p {
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 80px;
}
.freePage .contents main section.lpCate {
  padding-top: 120px;
  margin-top: -80px;
}
.freePage .contents main section.lpCate .secInr {
  max-width: 800px;
}
.freePage .contents main section.lpCate .secInr > h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.freePage .contents main section.lpCate .secInr .cateBox {
  margin-bottom: 80px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding: 12px;
  margin-bottom: 16px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateHeader img {
  width: 80px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateHeader h3 {
  margin-left: 16px;
  font-size: 20px;
  font-weight: 700;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItem > img {
  width: 64%;
  border-radius: 8px;
  margin-right: 4%;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItem a {
  width: 32%;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItem a img {
  width: 100%;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItem a h4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul {
  margin-top: 16px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul li:nth-child(11) {
  display: none;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul li:nth-child(11) {
    display: block;
  }
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul li img {
  padding: 18px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul li h4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul li:nth-child(10) {
  display: none;
}
@media screen and (min-width:961px) {
  .freePage .contents main section.lpCate .secInr .cateBox .cateItemList ul li:nth-child(10) {
    display: block;
  }
}
.freePage .contents main section.lpCate .secInr .cateBox .cateBtn {
  text-align: center;
  margin-top: 40px;
}
.freePage .contents main section.lpCate .secInr .cateBox .cateBtn a {
  width: 220px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #413f45;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}


footer .footerInr {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width:961px) {
  footer .footerInr {
    position: relative;
    padding-top: 40px;
  }
}
footer .footerInr .footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerMenu {
    margin-left: 20%;
  }
}
footer .footerInr .footerMenu ul {
  width: 50%;
  margin-bottom: 40px;
  border-top: 1px solid #B4A18F;
  border-bottom: 1px solid #B4A18F;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerMenu ul {
    width: 25%;
    border-width: 0;
  }
}
footer .footerInr .footerMenu ul h4 {
  display: block;
  height: 40px;
  padding-left: 16px;
  padding-top: 10px;
  font-weight: 700;
}
footer .footerInr .footerMenu ul li {
  width: 100%;
  height: 40px;
  padding-left: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #B4A18F;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerMenu ul li {
    border-width: 0;
    height: 32px;
  }
}
footer .footerInr .footerMenu ul li::before {
  content: "";
  border-bottom: 1px solid #B4A18F;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: -100%;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerMenu ul li::before {
    display: none;
  }
}
footer .footerInr .footerMenu ul li::after {
  content: "";
  border-bottom: 1px solid #B4A18F;
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: -100%;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerMenu ul li::after {
    display: none;
  }
}
footer .footerInr .footerBtn {
  text-align: center;
}
footer .footerInr .footerBtn a {
  width: 320px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-color: #413f45;
  border-radius: 40px;
  color: #ffffff;
}
footer .footerInr .footerComp {
  margin-top: 40px;
  text-align: center;
  line-height: 3;
  font-size: 1.2em;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerComp {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 1em;
    padding-top: 8px;
    margin-top: 27px;
  }
}
footer .footerInr .footerComp > h1 {
  display: none;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerComp > h1 {
    display: block;
    width: 120px;
  }
}
footer .footerInr .footerComp p {
  margin-top: 6px;
}
footer .footerInr .footerSns {
  margin-top: 40px;
}
footer .footerInr .footerSns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
footer .footerInr .footerSns ul li {
  width: 10%;
  text-align: center;
}
@media screen and (min-width:961px) {
  footer .footerInr .footerSns ul li {
    width: auto;
    margin: 0 12px;
  }
}
footer .footerInr .footerSns ul li img {
  height: 20px;
}
footer .footerInr .copyright {
  text-align: center;
  margin: 16px 0;
}