@charset "UTF-8";
body {
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  -webkit-font-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-weight: normal;
  font-size-adjust: 100%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.428571429;
  letter-spacing: 0.03em;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a {
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.9;
}

.sp {
  display: none;
}

.dimg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

select {
  padding: 0.5rem 1rem;
}

input[type=radio] {
  margin-right: 10px;
}

/* Post
******************/
.post-content {
  line-height: 1.8;
  margin: 0 auto;
}
.post-content p {
  margin-bottom: 1.25em;
}
.post-content img {
  max-width: 100%;
}

.p-entry__body.entryPostPlus p {
  line-height: 2.1;
}
.p-entry__body.entryPostPlus p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-entry__body.entryPostPlus h2,
.p-entry__body.entryPostPlus h3,
.p-entry__body.entryPostPlus h4,
.p-entry__body.entryPostPlus h5,
.p-entry__body.entryPostPlus h6 {
  margin: 3em 0 1.2em;
  line-height: 1.4;
}
.p-entry__body.entryPostPlus h2 {
  background-color: #00510f;
  color: #ffffff;
  margin: 60px -50px 30px;
  padding: 25px 50px;
  font-size: 28px !important;
}
.p-entry__body.entryPostPlus h2 > span {
  font-weight: bold;
}
.p-entry__body.entryPostPlus h3 {
  border-top: 0;
  background: none;
  color: #333333;
  padding: 10px 0;
  border-bottom: 3px solid #333333;
  font-size: 22px !important;
}
.p-entry__body.entryPostPlus h3 > span {
  font-weight: bold;
}
.p-entry__body.entryPostPlus h4 {
  position: relative;
  border: none;
  padding-left: 20px;
  font-size: 18px !important;
}
.p-entry__body.entryPostPlus h4 span {
  font-weight: bold !important;
}
.p-entry__body.entryPostPlus h4::before {
  position: absolute;
  left: 0;
  display: block;
  background-color: #333333;
  content: "";
  top: 10px;
  width: 5px;
  height: 25px;
  height: 60%;
}
.p-entry__body.entryPostPlus > ul:not(.c-share--lg, .c-meta-box, .c-entry-nav), .p-entry__body.entryPostPlus > ol:not(.c-share--lg, .c-meta-box, .c-entry-nav) {
  background-color: #e9f2ee;
  margin: 2em 0;
  padding: 25px 40px;
}
.p-entry__body.entryPostPlus > ul:not(.c-share--lg, .c-meta-box, .c-entry-nav) li, .p-entry__body.entryPostPlus > ol:not(.c-share--lg, .c-meta-box, .c-entry-nav) li {
  position: relative;
  list-style: none;
  line-height: 2.1;
  padding-left: 35px;
}
.p-entry__body.entryPostPlus > ul:not(.c-share--lg, .c-meta-box, .c-entry-nav) li:not(:last-child), .p-entry__body.entryPostPlus > ol:not(.c-share--lg, .c-meta-box, .c-entry-nav) li:not(:last-child) {
  margin-bottom: 8px;
}
.p-entry__body.entryPostPlus > ul:not(.c-share--lg, .c-meta-box, .c-entry-nav) li::before, .p-entry__body.entryPostPlus > ol:not(.c-share--lg, .c-meta-box, .c-entry-nav) li::before {
  position: absolute;
  left: 0;
  display: block;
  top: 7px;
  width: 22px;
  height: 22px;
}
.p-entry__body.entryPostPlus > ul:not(.c-share--lg, .c-meta-box, .c-entry-nav) li::before {
  background-image: url("../img/postList__icon_co.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-size: 17px auto;
}
.p-entry__body.entryPostPlus > ol:not(.c-share--lg, .c-meta-box, .c-entry-nav) {
  counter-reset: li-counter;
}
.p-entry__body.entryPostPlus > ol:not(.c-share--lg, .c-meta-box, .c-entry-nav) li::before {
  border-radius: 50%;
  background-color: #00510f;
  color: #ffffff;
  content: counter(li-counter);
  counter-increment: li-counter;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.p-entry__inner.entryPost {
  border: none;
  background-color: #ffffff;
  margin: 0 auto 50px;
  width: 1000px;
}

.p-entry__inner .p-entry__thumbnail {
  position: relative;
  margin: 0 0 40px;
}

.entryPost__title {
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 34px;
}

#toc_container {
  background-color: #f2f2f2;
  margin: 0 40px 60px;
  padding: 40px;
}

.toc_title {
  color: #00510f;
  font-weight: 700;
  margin-bottom: 1em !important;
  font-size: 18px;
}

.toc_list li {
  list-style: none;
  font-size: 14px;
}
.toc_list a {
  color: #333333 !important;
}
.toc_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.toc_list > li > a {
  position: relative;
  display: block;
  border-bottom: 1px dotted #b7c0cf;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 20px;
}
.toc_list > li > a::before {
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #333333;
  content: "";
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
}
.toc_list > li > ul li {
  margin-bottom: 12px;
}

.postMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 30px;
}
.postMeta__category {
  border-radius: 50px;
  background-color: #f2f2f2;
  margin-right: 15px;
  padding: 0 20px;
}
.postMeta__time {
  background-position: center left;
  background-repeat: no-repeat;
  margin-right: 15px;
  padding-left: 22px;
}
.postMeta__time.is-modified {
  background-image: url("../img/postMeta__time-modified_co.png");
  background-size: 16px auto;
}
.postMeta__time.is-posted {
  background-image: url("../img/postMeta__time-posted_co.png");
  background-size: 16px auto;
}

.entryRelation {
  margin: auto;
  width: 1200px;
}

.relationPost {
  position: relative;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  margin: 50px 0;
}
.relationPost__label {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00510f;
  color: #ffffff;
  font-weight: bold;
  top: -18px;
  left: 60px;
  width: 170px;
  height: 36px;
  font-size: 16px;
}
.relationPost a {
  position: relative;
  z-index: 1;
  color: #333333;
  gap: 20px;
  grid-template-columns: 250px 1fr;
  display: grid;
  padding: 30px;
}
.relationPost__thumbnail {
  height: 140px;
}
.relationPost__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background-color: #f2f2f2;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 15px;
  min-width: 120px;
  font-size: 13px;
  line-height: 30px;
}
.relationPost__content {
  position: relative;
  padding-bottom: 30px;
}
.relationPost__title {
  margin: 0 !important;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
.relationPost__meta {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.relationPost__time {
  padding-left: 25px;
  background-position: center left;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.relationPost__time.is-created {
  margin-right: 20px;
  background-image: url("../img/relationPost__time-created_pc.svg");
}
.relationPost__time.is-modified {
  background-image: url("../img/relationPost__time-modified_pc.svg");
}
.relationPost__time time {
  color: #333333;
  font-size: 14px;
}

.onePointAdvice {
  margin: 2em 0;
  border: 1px solid #00510f;
}
.onePointAdvice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00510f;
  padding: 0 30px;
  height: 70px;
}
.onePointAdvice__label {
  color: #ffffff;
  font-weight: bold;
  margin-left: 20px;
  font-size: 22px;
}
.onePointAdvice__body {
  background-color: #feffef;
  padding: 20px 30px 25px;
}
.onePointAdvice__body p:last-child {
  margin-bottom: 0;
}

.attentionBox {
  position: relative;
  margin: 3.5em 0 2em;
  padding: 35px 30px 20px;
  border: 1px solid #d1d1d1;
}
.attentionBox__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4066ad;
  color: #ffffff;
  font-weight: bold;
  top: -18px;
  left: 30px;
  width: 180px;
  height: 36;
  font-size: 16px;
}
.attentionBox__body p:last-child {
  margin-bottom: 0;
}

.introItem {
  margin: 3em 0;
}
.introItem__title {
  border-top: 0;
  background: none;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 0 0;
  border-bottom: 3px solid #333333;
  font-size: 22px !important;
}
.introItem__title > span {
  font-weight: bold;
}
.introItem__main {
  gap: 30px;
  grid-template-columns: 430px 1fr;
  display: grid;
}
.introItem__thumbnail {
  min-height: 580px;
}
.introItem__content table.position-up {
  margin-top: -1.7em;
}
.introItem__content table tbody th {
  padding-right: 0;
  padding-left: 0;
  width: 150px;
  font-size: 13px;
}
.introItem__content table:first-child {
  margin-top: 0;
}
.introItem__button {
  margin-top: 30px;
}
.introItem__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-radius: 100px;
  background-color: #009a1c;
  background-image: url("../img/introItem__button-icon_co.svg");
  background-repeat: no-repeat;
  color: #ffffff !important;
  font-weight: bold;
  padding-right: 20px;
  width: 300px;
  height: 70px;
  background-position: center right 42px;
  background-size: 18px auto;
  font-size: 18px;
}

