@charset "UTF-8";
/* Mixin */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove the margin in all browsers (opinionated).
*/
body {
  color: #151515;
  margin: 0;
}

/* HTML5 display definitions
    ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
  display: none;
}

/* Links
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
    ========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
    ========================================================================== */
/**
* Change font properties to `inherit` in all browsers (opinionated).
*/
button,
input,
select,
textarea {
  font: inherit;
}

/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
  font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
* Remove the margin in Safari.
* 1. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
* Remove the inheritence of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritence of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Change the cursor in all browsers (opinionated).
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
* Restore the default cursor to disabled elements unset by the previous rule.
*/
[disabled] {
  cursor: default;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* Correct the odd appearance of search inputs in Chrome and Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
}

/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

/*----------------------------------------------------
 base
----------------------------------------------------*/
html, body {
  height: 100%;
}

/*----------------------------------------------------
 reset
----------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, main, summary {
  display: block;
}

/*----------------------------------------------------
 base
----------------------------------------------------*/
body {
  font: 500 100% "Noto Sans JP", sans-serif;
  color: #1D1D1D;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

img {
  outline: 0;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

button {
  background: white;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  opacity: 1;
  color: #1D1D1D;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}

a:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
}

.select-wrapper {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  position: relative;
}

.select-wrapper::after {
  content: '▼';
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
  font-size: 15px;
  line-height: 20px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .select-wrapper::after {
    right: 15px;
  }
}

.select-wrapper > select {
  border: none;
  background: transparent;
  padding: 20px 75px 20px 30px;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .select-wrapper > select {
    padding: 10px 45px 10px 15px;
  }
}

.badge {
  display: inline-block;
  background-color: #FD141B;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.fw-500 {
  font-weight: 500 !important;
}
.btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #187732;
  border-radius: 5px;
  border-color: #187732;
  color: #FFFFFF;
  background-color: #187732;
  transition-duration: .3s;
}

.btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 5px 5px;
  }
}

.btn.right-arrow::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .btn.right-arrow::after {
    right: 12px;
  }
}

.btn.down-arrow::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 25px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .btn.down-arrow::after {
    right: 12px;
  }
}
.btn.btn-reverse {
  color: #1E6431;
  background: transparent;
  border-color: #1E6431;
}
.btn.btn-reverse:after {
  color: #1E6431;
}
.star-rating {
  color: #FFBA00;
}

.section-title {
  text-align: center;
}

.section-title > h2 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .section-title > h2 {
    font-size: 23px;
  }
}

.top-product-item > .product-item-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 0px 15px 30px;
}

@media screen and (max-width: 768px) {
  .top-product-item > .product-item-inner {
    padding: 7vw 0 4vw 6vw;
  }
}

.top-product-item > .product-item-inner > .product-top {
  display: flex;
}

.top-product-item > .product-item-inner > .product-top > .product-left > .product-title {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 30px;
  text-shadow: 2px 2px 3px #FFFFFF;
  position: relative;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .top-product-item > .product-item-inner > .product-top > .product-left > .product-title {
    font-size: 22px;
  }
}

.top-product-item > .product-item-inner > .product-top > .product-left > .product-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  background-color: #4DBFFC;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .top-product-item > .product-item-inner > .product-top > .product-left > .product-title::after {
    padding-right: 16px;
  }
}

.top-product-item > .product-item-inner > .product-top > .product-left > .product-detail {
  font-size: 23px;
  line-height: 40px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .top-product-item > .product-item-inner > .product-top > .product-left > .product-detail {
    font-size: 15px;
    line-height: 28px;
    margin-top: 5vw;
  }
}

.top-product-item > .product-item-inner > .product-top > .product-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-product-item > .product-item-inner > .product-top > .product-right {
    height: 36vw;
  }
  .top-product-item > .product-item-inner > .product-top > .product-right > img {
    width: auto;
  }
}

.top-product-item > .product-item-inner > .product-bottom {
  font-size: 15px;
  color: #1E6431;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-product-item > .product-item-inner > .product-bottom {
    font-size: 12px;
  }
}

.top-column-item {
  display: flex;
  flex-direction: column;
}

.top-column-item > .column-image > img {
  width: 100%;
}

.top-column-item > .column-text {
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 26px;
  height: 78px;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .top-column-item > .column-text {
    font-size: 12px;
  }
}

.important-item {
  border-bottom: 1px dotted #1D7A36;
}

.important-item > .important-title {
  margin: -15px 0 30px;
}

@media screen and (max-width: 768px) {
  .important-item > .important-title {
    margin-bottom: 25px;
  }
}

.important-item > .important-title .important-tag {
  display: inline-block;
  text-align: center;
  width: 153px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
  margin-right: 15px;
  border: 1px solid #187732;
  background-color: #187732;
  border-radius: 5px;
}

.important-item > .important-title > h5 {
  font-size: 20px;
  line-height: 34px;
  color: #187732;
  display: inline-block;
  margin-top: 15px;
}

.important-item > .important-content {
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .important-item > .important-content {
    margin-bottom: 25px;
  }
}

.important-item > .important-content .alert {
  color: #FD1F26;
}

.news-item {
  border-bottom: 1px dotted #1D7A36;
}

.news-item > .news-title {
  margin: -15px 0 30px;
}

@media screen and (max-width: 768px) {
  .news-item > .news-title {
    margin-bottom: 25px;
  }
}

.news-item > .news-title .news-tag {
  display: inline-block;
  text-align: center;
  width: 153px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
  margin-right: 15px;
  border: 1px solid #187732;
  background-color: #187732;
  border-radius: 5px;
}

.news-item > .news-title > h5 {
  font-size: 20px;
  line-height: 34px;
  color: #187732;
  display: inline-block;
  margin-top: 15px;
}

.news-item > .news-content {
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .news-item > .news-content {
    margin-bottom: 25px;
  }
}

.news-item > .news-content .alert {
  color: #FD1F26;
}

.review-item {
  padding-bottom: 50px;
  border-bottom: 1px dotted #1D7A36;
}

@media screen and (max-width: 768px) {
  .review-item {
    padding-bottom: 25px;
  }
}

.review-item > .review-title {
  padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  .review-item > .review-title {
    padding: 25px 0;
  }
}

.review-item > .review-title .review-date {
  display: inline-block;
  text-align: center;
  width: 153px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
  margin-right: 15px;
  border: 1px solid #187732;
  background-color: #187732;
  border-radius: 5px;
}

.review-item > .review-title > h5 {
  font-size: 20px;
  line-height: 34px;
  color: #187732;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .review-item > .review-title > h5 {
    margin-top: 15px;
  }
}

.review-item > .review-content {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .review-item > .review-content {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: none;
    white-space: normal;
    line-height: 25px;
    height: 150px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.review-item > .review-content > .origin {
  word-break: break-word;
  margin-top: 28px;
  background: #F4F4F4;
  padding: 28px;
}

@media screen and (max-width: 768px) {
  .review-item > .review-content > .origin {
    margin-top: 20px;
    padding: 12px 10px;
  }
}

.review-item > .review-content > .reviewer-info {
  font: 300 100% "Noto Sans JP", sans-serif;
  padding: 0 24px;
  text-align: right;
  margin-top: 25px;
}

.review-readmore {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #1E6431;
}

.review-readmore > i {
  font-size: 20px;
}

.review-readmore > span {
  font-size: 15px;
}

.column-all-item > .column-all-item-image {
  margin-bottom: 28px;
}
.column-all-item-image img {
  height: 180px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column-all-item > .column-all-item-image {
    margin-bottom: 23px;
  }
}

.column-all-item > .column-all-item-content > .text {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .column-all-item > .column-all-item-content > .text {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .column-all-item > .column-all-item-content > .text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.column-all-item > .column-all-item-content > .readmore {
  font-size: 14px;
  color: #1E6431;
}

@media screen and (max-width: 768px) {
  .column-all-item > .column-all-item-content > .readmore {
    font-size: 15px;
  }
}

.product-item {
  display: inline-block;
}

.product-item > .product-item-image {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item > .product-item-image img {
  height: 150px;
}

@media screen and (max-width: 768px) {
  .product-item > .product-item-image {
    margin-bottom: 16px;
  }
}

.product-item > .product-item-detail {
  line-height: 26px;
  margin-bottom: 20px;
  word-break: break-word;
}

.product-item > .product-item-detail .new {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  background: #1E6431;
  padding: 5px 12px;
  margin-bottom: 22px;
}

.product-item > .product-item-price {
  font-size: 20px;
  color: #1E6431;
}

@media screen and (max-width: 768px) {
  .product-item > .product-item-price {
    font-size: 15px;
  }
}

.pagination-links {
  display: flex;
}

.pagination-links > .pagination-link:last-child {
  margin-right: 0;
}

.pagination-links > .pagination-link > a {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  font-size: 20px;
  line-height: 34px;
}

@media screen and (max-width: 768px) {
  .pagination-links > .pagination-link > a,
  .pagination-links > .pagination-dots > span {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    margin-right: 10px;
  }
}

.pagination-links > .pagination-link > a.active {
  background-color: #D5D5D5;
}

/* Common */
.page-container {
  max-width: 1920px;
  margin: auto;
}

.fixed-container {
  width: 93%;
  max-width: 1000px;
  margin: auto;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .mbsp-25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .mbsp-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mbsp-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.page > .page-container {
  display: flex;
}

.page > .page-container .sidebar {
  margin-right: 70px;
}

.page > .page-container main {
  flex: 1;
}

.link {
  color: #00BCFF;
}

.link:hover {
  text-decoration: underline;
}

input[type="number"] {
  font-size: 20px;
  text-align: center;
  color: #707070;
  padding: 10px;
  padding-right: 10px;
  border: 1px solid #707070;
  max-width: 93px;
}

@media screen and (max-width: 768px) {
  input[type="number"] {
    color: #020000;
  }
}

.require {
  position: relative;
  margin-top: 43px;
}

@media screen and (max-width: 768px) {
  .require {
    margin-top: 40px;
  }
}

.require::before {
  content: '必須';
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  background: #C60000;
  padding: 8px 17px;
  position: absolute;
  top: -43px;
}

@media screen and (max-width: 768px) {
  .require::before {
    pad: 5px 18.5px;
    top: -40px;
  }
}

.require.sm::before {
  font-size: 12px;
  padding: 4px 10px;
}

.form-label {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .form-label {
    margin-bottom: 25px;
  }
}

.form-label::before {
  margin-bottom: 12px;
}

.form-label > .en {
  color: #B1B1B1;
}

.form-control {
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .form-control {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.form-control:last-child {
  margin-bottom: 0;
}

.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="date"],
.form-control input[type="password"],
.form-control input[type="button"],
.form-control select, .form-control textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 17px 20px;
  resize: none;
}

@media screen and (max-width: 768px) {
  .form-control input[type="text"],
  .form-control input[type="email"],
  .form-control input[type="date"],
  .form-control input[type="password"],
  .form-control input[type="button"],
  .form-control select, .form-control textarea {
    padding: 14px 16px;
  }
}

.form-control.form-radio {
  display: inline-flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .form-control.form-radio {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }
  .form-control.form-radio > * {
    margin-right: 15px;
  }
}

.form-control.form-radio > input[type="radio"] {
  position: absolute;
  top: 9px;
  left: 7px;
}

@media screen and (max-width: 768px) {
  .form-control.form-radio > input[type="radio"] {
    position: static;
  }
}

.has-error input[type=text],
.has-error input[type=password],
.has-error select {
  border: 1px solid #D8000C;
}

.ec-errorMessage {
  font-size: 15px;
  color: #D8000C;
  margin-top: 8px;
}

.form-select {
  width: 100%;
  height: 66px;
  padding-left: 40px;
  padding-right: 60px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .form-select {
    font-size: 15px;
    height: 52px;
    padding: 17px 36px 18px 16px;
  }
}

.calendar-box {
  margin: 0 0 26px;
  padding: 15px 12px;
  background-color: #eeeeee;
}

.calendar-box .apg_sc_table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-box .apg_sc_table tbody td, .calendar-box .apg_sc_table tbody th {
  color: #1D1D1D;
}

.calendar-box .apg_sc_table tbody > tr:nth-child(2) th {
  padding: 5px;
  border-bottom: 2px solid #69928e;
}

.calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td {
  text-align: center;
  padding: 2px;
}

.calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td span {
  display: block;
  max-width: 32px;
  padding: 4px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  margin: auto;
}

.calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td.apg_sc_holiday span {
  color: #fff;
  background-color: #B93200;
}

.calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td.apg_sc_sale span {
  color: #fff;
  background-color: #D1D111;
}

/* .calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td.apg_sc_holiday.apg_sc_saturday span, .calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td.apg_sc_holiday.apg_sc_sunday span {
  color: #1d1d1d;
  background-color: transparent;
} */

.calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td.apg_sc_today span {
  color: #fff;
  background-color: #1E6431;
}

@media screen and (max-width: 768px) {
  .header-container {
    width: 100%;
    padding-top: 56px;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  background: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .header-top {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 60px 10px 3.5%;
    z-index: 100;
  }
}

.header-top > .header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-top > .header-left {
    flex-direction: column;
  }
}

.header-top > .header-left > .logo-text {
  font: 300 100% "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-top > .header-left > .logo-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .header-top > .header-left > .logo-text {
    margin-left: 0;
    line-height: 1;
  }
}

.header-top > .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search-box {
  position: relative;
  margin-right: 44px;
}

.search-box > .search-input {
  font-size: 15px;
  line-height: 26px;
  background-color: #EFEFEF;
  border: none;
  border-radius: 5px;
  padding: 10px 45px 10px 20px;
  min-width: 285px;
}

@media screen and (max-width: 768px) {
  .header-top > .header-right .search-box > .search-input {
    font-size: 12px;
  }
}

.search-box > .icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.header-top > .header-right > .btn {
  font-size: 15px;
  line-height: 26px;
  padding: 10px 10px;
  min-width: 100px;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #187732;
  transition-duration: .3s;
  width: 100px;
  margin-right: 30px;
}

.header-top > .header-right > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .header-top > .header-right > .btn {
    padding: 5px 5px;
  }
}
.header-cart {
  display: flex ;
}
.header-top > .header-right > .header-cart .badge {
  margin-left: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .header-top > .header-right > .header-cart .badge {
    margin-left: 6px;
  }
}

.header-top > .header-right > .header-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #1E6431;
  z-index: 10;
}

.header-top > .header-right > .header-menu-btn:hover {
  opacity: 1;
}

.header-top > .header-right > .header-menu-btn > .header-menu-btn__container > .lines {
  position: relative;
  width: 33px;
  height: 27px;
  margin: 14px auto 0;
}

.header-top > .header-right > .header-menu-btn > .header-menu-btn__container > .lines > span {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0;
  transition: .7s all;
}

.header-top > .header-right > .header-menu-btn > .header-menu-btn__container > .lines > span:nth-child(1) {
  top: 0;
}

.header-top > .header-right > .header-menu-btn > .header-menu-btn__container > .lines > span:nth-child(2) {
  top: calc(50% - 2px);
  bottom: 0;
}

.header-top > .header-right > .header-menu-btn > .header-menu-btn__container > .lines > span:nth-child(3) {
  bottom: 0;
}

.header-top > .header-right > .header-menu-btn.opened > .header-menu-btn__container > .lines > span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.header-top > .header-right > .header-menu-btn.opened > .header-menu-btn__container > .lines > span:nth-child(2) {
  transform: translateY(12px) rotate(45deg);
  opacity: 0;
}

.header-top > .header-right > .header-menu-btn.opened > .header-menu-btn__container > .lines > span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.header-top > .header-right.authrized .search-box {
  margin-right: 30px;
}

.header-top > .header-right.authrized .btn {
  width: auto;
  margin-right: 20px;
}

.header-top > .header-right.authrized .btn.btn-logout {
  color: #333;
  background-color: transparent;
  border: 1px solid #707070;
  margin-right: 30px;
}

.header-navbar-wrapper {
  padding-bottom: 34px;
}

.header-navbar-wrapper > .site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-navbar-wrapper > .site-navbar .nav-link.dropdown::after {
  content: '▼';
  font-size: 10px;
  margin-left: 4px;
  vertical-align: 2px;
}

.header-navbar-wrapper > .site-navbar > li {
  position: relative;
}

.header-navbar-wrapper > .site-navbar > li .sub-menu-list {
  position: absolute;
  width: 200px;
  height: 0;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 5px 20px;
  overflow: hidden;
}

.header-navbar-wrapper > .site-navbar > li .sub-menu-list > li {
  padding: 15px 0;
}

.header-navbar-wrapper > .site-navbar > li .sub-menu-list > li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.header-navbar-wrapper > .site-navbar > li .sub-menu-list > li:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}

.header-navbar-wrapper > .site-navbar > li:hover .sub-menu-list {
  height: auto;
}

.sp-menu-wrapper > .click-area {
  display: none;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 56px);
  top: 56px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .2s;
  z-index: 50;
}

.sp-menu-wrapper > .sp-menu {
  position: fixed;
  width: 300px;
  height: calc(100vh - 56px);
  top: 56px;
  background-color: #1E6431;
  color: #FFFFFF;
  padding: 10px 22px;
  right: -100%;
  z-index: 51;
  overflow: auto;
  transition: .4s;
  opacity: 0;
}

.sp-menu-wrapper > .sp-menu .menu-section > .menu-section-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0 10px 8px;
}