/* post headline */
.postHeader {
  background: url("../img/af__postHeader__bg_pc.jpg") no-repeat;
  background-size: cover;
  border-bottom: 0.6rem solid #2fb257;
}
.postHeader__inner {
  position: relative;
  height: 40rem;
  width: 104rem;
  margin: auto;
  padding-top: 15rem;
}
.postHeader__block {
  display: table;
  width: 100%;
  height: 25rem;
}
.postHeader__title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 3.8rem;
}

.post-header h1 {
  font-size: 2.4rem;
  margin: 0 0 2.5rem;
}
.post-header h1 {
  position: relative;
  border-top: 0.6rem solid #005AEA;
  padding: 2rem 1rem 2rem 3rem;
  border-bottom: 0.2rem solid #e2e2e2;
}
.post-header h1::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #005aea;
  width: 0.9rem;
  height: calc(100% - 4rem);
}

.post-content h2 {
  font-size: 2.2rem;
  margin: 1.8em 0 0.8em;
}
.post-content h3 {
  font-size: 2rem;
  margin: 1.6em 0 0.8em;
}
.post-content h4 {
  font-size: 1.8rem;
  margin: 2em 0 1.2em;
}
.post-content h2 {
  color: #fff;
  background-color: #005AEA;
  border-left: 0.8rem solid #0042AC;
  padding: 2rem 1rem 2rem 2.6rem;
}
.post-content h2:first-child {
  margin-top: 0;
}
.post-content h3 {
  position: relative;
  background: #F2F5FF;
  border-left: 0.2rem solid #005AEA;
  padding: 1.8rem 3rem;
  padding-right: 1rem;
}
.post-content h4 {
  position: relative;
  border-bottom: 0.2rem solid #c8cbcc;
  font-size: 1.8rem;
  padding-bottom: 0.8rem;
}

/* post Table */
.post-content table {
  font-size: 0.92em;
}
.post-content td,
.post-content th {
  padding: 1.5rem;
}
.post-content table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #e1e1e1;
  font-size: 0.92em;
}
.post-content table td,
.post-content table th {
  padding: 1.5rem;
}
.post-content table td address,
.post-content table th address {
  font-style: normal;
}
.post-content table tr {
  border-bottom: 1px solid #e1e1e1;
}
.post-content table tr.is-tokyo th, .post-content table tr.is-nagoya th {
  vertical-align: top;
}
.post-content table tr.is-tokyo {
  border-bottom: none;
}
.post-content table tr.is-tokyo th,
.post-content table tr.is-tokyo td {
  padding-bottom: 0;
}
.post-content table thead {
  background: #eff2fa;
  color: #fff;
}
.post-content table tbody th {
  background: #eff2fa;
}
.post-content table tfoot {
  font-size: 0.6em;
  text-align: right;
}
.post-content table tfoot th {
  background-image: url("../img/mc__table__bg.png");
}
.post-content table tfoot tr {
  border: none;
}
.post-content table tfoot td,
.post-content table tfoot th {
  padding: 0.8em;
}
.post-content table.table-col2 {
  width: 100%;
  margin-bottom: 1.5em;
}
.post-content table.table-col2 tbody td,
.post-content table.table-col2 tbody th {
  padding: 2.4rem 3rem;
}
.post-content table.table-col2 tbody th {
  width: 30%;
}
.post-content table.table {
  width: 100%;
}
.post-content table.table thead th {
  text-align: center;
  width: 25%;
  padding: 2rem 1rem;
}
.post-content table.table thead th:nth-child(2) {
  border-right: none;
}
.post-content table.table thead th:nth-child(3) {
  border-left: none;
}
.post-content table.table tbody td {
  text-align: center;
}
.post-content table.table tbody td:nth-child(2) {
  border-right: none;
  position: relative;
}
.post-content table.table tbody td:nth-child(2)::after {
  content: "\f061";
  font-family: FontAwesome;
  color: #ff5722;
  position: absolute;
  right: -0.5em;
}
.post-content table.table tbody td:nth-child(3) {
  border-left: none;
}
.post-content table.table tbody td:nth-child(4) {
  color: #da0f00;
  font-weight: bold;
  font-size: 1.3em;
}
.post-content table.table tbody tr:last-of-type {
  background: #f5fffa;
  font-size: 1.4em;
}
.post-content table.table tfoot td {
  color: #949494;
  border: none;
  font-size: 0.7em;
  text-align: right;
}

.post-content li {
  padding: 1.4rem 1rem 1.4rem 1.8em;
  position: relative;
  line-height: 1.3;
}
.post-content li:not(:last-child) {
  border-bottom: 1px dotted #e1e1e1;
}
.post-content > ul,
.post-content > ol {
  margin: 1.5em 0;
  background: #fff;
  position: relative;
  border: 0.1rem solid #f3f3f3;
  padding: 2rem 3rem;
}
.post-content > ul::before,
.post-content > ol::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.post-content > ul li::before {
  content: "";
  position: absolute;
  background: #27a682;
  border-radius: 50%;
  left: 1rem;
  top: 2rem;
  width: 0.5rem;
  height: 0.5rem;
}
.post-content > ol li::before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 1.3rem;
  color: #fff;
  width: 1.5em;
  line-height: 1.5em;
  border-radius: 3px;
  background: #27a682;
  text-align: center;
  font-size: 0.8em;
}
.post-content > ol li:nth-child(1)::before {
  content: "1";
}
.post-content > ol li:nth-child(2)::before {
  content: "2";
}
.post-content > ol li:nth-child(3)::before {
  content: "3";
}
.post-content > ol li:nth-child(4)::before {
  content: "4";
}
.post-content > ol li:nth-child(5)::before {
  content: "5";
}
.post-content > ol li:nth-child(6)::before {
  content: "6";
}
.post-content > ol li:nth-child(7)::before {
  content: "7";
}
.post-content > ol li:nth-child(8)::before {
  content: "8";
}
.post-content > ol li:nth-child(9)::before {
  content: "9";
}
.post-content > ol li:nth-child(10)::before {
  content: "10";
}

/* Layout
******************/
.c-unit {
  margin: 0 auto;
  width: 120rem;
}

.is-none {
  display: none;
}

.l-main {
  padding: 0 0 60px;
}
.l-main.is-con {
  background: #f2f2f2;
}
.l-main.is-con .p-entry {
  margin: auto;
  width: 1000px;
}
.l-main.is-top {
  padding: 0;
}

.l-inner {
  width: auto;
}

.font-en {
  font-family: "Cormorant Garamond", serif;
}

.font-price {
  font-family: "Cormorant Garamond", serif;
  font-family: "Oxygen", sans-serif;
}

body {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.062745098);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.062745098);
  overflow: hidden;
  margin: auto;
  min-width: 1200px;
  max-width: 1920px;
}

.img-cover {
  position: relative;
  overflow: hidden;
}
.img-cover > img, .img-cover > .t-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-link-over {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.img-link-over .img-cover img {
  -webkit-transition-duration: 0.75s, 0.75s, 0.75s;
          transition-duration: 0.75s, 0.75s, 0.75s;
  -webkit-transition-property: scale, rotate, -webkit-transform;
  transition-property: scale, rotate, -webkit-transform;
  transition-property: transform, scale, rotate;
  transition-property: transform, scale, rotate, -webkit-transform;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
          transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.img-link-over:hover {
  opacity: 0.9;
}
.img-link-over:hover .img-cover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(2deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(2deg);
}

.header__topBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00510f;
  color: #ffffff;
  width: 100%;
  height: 40px;
}
.header__topBanner-message {
  text-align: center;
  font-size: 14px;
}
.header__main {
  height: 80px;
}
.header__main-float {
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
}
.header__main-float.on {
  position: fixed;
  z-index: 99998;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.header__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.p-page-header.is-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url("../img/categoryHeader__bg_pc.jpg");
  background-position: center center;
  background-size: cover;
  height: 340px;
}
.p-page-header .p-page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: auto;
  padding: 50px 15px 5px;
}
.p-page-header .p-page-header__inner .p-page-header__title-box {
  text-align: center;
}
.p-page-header .p-page-header__inner .p-page-header__title {
  font-size: 18px;
}
.p-page-header .p-page-header__inner .p-page-header__title-en {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 45px;
}

.p-footer-widget-area {
  background-color: #00510f;
}

.p-footer-widget-area .p-widget {
  width: auto;
  text-align: center;
}
.p-footer-widget-area .p-widget img {
  display: inline-block;
}

.p-footer-widget-area .p-footer-widget-area__inner {
  display: block;
}

.p-footer-widget-area .p-widget.widget_nav_menu {
  width: 100%;
}

.p-footer-widget-area .p-widget ul {
  margin: auto;
  text-align: center;
}
.p-footer-widget-area .p-widget ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-footer-widget-area .p-widget ul li:not(:last-child) {
  margin-right: 20px;
}
.p-footer-widget-area .p-widget ul a {
  color: #ffffff;
  font-size: 14px;
}

.p-copyright {
  background-color: #f2f2f2;
}
.p-copyright p {
  font-size: 12px;
}

.l-footer {
  margin-top: 0;
}

.p-widget.p-widget-footer.site_info_widget .p-siteinfo__desc {
  color: #ffffff;
  font-size: 12px;
}

.fv {
  height: 70rem;
  background-image: url("../img/fv__bg_pc.jpg");
  background-position: center;
  background-size: cover;
}

.p-index-slider__item--1 .p-index-slider__item-catch {
  background-image: url("../img/fv__catch_pc.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 26px;
  background-size: 98px;
}

.pageHeader__title {
  display: inline-block;
  color: #00510f;
  font-weight: 700;
  font-size: 18px;
}
.pageHeader__title-en {
  display: inline-block;
  color: #00510f;
  margin-right: 20px;
  font-size: 50px;
}

.p-breadcrumb {
  border: none;
}

.p-breadcrumb.c-breadcrumb {
  margin-bottom: 30px;
}

/* Object
******************/
.plantsItem {
  width: 100%;
}
.plantsItem__image {
  position: relative;
}
.plantsItem__new {
  position: absolute;
  z-index: 10;
  background-image: url("../img/plantsItem__new_pc.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.plantsItem .p-item-archive {
  border: none;
}
.plantsItem .p-item-archive__item {
  border: none !important;
  margin: 0 2% 3% 0;
  width: 32%;
}
.plantsItem .p-item-archive__item:nth-child(3n) {
  margin-right: 0;
}
.plantsItem .p-item-archive__item a {
  padding: 0;
}
.plantsItem .p-article__title {
  font-weight: 400 !important;
  line-height: 1.4;
}
.plantsItem .p-item-archive__item-price {
  margin: 0;
  font-weight: 900 !important;
  line-height: 1.3;
  font-size: 20px !important;
}
.plantsItem .p-item-archive__item-price em {
  font-weight: 400 !important;
  margin-left: 5px;
  font-size: 12px !important;
}
.plantsItem .p-item-archive__item-thumbnail {
  height: 390px;
}
.plantsItem .p-item-archive__item-thumbnail.is-pickup {
  height: 520px;
}
.plantsItem .p-item-archive__item-thumbnail__inner {
  height: 390px;
}
.plantsItem .p-item-archive__item-thumbnail__inner.is-pickup {
  height: 520px;
}
.plantsItem .p-item-archive__item-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
.plantsItem .p-article__soldout {
  background: #000000;
}
.p-pager__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 60px;
}

.p-pager__item a,
.p-pager__item span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  color: #000000;
  text-align: center;
  line-height: 40px;
}