.sp-menu-wrapper > .sp-menu .menu-section > .menu-section-header > .title {
  font-size: 20px;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .sp-menu-wrapper > .sp-menu .menu-section > .menu-section-header > .title {
    font-size: 17px;
  }
}

.sp-menu-wrapper > .sp-menu .menu-section > .menu-section-header > .icon {
  font-size: 10px;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}

.sp-menu-wrapper > .sp-menu .menu-section > .menu-section-header > .mark {
  width: 52px;
}

.sp-menu-wrapper > .sp-menu .menu-section > .menu-section-body .calendar-box {
  padding: 0;
  margin-bottom: 15px;
  background-color: transparent;
}

.sp-menu-wrapper > .sp-menu .menu-section > .menu-section-body.slide-area {
  display: none;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-products .product-list-menu {
  padding: 23px 14px 18px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-products .product-list-menu > .list-link {
  margin-bottom: 22px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-products .product-list-menu > .list-link > a {
  color: #FFFFFF;
  padding-left: 35px;
  position: relative;
  display: inline-block;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-products .product-list-menu > .list-link > a::before {
  content: '';
  width: 23px;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 9px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-line {
  padding: 22px 5px 30px;
  border-bottom: 1px solid #FFFFFF;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-line > .menu-section-header {
  flex-direction: column;
  border-bottom: none;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-line > .menu-section-body > .line-qr {
  width: 120px;
  margin: 26px auto 22px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-line > .menu-section-body > .text {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .sp-menu-wrapper > .sp-menu .menu-section.menu-line > .menu-section-body > .text {
    font-size: 12px;
  }
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-line > .menu-section-body > .text.line {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar {
  padding: 16px 0px 22px;
  border-bottom: 1px solid #FFFFFF;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-header {
  flex-direction: column;
  border-bottom: none;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body {
  background-color: #EBEBEB;
  padding: 16px 14px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body > .circle-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body > .circle-list > .circle {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #707070;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body > .circle-list > .circle::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 15px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body > .circle-list > .circle.today::before {
  background-color: #1E6431;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body > .circle-list > .circle.holiday::before {
  background-color: #B93200;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-calendar > .menu-section-body > .circle-list > .circle.sale::before {
  background-color: #D1D111;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-bottom > .menu-section-header {
  border-bottom: none;
  justify-content: center;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-bottom > .menu-section-header > .top {
  font-size: 20px;
  margin-right: 20px;
  color: #FFFFFF;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-bottom > .menu-section-header > .icon {
  font-size: 10px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-header {
  border-bottom: none;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-body {
  position: relative;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-body > .button {
  width: 100%;
  background-color: #FFFFFF;
  color: #1E6431;
  padding: 15px 10px;
  display: block;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-body > .menu-section-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-body > .menu-section-row > a {
  flex: 1;
  color: #FFFFFF;
  line-height: 30px;
  padding-left: 10px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-body > .menu-section-row > a:first-child {
  padding-left: 6px;
}

.sp-menu-wrapper > .sp-menu .menu-section.menu-tracks > .menu-section-body > .menu-section-row > a:not(:first-child) {
  border-left: 1px solid #FFFFFF;
}

.menu-opened .sp-menu-wrapper {
  right: 0;
  z-index: 10;
}

.menu-opened .sp-menu-wrapper > .sp-menu {
  right: 0;
  opacity: 1;
}

.page-fv {
  background: url(../img/page_fv.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 75px;
}

@media screen and (max-width: 768px) {
  .page-fv {
    background: url(../img/page_fv_sp.png) no-repeat center;
    background-size: cover;
    padding: 5.3vw 0 5.2vw;
  }
}

.page-fv > .page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.page-fv > .page-title > .mark {
  margin-bottom: 0;
  text-align: center;
}

.page-fv > .page-title > .mark > img {
  width: 71%;
}

.page-fv > .page-title > h2 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .page-fv > .page-title > h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .page-fv > .page-title > h2 {
    line-height: 1;
  }
}

.breadcrumbs {
  padding: 30px 0 40px;
  color: #A2A2A2;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 15px;
    padding: 6.6vw 0;
  }
}

.breadcrumbs a {
  color: #A2A2A2;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

footer {
  font-size: 15px;
  background-color: #E4F3F5;
  padding: 60px 0 50px;
}

@media screen and (max-width: 768px) {
  footer {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 20px;
  }
}

footer .nav-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .nav-link-list > .nav-link {
  width: 25%;
}

@media screen and (max-width: 768px) {
  footer .nav-link-list > .nav-link {
    width: 50%;
  }
}

footer .product-list-menu {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  footer .product-list-menu {
    margin-bottom: 25px;
  }
}

footer .product-list-menu > p {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  footer .product-list-menu > p {
    margin-bottom: 15px;
  }
}

footer .product-list-menu > .nav-link-list > .nav-link {
  margin-bottom: 15px;
}

footer .product-list-menu > .nav-link-list > .nav-link > .nav-link-item {
  padding-left: 30px;
  position: relative;
}

footer .product-list-menu > .nav-link-list > .nav-link > .nav-link-item::before {
  content: '';
  width: 18px;
  height: 1px;
  display: block;
  background-color: #1D1D1D;
  position: absolute;
  top: 6px;
}

footer .site-menu {
  margin-bottom: 16px;
}

footer .site-menu > .nav-link-list > .nav-link {
  margin-bottom: 24px;
}

footer .sns-links {
  text-align: center;
  margin-bottom: 27.5px;
}

footer .sns-links > a {
  margin-right: 40.5px;
}

footer .sns-links > a:last-child {
  margin-right: 0;
}

footer .copyright {
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    line-height: 20px;
  }
}

.sidebar {
  width: 270px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.sidebar .sidebar-section > .sidebar-section-header {
  background-image: url(../img/icons/ic-sidebar_mark.png);
  padding: 0px 10px 10px 60px;
  background-repeat: no-repeat;
  background-position: -8px -3px;
  border-bottom: 1px dashed #1D1D1D;
}

.sidebar .sidebar-section > .sidebar-section-header > h4.title {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sidebar .sidebar-section > .sidebar-section-header > h4.title {
    font-size: 17px;
  }
}

.sidebar .sidebar-section > .sidebar-section-body {
  padding: 24px 0 40px;
}

.sidebar .sidebar-section > .sidebar-section-body > .text {
  line-height: 26px;
}

.sidebar .sidebar-section > .sidebar-section-body > .bottom {
  text-align: right;
  margin-top: 15px;
}

.sidebar .sidebar-section.sidebar-products .product-list-menu > .list-link {
  margin-bottom: 25px;
}

.sidebar .sidebar-section.sidebar-products .product-list-menu > .list-link > a {
  padding-left: 30px;
  position: relative;
}

.sidebar .sidebar-section.sidebar-products .product-list-menu > .list-link > a::before {
  content: '';
  width: 18px;
  height: 1px;
  display: block;
  background-color: #1D1D1D;
  position: absolute;
  top: 6px;
}

.sidebar .sidebar-section.sidebar-line > .sidebar-section-body {
  padding-left: 5px;
  padding-right: 5px;
}

.sidebar .sidebar-section.sidebar-line > .sidebar-section-body > .line-qr {
  text-align: center;
  margin-bottom: 16px;
}

.sidebar .sidebar-section.sidebar-line > .sidebar-section-body > .text {
  color: #707070;
}

.sidebar .sidebar-section.sidebar-line > .sidebar-section-body > .text.line {
  color: #1D1D1D;
  margin-bottom: 16px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body {
  padding-left: 5px;
  padding-right: 5px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .calendar-box {
  margin-bottom: 26px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle {
  display: flex;
  align-items: center;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #707070;
  margin-right: 8px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle.today {
  margin-right: 59px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle.today::before {
  background-color: #1E6431;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle.holiday {
  margin-right: 40px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle.holiday::before {
  background-color: #B93200;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle.sale {
  margin-top: 26px;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .circle-list > .circle.sale::before {
  background-color: #D1D111;
}

.sidebar .sidebar-section.sidebar-calendar > .sidebar-section-body > .text {
  margin-top: 32px;
}

.top-fv {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-fv {
    height: 154vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.top-fv > .fv-container > .fv-top > .image-01 {
  padding: 70px 0 43px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-top > .image-01 {
    padding: 12vw 0 10vw;
    width: 70vw;
    margin: 0 auto;
  }
}

.top-fv > .fv-container > .fv-bottom {
  display: flex;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-bottom {
    flex-direction: column-reverse;
  }
}

.top-fv > .fv-container > .fv-bottom > .fv-left {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-bottom > .fv-left {
    width: 100%;
  }
}

.top-fv > .fv-container > .fv-bottom > .fv-left > .product-image {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-bottom > .fv-left > .product-image {
    width: 54vw;
    padding-left: 0;
    margin: 9vw auto 11vw;
  }
}

.top-fv > .fv-container > .fv-bottom > .fv-right {
  width: 478px;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-bottom > .fv-right {
    width: 100%;
  }
}

.top-fv > .fv-container > .fv-bottom > .fv-right > .image-02 {
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-bottom > .fv-right > .image-02 {
    width: 90vw;
    margin: 0 auto 5vw;
  }
}

.top-fv > .fv-container > .fv-bottom > .fv-right > .image-03 {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-fv > .fv-container > .fv-bottom > .fv-right > .image-03 {
    width: 84vw;
  }
}

.top-section-01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .top-section-01 {
    padding-bottom: 13vw;
  }
}

.top-section-01 > .section-01-top-container {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container {
    padding: 44vw 0 0;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper {
  width: 478px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper {
    width: 100%;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-title {
  font-size: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-title {
    text-align: center;
    margin-bottom: 5vw;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item {
  display: flex;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item {
    display: block;
    margin-bottom: 10px;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item:last-child {
  margin-bottom: 0px;
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-date {
  font-size: 15px;
  line-height: 2;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-date {
    font-size: 12px;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-date::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #DEDEDE;
  margin: 0 21.5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-date::after {
    height: 15px;
    margin: 0 10px;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-detail {
  flex: 1;
  font-size: 15px;
  line-height: 2;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 30px;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-detail {
    font-size: 12px;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list > .top-news-item > .news-detail:hover {
  text-decoration: underline;
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-button {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-button {
    margin-top: 27px;
  }
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-button > .btn {
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #187732;
  border-radius: 5px;
  border-color: #187732;
  color: #FFFFFF;
  background-color: #187732;
  transition-duration: .3s;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

.top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-button > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-button > .btn {
    padding: 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-top-container > .news-list-wrapper > .news-list-button > .btn {
    max-width: 200px;
  }
}

.top-section-01 > .section-01-middle-container {
  padding: 105px 0;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-middle-container {
    padding: 16vw 0;
  }
}

.top-section-01 > .section-01-middle-container .button-row {
  text-align: center;
  margin-bottom: 33px;
}

.top-section-01 > .section-01-middle-container .button-row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-middle-container .button-row {
    margin-bottom: 3.3vw;
  }
}

.top-section-01 > .section-01-middle-container .button-row .btn {
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #187732;
  color: #187732;
  background-color: #FFFFFF;
  transition-duration: .3s;
  max-width: 556px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  padding: 0;
}

.top-section-01 > .section-01-middle-container .button-row .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-middle-container .button-row .btn {
    padding: 5px 5px;
  }
}

.top-section-01 > .section-01-middle-container .button-row .btn:after {
  top: 0;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-middle-container .button-row .btn {
    font-size: 16px;
    padding: 0;
  }
}

.top-section-01 > .section-01-bottom-container {
  display: flex;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container {
    flex-direction: column;
  }
}

.top-section-01 > .section-01-bottom-container > .product-left {
  width: 527px;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left {
    width: 100%;
  }
}

.top-section-01 > .section-01-bottom-container > .product-left > .text-01 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 25px;
  color: #151515;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-01 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-01 {
    line-height: 30px;
    margin-bottom: 2.5vw;
  }
}

.top-section-01 > .section-01-bottom-container > .product-left > .text-02 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #CC0813;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-02 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-02 {
    margin-bottom: 2.5vw;
  }
}

.top-section-01 > .section-01-bottom-container > .product-left > .text-03 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #262626;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-03 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-03 {
    margin-bottom: 3vw;
  }
}

.top-section-01 > .section-01-bottom-container > .product-left > .text-04 .btn {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-04 .btn {
    display: block;
    padding: 7.5px 10px;
    font-size: 20px;
    line-height: 1;
    max-width: 70vw;
    margin: 0 auto;
    letter-spacing: 2px;
  }
}

.top-section-01 > .section-01-bottom-container > .product-left > .text-05 {
  font-size: 20px;
  color: #151515;
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-05 {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-left > .text-05 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 1.7vw;
  }
}

.top-section-01 > .section-01-bottom-container > .product-right {
  flex: 1;
  margin: -30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-section-01 > .section-01-bottom-container > .product-right {
    margin: calc(8vw - 30px) 0;
  }
}

.top-section-02 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .top-section-02 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 17vw 0 8.7vw;
  }
}

.top-section-02 > .section-02-container > .section-title {
  text-align: center;
}

.top-section-02 > .section-02-container > .section-title > h2 {
  font-size: 30px;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-title > h2 {
    font-size: 23px;
  }
}

.top-section-02 > .section-02-container > .section-content {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content {
    padding-top: 7vw;
  }
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper {
  margin: -20px;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-wrapper {
    margin: 0;
  }
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list {
    flex-direction: column;
  }
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list > .top-product-item {
  width: calc(50% - 40px);
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list > .top-product-item {
    width: 100%;
    margin: 0 0 6vw 0;
  }
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list > .top-product-item.first .product-title::after {
  background-color: #4DBFFC;
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list > .top-product-item.second .product-title::after {
  background-color: #FCE84D;
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list > .top-product-item.third .product-title::after {
  background-color: #FCA44D;
}

.top-section-02 > .section-02-container > .section-content > .product-list-wrapper > .product-list > .top-product-item.fourth .product-title::after {
  background-color: #FC7C4D;
}

.top-section-02 > .section-02-container > .section-content > .product-list-button {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-button {
    padding: 7.3vw 0;
  }
}

.top-section-02 > .section-02-container > .section-content > .product-list-button > .btn {
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #FFFFFF;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  max-width: 250px;
}

.top-section-02 > .section-02-container > .section-content > .product-list-button > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-button > .btn {
    padding: 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-button > .btn {
    font-size: 15px;
    line-height: 2;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #1E6431;
    border-radius: 5px;
    border-color: #1E6431;
    color: #FFFFFF;
    background-color: #1E6431;
    transition-duration: .3s;
    max-width: 200px;
  }
  .top-section-02 > .section-02-container > .section-content > .product-list-button > .btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-section-02 > .section-02-container > .section-content > .product-list-button > .btn {
    padding: 5px 5px;
  }
}

.top-section-03 {
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .top-section-03 {
    padding: 17vw 0 18.7vw;
  }
}

.top-section-03 > .section-03-container > .section-title {
  text-align: center;
}

.top-section-03 > .section-03-container > .section-title > h2 {
  font-size: 30px;
  color: #484B4B;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-title > h2 {
    font-size: 23px;
  }
}

.top-section-03 > .section-03-container > .section-title > h3 {
  font-size: 30px;
  color: red;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-title > h3 {
    font-size: 23px;
  }
}

.top-section-03 > .section-03-container > .section-content > .text-01 {
  font-size: 15px;
  line-height: 40px;
  margin-top: 45px;
  color: #151515;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .text-01 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 9vw;
  }
}

.top-section-03 > .section-03-container > .section-content > .text-02 {
  font-size: 20px;
  color: #1E6431;
  margin: 50px 0 28px;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .text-02 {
    font-size: 19px;
    margin: 6.6vw 0 3.7vw;
  }
}

.top-section-03 > .section-03-container > .section-content > .pet-safety {
  margin-top: 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .pet-safety {
    margin: 8vw 0 0;
  }
}

.top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content {
  border-radius: 122px;
  background-color: #F7F7F7;
  padding: 45px 248px 45px 68px;
  margin-right: 100px;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content {
    background-color: #FFFFFF;
    border-radius: 0;
    padding: 10vw 7vw;
    margin-right: 0;
  }
  .top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content::before {
    content: '';
    display: block;
    width: 93vw;
    height: 93vw;
    background-color: #F7F7F7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .title {
  position: relative;
  font-size: 25px;
  color: #FF4500;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .content {
  position: relative;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .content {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .content {
    font-size: 15px;
    line-height: 25px;
  }
}

.top-section-03 > .section-03-container > .section-content > .pet-safety > .main-content > .pet-image {
  position: relative;
  right: 0;
  padding: 0 5vw;
}

.top-section-03 > .section-03-container > .section-content > .pet-safety > .pet-image {
  position: absolute;
  top: -67px;
  right: -30px;
}

.top-section-03 > .section-03-container > .section-content > .amazon-links {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .amazon-links {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .amazon-links > p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: left;
  }
}

.top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons {
    margin: 8vw 0;
  }
}

.top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons > .btn {
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  display: inline-block;
  max-width: 285px;
}

.top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons > .btn {
    padding: 5px 5px;
  }
}

.top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons > .btn:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons > .btn:first-child {
    margin-right: 0;
    margin-bottom: 6.6vw;
  }
}

@media screen and (max-width: 768px) {
  .top-section-03 > .section-03-container > .section-content > .amazon-links > .amazon-buttons > .btn {
    max-width: 100%;
  }
}

.top-section-04 {
  background-color: #E4F3F5;
  background-image: url(../img/bg_bubble.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .top-section-04 {
    background-image: url(../img/bg_bubble_sp.png);
    background-size: cover;
    padding: 18.7vw 0 18vw;
  }
}

.top-section-04 > .section-04-container h4 {
  color: #118645;
  font-size: 30px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container h4 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 5.6vw;
  }
}

.top-section-04 > .section-04-container p {
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container p {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container p {
    font-size: 15px;
    line-height: 25px;
  }
}

.top-section-04 > .section-04-container > .section-title > h2 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-title > h2 {
    font-size: 23px;
  }
}

.top-section-04 > .section-04-container > .section-content {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content {
    padding-top: 9vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-01 {
  display: flex;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-01 {
    flex-direction: column;
    margin-bottom: 12vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-01 > .left {
  flex: 1;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-01 > .left {
    width: 100%;
    padding: 0 6vw;
    margin-right: 0;
    margin-bottom: 6vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-01 > .right {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-01 > .right {
    width: 100%;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-02 h4 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-02 h4 {
    text-align: left;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-02 p {
  font-size: 15px;
  line-height: 2;
}

.top-section-04 > .section-04-container > .section-content > .about-02 > img {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-02 > img {
    margin-top: 4vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 {
  margin-top: 50px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 50px 45px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 {
    margin-top: 6.6vw;
    padding: 5.6vw;
    border-radius: 7px;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > h4 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > h4 {
    text-align: left;
    margin-bottom: 30px;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images {
    flex-direction: column;
    align-items: center;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .before, .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .after {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .before, .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .after {
    margin-top: 20px;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .before > .tag, .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .after > .tag {
  min-width: 100px;
  opacity: .8;
  text-align: center;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1;
  padding: 13px 10px;
  position: absolute;
  left: calc(50% - 50px);
  top: -23px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .before > .tag, .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .after > .tag {
    font-size: 17px;
    padding: 10px;
    top: -20px;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .before > .tag {
  background-color: #000;
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .after > .tag {
  background-color: #187732;
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean {
    flex-direction: row;
    margin: 7vw 0;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean > div {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean > div {
    margin-bottom: 0;
    margin-right: 8vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean > div > span {
  font-size: 20px;
  line-height: 25px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean > div > span {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean > div > span {
    font-size: 15px;
    margin-right: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-03 > .clean-images > .clean > div > img {
    width: 4.8vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-04 {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-04 {
    margin-top: 7vw;
  }
}

.top-section-04 > .section-04-container > .section-content > .about-04 > .btn {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .top-section-04 > .section-04-container > .section-content > .about-04 > .btn {
    max-width: 200px;
  }
}

.top-section-05 {
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .top-section-05 {
    padding: 14.6vw 0;
  }
}

.top-section-05 > .section-05-container > .section-content {
  padding-top: 60px;
}

.top-section-05 > .section-05-container > .section-content > .column-list-wrapper {
  margin: -20px;
}

@media screen and (max-width: 768px) {
  .top-section-05 > .section-05-container > .section-content > .column-list-wrapper {
    margin: -2.5vw;
  }
}

.top-section-05 > .section-05-container > .section-content > .column-list-wrapper > .column-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-section-05 > .section-05-container > .section-content > .column-list-wrapper > .column-list > .column-list-item {
  margin: 20px;
  width: calc(25% - 40px);
}

@media screen and (max-width: 768px) {
  .top-section-05 > .section-05-container > .section-content > .column-list-wrapper > .column-list > .column-list-item {
    margin: 2.5vw;
    width: calc(50% - 5vw);
  }
}

.top-section-05 > .section-05-container > .section-content > .column-list-button {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .top-section-05 > .section-05-container > .section-content > .column-list-button {
    margin-top: 14.6vw;
  }
}

.top-section-05 > .section-05-container > .section-content > .column-list-button > .btn {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .top-section-05 > .section-05-container > .section-content > .column-list-button > .btn {
    max-width: 200px;
  }
}

.top-section-06 {
  background-color: #E4F3F5;
  background-image: url(../img/bg_bubble.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .top-section-06 {
    padding: 16vw 0 21vw;
  }
}

.top-section-06 > .section-06-insta > .section-content {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-insta > .section-content {
    padding-top: 8vw;
  }
}

.top-section-06 > .section-06-insta > .section-content > .insta-list-wrapper {
  margin: -20px;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-insta > .section-content > .insta-list-wrapper {
    margin: -2.5vw;
  }
}

.top-section-06 > .section-06-insta > .section-content > .insta-list-wrapper > .insta-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-insta > .section-content > .insta-list-wrapper > .insta-list {
    flex-wrap: wrap;
  }
}

.top-section-06 > .section-06-insta > .section-content > .insta-list-wrapper > .insta-list > .insta-list-item {
  margin: 20px;
  width: calc(25% - 40px);
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-insta > .section-content > .insta-list-wrapper > .insta-list > .insta-list-item {
    margin: 2.5vw;
    width: calc(50% - 5vw);
  }
}

.top-section-06 > .section-06-fb {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-fb {
    padding-top: 14.6vw;
  }
}

.top-section-06 > .section-06-fb > .section-content {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-fb > .section-content {
    padding-top: 6vw;
  }
}

.top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper {
  margin: -20px;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper {
    margin: -2.5vw;
  }
}

.top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper > .fb-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper > .fb-list > .fb-list-item {
  margin: 20px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper > .fb-list > .fb-list-item {
    margin: 2.5vw;
  }
}

.top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper > .fb-list > .fb-list-item .fb-image {
  text-align: center;
}

.top-section-06 > .section-06-fb > .section-content > .fb-list-wrapper > .fb-list > .fb-list-item .fb-image iframe {
  max-width: 100%;
}

.top-section-07 {
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .top-section-07 {
    padding: 21.3vw 0;
  }
}

.top-section-07 > .section-07-container {
  display: flex;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container {
    flex-direction: column;
  }
}

.top-section-07 > .section-07-container > .line-box-wrapper {
  width: 360px;
  margin-right: 67px;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .line-box-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16vw;
  }
}

.top-section-07 > .section-07-container > .line-box-wrapper > .line-box {
  background-color: #F5F5F5;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
  padding: 40px 30px 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .line-box-wrapper > .line-box {
    text-align: center;
    padding: 9.3vw 5vw 10.6vw;
    margin-top: 9vw;
  }
}

.top-section-07 > .section-07-container > .line-box-wrapper > .line-box > .qr-wrapper {
  text-align: center;
}

.top-section-07 > .section-07-container > .line-box-wrapper > .line-box > .cotira {
  font-size: 20px;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .line-box-wrapper > .line-box > .cotira {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .line-box-wrapper > .line-box > .cotira {
    font-size: 20px;
    margin: 7.6vw 0 4.4vw;
  }
}

.top-section-07 > .section-07-container > .line-box-wrapper > .line-box > .text {
  color: #707070;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .line-box-wrapper > .line-box > .text {
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
  }
}

.top-section-07 > .section-07-container > .calendar-box-wrapper {
  flex: 1;
  text-align: center;
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box {
  background-color: #F5F5F5;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  padding: 26px 70px 30px;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box {
    margin-top: 9vw;
    padding: 6.8vw 3.7vw;
  }
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .calendar-wrapper {
  text-align: center;
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list {
    justify-content: flex-start;
    margin: 10vw 10vw 0;
  }
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle {
  display: flex;
  align-items: center;
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #707070;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle {
    width: 50%;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.today {
  margin-right: 73px;
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.today::before {
  background-color: #1E6431;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.today {
    margin-right: 0;
  }
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.holiday {
  margin-right: 66px;
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.holiday::before {
  background-color: #B93200;
}

@media screen and (max-width: 768px) {
  .top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.holiday {
    margin-right: 0;
  }
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .circle.sale::before {
  background-color: #D1D111;
}

.top-section-07 > .section-07-container > .calendar-box-wrapper > .calendar-box > .circle-list > .next-line {
  width: 100%;
}

.important-list-wrapper {
  padding: 15px 0 100px;
}

@media screen and (max-width: 768px) {
  .important-list-wrapper {
    padding-bottom: 50px;
  }
}

.important-list-wrapper > .important-list > .important-list-item {
  margin-bottom: 50px;
}

.important-list-wrapper > .important-list > .important-list-item:last-child {
  margin-bottom: 0;
}

.important-list-wrapper > .important-list > .important-list-item:last-child .important-item {
  border-bottom: none;
}

.news-list-wrapper {
  padding: 15px 0 150px;
}

@media screen and (max-width: 768px) {
  .news-list-wrapper {
    padding-bottom: 75px;
  }
}

.news-list-wrapper > .news-list > .news-list-item {
  margin-bottom: 50px;
}

.news-list-wrapper > .news-list > .news-list-item:last-child {
  margin-bottom: 0;
}

.news-list-wrapper > .news-list > .news-list-item:last-child .news-item {
  border-bottom: none;
}

.feature-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .feature-section {
    padding: 60px 0;
  }
}

.feature-section .feature-section-title {
  text-align: center;
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .feature-section .feature-section-title {
    margin-bottom: 33px;
  }
}

.feature-section .feature-section-title > h4 {
  font-size: 30px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .feature-section .feature-section-title > h4 {
    font-size: 23px;
  }
}

.feature-section.section-links {
  padding: 0;
}

.feature-section.section-links .section-button-list-wrapper {
  margin: -20px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-links .section-button-list-wrapper {
    margin: 0;
  }
}

.feature-section.section-links .section-button-list-wrapper > .section-button-list {
  display: flex;
  flex-wrap: wrap;
}

.feature-section.section-links .section-button-list-wrapper > .section-button-list > .section-button-list-item {
  padding: 20px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .feature-section.section-links .section-button-list-wrapper > .section-button-list > .section-button-list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 12.5px;
  }
}

.feature-section.section-links .section-button-list-wrapper > .section-button-list > .section-button-list-item > .btn {
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  display: block;
}

.feature-section.section-links .section-button-list-wrapper > .section-button-list > .section-button-list-item > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .feature-section.section-links .section-button-list-wrapper > .section-button-list > .section-button-list-item > .btn {
    padding: 5px 5px;
  }
}

.feature-section.section-creeds .creed-box > .creed-title {
  text-align: center;
}

.feature-section.section-creeds .creed-box > .creed-title > p {
  font-size: 20px;
  color: #118645;
  margin-bottom: 16px;
}

.feature-section.section-creeds .creed-box > .creed-title > h5 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #118645;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-box > .creed-title > h5 {
    font-size: 23px;
  }
}

.feature-section.section-creeds .creed-box > .creed-detail {
  line-height: 2;
  margin-bottom: 73px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-box > .creed-detail {
    margin-bottom: 50px;
  }
}

.feature-section.section-creeds .creed-product {
  display: flex;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-product {
    flex-direction: column;
  }
}

.feature-section.section-creeds .creed-product > .creed-product-left {
  padding: 40px 0;
  width: 46.6%;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-product > .creed-product-left {
    padding: 0;
    width: 100%;
  }
}

.feature-section.section-creeds .creed-product > .creed-product-left > .btn {
  font-size: 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-product > .creed-product-left > .btn {
    margin-bottom: 13px;
    line-height: 30px;
  }
}

.feature-section.section-creeds .creed-product > .creed-product-left > .alert {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-product > .creed-product-left > .alert {
    font-size: 15px;
    margin-bottom: 28px;
  }
}

.feature-section.section-creeds .creed-product > .creed-product-left > p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-product > .creed-product-left > p {
    line-height: 25px;
  }
}

.feature-section.section-creeds .creed-product > .creed-product-right {
  flex: 1;
  margin: 0 -40px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .creed-product > .creed-product-right {
    margin: 0;
  }
}

.feature-section.section-creeds .button-row > .btn {
  display: block;
  max-width: 250px;
  margin: 44px auto;
}

@media screen and (max-width: 768px) {
  .feature-section.section-creeds .button-row > .btn {
    max-width: 200px;
    margin: 25px auto 0;
  }
}

.feature-section.section-promise .promise-list-wrapper {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper {
    margin-bottom: 50px;
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list {
  display: flex;
  flex-wrap: wrap;
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item {
  width: 33.3%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item {
    width: 50%;
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item:nth-child(4n+1) {
  background: #FFFFFF;
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item:nth-child(4n+2) {
  background: rgba(17, 134, 69, 0.1);
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item:nth-child(4n+3) {
    background-color: rgba(17, 134, 69, 0.1);
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item:nth-child(4n) {
  background: rgba(17, 134, 69, 0.1);
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item:nth-child(4n) {
    background-color: #FFFFFF;
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 16px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item {
    padding: 5.8vw 3vw;
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-title {
  text-align: center;
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-title > .promise-image {
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-title > .promise-image {
    margin-bottom: 5.6vw;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-title > .promise-image > img {
    width: 19.2vw;
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-title > h5 {
  flex: 1;
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 25px;
  color: #118645;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 76px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-title > h5 {
    font-size: 20px;
    margin-bottom: 4vw;
  }
}

.feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-detail {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-list-wrapper > .promise-list > .promise-list-item > .promise-item > .promise-detail {
    line-height: 25px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-title {
  margin-bottom: 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-title {
    margin-bottom: 25px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-title > h5 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #118645;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-title > h5 {
    font-size: 23px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail {
  margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail.mbsp-40 {
    margin-bottom: 40px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > p {
    line-height: 25px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > img {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > img {
    margin-top: 25px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > .img-desc {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > .img-desc {
    margin-top: 20px 25px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper {
  display: flex;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper {
    flex-direction: column-reverse;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-image {
  width: 482px;
  margin-right: 46px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-image {
    width: 100%;
    margin: 20px 0 25px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-box {
  flex: 1;
}

.feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-box > .detail-title {
  font-size: 20px;
  line-height: 34px;
  color: #1E6431;
  background: #F7F7F7;
  padding: 10px 23px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-box > .detail-title {
    font-size: 19px;
    line-height: 25px;
    padding: 7.5px 12px;
    margin-bottom: 20px;
  }
}

.feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-box > .detail-content {
  padding: 23px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-section.section-promise .promise-box > .promise-box-detail > .detail-box-wrapper > .detail-box > .detail-content {
    padding: 0;
    line-height: 25px;
  }
}

.feature-section.section-laundry-powder {
  background-color: #E4F3F5;
  background-image: url(../img/bg_bubble.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder {
    padding-bottom: 30px;
  }
}

.feature-section.section-laundry-powder .laundry-powder-top {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .laundry-powder-top {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-left {
  flex: 1;
  margin: -30px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-left {
    margin: 0;
  }
}

.feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-right {
  width: 48.5%;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-right {
    width: 100%;
  }
}

.feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-right > h5 {
  font-size: 20px;
  color: #1E6431;
  background-color: #FFFFFF;
  padding: 18px 18px 18px 36px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-right > h5 {
    padding-left: 18px;
    margin-bottom: 17px;
  }
}

.feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-right > p {
  padding: 23px 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .laundry-powder-top > .laundry-powder-right > p {
    padding: 0;
    margin-bottom: 40px;
    line-height: 25px;
  }
}

.feature-section.section-laundry-powder .effect-point-box > .effect-point-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .effect-point-box > .effect-point-title {
    margin-bottom: 15px;
  }
}

.feature-section.section-laundry-powder .effect-point-box > .effect-point-title > h5 {
  font-size: 20px;
  color: #1E6431;
  border-bottom: 1px solid #1E6431;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .effect-point-box > .effect-point-title > h5 {
    padding: 4px 0;
  }
}

.feature-section.section-laundry-powder .effect-point-box > .effect-point-detail {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .effect-point-box > .effect-point-detail {
    margin-bottom: 40px;
  }
}

.feature-section.section-laundry-powder .effect-point-box > .effect-point-detail > p {
  font: 300 100% "Noto Sans JP", sans-serif;
  line-height: 2;
}

.feature-section.section-laundry-powder .effect-point-box > .effect-point-detail > p > .alert {
  font: 500 100% "Noto Sans JP", sans-serif;
  color: #ff0000;
  line-height: 25px;
}

.feature-section.section-laundry-powder .one-point-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .one-point-wrapper {
    flex-direction: column;
  }
}

.feature-section.section-laundry-powder .one-point-wrapper .one-point-box {
  width: 48.9%;
  background: #FFFFFF;
  color: #ff0000;
  line-height: 2;
  padding: 28px 25px;
  margin-right: 44px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .one-point-wrapper .one-point-box {
    width: 100%;
    line-height: 25px;
    padding: 25px 24px;
    margin-right: 0;
    margin-bottom: 26px;
  }
}

.feature-section.section-laundry-powder .one-point-wrapper .one-point-image {
  display: flex;
}

.feature-section.section-laundry-powder .effect-feature-box {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .effect-feature-box {
    margin-bottom: 30px;
  }
}

.feature-section.section-laundry-powder .effect-feature-box > .effect-feature-title {
  font-size: 20px;
  color: #1E6431;
  padding: 18px 23px;
  background: #F7F7F7;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .effect-feature-box > .effect-feature-title {
    font-size: 19px;
    padding: 17px 15px;
    margin-bottom: 15px;
  }
}

.feature-section.section-laundry-powder .effect-feature-box > .effect-feature-content > p {
  line-height: 2;
  padding: 0 23px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-laundry-powder .effect-feature-box > .effect-feature-content > p {
    line-height: 25px;
    padding: 0;
  }
}

.feature-section.section-house-cleaner .feature-section-title {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .feature-section-title {
    margin-bottom: 40px;
  }
}

.feature-section.section-house-cleaner .house-cleaner-top {
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .house-cleaner-top {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-left {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-left {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-left > img {
    width: 58.6%;
  }
}

.feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-right {
  width: 47.2%;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-right {
    width: 100%;
  }
}

.feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-right > h5 {
  font-size: 20px;
  color: #1E6431;
  background-color: #F7F7F7;
  padding: 28px;
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-right > h5 {
    padding: 20px 17px;
    margin-bottom: 20px;
  }
}

.feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-right > p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .house-cleaner-top > .house-cleaner-right > p {
    line-height: 25px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-title {
  font-size: 20px;
  color: #1E6431;
  padding: 18px 23px;
  background: #F7F7F7;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-title {
    padding: 10px 8.5px;
    margin-bottom: 25px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content {
  margin-bottom: 45px;
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box {
    padding: 0;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box > .cleaner-usecase-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box > .cleaner-usecase-item {
    margin-bottom: 30px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box > .cleaner-usecase-item > .cleaner-usecase-title {
  padding: 10px 0;
  border-bottom: 1px solid #1E6431;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box > .cleaner-usecase-item > .cleaner-usecase-title {
    padding: 4px 0;
    margin-bottom: 10px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-usecases-box > .cleaner-usecase-item > .cleaner-usecase-title > p {
  font-size: 20px;
  color: #1E6431;
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-before {
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-before {
    margin-top: 16px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-before::after {
  content: 'Before';
  display: block;
  min-width: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1;
  padding: 13px 10px;
  position: absolute;
  left: calc(50% - 60px);
  top: -23px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-before::after {
    min-width: 75px;
    font-size: 15px;
    line-height: 17px;
    padding: 7.5px;
    left: calc(50% - 45px);
    top: -16px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-after {
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-after {
    margin-top: 16px;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-after::after {
  content: 'After';
  display: block;
  min-width: 100px;
  background-color: rgba(24, 119, 50, 0.8);
  text-align: center;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1;
  padding: 13px 10px;
  position: absolute;
  left: calc(50% - 60px);
  top: -23px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-after::after {
    min-width: 75px;
    font-size: 15px;
    line-height: 17px;
    padding: 7.5px;
    left: calc(50% - 45px);
    top: -16px;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-next {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content .cleaner-example-image-box > .cleaner-image-next > img {
    width: 5vw;
  }
}

.feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content > .text {
  padding: 0 20px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-example-box > .cleaner-example-content > .text {
    padding: 0;
    line-height: 25px;
  }
}

.feature-section.section-house-cleaner .alert {
  color: #ff0000;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .alert {
    line-height: 25px;
  }
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper {
  margin: -16px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper {
    margin: 0;
  }
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table {
  border-spacing: 16px;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table thead, .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table tbody, .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table tr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table tr {
    margin-bottom: 40px;
  }
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table tr:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th, .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th > p, .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td > p {
    padding: 17px 14px;
    margin-bottom: 15px;
  }
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th > p {
  font-size: 20px;
  background: #ff0000;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th > p {
    font-size: 17px;
  }
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th > p:nth-child(1) {
  width: 29%;
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th > p:nth-child(2) {
  width: 71%;
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td {
  padding: 20px 26px;
  background: #EFEFEF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th > p {
    display: none;
  }

  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td::before {
    display: block;
    background:#FD471D;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  }

  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td:nth-child(1)::before {
    content: '用途';
  }

  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td:nth-child(2)::before {
    content: '使用量の目安と使用方法';
  }

  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th {
    display: none;
  }

  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td {
    padding: 0;
    background-color: transparent;
  }

  .feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table td p {
    background-color: #EFEFEF;
  }
}

.feature-section.section-house-cleaner .cleaner-other-box > .cleaner-other-table-wrapper > .cleaner-other-table th {
  background: #FD471D;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 5px;
}

.performance-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .performance-section {
    margin-bottom: 45px;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-title {
  text-align: center;
}

.performance-section .performance-section-content .performance-top-box > .performance-top-title > p {
  font-size: 20px;
  color: #118645;
  margin-bottom: 16px;
}

.performance-section .performance-section-content .performance-top-box > .performance-top-title > h5 {
  font: 800 100% "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #118645;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-title > h5 {
    font-size: 23px;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .text {
  line-height: 2;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .text {
    line-height: 25px;
    margin-bottom: 25px;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .text-02 {
  color: #151515;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .text-02 {
    font-size: 20px;
    text-align: left;
    line-height: 34px;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links {
    flex-direction: column;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn {
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  font-size: 20px;
  line-height: 1.5;
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn {
    padding: 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn {
    max-width: 100%;
    padding: 10px 0;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn:not(:first-child) {
    margin-left: 0;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn.right-arrow {
    font-size: 15px;
  }
}

.performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn.right-arrow::after {
  right: 40px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-top-box > .performance-top-detail > .links > .btn.right-arrow::after {
    content: "\f078";
    right: 10px;
  }
}

.performance-section .performance-section-content .performance-example-box {
  background: #F4F4F4;
  border-radius: 30px;
  padding: 66px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box {
    border-radius: 15px;
    padding: 10vw 3.7vw;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-title {
  text-align: center;
  margin-bottom: 84px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-title {
    margin-bottom: 32px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-title > .example-no {
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-title > .example-no {
    margin-bottom: 20pd;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-title > .example-no > span {
  font-size: 30px;
  color: #FD471D;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-title > .example-no > span {
    font-size: 20px;
    padding: 15px 17.5px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-title > .example-company > span {
  font-size: 30px;
  color: #FD471D;
  padding: 27.5px 80px;
  border-bottom: 1px dashed #FD471D;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-title > .example-company > span {
    font-size: 20px;
    padding: 8px 20px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-top {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-top {
    margin-bottom: 40px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-top > img {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-top > img {
    margin-bottom: 12px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-top > p {
  line-height: 26px;
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-before {
  width: 42.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-before {
    width: 100%;
    margin-top: 16px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-before::after {
  content: 'Before';
  display: block;
  min-width: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1;
  padding: 13px 10px;
  position: absolute;
  left: calc(50% - 60px);
  top: -23px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-before::after {
    min-width: 75px;
    font-size: 15px;
    line-height: 17px;
    padding: 7.5px;
    left: calc(50% - 45px);
    top: -16px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-before > p {
  line-height: 26px;
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-before.no-tag::after {
  display: none;
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-middle > img {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-middle > img {
    margin: 20px 0;
    width: 7.6vw;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-after {
  width: 42.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-after {
    width: 100%;
    margin-top: 16px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-after.no-tag::after {
  display: none;
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-after::after {
  content: 'After';
  display: block;
  min-width: 100px;
  background-color: rgba(24, 119, 50, 0.8);
  text-align: center;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1;
  padding: 13px 10px;
  position: absolute;
  left: calc(50% - 60px);
  top: -23px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail > .performance-example-after::after {
    min-width: 75px;
    font-size: 15px;
    line-height: 17px;
    padding: 7.5px;
    left: calc(50% - 45px);
    top: -16px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail .performance-example-image {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail .performance-example-image {
    margin-bottom: 12px;
  }
}

.performance-section .performance-section-content .performance-example-box > .performance-example-content > .performance-example-detail .performance-example-text {
  line-height: 26px;
}

.guide-section {
  border-bottom: 1px dashed #1D1D1D;
  margin-bottom: 40px;
}

.guide-section:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .guide-section {
    margin-bottom: 25px;
  }
}

.guide-section > .guide-section-title {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-title {
    margin-bottom: 17px;
  }
}

.guide-section > .guide-section-title > h5 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-title > h5 {
    font-size: 18px;
  }
}

.guide-section > .guide-section-content {
  font: 300 100% "Noto Sans JP", sans-serif;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content {
    margin-bottom: 30px;
  }
}

.guide-section > .guide-section-content .content-detail-box {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 23px 32px;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content .content-detail-box {
    padding: 14px 10px;
    margin-top: 25px;
  }
}

.guide-section > .guide-section-content .content-detail-box > .payment-method-title {
  font: 300 100% "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content .content-detail-box > .payment-method-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.guide-section > .guide-section-content .content-detail-box > .payment-method-text {
  font: 300 100% "Noto Sans JP", sans-serif;
  line-height: 26px;
}

.guide-section > .guide-section-content .button-row {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content .button-row {
    margin-top: 25px;
  }
}

.guide-section > .guide-section-content .button-row > .btn {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  max-width: 556px;
  margin: 0 auto;
}

.guide-section > .guide-section-content .button-row > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content .button-row > .btn {
    padding: 5px 5px;
  }
}

.guide-section > .guide-section-content .button-row > .btn.new-register {
  font-size: 20px;
  line-height: 1.5;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content .button-row > .btn.new-register {
    font-size: 15px;
    padding: 12px;
    margin-bottom: 30px;
  }
}

.guide-section > .guide-section-content .button-row > .btn.new-register > span {
  font-size: 16px;
  color: rgba(30, 100, 49, 0.5);
}

@media screen and (max-width: 768px) {
  .guide-section > .guide-section-content .button-row > .btn.new-register > span {
    font-size: 12px;
  }
}

.review-product-item {
  display: flex;
  padding: 0 65px 50px 0;
  border-bottom: 1px dashed #1D7A36;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .review-product-item {
    flex-direction: column;
    padding: 0 0 50px 0;
  }
}

.review-product-item > .review-product-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .review-product-item > .review-product-left {
    margin-bottom: 20px;
  }
}

.review-product-item > .review-product-right {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .review-product-item > .review-product-right {
    width: 100%;
  }
}

.review-product-item > .review-product-right > .review-product-title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}

.review-product-item > .review-product-right > .review-product-link > .btn {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .review-product-item > .review-product-right > .review-product-link > .btn {
    max-width: 200px;
    margin-top: 15px;
  }
}

.review-list-wrapper {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .review-list-wrapper {
    margin-bottom: 25px 0 60px;
  }
}

.review-page-content {
  margin-bottom: 60px;
}

.column-all-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .column-all-section {
    margin-bottom: 60px;
  }
}

.column-all-section > .column-all-section-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .column-all-section > .column-all-section-title {
    margin-bottom: 25px;
  }
}

.column-all-section > .column-all-section-title::before {
  content: '';
  border-bottom: 1px dashed #1E6431;
  display: block;
  position: relative;
  top: 22px;
}

@media screen and (max-width: 768px) {
  .column-all-section > .column-all-section-title::before {
    top: 15px;
  }
}

.column-all-section > .column-all-section-title > h5 {
  font-size: 30px;
  color: #1E6431;
  display: inline-block;
  background: #FFFFFF;
  position: relative;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .column-all-section > .column-all-section-title > h5 {
    font-size: 20px;
    padding-right: 18px;
  }
}

.column-all-section > .column-all-section-content > .column-all-list-wrapper {
  margin: 0 -14px;
}

@media screen and (max-width: 768px) {
  .column-all-section > .column-all-section-content > .column-all-list-wrapper {
    margin: 0 -3vw;
  }
}

.column-all-section > .column-all-section-content > .column-all-list-wrapper > .column-all-list {
  display: flex;
  flex-wrap: wrap;
}

.column-all-section > .column-all-section-content > .column-all-list-wrapper > .column-all-list > .column-all-list-item {
  width: 33.3%;
  padding: 0 14px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .column-all-section > .column-all-section-content > .column-all-list-wrapper > .column-all-list > .column-all-list-item {
    width: 50%;
    padding: 0 3vw;
    margin-bottom: 40px;
  }
}

.column-all-section > .column-all-section-content > .column-all-button-row > .btn {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.column-detail > img {
  margin: 0 auto 40px;
}

.column-detail h3 {
  font-size: 30px;
  color: #1e6431;
  line-height: 50px;
  margin-bottom: 20px;
}

.column-detail h4 {
  font-size: 25px;
  line-height: 1;
  color: #1e6431;
  background-color: #f7f7f7;
  background-image: url(../img/icons/ic-check.png);
  margin: 30px 0 16px;
  padding: 15px 15px 18px 55px;
  background-position: 18px center;
  background-repeat: no-repeat;
}

.column-detail h5 {
  font-size: 20px;
  color: #fd471d;
  margin-bottom: 20px;
  border-bottom: 1px dashed #1e6431;
  padding: 10px 0px;
}

.column-detail h5 + p {
  margin-bottom: 50px;
}

.column-detail .toc-wrapper {
  padding: 16px 0 20px;
  margin: 35px 0 30px;
  border-top: 1px dashed #1E6431;
  border-bottom: 1px dashed #1E6431;
}

.column-detail .toc-wrapper h3 {
  font-size: 30px;
  line-height: 1;
  color: #1D1D1D;
  padding-left: 20px;
  margin-bottom: 20px;
}

.column-detail .toc-wrapper #toc {
  padding-left: 30px;
  list-style: disc;
}

.column-detail .toc-wrapper #toc > li a {
  display: inline-block;
  font-size: 20px;
}

.column-detail .toc-wrapper #toc > li:not(:last-child) {
  margin-bottom: 16px;
}

.column-detail p {
  font: 300 100% / 2 "Noto Sans JP", sans-serif;
}

.column-detail .inbox {
  line-height: 2;
  margin: 45px 0;
  padding: 40px;
  background: #f4f4f4;
  border-radius: 5px;
}

.column-detail.section-top {
  border-bottom: 1px dashed #1E6431;
}

.column-detail.section-top.no-border {
  border-bottom: none;
}

.column-detail.section-top .column-detail-section-image {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-top .column-detail-section-image {
    margin-bottom: 20px;
  }
}

.column-detail.section-top .column-detail-section-title {
  font-size: 30px;
  color: #1E6431;
  line-height: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-top .column-detail-section-title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

.column-detail.section-top .column-detail-section-content {
  font: 300 100% "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-top .column-detail-section-content {
    line-height: 25px;
    margin-bottom: 27px;
  }
}

.column-detail.section-menu {
  border-bottom: 1px dashed #1E6431;
}

.column-detail.section-menu > .column-detail-contents-wrapper {
  margin: 17px 0 30px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-menu > .column-detail-contents-wrapper {
    margin: 20px 0;
  }
}

.column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-title {
  font-size: 30px;
  padding-left: 23px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-title {
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-list > .column-detail-contents-list-item {
  font-size: 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-list > .column-detail-contents-list-item {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-list > .column-detail-contents-list-item {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.column-detail.section-menu > .column-detail-contents-wrapper > .column-detail-contents-list > .column-detail-contents-list-item:last-child {
  margin-bottom: 0;
}

.column-detail.section-content {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-content {
    padding: 0;
  }
}

.column-detail.section-content > .column-detail-section-title > h6 {
  font-size: 25px;
  padding: 15px 15px 18px 55px;
  line-height: 1;
  color: #1E6431;
  background-color: #F7F7F7;
  background-image: url(../img/icons/ic-check.png);
  background-position: 18px center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-content > .column-detail-section-title > h6 {
    font-size: 20px;
    line-height: 34px;
    padding: 13px 12px 12px 46px;
    margin-bottom: 25px;
    background-position: 11px 20px;
  }
}

.column-detail.section-content > .column-detail-section-title > img {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-content > .column-detail-section-title > img {
    margin-bottom: 25px;
  }
}

.column-detail.section-content > .column-detail-section-content .column-detail-point-box {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-content > .column-detail-section-content .column-detail-point-box {
    margin-bottom: 40px;
  }
}

.column-detail.section-content > .column-detail-section-content .column-detail-point-box > .column-detail-point-title {
  font-size: 20px;
  color: #FD471D;
  border-bottom: 1px dashed #1E6431;
  padding: 10px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-content > .column-detail-section-content .column-detail-point-box > .column-detail-point-title {
    padding: 7.5px 0;
    margin-bottom: 15px;
  }
}

.column-detail.section-content > .column-detail-section-content .column-detail-point-box > .column-detail-point-detail {
  font-size: 15px;
  line-height: 26px;
}

.column-detail.section-content > .column-detail-section-content .column-detail-point-box > .column-detail-point-detail .inbox {
  line-height: 2;
  padding: 40px;
  background: #F4F4F4;
  border-radius: 5px;
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .column-detail.section-content > .column-detail-section-content .column-detail-point-box > .column-detail-point-detail .inbox {
    padding: 18px 10px;
    margin-top: 25px;
  }
}

.column-detail .section-bottom {
  padding-bottom: 100px;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .column-detail .section-bottom {
    padding-bottom: 50px;
  }
}

.column-detail .section-bottom .btn {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  max-width: 556px;
  margin: 0 auto 46px;
}

.column-detail .section-bottom .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .column-detail .section-bottom .btn {
    padding: 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .column-detail .section-bottom .btn {
    margin-bottom: 12px;
  }
}

.product-list-section .product-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 40px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-header {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-header > .product-list-counts {
    margin-bottom: 40px;
  }
}

.product-list-section .product-list-header > .product-list-counts > .count-all {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-header > .product-list-counts > .count-all {
    font-size: 15px;
  }
}

.product-list-section .product-list-header > .product-list-counts > .count-show {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-header > .product-list-counts > .count-show {
    font-size: 20px;
  }
}

.product-list-section .product-list-header > .product-list-filters {
  display: flex;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-header > .product-list-filters {
    justify-content: space-between;
    width: 100%;
  }
}

.product-list-section .product-list-header > .product-list-filters > .select-wrapper {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-header > .product-list-filters > .select-wrapper {
    margin-left: 0;
  }
}

.product-list-section .product-list-wrapper {
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-wrapper {
    margin: 0;
    padding: 0 0 60px;
  }
}

.product-list-section .product-list-wrapper > .product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-wrapper > .product-list {
    margin: -12px -8px;
  }
}

.product-list-section .product-list-wrapper > .product-list > .product-list-item {
  width: 25%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .product-list-section .product-list-wrapper > .product-list > .product-list-item {
    width: 50%;
    padding: 12px 8px;
    /* margin-bottom: 20px; */
  }
}

.product-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .product-section {
    margin-bottom: 40px;
  }
}

.product-section .product-section-title {
  text-align: center;
}

.product-section .product-section-title > h2 {
  font-size: 30px;
  color: #343636;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .product-section .product-section-title > h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .product-section .product-section-title > h2 {
    margin-bottom: 15px;
  }
}

.product-section-content {
  line-height: 2;
}

.product-section .product-section-content h3 {
  font-size: 20px;
  color: #1E6431;
  padding: 20px;
  background: #F7F7F7;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .product-section .product-section-content h3 {
    padding: 16px 10px;
    margin-bottom: 12px;
  }
}

.product-section .product-section-content p {
  font: 300 100% "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2;
  padding: 0 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .product-section .product-section-content p {
    line-height: 25px;
    padding: 0;
    margin-bottom: 20px;
  }
}

.product-buy-box {
  display: flex;
}

@media screen and (max-width: 768px) {
  .product-buy-box {
    flex-direction: column;
  }
}

.product-buy-box > .product-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-image {
    padding: 0;
  }
}

.product-buy-box > .product-info {
  width: 44.6%;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info {
    width: 100%;
    margin-top: 30px;
  }
}

.product-buy-box > .product-info > .new {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  background: #1E6431;
  padding: 5px 12px;
  margin-bottom: 20px;
}

.product-buy-box > .product-info > .text {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .text {
    margin-bottom: 30px;
  }
}

.product-buy-box > .product-info > .product-rating {
  margin-bottom: 28px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .product-rating {
    margin-bottom: 30px;
  }
}

.product-buy-box > .product-info > .product-buy-form > .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .product-buy-form > .form-row {
    margin-bottom: 30px;
  }
}

.product-buy-box > .product-info > .product-buy-form > .form-row > span:first-child {
  font-size: 20px;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .product-buy-form > .form-row > span:first-child {
    color: #020000;
  }
}

.product-buy-box > .product-info > .product-buy-form > .form-row .price {
  font-size: 30px;
  color: #1E6431;
}

.product-buy-box > .product-info > .product-buy-form .btn {
  display: block;
  font-size: 20px;
  line-height: 30px;
  max-width: 248px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .product-buy-form .btn {
    font-size: 15px;
    max-width: 200px;
    margin-right: auto;
  }
}

.product-buy-box > .product-info > .product-buy-form .btn.ic-cart {
  background-image: url(../img/icons/ic-cart_white.png);
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .product-buy-form .btn.ic-cart {
    background-position: calc(100% - 15px) center;
  }
}

.product-buy-box > .product-info > .product-buy-form > .text {
  margin-top: 26px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .product-buy-box > .product-info > .product-buy-form > .text {
    margin-top: 20px;
    text-align: center;
  }
}

.product-detail-wrapper {
  display: flex;
}

@media screen and (max-width: 768px) {
  .product-detail-wrapper {
    flex-direction: column;
  }
}

.product-detail-wrapper > .product-detail-intro {
  flex: 1;
  font-size: 15px;
  line-height: 2;
}

.product-detail-wrapper > .product-detail-fields {
  font-size: 15px;
  line-height: 26px;
  width: 33.5%;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .product-detail-wrapper > .product-detail-fields {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item {
  margin-bottom: 60px;
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-title {
  font-size: 20px;
  color: #1E6431;
  padding: 18px 24px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 12px;
    margin-bottom: 17px;
  }
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-title > .product-review-rating {
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-title > .product-review-rating {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content {
  height: 150px;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
  overflow: hidden;
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content.show {
  height: auto;
}

@media screen and (max-width: 768px) {
  .product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content {
    line-height: 25px;
    margin-bottom: 50px;
  }
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content > .review-readmore {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1E6431;
}

@media screen and (max-width: 768px) {
  .product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content > .review-readmore {
    margin-top: 20px;
  }
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content > .review-readmore > i {
  font-size: 30px;
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item > .product-review-content > .review-readmore > span {
  font-size: 15px;
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item.active .product-review-content {
  height: auto;
}

.product-review-list-wrapper > .product-review-list > .product-review-list-item > .product-review-item.active .review-readmore {
  display: none;
}

.product-review-list-link > .btn {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  max-width: 556px;
  margin: 0 auto;
}

.product-review-list-link > .btn:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .product-review-list-link > .btn {
    padding: 5px 5px;
  }
}

.product-other-info-list-wrapper .product-other-info-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .product-other-info-list-wrapper .product-other-info-list {
    flex-direction: column;
  }
}

.product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item {
  margin-right: 40px;
  margin-bottom: 56px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item {
    margin-right: 0;
    margin-bottom: 34px;
    width: 100%;
  }
}

.product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item:nth-child(2n) {
  margin-right: 0;
}

.product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item > .product-other-info-item > .product-other-info-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item > .product-other-info-item > .product-other-info-title {
    margin-bottom: 10px;
  }
}

.product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item > .product-other-info-item > .product-other-info-title > .btn {
  font-size: 20px;
  line-height: 30px;
  max-width: 210px;
  text-align: left;
  padding: 7px 16px;
}

@media screen and (max-width: 768px) {
  .product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item > .product-other-info-item > .product-other-info-title > .btn {
    padding: 2px 20px 2px 13px;
    width: auto;
  }
}

.product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item > .product-other-info-item > .product-other-info-title > .btn > span {
  font-size: 10px;
  line-height: 30px;
  vertical-align: top;
}

.product-other-info-list-wrapper .product-other-info-list > .product-other-info-list-item > .product-other-info-item > .product-other-info-content {
  font-size: 15px;
  line-height: 26px;
}

.form-section .en {
  color: #B1B1B1;
}

.form-section > h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.form-section > h3.mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .form-section > h3 {
    margin-bottom: 25px;
  }
}

.form-section > p {
  font: 300 100% "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .form-section > p {
    line-height: 25px;
  }
}

.form-section > .text-01 {
  margin-bottom: 50px;
}

.form-section > .text-02 {
  text-align: left;
  margin-bottom: 28px;
}

.form-section > .text-02 > .require::before {
  position: static;
}

.form-section > .text-03 {
  text-align: left;
  margin-bottom: 48px;
}

.form-section > .text-03 > .require::before {
  position: static;
}

.form-section > .contact-form .form-group {
  border-bottom: 1px solid #D1D1D1;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-group {
    padding: 30px 0;
  }
}

.form-section > .contact-form .form-group:last-of-type {
  border-bottom: none;
}

.form-section > .contact-form .form-desc {
  line-height: 2;
}

.form-section > .contact-form .form-row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row {
    flex-direction: column;
  }
}

.form-section > .contact-form .form-row .form-label {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-label {
    width: 100%;
  }
}

.form-section > .contact-form .form-row .form-input {
  flex: 1;
}

.form-section > .contact-form .form-row .form-input.two-inputs {
  display: flex;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input.two-inputs {
    flex-direction: column;
  }
}

.form-section > .contact-form .form-row .form-input.two-inputs > .form-control {
  width: 100%;
}

.form-section > .contact-form .form-row .form-input.two-inputs > .form-control:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input.two-inputs > .form-control:first-child {
    margin-right: 0;
  }
}

.form-section > .contact-form .form-row .form-input.two-inputs > .form-control:last-child {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input.two-inputs > .form-control:last-child {
    margin-right: 0;
  }
}

.form-section > .contact-form .form-row .form-input .form-control {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input .form-control {
    margin-right: 0;
  }
}

.form-section > .contact-form .form-row .form-input .form-control.postal-code {
  margin-bottom: 15px;
}

.form-section > .contact-form .form-row .form-input .form-control.postal-code > input {
  width: 235px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input .form-control.postal-code > input {
    width: 90px;
  }
}

.form-section > .contact-form .form-row .form-input .form-control.postal-button > input {
  text-align: left;
  max-width: 286px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input .form-control.postal-button > input {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.form-section > .contact-form .form-row .form-input .form-control .select-wrapper {
  max-width: 286px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input .form-control .select-wrapper {
    max-width: 100%;
  }
}

.form-section > .contact-form .form-row .form-input .form-control .select-wrapper.full {
  max-width: 100%;
}

.form-section > .contact-form .form-row .form-input .form-control .select-wrapper > select {
  width: 100%;
  height: 66px;
  padding-left: 40px;
  padding-right: 60px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input .form-control .select-wrapper > select {
    font-size: 15px;
    height: 52px;
    padding: 17px 36px 18px 16px;
  }
}

.form-section > .contact-form .form-row .form-input .text {
  font-size: 15px;
  line-height: 2;
  margin: 40px 0 23px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-row .form-input .text {
    margin: 25px 0 15px;
    line-height: 25px;
  }
}

.form-section > .contact-form .form-row .form-input .text.mt-30 {
  margin-top: 30px;
}

.form-section > .contact-form .form-submit {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-submit {
    margin-top: 40px;
  }
}

.form-section > .contact-form .form-submit > .btn {
  max-width: 300px;
  font-size: 25px;
  line-height: 1.2;
  padding: 20px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-submit > .btn {
    max-width: 200px;
    font-size: 15px;
    padding: 15px;
  }
}

.form-section > .contact-form .form-submit > .btn.right-arrow::after {
  top: calc(50% - 8px);
}

.form-section > .contact-form .form-submit > .btn > span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .form-section > .contact-form .form-submit > .btn > span {
    font-size: 12px;
  }
}

.form-section > .contact-form .terms {
  text-align: center;
  margin-top: 50px;
}

.form-section > .news-link-box {
  background: #F2F2F2;
  border-radius: 10px;
  text-align: center;
  padding: 35px 30px 30px;
  margin-bottom: 40px;
}

.form-section > .news-link-box > p {
  line-height: 2;
}

.form-section > .news-link-box > .btn {
  display: block;
  margin: 20px auto 0;
  font-size: 25px;
  line-height: 30px;
  max-width: 300px;
  padding: 15px;
}

#contact_contact_type label {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #contact_contact_type label {
    font-size: 15px;
  }
}

.form-section .en {
  color: #B1B1B1;
}

.form-section > h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .form-section > h3 {
    margin-bottom: 25px;
  }
}

.form-section > h3.mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .form-section > h3.mb-50 {
    margin-bottom: 25px;
  }
}

.form-section > p {
  font: 300 100% "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .form-section > p {
    line-height: 25px;
  }
}

.form-section > .register-form .form-group {
  border-bottom: 1px solid #D1D1D1;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-group {
    padding: 30px 0;
  }
}

.form-section > .register-form .form-group:first-child {
  padding-top: 2px;
}

.form-section > .register-form .form-group:last-of-type {
  border-bottom: none;
}

.form-section > .register-form .form-desc {
  line-height: 2;
}

.form-section > .register-form .form-row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row {
    flex-direction: column;
  }
}

.form-section > .register-form .form-row .form-label {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-label {
    width: 100%;
  }
}

.form-section > .register-form .form-row .form-input {
  flex: 1;
}

.form-section > .register-form .form-row .form-input.two-inputs {
  display: flex;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input.two-inputs {
    flex-direction: column;
  }
}

.form-section > .register-form .form-row .form-input.two-inputs > .form-control {
  width: 100%;
}

.form-section > .register-form .form-row .form-input.two-inputs > .form-control:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input.two-inputs > .form-control:first-child {
    margin-right: 0;
  }
}

.form-section > .register-form .form-row .form-input.two-inputs > .form-control:last-child {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input.two-inputs > .form-control:last-child {
    margin-right: 0;
  }
}

.form-section > .register-form .form-row .form-input .form-control {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input .form-control {
    margin-right: 0;
  }
}

.form-section > .register-form .form-row .form-input .form-control.postal-code {
  margin-bottom: 15px;
}

.form-section > .register-form .form-row .form-input .form-control.postal-code > input {
  width: 235px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input .form-control.postal-code > input {
    width: 200px;
  }
}

.form-section > .register-form .form-row .form-input .form-control.postal-button > input {
  text-align: left;
  max-width: 286px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input .form-control.postal-button > input {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.form-section > .register-form .form-row .form-input .form-control .select-wrapper {
  max-width: 286px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input .form-control .select-wrapper {
    max-width: 100%;
  }
}

.form-section > .register-form .form-row .form-input .form-control .select-wrapper.full {
  max-width: 100%;
}

.form-section > .register-form .form-row .form-input .form-control .select-wrapper > select {
  width: 100%;
  height: 66px;
  padding-left: 40px;
  padding-right: 60px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input .form-control .select-wrapper > select {
    font-size: 15px;
    height: 52px;
    padding: 17px 36px 18px 16px;
  }
}

.form-section > .register-form .form-row .form-input .form-control.birthday-field-wrapper select {
  width: auto;
}

.form-section > .register-form .form-row .form-input .text {
  font-size: 15px;
  line-height: 2;
  margin: 40px 0 23px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-row .form-input .text {
    margin: 25px 0 15px;
    line-height: 25px;
  }
}

.form-section > .register-form .form-row .form-input .text.mt-30 {
  margin-top: 30px;
}

.form-section > .register-form .form-submit {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-submit {
    margin-top: 40px;
  }
}

.form-section > .register-form .form-submit > .btn {
  max-width: 300px;
  font-size: 25px;
  line-height: 1.2;
  padding: 20px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-submit > .btn {
    max-width: 200px;
    font-size: 15px;
    padding: 15px;
  }
  .form-section > .register-form .form-submit > .btn.right-arrow::after {
    top: calc(50% - 8px);
  }
}

.form-section > .register-form .form-submit > .btn > span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-submit > .btn > span {
    font-size: 12px;
  }
}

.form-section > .register-form .form-submit > .btn.cancel {
  max-width: 300px;
  font-size: 15px;
  line-height: 2;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  border-color: #1E6431;
  color: #1E6431;
  background-color: #FFFFFF;
  transition-duration: .3s;
  font-size: 25px;
  line-height: 1.2;
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.form-section > .register-form .form-submit > .btn.cancel:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-submit > .btn.cancel {
    padding: 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-submit > .btn.cancel {
    max-width: 200px;
    font-size: 15px;
    padding: 15px;
  }
}

.form-section > .register-form .form-submit > .btn.cancel.right-arrow::after {
  content: '\f053';
  left: 10%;
  right: auto;
}

.form-section > .register-form .form-submit > .btn.cancel > span {
  font-size: 18px;
  color: rgba(30, 100, 49, 0.5);
}

@media screen and (max-width: 768px) {
  .form-section > .register-form .form-submit > .btn.cancel > span {
    font-size: 12px;
  }
}

.form-section > .register-form .terms {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.form-section > .news-link-box {
  background: #F2F2F2;
  border-radius: 10px;
  text-align: center;
  padding: 35px 30px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .form-section > .news-link-box {
    text-align: left;
    padding: 32px 30px;
  }
}

.form-section > .news-link-box > p {
  line-height: 2;
}

.form-section > .news-link-box > .btn {
  display: block;
  margin: 20px auto 0;
  font-size: 25px;
  line-height: 30px;
  max-width: 300px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .form-section > .news-link-box > .btn {
    max-width: 200px;
    font-size: 15px;
    padding: 5px;
  }
}

.login-section .top-section {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .login-section .top-section {
    padding-bottom: 40px;
  }
}

.login-section .top-section > .text {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

.login-section .login-form-wrapper > .login-form .form-group {
  margin-bottom: 40px;
}

.login-section .login-form-wrapper > .login-form .form-group:last-child {
  margin-bottom: 0;
}

.login-section .login-form-wrapper > .login-form .form-group > .form-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .login-section .login-form-wrapper > .login-form .form-group > .form-label {
    flex-direction: column;
    align-items: flex-start;
  }
}

.login-section .login-form-wrapper > .login-form .form-group > .form-label > span {
  font-size: 20px;
  margin-right: 30px;
}

.login-section .login-form-wrapper > .login-form .form-group > .form-input input {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  padding: 14px 20px;
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
}

@media screen and (max-width: 768px) {
  .login-section .login-form-wrapper > .login-form .form-group > .form-input input {
    padding: 10px 16px;
  }
}

.login-section .login-form-wrapper > .login-form .forget > p {
  text-align: center;
  margin-top: 10px;
}

.login-section .login-form-wrapper > .login-form .submit {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .login-section .login-form-wrapper > .login-form .submit {
    margin-top: 25px;
  }
}

.login-section .login-form-wrapper > .login-form .submit > .btn {
  font-size: 20px;
  line-height: 30px;
  max-width: 310px;
}
.login-section .login-form-wrapper > .login-form .submit + .submit {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .login-section .login-form-wrapper > .login-form .submit > .btn {
    font-size: 15px;
    max-width: 200px;
  }
}

.login-section .login-form-wrapper > .login-form .register {
  margin-top: 25px;
}

.login-section .login-form-wrapper > .login-form .register > p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .login-section .login-form-wrapper > .login-form .register > p {
    font-size: 15px;
    margin-top: 0;
  }
}

.login-section .login-form-wrapper > .login-form .register > p.jp {
  font-size: 15px;
}

.login-section .login-form-wrapper .en {
  color: #C6C6C6;
}

.login-section .news-link-box {
  background: #F2F2F2;
  border-radius: 10px;
  text-align: center;
  padding: 35px 30px 30px;
  margin: 40px 0 50px;
}

@media screen and (max-width: 768px) {
  .login-section .news-link-box {
    text-align: left;
    padding: 32px 30px;
  }
}

.login-section .news-link-box > p {
  line-height: 2;
}

.login-section .news-link-box > .btn {
  display: block;
  margin: 20px auto 0;
  font-size: 25px;
  line-height: 30px;
  max-width: 300px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .login-section .news-link-box > .btn {
    max-width: 200px;
    font-size: 15px;
    padding: 5px;
  }
}

.login-container {
  width: 93%;
  max-width: 500px;
  margin: 0 auto;
}

.faq-list-wrapper > .faq-list > .faq-list-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .faq-list-wrapper > .faq-list > .faq-list-item {
    margin-bottom: 30px;
  }
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #1E6431;
}

@media screen and (max-width: 768px) {
  .faq-list-wrapper > .faq-list > .faq-list-item > .faq-item {
    padding-bottom: 28px;
  }
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-q {
  position: relative;
  color: #1E6431;
  padding-left: 85px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-q {
    padding-left: 42.5px;
    margin-bottom: 25px;
  }
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-q::before {
  content: 'Q';
  position: absolute;
  top: -3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 30px;
  color: #FFFFFF;
  background: #1E6431;
  border: 1px solid #1E6431;
}

@media screen and (max-width: 768px) {
  .faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-q::before {
    top: -1px;
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-a {
  position: relative;
  color: #1D1D1D;
  padding-left: 85px;
}

@media screen and (max-width: 768px) {
  .faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-a {
    display: none;
    padding-left: 42.5px;
    margin-top: 25px;
  }
  .faq-item .faq-close-btn {
    display: none !important;
  }
  .faq-item.is-opened .faq-close-btn {
    display: flex !important;
  }
  .faq-item.is-opened .faq-open-btn {
    display: none !important;
  }
  .faq-item.is-opened .faq-a {
    display: block !important;
  }
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-a::before {
  content: 'A';
  position: absolute;
  top: -3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 30px;
  color: #1D1D1D;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}

@media screen and (max-width: 768px) {
  .faq-list-wrapper > .faq-list > .faq-list-item > .faq-item > .faq-a::before {
    top: -1px;
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item  .faq-readmore {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1E6431;
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item  .faq-readmore > i {
  font-size: 30px;
}

.faq-list-wrapper > .faq-list > .faq-list-item > .faq-item  .faq-readmore > span {
  font-size: 15px;
}

.privacy-section {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .privacy-section {
    padding-bottom: 40px;
  }
}

.privacy-section.section-top .privacy-section-content {
  border-bottom: 1px dashed #1E6431;
}

.privacy-chapter > .privacy-chapter-title {
  font-size: 20px;
  color: #1E6431;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .privacy-chapter > .privacy-chapter-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.privacy-chapter > .privacy-chapter-content {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .privacy-chapter > .privacy-chapter-content {
    margin-bottom: 40px;
  }
}

.business-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .business-section {
    margin-bottom: 50px;
  }
}

.business-section .business-section-title > h3 {
  font-size: 30px;
  color: #1E6431;
  border-bottom: 1px dashed #1E6431;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .business-section .business-section-title > h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.business-section .business-section-content > .table-wrapper > .table {
  border-spacing: 10px;
  margin: -10px;
}

@media screen and (max-width: 768px) {
  .business-section .business-section-content > .table-wrapper > .table {
    display: block;
    width: 100%;
    margin: 0;
    border-spacing: initial;
  }
}

.business-section .business-section-content > .table-wrapper > .table th {
  font-size: 20px;
  width: 300px;
  background: #EFEFEF;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .business-section .business-section-content > .table-wrapper > .table th {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
}

.business-section .business-section-content > .table-wrapper > .table td {
  font-size: 15px;
  line-height: 2;
  padding: 13px 0px 12px 14px;
}

@media screen and (max-width: 768px) {
  .business-section .business-section-content > .table-wrapper > .table td {
    line-height: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.company-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .company-section {
    margin-bottom: 50px;
  }
}

.company-section .company-section-title > h3 {
  font-size: 30px;
  color: #1E6431;
  border-bottom: 1px dashed #1E6431;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .company-section .company-section-title > h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.company-section .company-section-content > .table-wrapper > .table {
  border-spacing: 10px;
  margin: -10px;
}

@media screen and (max-width: 768px) {
  .company-section .company-section-content > .table-wrapper > .table {
    display: block;
    width: 100%;
    margin: 0;
    border-spacing: initial;
  }
}

.company-section .company-section-content > .table-wrapper > .table th {
  font-size: 20px;
  width: 300px;
  background: #EFEFEF;
  vertical-align: middle;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .company-section .company-section-content > .table-wrapper > .table th {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
}

.company-section .company-section-content > .table-wrapper > .table td {
  font-size: 15px;
  line-height: 2;
  vertical-align: middle;
  padding-left: 22px;
}

@media screen and (max-width: 768px) {
  .company-section .company-section-content > .table-wrapper > .table td {
    line-height: 25px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .company-section .company-section-content > .table-wrapper > .table td.sp-left {
    text-align: left;
  }
}

.mypage-wrapper {
  padding: 0 0 120px;
}

.mypage-wrapper .etp104-navlistRole__navlist {
  display: flex;
}

@media screen and (max-width: 768px) {
  .mypage-wrapper .etp104-navlistRole__navlist {
    flex-wrap: wrap;
  }
}

.mypage-wrapper .etp104-navlistRole__navlist .etp104-navlistRole__item {
  width: 50%;
}

.mypage-wrapper .etp104-navlistRole__navlist .etp104-navlistRole__item a {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 16px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mypage-wrapper .etp104-navlistRole__navlist .etp104-navlistRole__item a {
    font-size: 16px;
  }
}

.mypage-wrapper .etp104-navlistRole__navlist .etp104-navlistRole__item.active a {
  color: #1E6431;
  border-bottom: 1px solid #1E6431;
}

.mypage-wrapper .etp104-welcomeMsg {
  font-size: 15px;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #D1D1D1;
}

.mypage-wrapper .etp104-para-normal {
  font-size: 15px;
  text-align: center;
  padding: 32px 0;
}

.etp104-withdrawRole__title,
.etp104-withdrawConfirmRole__title,
.etp104-reportHeading h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .etp104-withdrawRole__title,
  .etp104-withdrawConfirmRole__title,
  .etp104-reportHeading h2 {
    font-size: 24px;
  }
}

.etp104-withdrawRole__description,
.etp104-withdrawConfirmRole__description,
.etp104-reportDescription {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .etp104-withdrawRole__description,
  .etp104-withdrawConfirmRole__description,
  .etp104-reportDescription {
    font-size: 16px;
  }
}

.text-center {
  text-align: center !important;
}

.etp104-btn-type {
  display: inline-block;
  max-width: 300px;
  width: 90%;
  position: relative;
  font-size: 25px;
  line-height: 1;
  padding: 22px 10px;
  text-align: center;
  border: 1px solid #187732;
  border-radius: 5px;
  border-color: #187732;
  color: #FFFFFF;
  background-color: #187732;
  transition-duration: .3s;
}

.etp104-btn-type span {
  display: inline-block;
  font-size: 18px;
  opacity: .5;
  margin-top: 10px;
}

.etp104-btn-type::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: calc(50% - 15px);
  right: 10%;
  font-weight: 900;
}

.etp104-btn-type--reverse {
  color: #187732;
  background-color: #fff;
}

.etp104-withdrawConfirmRole__cancel {
  margin-top: 30px;
}

.etp104-withdrawConfirmRole__cancel:after {
  content: "\f053";
  right: auto;
  left: 10%;
}

.pos-static .require:before {
  position: static;
}

.text-02.pos-static {
  margin-bottom: 28px;
}

.etp104-link-type {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 50px;
  font-size: 15px;
  color: #1E6431;
  line-height: 50px;
  text-align: center;
  border: 1px solid #1E6431;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .etp104-link-type {
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
}

.etp104-link-type:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 20px;
  font-weight: 900;
}

.etp104-addressList {
  margin-top: 30px;
  border-top: 1px solid #D1D1D1;
}

.etp104-addressList__item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #D1D1D1;
}

@media screen and (max-width: 768px) {
  .etp104-addressList__item {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .etp104-addressList__item .etp104-addressList__action {
    margin: auto;
    text-align: center;
  }
}

.etp104-addressList__remove {
  width: 30px;
  align-self: center;
  margin-right: 20px;
}

.etp104-addressList__action {
  margin-left: auto;
  width: 300px;
}

.etp104-addressList__address {
  font-size: 20px;
}

.etp104-historyRole__contents {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #D1D1D1;
}

@media screen and (max-width: 768px) {
  .etp104-historyRole__contents {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .etp104-historyRole__contents > div {
    width: 100%;
  }
  .etp104-historyRole__contents > div .etp104-historyListHeader__action {
    text-align: center;
    margin-top: 20px 0 25px;
  }
}

.etp104-historyRole__contents .etp104-imageGrid + .etp104-imageGrid {
  margin-top: 20px;
}

.etp104-historyRole__contents .etp104-imageGrid__img {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .etp104-historyRole__contents .etp104-imageGrid__img {
    margin: auto;
  }
}

.etp104-historyListHeader__date {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .etp104-historyListHeader__date {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.etp104-historyRole__header .etp104-definitions {
  display: flex;
  font-size: 15px;
  line-height: 1.8;
}

.etp104-historyListHeader__action {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .etp104-addressRole__actions {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .etp104-historyRole__detail {
    margin-top: 20px;
  }
}

.thanks-page {
  padding: 10px 0 150px;
}

.thanks-page .etp104-reportHeading h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.thanks-page .etp104-reportDescription {
  font-size: 15px;
  line-height: 2;
}

.etp104-progress {
  margin: 0 auto;
  padding: 8px 0 16px;
  margin-bottom: 25px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 800px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .etp104-progress {
    margin-bottom: 40px;
    padding: 0;
  }
}

.etp104-progress .etp104-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}

.etp104-progress .etp104-progress__item:after {
  content: '';
  position: absolute;
  display: block;
  background: #F4F4F4;
  width: 100%;
  height: 0.25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}

.etp104-progress .etp104-progress__item:last-child:after {
  display: none;
}

.etp104-progress .etp104-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  font-size: 12px;
  background: #F4F4F4;
  color: #BCBCBC;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .etp104-progress .etp104-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}

.etp104-progress .etp104-progress__label {
  font-size: 15px;
  color: #151515;
}

.etp104-progress .is-complete .etp104-progress__number {
  color: #fff;
  background: #1E6431;
}

.etp104-progress .is-complete .etp104-progress__label {
  color: #1E6431;
}

.etp104-cartRole {
  padding: 20px 0 140px;
}

.etp104-cartRole__totalText {
  font-size: 15px;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}

.etp104-alert-warning__text {
  font-size: 15px;
  text-align: center;
  padding-top: 35px;
}

.etp104-cartRole {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.etp104-cartRole::before {
  display: none;
}

.etp104-cartRole .etp104-cartRole__progress {
  width: 100%;
  text-align: center;
}

.etp104-cartRole .etp104-cartRole__error {
  width: 100%;
  text-align: center;
}

.etp104-cartRole .etp104-cartRole__error .etp104-alert-warning {
  max-width: 80%;
  display: inline-block;
}

.etp104-cartRole .etp104-cartRole__totalText {
  margin-bottom: 0;
  padding: 16px 0 6px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRole .etp104-cartRole__totalText {
    margin-bottom: 30px;
    padding: 0;
  }
}

.etp104-cartRole .etp104-cartRole__cart {
  margin: 0;
  width: 100%;
}

.etp104-cartRole .etp104-cartRole__actions {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRole .etp104-cartRole__actions {
    width: 20%;
    margin-right: 10%;
  }
}

.etp104-cartRole .etp104-cartRole__total {
  padding: 15px 0 30px;
  font-weight: bold;
  font-size: 16px;
}

.etp104-cartRole .etp104-cartRole__totalAmount {
  margin-left: 30px;
  color: #de5d50;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRole .etp104-cartRole__totalAmount {
    font-size: 24px;
  }
}

.etp104-cartRow {
  display: table-row;
}

.etp104-cartRow .etp104-cartRow__delColumn {
  border-bottom: 1px dotted #ccc;
  text-align: center;
  display: table-cell;
  width: 14%;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__delColumn {
    width: 8.3333333%;
  }
}

.etp104-cartRow .etp104-cartRow__delColumn .etp104-icon img {
  width: 1.5em;
  height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__delColumn .etp104-icon img {
    width: 1em;
    height: 1em;
  }
}

.etp104-cartRow .etp104-cartRow__contentColumn {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  display: table;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__contentColumn {
    display: table-cell;
  }
}

.etp104-cartRow .etp104-cartRow__img {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__img {
    display: inline-block;
    min-width: 80px;
    max-width: 100px;
    padding-right: 0;
  }
}

.etp104-cartRow .etp104-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  width: 46%;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__summary {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
}

.etp104-cartRow .etp104-cartRow__summary .etp104-cartRow__name {
  margin-bottom: 5px;
}

.etp104-cartRow .etp104-cartRow__summary .etp104-cartRow__sutbtotalSP {
  display: block;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__summary .etp104-cartRow__sutbtotalSP {
    display: none;
  }
}

.etp104-cartRow .etp104-cartRow__amountColumn {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__amountColumn {
    width: 16.66666667%;
  }
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amount {
    display: block;
  }
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountSP {
    display: none;
  }
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountUpDown {
    display: block;
  }
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountUpButton .etp104-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountDownButton, .etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountDownButton .etp104-cartRow__amountDownButton__icon img, .etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountDownButtonDisabled .etp104-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.etp104-cartRow .etp104-cartRow__subtotalColumn {
  display: none;
  border-bottom: 1px dotted #ccc;
  text-align: right;
  width: 16.66666667%;
}

@media only screen and (min-width: 768px) {
  .etp104-cartRow .etp104-cartRow__subtotalColumn {
    display: table-cell;
  }
}

.etp104-cartRow .etp104-cartRow__amountColumn .etp104-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.etp104-cartTable {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .etp104-cartTable {
    border-top: none;
  }
}

.etp104-cartHeader {
  display: none;
  width: 100%;
  background: #F4F3F0;
}

@media only screen and (min-width: 768px) {
  .etp104-cartHeader {
    display: table-row;
  }
}
.ec-cartRole {
  padding: 0;
}
.etp104-cartHeader .etp104-cartHeader__label {
  display: table-cell;
  padding: 16px;
  text-align: center;
  background: #F4F3F0;
  overflow-x: hidden;
  font-weight: bold;
}
.shopping-container {
  padding: 20px 0 100px;
}
.ec-progress {
  max-width: 800px;
  margin-bottom: 50px;
}
.ec-progress .ec-progress__number,
.ec-progress .ec-progress__item:after {
  background-color: #F4F4F4;
}
.ec-progress .ec-progress__item:after {
  top: calc(50% - 1.25em);
}
.ec-progress .ec-progress__number {
  color: #BCBCBC;
  margin-bottom: 8px;
}
.ec-progress .is-complete .ec-progress__number {
  color: #fff;
  background: #1E6431;
}
.ec-progress .ec-progress__label {
  color: #151515;
}
.ec-progress .is-complete .ec-progress__label {
  color: #1E6431;
}
.ec-cartRole .ec-cartRole__totalText {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D1D1;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}
.ec-cartHeader {
  background: transparent;
}
.ec-cartHeader .ec-cartHeader__label {
  padding: 20px;
  background: transparent;
  font-weight: normal;
  border-bottom: 1px solid #D1D1D1;
}
.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px solid #D1D1D1;
  padding: 30px 0;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  border: 1px solid #C1C1C1;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton {
  border: 1px solid #1E6431;
}
.cart_page .ec-cartRole .ec-cartRole__actions {
  width: 100%;
  text-align: right;
  margin-right: 0;
}
.cart_page .ec-cartRole__total {
  font-size: 15px;
  padding: 50px 0;
}
.cart_page .ec-cartRole .ec-cartRole__totalAmount {
  font-size: 20px;
  color: #1E6431;
}
.cart_page .ec-cartRole__actions .etp104-btn-type--reverse {
  margin-top: 25px;
}
.etp104-btn-type.left-arrow:after {
  content: '\f053';
  left: 10%;
  right: auto;
}
.login-section .news-link-box {
  margin-bottom: 100px;
}
.ec-orderRole {
  color: #151515;
  padding: 0;
  margin: 0;
}
.ec-rectHeading h2 {
  font-size: 20px;
  color: #151515;
  font-weight: normal;
  padding: 24px 15px;
  background-color: transparent;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.ec-orderPayment .ec-radio {
  padding: 30px 0 40px;
}
.ec-orderConfirm .etp104-description {
  font-size: 15px;
  line-height: 2;
  padding: 25px 0 20px;
}
select.etp104-select {
  width: 200px;
  height: 50px;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 5px;
}
.ec-inlineBtn.etp104-btn-small {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 50px;
  font-size: 15px;
  color: #1E6431;
  text-align: center;
  background-color: transparent;
  border: 1px solid #1E6431;
  border-radius: 5px;
}
.ec-inlineBtn.etp104-btn-small:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #1E6431;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 15px;
  font-weight: 900;
}
.ec-orderAccount {
  margin-bottom: 0;
}
.ec-orderAccount .ec-orderAccount__account {
  font-size: 15px;
  line-height: 2;
  padding: 30px 0 40px;
  margin: 0;
}
.ec-totalBox {
  font-size: 15px;
  padding: 30px 30px 40px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.ec-totalBox .ec-totalBox__spec {
  margin-bottom: 25px;
}
.ec-orderRole .ec-orderRole__summary {
  width: 350px;
  padding: 0;
}
.ec-orderRole .ec-orderRole__detail {
  width: calc(100% - 350px);
  padding: 0 50px 0 0;
}
.ec-totalBox .ec-totalBox__taxRate dt:before {
  content: '(';
}
.ec-totalBox .ec-totalBox__taxRate dd:after {
  content: ")";
}
.ec-totalBox .ec-totalBox__total {
  padding: 24px 0 0;
}
.ec-totalBox .ec-totalBox__paymentTotal {
  padding: 24px 0;
}
.ec-totalBox .ec-totalBox__taxRate {
  margin: 0;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #1E6431;
}
.etp104-continue-btn,
.etp104-back-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 290px;
  height: 50px;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  border: none;
}
a.etp104-continue-btn,
a.etp104-back-btn {
  line-height: 50px;
}
.etp104-continue-btn:after,
.etp104-back-btn:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-weight: 900;
}
.etp104-continue-btn {
  color: #fff;
  background-color: #1E6431;
}
.etp104-continue-btn:after {
  content: "\f054";
  color: #fff;
  right: 15px;
}
.etp104-back-btn {
  line-height: 50px;
  color: #1E6431 !important;
  border: 1px solid #1E6431;
}
.etp104-back-btn:after {
  content: "\f053";
  color: #1E6431;
  left: 15px;
}
.etp104-continue-btn + .etp104-back-btn {
  margin-top: 20px;
}
.shipping_page .ec-imageGrid .ec-imageGrid__img {
  padding: 20px 24px 20px 0;
}
.etp104-alert-warning__text {
  padding-top: 40px;
  font-size: 15px;
  text-align: center;
}
.shopping-nonmember-form {
  padding-top: 50px;
  border-top: 1px solid #D1D1D1;
}
.ec-reportDescription {
  font-size: 15px;
  line-height: 2;
}
.email {
  color: #009DFF;
}
.ec-reportHeading {
  border-top: 0;
}
.shopping-container .ec-customerRole {
  padding-left: 0;
  padding-right: 0;
}
aside.sp-menu .search-box {
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .ec-progress {
    margin-bottom: 0;
  }
  .ec-progress .ec-progress__item:after {
    top: 15px;
  }
  .shopping-container .ec-orderRole .ec-orderRole__detail,
  .shopping-container .ec-orderRole .ec-orderRole__summary {
    width: 100%;
    padding: 0;
  }
  .shopping-container .ec-orderRole .ec-orderRole__summary {
    margin-top: 0 !important;
  }
  .ec-inlineBtn.etp104-btn-small {
    width: 120px;
  }
  .product-list-section .product-list-header > .product-list-counts > .count-show {
    font-size: 18px;
  }
  .product-item > .product-item-detail {
    margin-bottom: 10px;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 10%;
  }
  .sp-text-center {
    text-align: center;
  }
  .search-box > .search-input {
    min-width: auto;
    width: 100%;
  }
  aside.sp-menu .search-box {
    display: block !important;
  }
  .ec-orderRole .ec-orderRole__detail,
  .ec-orderRole .ec-orderRole__summary {
    width: 100%;
  }
  .ec-orderRole .ec-orderRole__detail {
    padding-right: 0;
  }
  .etp104-addressList__address {
    max-width: calc(100% - 50px);
    font-size: 16px;
    margin-bottom: 12px;
  }
  .etp104-btn-type {
    font-size: 20px;
    padding: 15px 10px;
  }
  .etp104-btn-type span {
    display: inline-block;
    font-size: 14px;
  }
}
.shopping-text {
  font-size: 15px;
  line-height: 2;
  padding: 40px 0;
}
.mw-250 {
  max-width: 250px;
}
.ec-orderDelivery .ec-orderDelivery__title,
.ec-orderAccount .ec-orderAccount__change {
  font-size: 15px;
  line-height: 50px;
  padding: 30px 0 30px 10px;
  margin: 0;
}
.ec-orderDelivery .ec-orderDelivery__change,
.ec-orderAccount .ec-orderAccount__change button {
  top: 30px;
}
.ec-orderDelivery__address {
  font-size: 15px;
  line-height: 40px;
}
.ec-orderDelivery__actions .ec-selects > div {
  margin: 30px 0;
}
.ec-imageGrid {
  border: none;
}
.ec-borderedList li {
  border-bottom: 1px  solid #D1D1D1;
}
.ec-borderedList li:first-child {
  border-top: 1px  solid #D1D1D1;
}
.ec-AddAddress {
  margin: 0;
}
.ec-AddAddress .ec-AddAddress__new {
  margin-bottom: 30px;
}
.ec-AddAddress .ec-AddAddress__add {
  border-top: 1px solid #D1D1D1;
  padding-top: 30px;
  margin-bottom: 30px;
}
.ec-AddAddress .ec-AddAddress__item {
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
}
.ec-AddAddress .ec-AddAddress__select {
  margin-bottom: 14px;
}
.ec-AddAddress__selectNumber .quantity {
  height: 50px;
}
.ec-AddAddress__selectNumber .delete {
  width: 80px;
  height: 50px;
  font-size: 15px;
  color: #1D1D1D;
  font-weight: normal;
  background-color: #F4F4F4;
  border-radius: 5px;
  border: none;
}
.ec-AddAddress__select.shipping_item {
  display: flex;
}
.ec-AddAddress__select.shipping_item .ec-AddAddress__selectNumber {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.ec-AddAddress__select.shipping_item .ec-AddAddress__selectNumber .ec-input {
  display: flex;
  height: 50px;
  align-items: center;
}
.ec-AddAddress .ec-AddAddress__selectNumber input {
  margin-bottom: 0;
}
.minus-quantity,
.plus-quantity {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
.minus-quantity {
  background: url(../icon/minus.png) no-repeat center;
}
.minus-quantity.inactive {
  background: url(../icon/minus-gray.png) no-repeat center;
}
.plus-quantity {
  background: url(../icon/plus.png) no-repeat center;
}
.ec-AddAddress__actions > div:first-child {
  margin-bottom: 20px;
}
.ec-alert-warning {
  margin-bottom: 50px;
  background-color: #FD141B;
}
.btns-wrapper div:first-child {
  margin-bottom: 36px;
}
.etp104-confirm-wrapper {
  font-size: 15px;
  line-height: 2;
  padding: 25px 0 45px;
}
.shopping_confirm_page .ec-selects {
  margin-bottom: 0;
  border-bottom: 0;
}
.ec-imageGrid .ec-imageGrid__img {
  padding: 30px 20px 30px 0;
}
.etp104-forgotRole,
.etp104-registerRole {
  margin-bottom: 100px;
}
.non-customer-edit.register-form .form-row .form-label {
  width: 180px;
  font-size: 15px;
}
.non-customer-edit.register-form .form-row.require::before {
  font-size: 12px;
  padding: 8px 12px;
  top: -38px;
}
.non-customer-edit.register-form .form-group {
  padding: 16px 0 30px;
}
.ec-orderAccount .ec-orderAccount__change {
  position: relative;
  display: block;
  float: none;
  border-bottom: 1px solid #D1D1D1;
}
.ec-orderAccount .ec-orderAccount__change button {
  position: absolute;
  right: 0;
}
.ec-totalBox .ec-totalBox__btn {
  text-align: center;
}
.non-customer-edit .form-control input[type="text"],
.non-customer-edit .form-control input[type="email"],
.non-customer-edit .form-control input[type="date"],
.non-customer-edit .form-control input[type="password"],
.non-customer-edit .form-control input[type="button"],
.non-customer-edit .form-control select,
.non-customer-edit .form-control textarea {
  font-size: 15px;
  padding: 14px 20px;
  margin-bottom: 0;
}
.non-customer-edit .form-control {
  margin-bottom: 16px;
}
.non-customer-edit .form-row .form-input.two-inputs > .form-control:first-child,
.non-customer-edit .form-row .form-input.two-inputs > .form-control:last-child,
.non-customer-edit .form-row .form-input .form-control:last-child {
  margin-bottom: 0;
}
.non-customer-edit .form-group.no-requred {
  padding-top: 30px;
}
.customer-postal_code input {
  width: 150px !important;
}
.non-customer-edit.register-form .form-row .form-input .form-control.postal-button > input {
  width: 200px;
  text-align: center  ;
  padding-left: 0;
  padding-right: 0;
}
.non-customer-edit--wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .btns-wrapper div:first-child {
    margin-bottom: 36px;
  }
  .ec-AddAddress__select.shipping_item {
    flex-wrap: wrap;
  }
  .ec-AddAddress__select.shipping_item .ec-AddAddress__selectNumber {
    flex: 100%;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .ec-AddAddress__select.shipping_item .ec-AddAddress__selectNumber > p {
    flex: 100%;
  }
  .ec-AddAddress .ec-AddAddress__selectNumber input {
    margin-left: 0;
  }
  .thanks-page {
    padding: 10px 0 80px;
  }
  .thanks-page .etp104-reportHeading h2 {
    font-size: 24px;
  }
  .non-customer-edit .form-row .form-input.two-inputs > .form-control:not(:first-child) {
    margin-top: 15px;
  }
  .calendar-box .apg_sc_table tbody > tr:nth-child(n+2) td span {
    padding: 3px;
  }
}
.review-back-btn--wrapper {
  text-align: center;
  margin-top: 50px;
}
.review-list-item .review-readmore {
  margin-top: 20px;
}
.review-item.is-opened .review-content {
  display: block;
  height: auto;
}
.review-item.is-opened .review-readmore {
  display: none;
}
.column-all-section-content .pagination-wrapper {
  margin-bottom: 30px;
}
.column-all-section-content .pagination-wrapper .pagination-links {
  justify-content: center;
}
.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
  margin: 0;
}

/* WP */
.alignright {
	float: right;
	margin: 0.3rem 0 2rem 2rem;
}
.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 0;
}
.alignleft,
.alignright {
	max-width: 50%;
}
.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image {
  margin: 16px 0 25px;
}
.column-detail img {
  display: block;
}

/* add */

#customer_detail_box{
  padding: 30px 0 40px;
}
#coupon_button{
  margin-top: 20px;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #187732;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
    border-radius: 6px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}