.p-pager__item.p-pager__num.u-hidden-xs {
  display: none;
}

.p-pager__item .first {
  padding: 0 5px;
  font-size: 0;
  line-height: 40px;
}
.p-pager__item .first::before {
  margin: 0;
}
.p-pager__item .first::after {
  display: inline-block;
  content: "\e90f";
  vertical-align: middle;
  font-size: 12px;
  font-family: "design_plus";
}
.p-pager__item .last {
  padding: 0 5px;
  font-size: 0;
  line-height: 40px;
}
.p-pager__item .last::after {
  margin: 0;
}
.p-pager__item .last::before {
  display: inline-block;
  content: "\e910";
  vertical-align: middle;
  font-size: 12px;
  font-family: "design_plus";
}
.p-pager__item .skip {
  border: 0;
}
.p-pager__item .prev {
  padding: 0 5px;
  border: 0;
  font-size: 0;
  line-height: 40px;
}
.p-pager__item .prev::before {
  margin: 0;
}
.p-pager__item .prev::after {
  display: inline-block;
  content: "\e90f";
  vertical-align: middle;
  font-size: 12px;
  font-family: "design_plus";
}
.p-pager__item .next {
  padding: 0 5px;
  border: 0;
  font-size: 0;
  line-height: 40px;
}
.p-pager__item .next::after {
  margin: 0;
}
.p-pager__item .next::before {
  display: inline-block;
  content: "\e910";
  vertical-align: middle;
  font-size: 12px;
  font-family: "design_plus";
}

.p-wc-customer_form th {
  vertical-align: top;
  text-align: left;
  padding-top: 10px;
}
.p-wc-customer_form th em {
  color: #c61515;
}
.p-wc-customer_form th,
.p-wc-customer_form td {
  border: none;
  background: none;
}

.p-wc .p-wc-customer_form tr.inp1 input {
  margin-right: 0;
  margin-left: 0.5em;
  width: 90%;
}

.p-wc .p-wc-customer_form input[type=text],
.p-wc .p-wc-customer_form input[type=email],
.p-wc .p-wc-customer_form input[type=password] {
  margin-right: 1em;
  width: 46%;
}

.wpcf7 {
  border: none;
  background: none;
}

.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
  border-radius: 50px;
  background: #00510f;
  font-weight: bold;
}

.archiveNewsList {
  margin-bottom: 60px;
}
.archiveNewsList.is-front {
  margin-bottom: 0;
}

.archiveNewsItem {
  line-height: 24px;
}
.archiveNewsItem:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.archiveNewsItem a {
  position: relative;
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: auto;
  background-image: url("../img/archive-news__arrow_co.svg");
  background-repeat: no-repeat;
  gap: 10px 20px;
  grid-template-columns: 120px 100px 1fr;
  padding-right: 50px;
  background-position: right 10px center;
  background-size: 7px auto;
}
.archiveNewsItem__genre p {
  background-color: #00510f;
  color: #ffffff;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
}
.archiveNewsItem__datetime {
  text-align: center;
}
.archiveNewsItem__datetime time {
  color: #000000;
}
.frontArchiveNews {
  position: relative;
  padding: 50px 0;
  background-color: #f2f2f2;
}
.frontArchiveNews::before {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  display: block;
  width: 590px;
  height: 100%;
  background-color: #d8d8d8;
  content: "";
  -webkit-transform: translateX(-370px);
          transform: translateX(-370px);
}
.frontArchiveNews__inner {
  grid-template-columns: 310px 1fr;
  position: relative;
  z-index: 2;
  display: grid;
}
.frontArchiveNews__header-inner {
  width: 180px;
  text-align: center;
}
.frontArchiveNews__header-en {
  margin-top: -3px;
  margin-bottom: 14px;
  color: #191919;
  font-size: 45px;
  line-height: 1;
}
.frontArchiveNews__header-title {
  margin-bottom: 60px;
  color: #191919;
  font-size: 18px;
}
.frontArchiveNews__header-link {
  color: #191919;
  text-decoration: underline;
  font-size: 15px;
}

.p-blog-archive {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-blog-archive__item {
  width: 24%;
}
.p-blog-archive__item:not(:nth-child(4n)) {
  margin-right: 1.3%;
}

.kodawariPoint {
  background-image: url("../img/kodawariPoint__bg_pc.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.kodawariPoint__inner {
  margin: auto;
  padding: 80px 0;
  width: 1200px;
}
.kodawariPoint__title {
  color: #00510f;
  margin-bottom: 25px;
}
.kodawariPoint__title-en {
  margin-right: 12px;
  font-size: 45px;
}
.kodawariPoint__title-txt {
  font-size: 18px;
}
.kodawariPoint__block {
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 400px;
  background-size: 600px auto;
}
.kodawariPoint__block.n1 {
  background-image: url("../img/kodawariPoint__block-bg1_pc.png");
}
.kodawariPoint__block.n2 {
  background-image: url("../img/kodawariPoint__block-bg2_pc.png");
}
.kodawariPoint__block.n3 {
  background-image: url("../img/kodawariPoint__block-bg3_pc.png");
}
.kodawariPoint__block.n4 {
  background-image: url("../img/kodawariPoint__block-bg4_pc.png");
}
.kodawariPoint__block.is-left {
  padding-left: 700px;
  background-position: top left;
}
.kodawariPoint__block.is-right {
  padding-right: 700px;
  background-position: top right;
}
.kodawariPoint__headline {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}
.kodawariPoint__text p {
  line-height: 1.8;
  font-size: 16px;
}

.p-wc-cart_navi {
  position: relative;
  margin: 0 auto 50px;
  width: 560px;
}
.p-wc-cart_navi::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  background-color: #8e8e8e;
  content: "";
  top: 22px;
  width: 440px;
  height: 3px;
}
.p-wc-cart_navi ul {
  position: relative;
  border: none;
}
.p-wc-cart_navi li {
  position: relative;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  padding-top: 70px;
}
.p-wc-cart_navi li::after {
  display: none;
}
.p-wc-cart_navi li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin: auto;
  padding: 0;
  border-width: 0;
  border-radius: 50%;
  background-color: #8e8e8e;
  color: #ffffff;
  font-weight: 700;
  width: 45px;
  height: 45px;
}
.p-wc-cart_navi li.is-current {
  border: none;
  background: none;
}
.p-wc-cart_navi li.is-current span {
  color: #00510f;
  font-weight: 700;
}
.p-wc-cart_navi li.is-current::before {
  background-color: #00510f;
  color: #ffffff;
}
.p-wc-cart_navi li:nth-child(1)::before {
  content: "1" !important;
}
.p-wc-cart_navi li:nth-child(2)::before {
  content: "2";
}
.p-wc-cart_navi li:nth-child(3)::before {
  content: "3";
}
.p-wc-cart_navi li:nth-child(4)::before {
  content: "4" !important;
}

.mySku__block {
  margin-bottom: 20px;
}
.mySku__option-potType {
  position: relative;
  padding: 10px 40px 10px 60px;
  border: 1px solid #333333;
}
.mySku__option-potType::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/mySku__option-postType-arrow_pc.png");
  content: "";
}
.structured-post-faq__question {
  background-image: url("../img/structured-post-faq__question_bg_co.png");
  background-repeat: no-repeat;
  line-height: 1.9;
  padding-left: 40px;
  background-position: top 19px left 5px;
  background-size: 22px auto;
}
.structured-post-faq__answer {
  background-image: url("../img/structured-post-faq__answer_bg_co.png");
  background-repeat: no-repeat;
  line-height: 2.1;
  padding-left: 40px !important;
  background-position: top 19px left 5px;
  background-size: 22px auto;
}
.structured-post-faq__answer p {
  line-height: 2.1;
}

.archiveColumn.is-front {
  padding: 60px 0;
}

.archiveColumnList {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(4, 288px);
}
.archiveColumnItem__thumbnail {
  height: 180px;
}
.archiveColumnItem__title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.archiveColumnItem__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 10px;
  line-height: 12px;
}
.archiveColumnItem__time {
  border-right: 1px solid #afafaf;
  margin-right: 10px;
  padding-right: 10px;
}
.archiveColumnItem__inner {
  padding: 10px 5px;
}

.saboxplugin-wrap {
  margin: 2em 0 !important;
  border: 2px solid #00510f !important;
}

.saboxplugin-gravatar {
  overflow: hidden;
  padding: 0 !important;
  border-radius: 50%;
  margin: 0 25px;
}

.saboxplugin-authorname a .fn {
  color: #333333 !important;
  text-decoration: underline;
  font-weight: bold !important;
  font-size: 20px !important;
}
.saboxplugin-authorname a::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00510f;
  color: #ffffff;
  content: "執筆者";
  margin-right: 15px;
  width: 100px;
  height: 24px;
  font-size: 13px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.saboxplugin-desc {
  padding: 3px 0 0 130px;
}

.sab-edit-settings {
  display: none;
}

/* Cta
******************/
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__cta-tel-headline {
  font-size: 10.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.header__cta-tel-headline span {
  color: #005aea;
  font-weight: 600;
  font-size: 13px;
}
.header__cta-tel-number {
  background-image: url("../img/header__cta-tel-number_bg_pc.png");
  font-family: "Oswald", sans-serif;
  line-height: 1;
  background-position: left top 13px;
  padding-left: 36px;
  font-size: 36px;
  white-space: nowrap;
}
.header__cta-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__cta-links-contact a, .header__cta-links-linesodan a {
  display: block;
  border-radius: 35px;
}
.header__cta-links-contact a {
  -webkit-box-shadow: 3px 3px 8px rgba(255, 108, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(255, 108, 0, 0.3);
}
.header__cta-links-linesodan a {
  -webkit-box-shadow: 3px 3px 8px rgba(29, 178, 121, 0.3);
          box-shadow: 3px 3px 8px rgba(29, 178, 121, 0.3);
}

.ctaHome.is-shadow {
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.16);
}
.ctaHome__inner {
  margin: 0 auto;
}
.ctaHome__point {
  margin: 0 auto;
}
.ctaHome__headline {
  background-color: #005aea;
  padding: 35px 10px 27.9px;
  border-radius: 15px 15px 0 0;
}
.ctaHome__headline-title {
  margin: 0 auto;
}
.ctaHome__main {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  padding: 35.3px 60px 50px;
}
.ctaHome__main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ctaHome__main-area.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctaHome__main-label {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 35.8px;
  margin-bottom: 35px;
}
.ctaHome__main-label-img {
  margin: 0 auto;
}
.ctaHome__main-tel {
  margin-bottom: 25px;
}
.ctaHome__main-tel-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0d2775;
  font-size: 11px;
  margin: 0 18px 6px;
}
.ctaHome__main-tel-headline .is-fontsize {
  font-weight: 600;
  font-size: 22px;
}
.ctaHome__main-tel-number {
  background-image: url("../img/ctaHome__main-tel-number_bg_pc.png");
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #0d2775;
  background-position: left 15px top 20px;
  padding-left: 71px;
  font-size: 56px;
  letter-spacing: 1.5px;
}
.ctaHome__main-contact {
  margin-bottom: 20px;
}
.ctaHome__main-contact a {
  display: block;
  margin-bottom: 20px;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(255, 108, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(255, 108, 0, 0.3);
}
.ctaHome__main-linesodan a {
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(29, 178, 121, 0.3);
          box-shadow: 5px 5px 10px rgba(29, 178, 121, 0.3);
}

.fvCta__inner {
  margin: 0 auto;
}
.fvCta__point {
  margin: 0 auto;
}
.fvCta__headline {
  background-color: #005aea;
  padding: 35px 10px 27.9px;
  border-radius: 15px 15px 0 0;
}
.fvCta__headline-title {
  margin: 0 auto;
}
.fvCta__main {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  padding: 35.3px 60px 50px;
}
.fvCta__main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fvCta__main-area.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fvCta__main-label {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 35.8px;
  margin-bottom: 35px;
}
.fvCta__main-label-img {
  margin: 0 auto;
}
.fvCta__main-tel {
  margin-bottom: 25px;
}
.fvCta__main-tel-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0d2775;
  font-size: 11px;
  margin-bottom: 10px;
  margin-right: 18px;
}
.fvCta__main-tel-headline .is-fontsize {
  font-weight: 600;
  font-size: 22px;
}
.fvCta__main-tel-number {
  background-image: url("../img/fvCta__main-tel-number_bg_pc.png");
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #0d2775;
  background-position: left 15px top 20px;
  padding-left: 71px;
  font-size: 56px;
  letter-spacing: 1.5px;
  padding-left: 56px;
  font-size: 60px;
}
.fvCta__main-contact {
  margin-bottom: 20px;
}
.fvCta__main-contact a {
  display: block;
  margin-bottom: 20px;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(255, 108, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(255, 108, 0, 0.3);
}
.fvCta__main-linesodan a {
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(29, 178, 121, 0.3);
          box-shadow: 5px 5px 10px rgba(29, 178, 121, 0.3);
}

/* Custom 
***********************/
.itemImages {
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  width: 540px;
}
.itemImages img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.itemImages__main {
  position: relative;
}
.itemImages__main-view {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.itemImages__main .itemImage {
  width: 100%;
  height: 720px;
}
.itemImages__sub {
  position: relative;
  margin: 8px 0 0;
}
.itemImages__sub-inner {
  overflow: hidden;
}
.itemImages__sub-scroll {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.itemImages__sub .itemImage {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 4px;
  width: 106px;
  height: 106px;
  border: 3px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.itemImages__sub .itemImage.on {
  border-color: #4caf50;
}
.itemImages__sub .itemImage img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.itemImages__arrow {
  position: absolute;
  z-index: 10;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 35px;
  width: 25px;
  height: 25px;
}
.itemImages__arrow.is-left {
  background-image: url("../img/itemImages__arrow-left_co.svg");
  left: -12px;
}
.itemImages__arrow.is-right {
  background-image: url("../img/itemImages__arrow-right_co.svg");
  right: -12px;
}

.itemCart {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.itemCart__header {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.itemCart__title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}
.itemCart .p-entry-item__cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.itemCart .p-entry-item__cart-price .p-price {
  color: #191919;
  font-weight: 900;
  font-size: 42px;
}
.itemCart .p-article__soldout {
  position: relative;
  background-color: #000000;
  top: -2px;
  margin-left: 10px;
}
.itemCart__content {
  line-height: 1.8;
  margin: 30px 0;
  padding: 25px 0;
}
.itemCart__content p:not(:last-child) {
  margin-bottom: 1.2em;
}
.itemCart__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itemCart__review-count {
  text-decoration: underline;
  margin-left: 10px;
  font-size: 14px;
}
.itemCart__review-count:hover {
  cursor: pointer;
}
.itemCart__free {
  border-radius: 100px;
  background-color: #e87604;
  color: #ffffff;
  padding: 3px 15px;
  font-size: 16px;
}
.itemCart .p-entry-item__cart-button .p-button {
  display: block;
  border-radius: 100px;
  background-color: #009f1d;
  background-image: url("../img/itemCart__submit-icon_co.svg");
  background-repeat: no-repeat;
  padding: 0;
  padding-right: 30px;
  width: 300px;
  height: 60px;
  background-position: center right 50px;
  background-size: 25px auto;
  font-size: 20px;
}
.itemCart .p-entry-item__cart-button::before {
  display: none;
}

.p-entry-item__body-cart {
  margin: 0 !important;
}

.itemContainer {
  gap: 60px;
  grid-template-areas: "image form" "table table";
  grid-template-columns: 540px 1fr;
  display: grid;
  margin-bottom: 40px;
}

.itemTable {
  grid-area: table;
}
.itemTable .p-entry-item__tabs {
  margin: 0 !important;
  padding: 0;
  border: 0;
}
.itemTable .p-entry-item__tabs li label {
  padding: 0;
  text-align: left;
}
.itemTable .p-entry-item__tabs li {
  max-width: 100%;
  border: 0;
}
.itemTable .p-entry-item__tab-content {
  padding: 0;
  border: 0;
}

.p-wc-cart_table .productname {
  font-size: 12px;
}

#cart_checkout_box .cart-buttons input[name=previous] {
  border: 1px solid #00510f;
  border-radius: 100px;
  background-color: #ffffff;
  background-image: url("../img/cart-buttons__button-previous-arrow_co.svg");
  background-repeat: no-repeat;
  color: #00510f;
  opacity: 1;
  padding-left: 30px;
  background-position: center left 20px;
  background-size: 14px auto;
}
#cart_checkout_box .cart-buttons input[name=customerinfo] {
  border: 1px solid #00510f;
  border-radius: 100px;
  background-color: #00510f;
  background-image: url("../img/cart-buttons__button-customerinfo-arrow_co.svg");
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 1;
  padding-right: 30px;
  background-position: center right 20px;
  background-size: 14px auto;
}

.p-wc-upbutton {
  margin-bottom: 10px;
}
.p-wc-upbutton input[name=upButton].p-button {
  border-radius: 100px;
  background-color: #3581f3;
  margin-left: 20px;
  min-width: 100px;
  height: 38px;
  font-size: 15px;
  line-height: 38px;
}

.p-wc-cart-page .p-wc-cart_table td.action .delButton {
  border-radius: 100px;
  background-image: url("../img/cart-buttons__remove-arrow_co.svg");
  background-repeat: no-repeat;
  color: #191919;
  padding: 0 15px 0 30px;
  background-position: center left 12px;
  background-size: 14px auto;
}

.itemCartForm {
  background-color: #f2f2f2;
  margin-bottom: 50px;
  padding: 60px 150px;
}
.itemCartForm .p-wc-headline {
  color: #00510f;
  text-align: center;
}
.itemCartForm .p-button {
  border-radius: 100px;
  background-color: #00510f;
  background-image: url("../img/cart-buttons__button-customerinfo-arrow_co.svg");
  background-repeat: no-repeat;
  padding-right: 30px;
  height: 5.8rem;
  background-position: center right 15px;
  background-size: 14px auto;
  line-height: 5.8rem;
}
.itemCartForm form input[type=password],
.itemCartForm form input[type=text],
.itemCartForm form input[type=email],
.itemCartForm form textarea {
  background-color: #ffffff !important;
  height: 40px;
}
.itemCartForm form input[type=radio] {
  position: relative;
  top: 2px;
}
.itemCartForm form #search_zipcode {
  color: #191919 !important;
}
.p-wc-cart-page.p-wc-confirm .p-wc-headline {
  color: #00510f;
}

.payment_method dl {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 20px 20px;
}
.payment_method dd {
  color: #5c5c5c;
  font-size: 0.8em;
}

.headerEnglishTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px;
}
.headerEnglishTitle__en {
  color: #00510f;
  margin-right: 12px;
  font-size: 45px;
}
.headerEnglishTitle__title {
  color: #00510f;
  font-size: 18px;
}
.headerEnglishTitle__link {
  margin-left: auto;
  text-decoration: underline;
  font-size: 14px;
}

.customButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.customButton__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background-color: #00510f;
  background-image: url("../img/customButton__arrow_co.png");
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding: 0 65px 0 50px;
  height: 58px;
  background-position: right 35px center;
  background-size: 14px auto;
  font-size: 16px;
}

.sliderItem__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sliderItem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -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;
}
.sliderItem__control {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  height: 60px;
}
.sliderItem__control.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sliderItem__control-buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
}
.sliderItem__bar-outer {
  overflow: hidden;
  background-color: #afafaf;
  position: relative;
  width: 1025px;
  height: 3px;
  border-radius: 10px;
}
.sliderItem__bar-move {
  height: 3px;
  background-color: #00510f;
  -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;
}
.sliderItem__arrow {
  width: 60px;
  height: 60px;
}
.sliderItem__arrow.is-left svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sliderItem__arrow svg #s-arrow {
  fill: #afafaf;
}
.sliderItem__arrow svg #s-box {
  stroke: #afafaf;
}
.sliderItem__arrow.active #s-arrow {
  fill: #333333;
}
.sliderItem__arrow.active #s-box {
  stroke: #333333;
}
.sliderItem__arrow.active:hover #s-arrow {
  fill: #ffffff;
}
.sliderItem__arrow.active:hover #s-box {
  fill: #000000;
}

.frontArchiveItem {
  margin-bottom: 60px;
}
.frontArchiveItem__list {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(4, 1fr);
}

.indexFv {
  background-image: url("../img/indexFv__bg_pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexFv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 1200px;
  height: 700px;
}
.indexFv__copy {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 28px;
}
.indexFv__logo {
  margin: auto;
}
.indexFv__next {
  position: absolute;
  right: 0;
  bottom: 60px;
  background-image: url("../img/indexFv__next_bg_pc.svg");
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.indexFv__next img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.indexFv__next:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.frontPickupItem {
  padding: 60px 0;
}

.reviewArchive {
  background-image: url("../img/reviewArchive__bg_pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.reviewItem {
  display: grid;
  background-color: #ffffff;
  gap: 0 10px;
  grid-template-columns: 42px 1fr;
  grid-template-rows: 21px 21px 1fr;
  padding: 20px;
  min-height: 300px;
}
.reviewItem__icon {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
.reviewItem__point {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewItem__name {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.reviewItem__name span:first {
  margin-right: 10px;
}
.reviewItem__content {
  grid-column: 1/span 2;
  grid-row: 3/span 1;
  border-top: 1px solid #afafaf;
  margin-top: 12px;
  padding-top: 12px;
}
.reviewItem__title {
  color: #00510f;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.reviewItem__text p {
  line-height: 1.8;
  font-size: 12px;
}
.reviewItem__text p:not(:last-child) {
  margin-bottom: 1.2em;
}

.reviewPoint__star {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 15px);
}
.reviewPoint__star-item.is-p0 #s-front {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
.reviewPoint__star-item.is-p1 #s-front {
  -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
          clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
}
.reviewPoint__star-item.is-p2 #s-front {
  -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
          clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
}
.reviewPoint__star-item.is-p3 #s-front {
  -webkit-clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%);
          clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%);
}
.reviewPoint__star-item.is-p4 #s-front {
  -webkit-clip-path: polygon(0 0, 40% 0, 40% 100%, 0 100%);
          clip-path: polygon(0 0, 40% 0, 40% 100%, 0 100%);
}
.reviewPoint__star-item.is-p5 #s-front {
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.reviewPoint__star-item.is-p6 #s-front {
  -webkit-clip-path: polygon(0 0, 60% 0, 60% 100%, 0 100%);
          clip-path: polygon(0 0, 60% 0, 60% 100%, 0 100%);
}
.reviewPoint__star-item.is-p7 #s-front {
  -webkit-clip-path: polygon(0 0, 70% 0, 70% 100%, 0 100%);
          clip-path: polygon(0 0, 70% 0, 70% 100%, 0 100%);
}
.reviewPoint__star-item.is-p8 #s-front {
  -webkit-clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
}
.reviewPoint__star-item.is-p9 #s-front {
  -webkit-clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
}
.reviewPoint__star-item.is-p10 #s-front {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.archiveReview {
  background-image: url("../img/archiveReview__bg_pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.itemTableHeadline {
  gap: 20px;
  grid-template-columns: 50px 1fr;
  display: grid;
}
.itemTableHeadline__icon {
  position: relative;
}
.itemTableHeadline__icon .dimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.itemTableHeadline__label {
  color: #00510f;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

.itemTable__title-en {
  color: #00510f;
  margin-right: 12px;
  font-size: 45px;
}
.itemTable__title-text {
  color: #00510f;
  font-size: 18px;
}
.itemTable table {
  width: 100%;
  border-top: 1px dotted #cccccc;
  margin: 40px 0 40px;
}
.itemTable tr {
  border-bottom: 1px dotted #cccccc;
}
.itemTable th,
.itemTable td {
  vertical-align: middle;
  padding: 20px 0;
  line-height: 28px;
}
.itemTable th {
  color: #00510f;
  font-weight: bold;
  padding: 0 20px 0 5px;
  width: 220px;
}
.p-entry-item__tab-content {
  margin: 0 !important;
}
.p-entry-item__tab-content p {
  line-height: 1.8;
  margin-right: 10px;
  margin-left: 10px;
}
.p-entry-item__tab-content p:not(:last-child) {
  margin-bottom: 1.2em;
}

.resultArchive {
  gap: 30px;
  grid-template-columns: 280px 1fr;
  display: grid;
}
.resultArchive__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.searchItemForm {
  position: relative;
  padding: 20px 30px 70px;
  background-color: #f2f2f2;
}
.searchItemForm__loader {
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.searchItemForm__loader .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.searchItemForm__box:not(:last-child) {
  margin-bottom: 10px;
}
.searchItemForm__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #dbdbdb;
  color: #00510f;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.searchItemForm__title-en {
  font-weight: bold;
  margin-right: 10px;
  font-size: 28px;
}
.searchItemForm__title-label {
  font-weight: bold;
  font-size: 20px;
}
.searchItemForm__body input {
  display: none;
}
.searchItemForm__body input:checked + label {
  background-image: url("../img/searchItemForm__check-on_co.png");
}
.searchItemForm__body label {
  display: block;
  background-image: url("../img/searchItemForm__check-off_co.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 6px 0 6px 45px;
  background-size: 25px auto;
  -webkit-transition: opacity 0.22s ease;
  transition: opacity 0.22s ease;
}
.searchItemForm__body label:hover {
  opacity: 0.9;
  cursor: pointer;
}
.searchItemForm__body label small {
  font-size: 10px;
}
.searchItemForm__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 100px;
  background: none;
  background-image: url("../img/searchItemForm__submit-icon_co.svg");
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  padding-right: 20px;
  width: 150px;
  height: 36px;
  border: 1px solid #ffffff;
  background-position: center right 14px;
  background-size: 12px auto;
  font-size: 12px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.searchItemForm__submit:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.searchItemForm__count {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.searchItemForm__count span {
  margin-right: 5px;
  font-size: 26px;
}
.searchItemForm__footer {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #00510f;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  height: 60px;
}

.headerPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url("../img/categoryHeader__bg_pc.jpg");
  background-position: center center;
  background-size: cover;
  height: 340px;
}
.headerPage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: auto;
  padding: 50px 15px 5px;
}
.headerPage__title {
  text-align: center;
}
.headerPage__title-en {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 45px;
}
.headerPage__title-label {
  color: #ffffff;
  font-size: 18px;
}

.mySku {
  margin: 20px 0;
}
.mySku__block {
  margin-bottom: 30px;
}
.mySku__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.mySku__potType-selected, .mySku__potType-options button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #191919;
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 0 40px 0 80px;
  width: 400px;
  height: 60px;
  background-position: center left 15px;
  background-size: 45px auto;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mySku__potType-selected:hover, .mySku__potType-options button:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.mySku__potType-selected[data-value=P01], .mySku__potType-options button[data-value=P01] {
  background-image: url("../img/mySku__potType-UrbanPlantPot_co.png");
}
.mySku__potType-selected[data-value=P02], .mySku__potType-options button[data-value=P02] {
  background-image: url("../img/mySku__potType-AmabroArtStone_co.png");
}
.mySku__potType-selected[data-value=P03], .mySku__potType-options button[data-value=P03] {
  background-image: url("../img/mySku__potType-Gemstone_co.png");
}
.mySku__potType-selected::after, .mySku__potType-options button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-image: url("../img/mySku__potType-arrow_co.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  right: 20px;
  width: 12px;
  height: 12px;
}
.mySku__potType-selected.on::after, .mySku__potType-options button.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mySku__potType-options {
  display: none;
}
.mySku__potType-options button {
  border-top: 0;
}
.mySku__potType-options button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mySku__potColor-options {
  display: grid;
  grid-template-columns: repeat(6, 84px);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.mySku__potColor-options button {
  display: block;
  padding: 0;
  border: none;
  background: none;
}
.mySku__potColor-options button:not(.on):hover {
  cursor: pointer;
}
.mySku__potColor-options button:not(.on):hover i::before {
  border-color: #288696;
}
.mySku__potColor-options button i {
  position: relative;
  display: block;
  margin: auto;
  border: none;
  border-radius: 50%;
  font-size: 0;
  margin-bottom: 6px;
  width: 51px;
  height: 51px;
}
.mySku__potColor-options button i::before {
  position: absolute;
  display: block;
  margin: auto;
  border-radius: 50%;
  content: "";
  top: -4px;
  left: -4px;
  width: 55px;
  height: 55px;
  border: 2px solid transparent;
}
.mySku__potColor-options button p {
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mySku__potColor-options button.on i::before {
  border-color: #00510f;
}
.mySku__potColor-options button span {
  font-size: 0;
}
.mySku__potSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mySku__potSize-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mySku__potSize-options .potSizeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #00510f;
  background-color: #ffffff;
  margin-right: 5px;
  width: 74px;
  height: 40px;
  font-size: 13px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mySku__potSize-options .potSizeItem.is-none {
  border-color: #d1d1d1;
  color: #d1d1d1;
}
.mySku__potSize-options .potSizeItem.is-current {
  background-color: #00510f;
  color: #ffffff;
}
.mySku__potSize-options .potSizeItem.is-link {
  color: #00510f;
}
.mySku__potSize-options .potSizeItem.is-link:hover {
  background-color: #458767;
  color: #ffffff;
  cursor: pointer;
}
.mySku__potSize-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f2f2;
  margin-left: 10px;
  padding: 5px 10px;
  min-width: 200px;
  height: 40px;
  font-size: 13px;
}
.mySku__option {
  margin-top: 20px;
}
.mySku__option button {
  display: block;
  border: none;
  background: none;
  background-image: url("../img/mySku__option-off_co.svg");
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 30px;
  background-position: center left;
  background-size: 20px auto;
  font-size: 14px;
  line-height: 25px;
}
.mySku__option button.on {
  background-image: url("../img/mySku__option-on_co.svg");
}
.mySku__option button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.mySku__option-attention {
  color: #5c5c5c;
  line-height: 1.8;
  font-size: 11px;
}

.item-sku {
  display: none !important;
}
.item-sku input {
  width: 100%;
  font-size: 0.8em;
}

.navHeader__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.navHeader__item {
  margin-right: 10px;
  font-size: 15px;
}
.navHeader__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  max-width: 300px;
  height: 36px;
  border: 1px solid #00510f;
  color: #00510f;
  white-space: nowrap;
  font-size: 15px;
}
.navHeader__login {
  width: 25px;
  height: 25px;
  background-size: 20px auto;
}
.navHeader__login i {
  display: block;
  margin: auto;
}
.navHeader__cart {
  position: relative;
  width: 25px;
  background-size: 20px auto;
}
.navHeader__cart i {
  display: block;
}
.navHeader__cart span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #cc4700;
  color: #ffffff;
  font-weight: bold;
  top: -10px;
  right: -10px;
  padding: 0 4px;
  min-width: 20px;
  height: 20px;
  font-size: 10px;
}
.navHeader__cart span.is-count0 {
  display: none;
}
.loader {
  display: inline-block;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  margin: 2px;
  width: 4px;
  width: 5px;
  height: 35px;
  height: 15px;
  border-radius: 2px;
  background-color: #ffffff;
}

.itemOtherPlants {
  padding: 60px 0;
}
/*# sourceMappingURL=laptop.css.map */
