@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

address, ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
}
body h1, body h2, body h3, body h4, body h5 {
  line-height: 1.25;
}

.ratio-9-16::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.ratio-5-7::before {
  display: block;
  padding-top: 71.4285714286%;
  content: "";
}

.ratio-1-1::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.fs-l-page {
  max-width: 100vw;
  overflow: hidden;
}

.only-bt {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.only-bl {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.only-br {
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.only-bb {
  border-top: none;
  border-left: none;
  border-right: none;
}

.bdb {
  border-bottom: 1px solid #b3b3b3;
}

.bdt {
  border-top: 1px solid #b3b3b3;
}

.bdr {
  border-right: 1px solid #b3b3b3;
}

.bdl {
  border-left: 1px solid #b3b3b3;
}

.bdtb {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.bdrl {
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}

.bdar {
  border: 1px solid #b3b3b3;
}

.h-dotborder-b {
  padding: 0.25em 0.5em;
  border-bottom: dotted 1px #333;
}

.h-leftborder {
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #333;
}

.h-leftborder-bg {
  color: #fff;
  background-color: #666666;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #333;
  background-color: #666666;
}

.h-border-ud {
  background-color: inherit;
  padding: 0.25em 0.75em 0.25em 0.75em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.h-border-ud-b {
  position: relative;
  padding: 1em 0;
}

.h-border-ud-b::before,
.h-border-ud-b::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.h-border-ud-b::before {
  top: 0;
  border-top: 2px solid #4b7bad;
  border-bottom: 1px solid #4b7bad;
}

.h-border-ud-b::after {
  bottom: 0;
  border-top: 1px solid #4b7bad;
  border-bottom: 2px solid #4b7bad;
}

.s1 {
  color: #333;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.s1::before, .s1::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  display: block;
}
.s1::before {
  margin-right: 0.3em;
}
.s1::after {
  margin-left: 0.3em;
}

@keyframes upAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes downAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes upAnimeR {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes downAnimeR {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@keyframes rightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes leftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fs-preview-header {
  display: none;
}

.fs-p-logo__image {
  width: 200px;
}

.fs-l-header {
  padding-top: 0;
}

#fs_Login .fs-l-page {
  min-height: 100vh;
}

.fs-l-main {
  padding-left: 4vw;
  padding-right: 4vw;
}

#fs_CustomPage .fs-l-main, #fs_AboutTerms .fs-l-main, #fs_PrivacyPolicy .fs-l-main {
  max-width: 1000px;
}

#fs_Register .fs-l-main {
  max-width: 600px;
}
#fs_Register .fs-l-main .fs-p-announcement {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#fs_Register .fs-l-main .fs-c-specTableContainer {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

#fs_MyReviews .fs-c-reviewList .fs-c-reviewInfo__stars .fs-c-reviewStars,
#fs_Reviews .fs-c-reviewList .fs-c-reviewInfo__stars .fs-c-reviewStars,
#fs_ReviewsByCustomer .fs-c-reviewList .fs-c-reviewInfo__stars .fs-c-reviewStars {
  font-size: 1.8rem;
  color: #222;
}
#fs_MyReviews .fs-c-reviewerStatus,
#fs_Reviews .fs-c-reviewerStatus,
#fs_ReviewsByCustomer .fs-c-reviewerStatus {
  background: #4b7bad;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin: 0 4px;
  min-width: 5em;
  padding: 4px 4px;
  text-align: center;
}

.fs-c-breadcrumb {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a {
  cursor: pointer;
  color: #555555;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a:hover, .fs-c-breadcrumb .fs-c-breadcrumb__listItem a:active, .fs-c-breadcrumb .fs-c-breadcrumb__listItem a:focus {
  color: #6c95bf;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " ＞ ";
  color: #b3b3b3;
}

.fs-clientInfo .is-login.is-loggedIn--true {
  display: none !important;
}
.fs-clientInfo .is-logout.is-loggedIn--false {
  display: none !important;
}

.fs-p-welcomeMsg {
  font-size: 1.6rem;
  color: #333333;
}

.fs-p-memberInfo__stage {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.fs-p-memberInfo__points {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  color: #4b7bad;
}

.fs-p-productSearch__form {
  transform: translateY(0%);
  background-color: transparent;
}

.fs-p-productSearch__field {
  display: block;
}

.fs-p-productSearch__searchButton .fs-c-button--secondary {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 100vw;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  transition: 0.4s;
  padding: 1.25em 2rem;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary:visited {
  color: #666666;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary:hover, .fs-p-productSearch__searchButton .fs-c-button--secondary:active {
  color: #fff;
  background-color: #4b7bad;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary.arrow-r {
  padding: 1.25em 5rem;
  position: relative;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary.arrow-r:hover::after, .fs-p-productSearch__searchButton .fs-c-button--secondary.arrow-r:active::after, .fs-p-productSearch__searchButton .fs-c-button--secondary.arrow-r:focus::after {
  right: 15px;
}

#ym-off-canvas-wrap .fs-p-productSearch__inputTable {
  margin-top: 24px;
}

.fs-p-sideMenu * {
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: none;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border: none;
}
.fs-p-sideMenu .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  border: none;
}

.fs-c-featuredProduct {
  display: none;
}

.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer {
  width: 100%;
  margin-bottom: 1.6rem;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer a img,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer a img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 152px;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName a, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName a,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName a,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName a {
  text-decoration: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__copy,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__copy {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 1.6rem;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name:hover, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name:active, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name:focus, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name:hover, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name:active, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name:focus,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name:hover,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name:active,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name:focus,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name:hover,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name:active,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name:focus {
  text-decoration: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productPrice__main__label,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productMarks,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productMarks {
  padding: 0 0.8rem;
  margin: 0.8rem 0;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productMark__item,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productMark__item {
  margin-bottom: 0px;
  display: inline-block;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem span.fs-c-mark--coolDelivery,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem span.fs-c-mark--coolDelivery {
  color: #333;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  font-size: 1.05rem;
  padding: 0.5em 0.75em;
  border-color: #b3b3b3;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem span.fs-c-mark--coolDelivery span.fs-c-mark__label,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem span.fs-c-mark--coolDelivery span.fs-c-mark__label {
  color: #b3b3b3;
  font-size: 1.05rem;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .s-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .s-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main {
  text-decoration: line-through;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .s-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice.fs-c-productPrice--listed,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .s-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .s-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .s-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #d31818;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  width: 100%;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productPrice--selling span,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productPrice--selling span {
  color: #d31818;
  font-weight: 900;
  font-size: 1.4rem;
}

.fs-c-featuredProduct__header, .fs-c-wishlistProduct__header {
  padding-top: 3.5rem;
  padding-bottom: 1.6rem;
}

.fs-recommend--flick .fs-p-heading--lv2 {
  padding-top: 3.5rem;
  padding-bottom: 1.6rem;
}

.fs-c-dropdown > option {
  font-weight: 500;
}

.fs-body-register-success .fs-l-sideArea + .fs-l-pageMain, .fs-body-register-success .fs-l-pageMain + .fs-l-sideArea {
  max-width: 928px;
  margin: 0 auto;
}

.fs-l-page .fs-c-buttonContainer--myPageTop, .fs-l-page .fs-c-buttonContainer--back, .fs-l-page .fs-c-buttonContainer--backToRegister {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.modal__open-elm {
  width: 100vw;
  height: 100vh;
  padding: 2.4rem 4vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
}
.modal__open-elm.is-loggedIn--true {
  display: none;
}
.modal__open-elm.active {
  visibility: visible;
}
.modal__open-elm.ani-cls {
  opacity: 1;
}
.modal__closed {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.modal__closed::before {
  font-size: 26px;
  padding-top: 0px;
  padding-right: 6px;
  height: 1em;
  font-family: "fs-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: block;
  line-height: 2.6rem;
  width: 2.6rem;
  background: #CBCBCB;
  color: #ffffff;
}
.modal__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 540px;
  background-color: #fff;
  width: 100%;
  padding: 2.4rem 2.4rem 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
@keyframes slide-bottom {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-250px);
  }
}
/*=============================
.hamb-trigger
=============================*/
.hamb-trigger {
  position: relative;
  width: 40px;
  height: 20px;
  cursor: pointer;
}

.hamb-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4b7bad;
  border-radius: 2px;
}

.hamb-trigger, .hamb-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.hamb-trigger span:nth-of-type(1) {
  top: 0;
}

.hamb-trigger span:nth-of-type(2) {
  top: calc((20px - 2px) / 2);
}

.hamb-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
  #btn18
=============================*/
.ym-hamb18 span:nth-of-type(1) {
  animation: btn18-bar01 0.5s forwards;
}
@keyframes btn18-bar01 {
  0% {
    transform: translateY(10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.ym-hamb18 span:nth-of-type(2) {
  animation: btn18-bar02 0.5s forwards;
}
@keyframes btn18-bar02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ym-hamb18 span:nth-of-type(3) {
  animation: btn18-bar03 0.5s forwards;
}
@keyframes btn18-bar03 {
  0% {
    transform: translateY(-10px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.ym-hamb18::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  border: 2px solid rgba(75, 123, 173, 0.2);
  transition: all 0.1s;
  opacity: 0;
}

.ym-hamb18.active::after {
  animation: circle 0.5s;
}
@keyframes circle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.ym-hamb18.active span:nth-of-type(1) {
  animation: active-btn18-bar01 0.5s 0.5s forwards;
}
@keyframes active-btn18-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(-45deg);
  }
}
.ym-hamb18.active span:nth-of-type(2) {
  animation: active-btn18-bar02 0.5s 0.5s forwards;
}
@keyframes active-btn18-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ym-hamb18.active span:nth-of-type(3) {
  animation: active-btn18-bar03 0.5s 0.5s forwards;
}
@keyframes active-btn18-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(45deg);
  }
}
.ym-hvp-parent.smpl-scaleup {
  overflow: hidden;
}

.ym-hvp-img.smpl-scaleup {
  transition: all 0.5s ease;
  display: block;
  width: auto;
}

.ym-hvp-parent.smpl-scaleup:hover .ym-hvp-img.smpl-scaleup {
  transform: scale(1.05);
}

.ym-fade-type-up {
  transition: 0.6s;
  transform: translateY(50px);
  opacity: 0;
}

.is-active .ym-fade-type-up, .ym-fade-type-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-down {
  transition: 0.6s;
  transform: translateY(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-down, .ym-fade-type-down.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-left {
  transition: 0.6s;
  transform: translateX(50px);
  opacity: 0;
}

.is-active .ym-fade-type-left, .ym-fade-type-left.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.ym-fade-type-right {
  transition: 0.6s;
  transform: translateX(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-right, .ym-fade-type-right.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-active .ym-fade-type-up:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-up:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-up:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-up:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-up:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-down:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-down:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-down:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-down:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-down:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-left:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-left:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-left:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-left:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-left:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-right:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-right:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-right:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-right:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-right:nth-child(6) {
  transition-delay: 1.5s;
}

.ym-h1, h1 {
  font-size: 3rem;
  color: #222222;
}
.ym-h1 span, h1 span {
  font-size: 3rem;
  color: #222222;
}

.ym-h2, h2 {
  font-size: 2rem;
  color: #333333;
}
.ym-h2 span, h2 span {
  font-size: 2rem;
  color: #333333;
}

.ym-h3, h3 {
  font-size: 2rem;
  color: #333333;
}
.ym-h3 span, h3 span {
  font-size: 2rem;
  color: #333333;
}

.ym-h4, h4 {
  font-size: 1.6rem;
  color: #333333;
}
.ym-h4 span, h4 span {
  font-size: 1.6rem;
  color: #333333;
}

.ym-h5, h5 {
  font-size: 1.5rem;
  color: #333333;
}
.ym-h5 span, h5 span {
  font-size: 1.5rem;
  color: #333333;
}

.ym-p, p {
  font-size: 1.4rem;
  color: #555555;
}
.ym-p span, p span {
  font-size: 1.4rem;
  color: #555555;
}

blockquote {
  font-size: 1.4rem;
  color: #555555;
}
blockquote span {
  font-size: 1.4rem;
  color: #555555;
}

figcaption {
  font-size: 1.4rem;
  color: #999999;
}
figcaption span {
  font-size: 1.4rem;
  color: #999999;
}

ol li, ul li {
  font-size: 1.4rem;
  color: #555555;
}
ol li span, ul li span {
  font-size: 1.4rem;
  color: #555555;
}

tr {
  margin: 0rem;
  width: 100%;
}

th, td {
  font-size: 1.4rem;
  color: #555555;
}
th span, td span {
  font-size: 1.4rem;
  color: #555555;
}

em {
  font-size: 1.4rem;
  color: #555555;
}
em span {
  font-size: 1.4rem;
  color: #555555;
}

strong {
  font-size: 1.4rem;
  color: #333333;
}
strong span {
  font-size: 1.4rem;
  color: #333333;
}

dl dl {
  margin: 0;
}

dt, dd {
  font-size: 1.4rem;
  color: #444444;
}
dt span, dd span {
  font-size: 1.4rem;
  color: #444444;
}

a {
  color: #555555;
}
.txt-area {
  font-size: 1.4rem;
}
.txt-area .ym-h1, .txt-area h1 {
  margin: 0 0 3.75rem;
}
.txt-area .ym-h2, .txt-area h2 {
  margin: 0 0 2.5rem;
}
.txt-area .ym-h3, .txt-area h3 {
  margin: 0 0 2.5rem;
}
.txt-area .ym-h4, .txt-area h4 {
  margin: 0 0 2rem;
}
.txt-area .ym-h5, .txt-area h5 {
  margin: 0 0 1.875rem;
}
.txt-area .ym-p, .txt-area p {
  margin: 0 0 2.38rem;
}
.txt-area blockquote {
  margin: 0 0 1.25em;
}
.txt-area figure {
  margin: 0 0 1.25em;
}
.txt-area figcaption {
  margin: 1.25em 0 0;
}
.txt-area ol, .txt-area ul {
  margin: 0 0 1.25em;
}
.txt-area ol ol, .txt-area ul ul {
  margin: 1em 0 1em 1.25em;
}
.txt-area ol li, .txt-area ul li {
  margin: 0 0 1em;
}
.txt-area table {
  margin: 0 0 1.25em;
}
.txt-area tr {
  margin: 0rem;
  width: 100%;
}
.txt-area th, .txt-area td {
  padding: 2.4rem 3.5rem;
}
.txt-area dl {
  margin: 0 0 1.25em;
}
.txt-area dl dl {
  padding: 1em 0 1em 1.25em;
  margin: 0;
}
.txt-area dt, .txt-area dd {
  padding: 0 0 1.25em;
}

.btn-circle {
  background: #4b7bad;
  border: 1px solid #4b7bad;
  border-radius: 100vw;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  transition: 0.4s;
  padding: 1.25em 2rem;
}
.btn-circle:visited {
  color: #ffffff;
}
.btn-circle:hover, .btn-circle:active {
  color: #4b7bad;
  background-color: #ffffff;
}
.btn-circle.arrow-r {
  padding: 1.25em 5rem;
  position: relative;
}
.btn-circle.arrow-r::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-weight: 700;
  margin-left: 5px;
  transition: 0.4s;
}
.btn-circle.arrow-r:hover::after, .btn-circle.arrow-r:active::after, .btn-circle.arrow-r:focus::after {
  right: 15px;
}
.btn-circle.search-l-wrap {
  padding: 1.25em 2.4em 1.25em 4.4em;
}
.btn-circle .search-l {
  position: relative;
}
.btn-circle .search-l::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
  font-size: 2.4rem;
  margin: auto;
  position: absolute;
  top: -5px;
  right: 10px;
  transition: 0.4s;
}
.btn-circle.line {
  background-color: #06c755;
  border: 1px solid #06c755;
}
.btn-circle.line span {
  font-weight: 700;
}
.btn-circle.line:hover, .btn-circle.line:active, .btn-circle.line:focus {
  background-color: #ffffff;
  color: #06c755;
  border: 1px solid #06c755;
}
.btn-circle.line:hover::before, .btn-circle.line:active::before, .btn-circle.line:focus::before {
  color: #06c755;
}

.gy-btn {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: 0.4s;
  font-size: 1.4rem;
  padding: 1em 0.5em;
}
.gy-btn:visited {
  color: #555555;
}
.gy-btn:hover, .gy-btn:active {
  color: #555555;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.chart-btn {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: 0.4s;
  font-size: 1.4rem;
  padding: 1em 0.5em;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}
.chart-btn:visited {
  color: #555555;
}
.chart-btn:hover, .chart-btn:active {
  color: #555555;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.gy-btn-smol {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: 0.4s;
  font-size: 1.2rem;
  padding: 0.75em 0.75em;
}
.gy-btn-smol:visited {
  color: #555555;
}
.gy-btn-smol:hover, .gy-btn-smol:active {
  color: #555555;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.gy-btn-smol.arrow-l::before {
  content: "▲";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(90deg);
}

.price {
  color: #d31818;
  font-weight: 900;
  font-size: 1.6rem;
}
.price::before {
  content: "¥";
}
.price::after {
  content: "（税込）";
}

/*その他と主な共通部分は省略*/
.comment-wrap {
  background-color: #dddddd;
  padding: 0.5em 0.75em;
  width: 100%;
  border-radius: 5px;
}
.comment-wrap.line {
  color: #ffffff;
  background-color: #06c755;
}
.comment-wrap.line span {
  color: #eeeeee;
}

.icon-cart {
  stroke: #666666;
  stroke-width: 2px;
  fill: none;
}
.icon-cart-circle {
  fill: #666666;
}

.icon-heart {
  fill: #666666;
  stroke: #666666;
  stroke-width: 2px;
}

.icon-login {
  fill: #666666;
  stroke: #666666;
  stroke-width: 0px;
}

.icon-mypage {
  fill: none;
  stroke: #666666;
  stroke-width: 3px;
}

#ym-off-canvas-wrap .icon-cart {
  stroke: #ffffff;
  stroke-width: 2px;
  fill: none;
}
#ym-off-canvas-wrap .icon-cart-circle {
  fill: #ffffff;
}
#ym-off-canvas-wrap .icon-heart {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 2px;
}
#ym-off-canvas-wrap .icon-login {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0px;
}
#ym-off-canvas-wrap .icon-mypage {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
}
#ym-off-canvas-wrap .i_mail {
  stroke: #ffffff;
}

.fs-p-searchForm {
  max-width: 425px;
}
.fs-p-searchForm .ym-sForm_group {
  display: flex;
  align-items: stretch;
  border: 1px solid #4b7bad;
  background: #fff;
}
.fs-p-searchForm .ym-sForm_input {
  border: none;
  width: calc(100% - 4em);
  flex-grow: 1;
  padding: 5px 0px 5px 10px;
  height: 2.4em;
}
.fs-p-searchForm .ym-sForm_input::placeholder {
  color: rgba(126, 162, 199, 0.75);
}
.fs-p-searchForm .ym-sForm_button {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
.fs-p-searchForm .ym-sForm_button::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
  display: block;
  font-size: 2.2rem;
  line-height: 1.25;
  position: absolute;
  text-indent: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fs-p-searchForm .ym-sForm_button {
  background: #7ea2c7;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  width: auto;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  margin: 3px 10px 2px;
}
.fs-p-searchForm .ym-sForm_group {
  border-radius: 6px;
}
.fs-p-searchForm .ym-sForm_input {
  border-radius: 5px 0 0 5px;
}
.fs-p-searchForm.fs-p-searchForm--top-slider-sp {
  margin: 0 auto 1.6rem;
  padding: 0 4vw;
}

.ym-glnav {
  padding: 2.4rem 0;
}

.ym-glnav_fixed {
  padding: 2.4rem 0;
}
.ym-glnav .is-hidden-mobile,
.ym-glnav_fixed .is-hidden-mobile {
  display: none !important;
}
.ym-glnav nav,
.ym-glnav_fixed nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition-property: all, width;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
.ym-glnav nav > :first-child,
.ym-glnav_fixed nav > :first-child {
  margin-right: auto;
}
.ym-glnav .ym-pc,
.ym-glnav_fixed .ym-pc {
  display: flex;
  flex-wrap: wrap;
}
.ym-glnav .ym-pc .ym-nav-pri,
.ym-glnav_fixed .ym-pc .ym-nav-pri {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ym-glnav .ym-pc .ym-nav-pri .org-pri,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-pri {
  flex-grow: 0;
  /* 0以外の値を指定しないと子要素は伸張しない */
  flex-shrink: 0;
  /* 0以外の値を指定しないと子要素は伸張しない */
  flex-basis: 250px;
  /* 0以外の値を指定しないと子要素は伸張しない */
}
.ym-glnav .ym-pc .ym-nav-pri .org-sec,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-sec {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin-left: 3.5rem;
  margin-right: auto;
}
.ym-glnav .ym-pc .ym-nav-pri .org-sec .search-txt,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-sec .search-txt {
  color: #7ea2c7;
  font-size: 1.05rem;
  margin-bottom: 0.5em;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri {
  list-style: none;
  padding: 0;
  margin-bottom: 0.8rem;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li {
  line-height: 1;
  color: #4b7bad;
  text-align: right;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.tel,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.tel {
  font-size: 1.6rem;
  font-weight: 700;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a {
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.4s;
  color: #4b7bad;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a:hover, .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a:active, .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a:focus,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a:hover,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a:active,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a:focus {
  color: #7ea2c7;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.date,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.date {
  margin-top: 0.8rem;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.date .lightn,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.date .lightn {
  font-size: 1.05rem;
  color: #8faecf;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec li,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1.6rem;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec li i,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec li i {
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec li i *,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec li i * {
  margin: 0rem;
  padding: 0rem;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec li a span,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec li a span {
  font-size: 1.05rem;
}
.ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec li:nth-of-type(3) a span, .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-sec li:nth-of-type(4) a span,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec li:nth-of-type(3) a span,
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-sec li:nth-of-type(4) a span {
  margin-left: 5px;
}
.ym-glnav .ym-pc .ym-nav-sec,
.ym-glnav_fixed .ym-pc .ym-nav-sec {
  background: rgba(75, 123, 173, 0.3);
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%);
  width: 100vw;
  border-top: 1px solid #4b7bad;
  border-bottom: 1px solid #4b7bad;
}
.ym-glnav .ym-pc .ym-nav-sec ul,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.ym-glnav .ym-pc .ym-nav-sec ul li,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li {
  border-left: 1px solid #4b7bad;
  width: 100%;
}
.ym-glnav .ym-pc .ym-nav-sec ul li.plus a,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.plus a {
  position: relative;
}
.ym-glnav .ym-pc .ym-nav-sec ul li.plus a::after,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
.ym-glnav .ym-pc .ym-nav-sec ul li.plus a.active::after,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.plus a.active::after {
  transform: rotate(-45deg);
}
.ym-glnav .ym-pc .ym-nav-sec ul li.arrow a,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.arrow a {
  padding-left: 1.6rem;
}
.ym-glnav .ym-pc .ym-nav-sec ul li.arrow a::before,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
.ym-glnav .ym-pc .ym-nav-sec ul li.arrow a:hover::after, .ym-glnav .ym-pc .ym-nav-sec ul li.arrow a:active::after, .ym-glnav .ym-pc .ym-nav-sec ul li.arrow a:focus::after,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.arrow a:hover::after,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.arrow a:active::after,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li.arrow a:focus::after {
  right: 1rem;
}
.ym-glnav .ym-pc .ym-nav-sec ul li a,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li a {
  color: #4b7bad;
  text-decoration: none;
  color: #4b7bad;
  text-align: center;
  display: block;
  padding: 0.75em;
  transition: color 0.4s, background-color 0.4s;
  color: #4b7bad;
  background-color: transparent;
}
.ym-glnav .ym-pc .ym-nav-sec ul li a:hover, .ym-glnav .ym-pc .ym-nav-sec ul li a:active, .ym-glnav .ym-pc .ym-nav-sec ul li a:focus,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li a:hover,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li a:active,
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li a:focus {
  color: #ffffff;
  background-color: #4b7bad;
}
.ym-glnav .ym-pc .ym-nav-sec ul li:nth-last-of-type(1),
.ym-glnav_fixed .ym-pc .ym-nav-sec ul li:nth-last-of-type(1) {
  border-right: 1px solid #4b7bad;
}
.ym-glnav .ym-pc .fs-p-cartItemNumber,
.ym-glnav_fixed .ym-pc .fs-p-cartItemNumber {
  top: -5px;
}
.ym-glnav .ym-pc .cartItemNumberWrap,
.ym-glnav_fixed .ym-pc .cartItemNumberWrap {
  position: relative;
}
.ym-glnav .ym-sp .ym-nav-pri,
.ym-glnav_fixed .ym-sp .ym-nav-pri {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.ym-glnav .ym-sp .ym-nav-pri a.nav-org-pri .ym-site-logo,
.ym-glnav_fixed .ym-sp .ym-nav-pri a.nav-org-pri .ym-site-logo {
  width: 100%;
  max-width: 200px;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-content: flex-end;
  justify-content: space-around;
  width: 50%;
  margin: 0 auto;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a {
  flex-wrap: wrap;
  align-items: center;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a *,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a * {
  display: flex;
  justify-content: center;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a span.smol,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a span.smol {
  width: 100%;
  font-size: 1.05rem;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a i,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a i {
  cursor: pointer;
  width: 100%;
  padding-bottom: 5px;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a i svg,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a i svg {
  fill: #999999;
  transition: 0.4s;
  max-width: 30px;
  max-height: 30px;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a i:hover svg, .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a i:active svg, .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a i:focus svg,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a i:hover svg,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a i:active svg,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a i:focus svg {
  fill: #4b7bad;
}
.ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec img.ym-icons,
.ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec img.ym-icons {
  max-height: 30px;
}
.ym-glnav .ym-sp .ym-nav-sec,
.ym-glnav_fixed .ym-sp .ym-nav-sec {
  display: flex;
  align-content: center;
  justify-content: center;
}
.ym-glnav .ym-sp .ym-nav-sec .ym-nav-hamb,
.ym-glnav_fixed .ym-sp .ym-nav-sec .ym-nav-hamb {
  cursor: pointer;
  margin-left: 0rem;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
}
.ym-glnav .ym-sp .ym-nav-sec .ym-nav-hamb .hamb-menu,
.ym-glnav_fixed .ym-sp .ym-nav-sec .ym-nav-hamb .hamb-menu {
  font-size: 1.05rem;
  color: #4b7bad;
  width: 100%;
  margin-top: 0.25rem;
  text-align: center;
  transition: 0.4s;
}
.ym-glnav .ym-sp .ym-nav-sec .ym-nav-hamb.active .hamb-menu,
.ym-glnav_fixed .ym-sp .ym-nav-sec .ym-nav-hamb.active .hamb-menu {
  opacity: 0;
}
.ym-glnav .ym-sp .fs-p-cartItemNumber,
.ym-glnav_fixed .ym-sp .fs-p-cartItemNumber {
  top: -5px;
  right: -2px;
}
.ym-glnav .ym-sp .cartItemNumberWrap,
.ym-glnav_fixed .ym-sp .cartItemNumberWrap {
  position: relative;
}

.ym-glnav_fixed {
  position: fixed;
  padding: 0.8rem 0 0;
  top: 0px;
  z-index: 9999998;
  width: 100vw;
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  display: none;
}
.ym-glnav_fixed.closedMove {
  animation: slide-top 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: all, width;
}
.ym-glnav_fixed.openMove {
  animation: slide-bottom 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ym-glnav_fixed .ym-pc .ym-nav-pri .org-pri {
  flex-basis: 150px;
}
.ym-glnav_fixed .ym-sp .ym-nav-pri a.nav-org-pri .ym-site-logo {
  max-width: 150px;
}
.ym-glnav_fixed .ym-nav-sec .ym-nav-hamb {
  margin-top: 2px;
  z-index: 10001;
}
.ym-glnav_fixed .fix-hamb {
  position: absolute;
  top: 1.5rem;
  right: 4vw;
  z-index: 9999998;
  padding: 0;
  transform: translateX(-50%);
}

#fixed-glnav-2 {
  box-shadow: none;
  background-color: transparent;
  z-index: 9999998;
}

.ym-cover_off-canvas {
  position: relative;
}
.ym-cover_off-canvas::before {
  content: "";
  position: fixed;
  min-height: 100vh;
  width: 100%;
  z-index: 9999999;
  top: 0;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: 0.4s;
}
.ym-cover_off-canvas.active::before {
  background: rgba(236, 241, 248, 0.7);
  visibility: visible;
}

#ym-off-canvas-wrap {
  position: fixed;
  z-index: 10000005;
  display: none;
  top: 0;
  left: 0;
}
#ym-off-canvas-wrap .ym-off-canvas {
  width: calc(100vw - 120px);
  max-width: none !important;
  position: relative;
  height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  z-index: 10000005;
  background-color: #ffffff;
  overflow-y: scroll;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
#ym-off-canvas-wrap.closedMove {
  animation: downAnimeR 0.4s both;
}
#ym-off-canvas-wrap.openMove {
  animation: upAnimeR 0.4s both;
}
#ym-off-canvas-wrap ul.ym-off-menu {
  margin-left: 0;
  margin-top: 0;
}
#ym-off-canvas-wrap .off-hamb {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.5rem;
  padding-right: 20px;
  padding-bottom: 3rem;
}
#ym-off-canvas-wrap .ym-icons {
  max-width: 20px;
  margin-right: 1.6rem;
}
#ym-off-canvas-wrap .row-pri {
  display: flex;
}
#ym-off-canvas-wrap .row-pri .off-hamb {
  order: 2;
  width: 20%;
}
#ym-off-canvas-wrap .row-pri .menber-info {
  order: 1;
  width: 80%;
  margin-top: 3.5rem;
  padding-left: 20px;
  padding-bottom: 3rem;
}
#ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main {
  background: #4b7bad;
}
#ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a {
  color: #ffffff;
  background-color: #4b7bad;
  font-size: 1.4rem;
  cursor: pointer;
  align-items: center;
}
#ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a:hover, #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a:active, #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a:focus {
  color: #e6e6e6;
  background-color: #6c95bf;
}
#ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a svg {
  fill: #999999;
  transition: 0.4s;
  margin-right: 1.6rem;
  max-width: 25px;
  max-height: 30px;
}
#ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a:hover svg, #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a:active svg, #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a:focus svg {
  fill: #ffffff;
}
#ym-off-canvas-wrap .row-pri,
#ym-off-canvas-wrap .row-sec {
  width: 100%;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.plus a,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.plus a {
  position: relative;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.plus a::after,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.plus a.active::after,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.plus a.active::after {
  transform: rotate(-45deg);
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.arrow a,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.arrow a {
  padding-left: 1.6rem;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.arrow a::before,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.arrow a:hover::after, #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.arrow a:active::after, #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li.arrow a:focus::after,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.arrow a:hover::after,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.arrow a:active::after,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li.arrow a:focus::after {
  right: 1rem;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li a,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li a {
  text-decoration: none;
  display: block;
  padding: 1.5em;
  transition: 0.4s;
  color: #555555;
  background-color: transparent;
  font-size: 1.4rem;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li a:hover, #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li a:active, #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li a:focus,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li a:hover,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li a:active,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li a:focus {
  color: #555555;
  background-color: #dddddd;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li:nth-last-of-type(1),
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li:nth-last-of-type(1) {
  border-bottom: none;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main a,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main a {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main a i.w-icon svg,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main a i.w-icon svg {
  margin-left: 0.1rem;
  max-width: 25px;
  fill: #ffffff;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main a i.w-icon svg:hover, #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main a i.w-icon svg:active, #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main a i.w-icon svg:focus,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main a i.w-icon svg:hover,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main a i.w-icon svg:active,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main a i.w-icon svg:focus {
  fill: #ffffff;
}
#ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main a i img.ym-icons.__w,
#ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main a i img.ym-icons.__w {
  max-width: 25px;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li {
  margin: 0;
  width: 50%;
  border-bottom: 0;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.plus a,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.plus a {
  position: relative;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.plus a::after,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.plus a.active::after,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.plus a.active::after {
  transform: rotate(-45deg);
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.arrow a,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.arrow a {
  padding-left: 1.6rem;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.arrow a::before,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.arrow a:hover::after, #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.arrow a:active::after, #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.arrow a:focus::after,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.arrow a:hover::after,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.arrow a:active::after,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.arrow a:focus::after {
  right: 1rem;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a {
  text-decoration: none;
  display: block;
  padding: 1.5em;
  transition: 0.4s;
  color: #555555;
  background-color: #dddddd;
  font-size: 1.4rem;
  transition-property: background-color, color;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a:hover, #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a:active, #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a:focus,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a:hover,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a:active,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a:focus {
  color: #3c3c3c;
  background-color: #f7f7f7;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li:nth-of-type(2n),
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li:nth-of-type(2n) {
  border-right: none;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li:nth-last-of-type(-n+2),
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li:nth-last-of-type(-n+2) {
  border-bottom: none;
}
#ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.md-100vw,
#ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.md-100vw {
  width: 100%;
  border-right: none;
}
#ym-off-canvas-wrap .org-logo-cnt {
  width: 84%;
  padding-bottom: 5rem;
}
#ym-off-canvas-wrap .org-logo-cnt .mol-thr {
  margin-bottom: 0.8rem;
}
#ym-off-canvas-wrap .org-logo-cnt ul.mol-fou {
  list-style: none;
  padding: 0;
  margin-bottom: 0.8rem;
}
#ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li {
  text-align: right;
}
#ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.tel {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
#ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail {
  text-align: center;
}
#ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a {
  font-size: 1.6rem;
}
#ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a:hover, #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a:active, #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a:focus {
  color: #555555;
}

#ym-off-canvas-wrap .sub-wrap_pri {
  min-width: 850px;
}
#ym-off-canvas-wrap .sub-wrap_sec {
  min-width: 1000px;
}
#ym-off-canvas-wrap .sub-wrap_pri,
#ym-off-canvas-wrap .sub-wrap_sec {
  display: none;
  width: 50vw;
  height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: #fcfcfc;
  position: absolute;
  top: 0;
  z-index: 10000001;
  overflow-y: scroll;
}
#ym-off-canvas-wrap .sub-wrap_pri.closedMove,
#ym-off-canvas-wrap .sub-wrap_sec.closedMove {
  animation: rightAnime 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
#ym-off-canvas-wrap .sub-wrap_pri.openMove,
#ym-off-canvas-wrap .sub-wrap_sec.openMove {
  animation: leftAnime 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri {
  display: block;
  width: 100%;
}
#ym-off-canvas-wrap .sub-wrap_pri .row-bk,
#ym-off-canvas-wrap .sub-wrap_sec .row-bk {
  min-width: 450px;
  height: 100vh;
}
#ym-off-canvas-wrap .sub-wrap_sec .row-pri_block, #ym-off-canvas-wrap .sub-wrap_pri .row-pri_block {
  display: block;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec {
  border-bottom: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.plus a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.plus a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.plus a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.plus a {
  position: relative;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.plus a::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.plus a::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.plus a::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.plus a.active::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.plus a.active::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.plus a.active::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.plus a.active::after {
  transform: rotate(-45deg);
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.arrow a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.arrow a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.arrow a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.arrow a {
  padding-left: 1.6rem;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.arrow a::before,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.arrow a::before, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.arrow a::before,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.arrow a:hover::after, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.arrow a:active::after, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to.arrow a:focus::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.arrow a:hover::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.arrow a:active::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to.arrow a:focus::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.arrow a:hover::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.arrow a:active::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to.arrow a:focus::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.arrow a:hover::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.arrow a:active::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to.arrow a:focus::after {
  right: 1rem;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to a {
  text-decoration: none;
  display: block;
  padding: 1.5em;
  transition: 0.4s;
  color: #555555;
  background-color: transparent;
  font-size: 1.4rem;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to a:hover, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to a:active, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to a:focus,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to a:hover,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to a:active,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to a:focus, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to a:hover, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to a:active, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to a:focus,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to a:hover,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to a:active,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to a:focus {
  color: #555555;
  background-color: #dddddd;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to:nth-last-of-type(1),
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to:nth-last-of-type(1), #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to:nth-last-of-type(1),
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to:nth-last-of-type(1) {
  border-bottom: none;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri a.back-to,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec a.back-to, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri a.back-to,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec a.back-to {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .back-to,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .back-to, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .back-to,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .back-to {
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .back-to a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .back-to a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .back-to a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .back-to a {
  background-color: #dddddd;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .back-to a:hover, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .back-to a:active, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .back-to a:focus,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .back-to a:hover,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .back-to a:active,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .back-to a:focus, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .back-to a:hover, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .back-to a:active, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .back-to a:focus,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .back-to a:hover,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .back-to a:active,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .back-to a:focus {
  background-color: #f7f7f7;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .back-to a::before,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .back-to a::before, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .back-to a::before,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .back-to a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu {
  width: 100%;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading {
  padding: 0.5em;
  border-bottom: 1px solid #cccccc;
  color: #555555;
  background-color: transparent;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a {
  position: relative;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a.active::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a.active::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a.active::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.plus a.active::after {
  transform: rotate(-45deg);
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a {
  padding-left: 1.6rem;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a::before,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a::before, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a::before,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:hover::after, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:active::after, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:focus::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:hover::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:active::after,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:focus::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:hover::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:active::after, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:focus::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:hover::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:active::after,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.arrow a:focus::after {
  right: 1rem;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading a,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading a,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading a {
  text-decoration: none;
  display: block;
  padding: 1.5em;
  transition: 0.4s;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:hover, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:active, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:focus,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:hover,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:active,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:focus, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:hover, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:active, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:focus,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:hover,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:active,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading:focus {
  color: #555555;
  background-color: #dddddd;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  color: #555555;
  background-color: #dddddd;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:hover, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:active, #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:focus,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:hover,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:active,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:focus, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:hover, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:active, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:focus,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:hover,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:active,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1:focus {
  color: #3c3c3c;
  background-color: #f7f7f7;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link {
  font-size: 1.4rem;
  color: #555555;
}
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri .fs-pt-menu *,
#ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec .fs-pt-menu *, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri .fs-pt-menu *,
#ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec .fs-pt-menu * {
  transition-duration: 0.4s;
}

.ym-glnav .ym-nav-hamb,
.ym-glnav_fixed .ym-nav-hamb {
  position: relative;
}

.fs-p-cartItemNumber {
  background-color: #333333;
  font-size: 1.2rem;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  z-index: 10;
}

.ym-off-canvas .cartItemNumberWrap {
  position: relative;
}
.ym-off-canvas .fs-p-cartItemNumber {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 1.4rem;
  transform: translateY(-50%);
}

#ym-off-canvas-wrap ul .fs-clientInfo.login-wrap-div {
  width: 100%;
}
#ym-off-canvas-wrap ul .fs-clientInfo.login-wrap-div li {
  border-bottom: 1px solid #cccccc;
}

.fs-l-main.fs-l-product2.ym-sticky-wrap {
  position: relative;
}

.ym-sticky.ym-fixed {
  width: 375px;
  right: 0;
}

.scroll-top {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  font-size: 1.5rem;
  text-align: center;
  background: #4b7bad;
  padding: 1em;
  border-radius: 50vw;
  line-height: 1.3;
  width: 70px;
  transition: 0.4s;
  z-index: 100;
}
.scroll-top.closedMove {
  opacity: 0;
}
.scroll-top.openMove {
  opacity: 1;
}
.scroll-top:hover, .scroll-top:active, .scroll-top:focus {
  margin-bottom: 0.5em;
}
.scroll-top a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.scroll-top a::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  padding-left: 3px;
  content: "\f077";
  font-weight: 700;
  margin-right: 5px;
}

footer.footer-wrap {
  background: #fbfbfb;
  border-top: 1px solid #b3b3b3;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt {
  display: flex;
  justify-content: center;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-img {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 60%;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-img img {
  width: 100%;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: 5rem;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body > * {
  width: 100%;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body p {
  margin-bottom: 0.8rem;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body .body-ft a {
  cursor: pointer;
  color: #555555;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body .body-ft a::before {
  content: "-";
  display: inline-block;
  font-weight: 500;
  margin-right: 5px;
}
footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body .body-ft a:hover, footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body .body-ft a:active, footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body .body-ft a:focus {
  color: #6c95bf;
}
footer.footer-wrap .footer-sec_body {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer.footer-wrap .footer-sec_body .sec-cnt {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
footer.footer-wrap .footer-sec_body .sec-cnt .col-pri,
footer.footer-wrap .footer-sec_body .sec-cnt .col-sec {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
footer.footer-wrap .footer-sec_body .sec-cnt .col-pri {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 200px;
  margin-right: 3.5rem;
}
footer.footer-wrap .footer-sec_body .sec-cnt .col-sec {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
footer.footer-wrap .footer-sec_body .sec-cnt .li-ttl {
  padding: 1.5em 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4b7bad;
  margin-top: 1.6rem;
  margin-bottom: 0;
  border-bottom: 1px solid #b3b3b3;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six {
  width: 100%;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri.is-hidden-pc ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec.is-hidden-pc ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr.is-hidden-pc ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou.is-hidden-pc ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv.is-hidden-pc ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six.is-hidden-pc ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li {
  margin: 0;
  width: 50%;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.plus a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.plus a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.plus a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.plus a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.plus a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.plus a {
  position: relative;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.plus a::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.plus a::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.plus a::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.plus a::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.plus a::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.plus a.active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.plus a.active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.plus a.active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.plus a.active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.plus a.active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.plus a.active::after {
  transform: rotate(-45deg);
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.arrow a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.arrow a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.arrow a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.arrow a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.arrow a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.arrow a {
  padding-left: 1.6rem;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.arrow a::before,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.arrow a::before,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.arrow a::before,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.arrow a::before,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.arrow a::before,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.arrow a:hover::after, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.arrow a:active::after, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.arrow a:focus::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.arrow a:hover::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.arrow a:active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.arrow a:focus::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.arrow a:hover::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.arrow a:active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.arrow a:focus::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.arrow a:hover::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.arrow a:active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.arrow a:focus::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.arrow a:hover::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.arrow a:active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.arrow a:focus::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.arrow a:hover::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.arrow a:active::after,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.arrow a:focus::after {
  right: 1rem;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #555555;
  display: block;
  padding: 1.5em 1em;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li:nth-child(odd),
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li:nth-child(odd),
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li:nth-child(odd),
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li:nth-child(odd),
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li:nth-child(odd),
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li:nth-child(odd) {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li:nth-child(even),
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li:nth-child(even),
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li:nth-child(even),
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li:nth-child(even),
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li:nth-child(even),
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li:nth-child(even) {
  border-bottom: 1px solid #b3b3b3;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.md-100vw,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.md-100vw,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.md-100vw,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.md-100vw,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.md-100vw,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.md-100vw {
  width: 100%;
  border-right: none;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul a,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul a {
  transition: 0.4s;
  cursor: pointer;
  color: #555555;
}
footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul a:hover, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul a:active, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul a:focus,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul a:hover,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul a:active,
footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul a:focus,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul a:hover,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul a:active,
footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul a:focus,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul a:hover,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul a:active,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul a:focus,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul a:hover,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul a:active,
footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul a:focus,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul a:hover,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul a:active,
footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul a:focus {
  color: #6c95bf;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate li {
  width: 100%;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit {
  cursor: pointer;
  padding: 1.5em 1em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4b7bad;
  border-bottom: 1px solid #b3b3b3;
  transition: 0.4s;
  color: #ffffff;
  background-color: #6c95bf;
  display: flex;
  justify-content: space-between;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit:hover, footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit:active, footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit:focus {
  color: #e6e6e6;
  background-color: #8faecf;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit::after {
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit::after {
  font-size: 2rem;
  font-weight: 500;
  content: "+";
  display: inline-block;
  margin-left: 5px;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.acc-wrap-ft.is-active .acc-tit::after {
  transition-delay: 0s;
  transform: rotate(-45deg);
}

footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items {
  transition: 0.4s;
  max-height: 0px;
  overflow: hidden;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn {
  border-bottom: 1px solid #b3b3b3;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.plus a {
  position: relative;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.plus a::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  position: absolute;
  right: 1.5rem;
  transition: 0.4s;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.plus a.active::after {
  transform: rotate(-45deg);
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.arrow a {
  padding-left: 1.6rem;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.arrow a::before {
  content: "> ";
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all, border-left;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.arrow a:hover::after, footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.arrow a:active::after, footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn.arrow a:focus::after {
  right: 1rem;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn a {
  text-decoration: none;
  color: #555555;
  display: block;
  padding: 1.5em 1em;
  transition: 0.4s;
  color: #ffffff;
  background-color: #7ea2c7;
}
footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn a:hover, footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn a:active, footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-items .items-inn a:focus {
  color: #e6e6e6;
  background-color: #a1bbd6;
}
.acc-wrap-ft.is-active .acc-items {
  transition: 0.8s;
  max-height: 700px !important;
}

footer.footer-wrap .footer-sec_bottom {
  padding: 7rem 0 2.4rem;
}
footer.footer-wrap .footer-sec_bottom .sec-cnt {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
footer.footer-wrap .footer-sec_bottom .sec-cnt > :first-child {
  margin-right: auto;
}
footer.footer-wrap .footer-sec_bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1.5em;
  justify-content: center;
}
footer.footer-wrap .footer-sec_bottom ul li {
  border-right: 1px solid gray;
  margin: 0;
}
footer.footer-wrap .footer-sec_bottom ul li:nth-last-of-type(-n+1) {
  border-right: none;
}
footer.footer-wrap .footer-sec_bottom ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  padding-right: 24px;
  padding-left: 24px;
  cursor: pointer;
  color: #555555;
}
footer.footer-wrap .footer-sec_bottom ul li a:nth-of-type(1) {
  padding-left: 16px;
}
footer.footer-wrap .footer-sec_bottom ul li a:hover, footer.footer-wrap .footer-sec_bottom ul li a:active, footer.footer-wrap .footer-sec_bottom ul li a:focus {
  color: #6c95bf;
}
footer.footer-wrap .footer-sec_bottom p.col-sec {
  margin-bottom: 0;
  text-align: center;
}

.org-logo-cnt {
  padding: 7rem 0 0;
  margin: 0 auto;
  max-width: 350px;
}
.org-logo-cnt img {
  width: 100%;
}
.org-logo-cnt .mol-sec {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-around;
}
.org-logo-cnt .mol-sec i {
  font-size: 3rem;
  cursor: pointer;
  transition: 0.4s;
  color: #666666;
}
.org-logo-cnt .mol-sec i:hover, .org-logo-cnt .mol-sec i:active, .org-logo-cnt .mol-sec i:focus {
  color: #333333;
}
.org-logo-cnt .mol-sec:nth-of-type(1) img, .org-logo-cnt .mol-sec:nth-of-type(3) img {
  max-height: 75px;
}

.footer-wrap .org-logo-cnt {
  padding-top: 5rem;
  padding-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.ym-fs-slider.ranking .slick-slide, .ym-fs-slider.ranking .fr2-listItem {
  position: relative;
}
.ym-fs-slider.ranking .slick-slide::before, .ym-fs-slider.ranking .fr2-listItem::before {
  content: "";
  font-size: 1.4rem;
  position: absolute;
  top: 0px;
  left: 10px;
  background-color: #333333;
  color: #ffffff;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  z-index: 100;
  font-size: 1.2rem;
}
.ym-fs-slider.ranking .slick-slide:nth-child(1)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(1)::before {
  background-color: #d9bb00;
  content: "1";
}
.ym-fs-slider.ranking .slick-slide:nth-child(2)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(2)::before {
  background-color: #a6acaf;
  content: "2";
}
.ym-fs-slider.ranking .slick-slide:nth-child(3)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(3)::before {
  background-color: #c0a17f;
  content: "3";
}
.ym-fs-slider.ranking .slick-slide:nth-child(4)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(4)::before {
  content: "4";
}
.ym-fs-slider.ranking .slick-slide:nth-child(5)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(5)::before {
  content: "5";
}
.ym-fs-slider.ranking .slick-slide:nth-child(6)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(6)::before {
  content: "6";
}
.ym-fs-slider.ranking .slick-slide:nth-child(7)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(7)::before {
  content: "7";
}
.ym-fs-slider.ranking .slick-slide:nth-child(8)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(8)::before {
  content: "8";
}
.ym-fs-slider.ranking .slick-slide:nth-child(9)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(9)::before {
  content: "9";
}
.ym-fs-slider.ranking .slick-slide:nth-child(10)::before, .ym-fs-slider.ranking .fr2-listItem:nth-child(10)::before {
  content: "10";
}

.mt-n {
  margin-top: 0rem !important;
}

.mb-n {
  margin-bottom: 0rem !important;
}

.mr-n {
  margin-right: 0rem !important;
}

.ml-n {
  margin-left: 0rem !important;
}

.pt-n {
  padding-top: 0rem !important;
}

.pb-n {
  padding-bottom: 0rem !important;
}

.pr-n {
  padding-right: 0rem !important;
}

.pl-n {
  padding-left: 0rem !important;
}

.sec-kpt {
  padding-top: 5rem !important;
}

.sec-kpmt {
  padding-top: 5rem !important;
  margin-top: 5rem !important;
}

.notice {
  color: #f14668;
}

.success {
  color: #48c78e;
}

.bk {
  display: block;
}
.bk-max-lg {
  display: block;
}
.bk-max-md {
  display: block;
}
.bk-max-sm {
  display: block;
}
.bk-max-xs {
  display: block;
}
.bk-min-lg {
  display: inline;
}
.bk-min-md {
  display: inline;
}
.bk-min-sm {
  display: inline;
}
.bk-min-xs {
  display: inline;
}
.bk-min-lg-v {
  display: inline;
}

.gmap iframe {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 7/5;
}

.load-cover-wrap {
  position: relative;
  width: 100%;
  height: 300px;
}
.load-cover-wrap .load-cnt {
  display: none;
  margin: 0 auto;
}
.load-cover-wrap .load-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 900;
  top: 0;
  transition: 0.4s, width, height;
}
.load-cover-wrap .load-cover::after {
  height: 32px;
  content: "image loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 901;
}
.load-cover-wrap.loaded {
  height: auto;
}
.load-cover-wrap.loaded .load-cover {
  background-color: transparent;
  z-index: -1;
}
.load-cover-wrap.loaded .load-cover::after {
  content: "";
}
.load-cover-wrap.loaded .load-cnt {
  display: block;
  margin: 0 auto;
}

#top-slider {
  padding: 0;
}
#top-slider.top-sldier--ashop {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#top-slider__sp {
  padding: 0;
  position: relative;
  z-index: 10;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide a,
.swiper-slide img,
.swiper-slide picture {
  width: 100%;
  display: block;
}

.main-sldier {
  width: 100vw;
  overflow: hidden;
}
.main-sldier__sp {
  width: 100vw;
  overflow: hidden;
}
.top-sldier--ashop .main-sldier {
  width: 100%;
  margin-bottom: 0.8rem;
}

.thumbnail-sldier {
  overflow: hidden;
  width: calc(100vw - 4vw);
  max-width: 1200px;
  margin: 8px auto 0;
}
.thumbnail-sldier .swiper-slide {
  width: 220px;
  background-color: #000;
}
.thumbnail-sldier .swiper-slide img {
  opacity: 0.5;
}
.thumbnail-sldier .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.top-sldier--ashop .thumbnail-sldier {
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination {
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0px;
}

.ym-ask-line-base {
  display: flex;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}
.ym-ask-line-base a.gy-btn-smol {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06c755;
  box-shadow: rgba(6, 199, 85, 0.5) 0px 1px 4px 0px, rgba(6, 199, 85, 0.5) 0px 0px 0px 1px;
  font-weight: 700;
  color: #ffffff;
  padding: 1em 0.75em;
  margin-right: 0.8rem;
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: auto;
}
.ym-ask-line-base a.gy-btn-smol::before {
  color: #ffffff;
}
.ym-ask-line-base a.gy-btn-smol:hover, .ym-ask-line-base a.gy-btn-smol:active, .ym-ask-line-base a.gy-btn-smol:focus {
  background: rgba(6, 199, 85, 0.85);
}
.ym-ask-line-base a.gy-btn-smol {
  margin-right: 0;
}

.col-ttl {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.col-ttl .ttl-pri {
  padding: 0.8rem 2.4rem;
  color: #ffffff;
  background-color: #333333;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.col-ttl .ttl-sec {
  display: none;
}

.col-ttl_02 {
  width: 100%;
  display: flex;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
.col-ttl_02 h2 {
  color: #4b7bad;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #4b7bad;
  font-weight: 700;
  margin-bottom: 0rem;
}

.col-ttl--mt {
  margin-top: 3.5rem;
}
.col-ttl__center {
  text-align: center;
  margin-bottom: 2.4rem;
}
.col-ttl__center h2 {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.col-ttl__center h2::after {
  content: "";
  width: 100px;
  margin: 0 auto;
  height: 3px;
  background-color: #4b7bad;
  display: block;
  position: absolute;
  bottom: -1.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.col-ttl__center h3 {
  font-size: 2rem;
  font-weight: 700;
}
.col-ttl__center small {
  font-size: 0.75em;
  color: #555555;
}
.col-ttl__wp-h2 {
  margin-bottom: 3.5rem;
}
.col-ttl__wp-h2 h2 {
  border-bottom: 1px solid #4b7bad;
  border-left: 20px solid #4b7bad;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.col-ttl__wp-h2 h2::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
}

.d-line {
  width: 150px;
  margin: 0.8rem auto 0;
  height: 1px;
  background-color: #4b7bad;
  margin-bottom: 2.4rem;
}

.tag-def span.fs-c-productMark__label {
  color: #ffffff;
  font-size: 1.2rem;
}

#fs_ProductDetails .tag-def span.fs-c-productMark__label {
  font-size: 1.4rem;
}

a img:hover, a img:active, a img:focus {
  opacity: 0.9;
}

.top-h1 {
  visibility: hidden;
  height: 0;
}

.sec-s {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.sec:nth-of-type(1) {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.sec.kp-spa_t {
  padding-top: 10rem;
}
.sec.ad-spa_t {
  padding-top: 10rem;
  margin-top: 10rem;
}
.sec a {
  text-decoration: none;
}
.sec .sec-cnt_31 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
.sec .sec-cnt_31 .col {
  margin-top: 2.4rem;
}
.sec .sec-cnt_31 .card-body {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.sec .sec-cnt_31 .card-body h3 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.sec .sec-cnt_31 .card-body p:nth-last-of-type(1) {
  margin-bottom: 0rem;
}
.sec .sec-cnt_31.holi .col-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec .sec-cnt_31.holi .col-cnt .ym-card-cnt {
  display: flex;
  width: calc(33.33% + 0.53rem - 1.6rem);
  margin-top: 1.6rem;
}
.sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(1) {
  margin-top: 0;
}
.sec .sec-cnt_31.holi .col-cnt .ym-card-cnt a {
  display: flex;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.85);
}
.sec .sec-cnt_31.holi .col-cnt .card-img {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 130px;
  margin-right: 1.6rem;
}
.sec .sec-cnt_31.holi .col-cnt .card-img img {
  width: 100%;
}
.sec .sec-cnt_31.holi .col-cnt .card-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec .sec-cnt_31.holi .col-cnt .card-body > * {
  width: 100%;
}
.sec .sec-cnt_31.holi .col-cnt .card-body h3 {
  margin: 0;
}
.sec .sec-cnt_31.holi .col-cnt .card-body p {
  margin-bottom: 0.8rem;
}
.sec .sec-cnt_31.holi .col-cnt .body-ft span {
  cursor: pointer;
  color: #555555;
}
.sec .sec-cnt_31.holi .col-cnt .body-ft span::before {
  content: "-";
  display: inline-block;
  font-weight: 500;
  margin-right: 5px;
}
.sec .sec-cnt_31.holi .col-cnt .body-ft span:hover, .sec .sec-cnt_31.holi .col-cnt .body-ft span:active, .sec .sec-cnt_31.holi .col-cnt .body-ft span:focus {
  color: #6c95bf;
}
.sec .sec-cnt_321 {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
.sec .sec-cnt_321 .col-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec .sec-cnt_321 .ym-card-cnt {
  padding: 1.6rem;
  border: 1px solid #cccccc;
  width: calc(33.33% + 0.53rem - 1.6rem);
  margin-top: 1.6rem;
  margin-right: 1.6rem;
}
.sec .sec-cnt_321 .ym-card-cnt:nth-of-type(-n+3) {
  margin-top: 0;
}
.sec .sec-cnt_321 .ym-card-cnt:nth-of-type(3n) {
  margin-right: 0;
}
.sec .sec-cnt_321 .card-header img {
  width: 100%;
}
.sec .sec-cnt_321 .card-body {
  margin-left: 0rem;
  margin-right: 0rem;
}
.sec .sec-cnt_321 .card-body > * {
  margin-top: 1.6rem;
}
.sec .sec-cnt_321 .card-body:first-child {
  margin-top: 0;
}
.sec .sec-cnt_321 .card-body p.price-taxin {
  color: #d31818;
  font-weight: 900;
  font-size: 1.6rem;
}
.sec .sec-cnt_321 .card-body p.price-taxin::before {
  content: "¥";
}
.sec .sec-cnt_321 .card-body p.price-taxin::after {
  content: "（税込）";
}
.sec .sec-cnt_321 .card-footer span {
  cursor: pointer;
  color: #555555;
  margin: 0.8rem 1.6rem 0;
  font-size: 1.5rem;
  display: block;
  text-align: right;
}
.sec .sec-cnt_321 .card-footer span:hover, .sec .sec-cnt_321 .card-footer span:active, .sec .sec-cnt_321 .card-footer span:focus {
  color: #6c95bf;
}
.sec .sec-cnt_321 .card-footer span::before {
  content: "-";
  display: inline-block;
  font-weight: 500;
  margin-right: 5px;
}
.sec .sec-cnt_321 .col-footer {
  margin-top: 2.4rem;
}
.sec .sec-cnt_321 .col-footer .btn-circle.arrow-r {
  margin: 0 auto;
  min-width: auto;
  display: block;
  width: 100%;
}
.sec .sec-cnt_21 {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
.sec .sec-cnt_21 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec .sec-cnt_21 ul li {
  width: calc(50% + 0.8rem - 1.6rem);
  margin-top: 1.6rem;
  margin-right: 1.6rem;
}
.sec .sec-cnt_21 ul li:nth-of-type(-n+2) {
  margin-top: 0;
}
.sec .sec-cnt_21 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.sec .sec-cnt_21 ul li img {
  width: 100%;
}
.sec.sec-bgimg_01 {
  background: url("../img/parts/bg01.jpg");
  background-color: gray;
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec .sec-cnt_42 {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
.sec .sec-cnt_42 a {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.sec .sec-cnt_42 .col-cnt {
  margin-top: 2.4rem;
  margin-right: 1.6rem;
  width: calc(25% + 0.4rem - 1.6rem);
}
.sec .sec-cnt_42 .col-cnt:nth-of-type(-n+2) {
  margin-top: 0;
}
.sec .sec-cnt_42 .col-cnt:nth-of-type(2n) {
  margin-right: 0;
}
.sec .sec-cnt_42 .col-cnt__w100 {
  width: 100%;
}
.sec .sec-cnt_42 .card-header img {
  width: 100%;
}
.sec .sec-cnt_42 .card-body {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.sec .sec-cnt_42 .card-body > * {
  margin-top: 0.8rem;
}
.sec .sec-cnt_42 .card-body:first-child {
  margin-top: 0;
}
.sec .sec-cnt_42 .card-body p.price-taxin {
  color: #d31818;
  font-weight: 900;
  font-size: 1.6rem;
}
.sec .sec-cnt_42 .card-body p.price-taxin::before {
  content: "¥";
}
.sec .sec-cnt_42 .card-body p.price-taxin::after {
  content: "（税込）";
}
.sec .sec-cnt_42 .col-footer {
  margin-top: 2.4rem;
}
.sec .sec-cnt_42 .col-footer a {
  min-width: auto;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec .sec-cnt_421 {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec .sec-cnt_421 a {
  display: flex;
  width: 100%;
}
.sec .sec-cnt_421 .col-ttl {
  display: block;
  width: 100%;
}
.sec .sec-cnt_421 .col {
  margin-top: 2.4rem;
  width: calc(25% + 0.6rem - 2.4rem);
}
.sec .sec-cnt_421 .card-body {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.sec .sec-cnt_421 .card-body h3 {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.sec .sec-cnt_421 .card-body p {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #d31818;
  font-weight: 900;
  font-size: 1.4rem;
}
.sec .sec-cnt_421 .col-footer {
  margin: 5rem auto;
}
.sec .sec-cnt_421 .col-footer a.btn-circle.arrow-r {
  min-width: auto;
  display: block;
  width: 100%;
}
.sec.recommend-list {
  padding-top: 5rem;
}
.sec.ranking .sec-cnt_42 .col-pri {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.sec.ranking .sec-cnt_42 .col-pri .col-ttl {
  width: 100%;
  margin-bottom: 2.4rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.sec.ranking .sec-cnt_42 .col-pri .col-ttl h2 {
  color: #4b7bad;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #4b7bad;
  font-weight: 700;
  margin-bottom: 0rem;
}
.sec.ranking .sec-cnt_42 .col-pri .gerne {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5rem;
}
.sec.ranking .sec-cnt_42 .col-pri .tgl-swi {
  width: 100%;
  max-width: 180px;
  margin-right: 0.8rem;
  margin-top: 0.8rem;
}
.sec.ranking .sec-cnt_42 .col-pri .tgl-swi p {
  width: 100%;
}
.sec.ranking .sec-cnt_42 .col-pri .pane-target {
  display: none;
}
.sec.ranking .sec-cnt_42 .col-pri .pane-target.show {
  display: block;
}
.sec.ranking .sec-cnt_42 .col-footer {
  margin-bottom: 0;
}
.sec.sec-bgimg_02 {
  background-color: #f2f5f8;
}
.sec .sec-cnt_64 {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.sec .sec-cnt_64 .col-cnt {
  width: 100%;
}
.sec .sec-cnt_64 .col-cnt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
}
.sec .sec-cnt_64 .col-cnt ul li {
  background-color: #ffffff;
  width: 100%;
  width: calc(16.66% + 0.13rem - 0.8rem);
  margin-top: 0.8rem;
  margin-right: 0.8rem;
}
.sec .sec-cnt_64 .col-cnt ul li:nth-of-type(-n+6) {
  margin-top: 0;
}
.sec .sec-cnt_64 .col-cnt ul li:nth-of-type(6n) {
  margin-right: 0;
}
.sec .sec-cnt_64 .col-cnt ul li img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 65px;
  min-height: 65px;
}
.sec .sec-cnt_c {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sec .sec-cnt_c .ym-card-cnt {
  text-align: center;
}
.sec .sec-cnt_c .ym-card-cnt .card-body {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.sec .sec-cnt_c .ym-card-cnt .card-body h3 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.sec .sec-cnt_c .ym-card-cnt .card-body p:nth-last-of-type(1) {
  margin-bottom: 0rem;
}
.sec .sec-cnt_c .ym-card-cnt .card-footer {
  margin: 1.6rem 0;
}
.sec .sec-cnt_c.fs-slider {
  flex-wrap: wrap;
}
.sec .sec-cnt_c.fs-slider .col-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100vw;
  margin-left: -4vw;
}
.sec .sec-cnt_c.fs-slider .col-footer {
  margin-top: 2.4rem;
}
.sec .sec-cnt_c.fs-slider .col-footer .btn-circle.arrow-r {
  margin: 0 auto;
  min-width: auto;
  display: block;
  width: 100%;
}

.sec-cnt_r-img {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  display: block;
}
.sec-cnt_r-img .col-img {
  padding: 0;
  margin-left: -10rem;
  flex-grow: 6;
  /* 0以外の値を指定しないと子要素は伸張しない */
  flex-shrink: 1;
  /*  親要素の幅が狭くなった時に、収縮する割合を指定。0は縮小しない */
  flex-basis: auto;
  /* 子要素の初期幅 */
  width: 100%;
}
.sec-cnt_r-img .col-text {
  padding: 3.5rem 0 0;
  flex-grow: 6;
  flex-shrink: 1;
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto 5rem;
}
.sec-cnt_r-img .col-text > :first-child {
  margin-bottom: auto;
}
.sec-cnt_r-img .col-text .col-text_header {
  width: 100%;
}
.sec-cnt_r-img .col-text .col-text_body {
  width: 100%;
  padding-top: 2.4rem;
}
.sec-cnt_r-img .col-text .col-text_footer {
  width: 100%;
  padding-top: 2.4rem;
}
.sec.rev .col-img {
  order: 0;
}
.sec.rev .col-text {
  padding: 3.5rem 0 0;
}

.col-cnt_21 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.col-cnt_21 > * {
  width: 100%;
}

.col-bgimg {
  background-color: #ddd;
  position: absolute;
  top: 50%;
  bottom: auto;
  height: 100%;
  transform: translateY(-50%);
  right: 45%;
  width: 55vw;
  margin: 0 calc(55% - 55vw);
  z-index: -1;
  background-position: 100% 0%;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-image: url("../img/parts/bg01.jpg");
}
.col-bgimg.bg-gy.rev {
  top: auto;
  bottom: 0%;
  height: 70%;
  transform: translateY(0%);
  left: 55%;
  width: 45vw;
  margin: 0 calc(45% - 45vw);
  z-index: -1;
  background-color: #eeeeee;
  background-image: none;
}
.col-bgimg.h75 {
  background-image: url("https://nonotory.itembox.design/item/img/parts/bg_2.jpg");
  top: 0%;
  bottom: auto;
  height: 60%;
  transform: translateY(0%);
  right: 60%;
  width: 40vw;
  margin: 0 calc(40% - 40vw);
  z-index: -1;
}

.rev .col-bgimg {
  right: 0;
  left: 65%;
  width: 35vw;
}
.rev .col-bgimg.h75 {
  top: auto;
  bottom: 50%;
  height: 70%;
  transform: translateY(50%);
  left: 60%;
  width: 40vw;
  margin: 0 calc(40% - 40vw);
  z-index: -1;
}

.sec .col-top-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec .col-top-img picture {
  display: block;
  margin-bottom: 5rem;
}
.sec.f-pt {
  padding-top: 3.2rem;
}
.sec .sec-cnt_c-f {
  display: flex;
  justify-content: center;
}
.sec .sec-cnt_c-f .ym-card-cnt .card-header img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec .sec-cnt_c-f .ym-card-cnt .card-body {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
.sec .sec-cnt_c-f .ym-card-cnt .card-body h3 {
  text-align: center;
}
.sec .sec-cnt_c-f .ym-card-cnt .card-body ul {
  padding-left: 1rem;
}
.sec .sec-cnt_c-f .ym-card-cnt ul.card-body_point {
  display: flex;
  flex-wrap: wrap;
}
.sec .sec-cnt_c-f .ym-card-cnt ul.card-body_point li {
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
}
.sec .sec-cnt_c-f .ym-card-cnt .c-p {
  text-align: center;
}
.sec .sec-cnt_c-f .ym-card-cnt .col-footer {
  margin: 5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec .sec-cnt_c-f .ym-card-cnt .col-footer .btn-circle.arrow-r {
  min-width: auto;
  display: block;
  width: 100%;
}
.sec .sec-cnt_c-f .ym-card-cnt .col-footer .btn-circle.arrow-r:nth-of-type(1) {
  margin-right: 0.8rem;
}
.sec .sub-ttl {
  display: block;
  font-size: 1.4rem;
}
.sec .libox-wrap {
  background: #fee9da;
  border-radius: 4px;
  border: solid #ee6705 1px;
  padding: calc(2rem + 2.5em + 1em) 1.6rem 1.6rem 1.6rem;
  position: relative;
}
.sec .libox-wrap.no-ttl {
  padding: 1em 1em 1em 1em;
}
.sec .libox-wrap.line {
  background: #e7fef1;
  border: solid #06c755 1px;
}
.sec .libox-wrap .libox-ttl {
  background: #ee6705;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  vertical-align: center;
  line-height: 2.5em;
  padding: 1px;
  text-align: center;
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.sec .libox-wrap .libox-ttl span {
  color: #fff;
}
.sec .sec-cnt_21-f {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec .sec-cnt_21-f .col-ttl-block {
  width: 100%;
  margin-bottom: 5rem;
}
.sec .sec-cnt_21-f .col-ttl-block .ttl-sec {
  margin-bottom: 0rem;
}
.sec .sec-cnt_21-f .col-ttl-block .comment-wrap {
  font-weight: 700;
}
.sec .sec-cnt_21-f .col-ttl-flex {
  display: flex;
  width: 100%;
  margin-bottom: 5rem;
}
.sec .sec-cnt_21-f .col-ttl-flex .ttl-pri {
  font-size: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 380px;
  font-weight: 700;
}
.sec .sec-cnt_21-f .col-ttl-flex .ttl-pri.line {
  background-color: #06c755;
  color: #ffffff;
  padding: 0.5em 0.75em;
  border-radius: 5px;
}
.sec .sec-cnt_21-f .col-ttl-flex .ttl-pri.line span {
  color: #eeeeee;
}
.sec .sec-cnt_21-f .col-ttl-flex .ttl-sec {
  font-size: 1.5rem;
  margin-left: 1.6rem;
  display: flex;
  align-items: center;
}
.sec .sec-cnt_21-f .col-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec .sec-cnt_21-f .col-cnt .cnt-gal2 {
  display: block;
  width: 100%;
}
.sec .sec-cnt_21-f .col-cnt .cnt-gal2:not(:nth-of-type(1)) {
  margin-top: 1.6rem;
}
.sec .sec-cnt_21-f .col-cnt img {
  width: 100%;
}
.sec .sec-cnt_21-f .col-cnt .libox-cnt.col2 {
  display: flex;
}
.sec .sec-cnt_21-f .col-cnt .libox-cnt.col2 > * {
  width: 100%;
}
.sec .sec-cnt_21-f .col-cnt .libox-cnt.col2 > *:not(:nth-of-type(1)) {
  margin-left: 0;
  margin-top: 1.6rem;
}
.sec .sec-cnt_table-f {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec .sec-cnt_table-f .col-cnt {
  width: 100%;
}
.sec .sec-cnt_table-f .table-wrap {
  margin-bottom: 5rem;
}
.sec .sec-cnt_table-f .col-cnt-ttl {
  margin-bottom: 2.4rem;
}
.sec .sec-cnt_table-f .col-cnt-ttl .ttl-pri {
  margin-bottom: 0.25em;
}
.sec .sec-cnt_table-f .col-cnt-ttl .ttl-sec {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.sec .sec-cnt_table-f table.f-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: transparent;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0rem;
}
.sec .sec-cnt_table-f table.f-table th,
.sec .sec-cnt_table-f table.f-table td {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.sec .sec-cnt_table-f table.f-table th {
  border: none;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
.sec .sec-cnt_table-f table.f-table th.ttl-f {
  width: 40%;
  font-size: 1.6rem;
}
.sec .sec-cnt_table-f table.f-table th.ttl-f.col2 {
  width: 60%;
}
.sec .sec-cnt_table-f table.f-table td {
  border: none;
  background: transparent;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
.sec .sec-cnt_table-f table.f-table td.price-t {
  width: 200px;
  font-size: 1.6rem;
  color: #ee6705;
  font-weight: 700;
  text-align: right;
}
.sec .sec-cnt_table-f table.f-table tr:nth-last-of-type(1) th,
.sec .sec-cnt_table-f table.f-table tr:nth-last-of-type(1) td {
  border-bottom: none;
}
.sec .sec-cnt_table-f .col-footer {
  margin: 5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec .sec-cnt_table-f .col-footer .btn-circle.arrow-r {
  min-width: auto;
  display: block;
  width: 100%;
}
.sec .sec-cnt_table-f .col-footer .btn-circle.arrow-r:nth-of-type(1) {
  margin-right: 0.8rem;
}
.sec .sec-cnt_31-f .col-ttl-flex {
  display: flex;
  width: 100%;
  margin-bottom: 5rem;
}
.sec .sec-cnt_31-f .col-ttl-flex .ttl-pri {
  font-size: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
  font-weight: 700;
}
.sec .sec-cnt_31-f .col-ttl-flex .ttl-pri.line {
  background-color: #06c755;
  color: #ffffff;
  padding: 0.5em 0.75em;
  border-radius: 5px;
}
.sec .sec-cnt_31-f .col-ttl-flex .ttl-pri.line span {
  color: #eeeeee;
}
.sec .sec-cnt_31-f .col-ttl-flex .ttl-sec {
  font-size: 1.5rem;
  margin-left: 1.6rem;
  display: flex;
  align-items: center;
}
.sec .sec-cnt_31-f .col-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec .sec-cnt_31-f img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.sec .sec-cnt_31-f .cnt-gal3 {
  margin-top: 1.6rem;
  margin-right: 1.6rem;
  width: calc(33.33% + 0.53rem - 1.6rem);
}
.sec .sec-cnt_31-f .cnt-gal3:nth-of-type(-n+3) {
  margin-top: 0;
}
.sec .sec-cnt_31-f .cnt-gal3:nth-of-type(3n) {
  margin-right: 0;
}
.sec .sec-cnt_31-f .col-img {
  margin-top: 2.4rem;
}
.sec .sec-cnt_31-f .col-img .step {
  font-size: 3rem;
  font-weight: 700;
  color: #06c755;
}
.sec .sec-cnt_31-f .col-footer {
  margin: 5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec .sec-cnt_31-f .col-footer .btn-circle.arrow-r {
  min-width: auto;
  display: block;
  width: 100%;
}
.sec .sec-cnt_31-f .col-footer .btn-circle.arrow-r:nth-of-type(1) {
  margin-right: 0.8rem;
}
.sec .sec-cnt_description-f .col-ttl {
  margin-bottom: 3.5rem;
}
.sec .sec-cnt_description-f .col-cnt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap:not(:nth-of-type(1)) {
  margin-top: 3.5rem;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap:nth-last-of-type(1) {
  margin-bottom: 5rem;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap ul {
  margin: 0;
  padding-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap ul li {
  width: 100%;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap ul a {
  cursor: pointer;
  color: #555555;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap ul a:hover, .sec .sec-cnt_description-f .col-cnt .desc-wrap ul a:active, .sec .sec-cnt_description-f .col-cnt .desc-wrap ul a:focus {
  color: #6c95bf;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap a.btn-circle {
  padding: 0.75em 0.5em;
  max-width: 300px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.sec .sec-cnt_description-f .col-cnt .desc-wrap a.btn-circle span {
  font-size: 1.5rem;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt {
  display: flex;
  justify-content: flex-start;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt:not(:nth-of-type(1)) {
  border-top: 1px dotted #b3b3b3;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-img {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 150px;
  margin-right: 2.4rem;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-img img {
  width: 100%;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-body > * {
  width: 100%;
}
.sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-body p {
  margin-bottom: 0.8rem;
}
.sec .sec-cnt_description-f .col-footer {
  margin: 5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec .sec-cnt_description-f .col-footer .btn-circle.arrow-r {
  min-width: auto;
  display: block;
  width: 100%;
}
.sec .sec-cnt_description-f .col-footer .btn-circle.arrow-r:nth-of-type(1) {
  margin-right: 0.8rem;
}

.acc-wrap .acc-tit {
  cursor: pointer;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
}
.acc-wrap .acc-tit::after {
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.acc-wrap .acc-tit::after {
  font-size: 2rem;
  font-weight: 500;
  content: "+";
  display: inline-block;
  margin-left: 5px;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.acc-wrap.is-active .acc-tit::after {
  transition-delay: 0s;
  transform: rotate(-45deg);
}

.acc-wrap .acc-items {
  transition: 0.4s;
  max-height: 0px;
  overflow: hidden;
}
.acc-wrap .acc-items .items-inn {
  padding: 2.4rem;
  margin: 0rem;
  cursor: pointer;
  color: #222222;
}
.acc-wrap .acc-items .items-inn.active {
  color: #333333;
  background-color: #dfdfdf;
}
.acc-wrap .acc-items .items-inn:hover, .acc-wrap .acc-items .items-inn:active, .acc-wrap .acc-items .items-inn:focus {
  color: #333333;
  background-color: #dfdfdf;
}
.acc-wrap.is-active .acc-items {
  transition: 0.8s;
  max-height: 700px;
}

.f-acc {
  width: 100%;
}
.f-acc__ttl {
  font-size: 2rem;
  cursor: pointer;
  padding: 2.4rem 0;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #4b7bad;
  display: flex;
  justify-content: space-between;
}
.f-acc__ttl::after {
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.f-acc__ttl::after {
  color: #7ea2c7;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f104";
  display: inline-block;
  margin-left: 5px;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.f-acc__items {
  transition: 0.4s;
  max-height: 0px;
  overflow: hidden;
}
.f-acc__items-inn {
  padding: 2.4rem 0;
  margin: 0rem;
}
.f-acc.is-active .f-acc__items {
  transition: 0.8s;
  max-height: 2000px;
}

.f-acc__cbox {
  display: none;
}
.f-acc__cbox:checked + .f-acc__ttl::after {
  transition-delay: 0s;
  transform: rotate(-90deg);
}
.f-acc__cbox:checked + .f-acc__ttl + .f-acc__items {
  transition: 0.8s;
  max-height: 2000px;
}

.brand > * + * {
  margin-top: 1.6rem;
}
.brand__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.brand__img img {
  display: block;
  max-height: 8rem;
}
.brand__list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2.4rem;
}
.brand__list-ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.brand__list-ul li a {
  font-size: 1.4rem;
  cursor: pointer;
  color: #555555;
  display: flex;
}
.brand__list-ul li a:hover, .brand__list-ul li a:active, .brand__list-ul li a:focus {
  color: #6c95bf;
}
.brand__list-ul li a::before {
  color: #aeaeae;
  content: ">";
  display: inline-block;
  margin-right: 0.8rem;
}
.brand__list-ul li a:hover::before, .brand__list-ul li a:active::before, .brand__list-ul li a:focus::before {
  color: inherit;
}

.chart {
  border: 1px solid #cccccc;
  padding: 1.6rem;
}
.chart > * + * {
  margin-top: 1.6rem;
}
.chart__ttl {
  font-weight: 700;
}
.chart__img {
  display: flex;
  align-content: center;
  justify-content: center;
}
.chart__img img {
  max-height: 150px;
}
.chart__btn {
  display: flex;
  align-content: center;
  justify-content: center;
}
.chart__body dl {
  padding: 0rem;
}
.chart__body dt {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}

.cstmr-review {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}
.cstmr-review__arti {
  padding: 1.6rem;
  border: 1px solid #cccccc;
  display: grid;
  grid-template-rows: 4rem auto;
  grid-template-columns: 4rem 1fr;
  gap: 1.6rem;
}
.cstmr-review__img {
  grid-column: 1/2;
  grid-row: 1;
}
.cstmr-review__img img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1/1;
  border: 1px solid #cccccc;
  border-radius: 50vw;
}
.cstmr-review__prof {
  grid-column: 2/3;
  grid-row: 1;
  display: flex;
  align-items: center;
}
.cstmr-review__prof P {
  font-weight: 700;
  font-size: 1.6rem;
  color: #4b7bad;
}
.cstmr-review__txt {
  grid-column: 1/3;
  grid-row: 2;
  border-top: 1px solid #cccccc;
  padding-top: 1.6rem;
}

.ashop__cnt + .ashop__cnt {
  margin-top: 7rem;
}
.ashop__cnt > * + * {
  margin-top: 3.5rem;
}
.ashop__cnt h3 {
  font-weight: 700;
}
.ashop__table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ashop__text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ashop__map {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ym-banner-cntents {
  width: 400px !important;
  z-index: 100;
  position: fixed;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  bottom: 15px;
  left: 15px;
}
.ym-banner-cntents.is-enabled {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.ym-banner-cntents.is-cross-disabled {
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
.ym-banner-cntents .fixed-banner__closed-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.ym-banner-cntents .fixed-banner__closed-btn::before {
  font-size: 26px;
  padding-top: 0px;
  padding-right: 6px;
  height: 1em;
  font-family: "fs-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: block;
  line-height: 2.6rem;
  width: 2.6rem;
  background: #CBCBCB;
  color: #ffffff;
}

table.info_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: transparent;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
table.info_table th,
table.info_table td {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
table.info_table th {
  font-size: 1.4rem;
  border: none;
  background: transparent;
  vertical-align: top;
  width: 145px;
  color: #ffffff;
  border-bottom: 1px solid #4d4d4d;
  background-color: #333333;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
table.info_table td {
  font-size: 1.4rem;
  border: none;
  background: transparent;
  width: 75%;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
table.info_table tr:nth-last-of-type(1) th,
table.info_table tr:nth-last-of-type(1) td {
  border-bottom: none;
}
.ym-fs-slider .fs-c-productListCarousel__list__item {
  flex-basis: 144px;
  max-width: 144px;
  min-width: 144px;
  margin-left: 8px;
  margin-right: 8px;
}
.ym-fs-slider .fs-c-productListItem__imageContainer {
  width: 100%;
}
.ym-fs-slider .fs-c-productListItem__imageContainer a img {
  margin-bottom: 1.6rem;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 89px;
}
.ym-fs-slider h2.fs-c-productListItem__productName span.fs-c-productName__copy, .ym-fs-slider .ranking-ttl span.fs-c-productName__copy {
  display: none;
}
.ym-fs-slider h2.fs-c-productListItem__productName span.fs-c-productName__name, .ym-fs-slider .ranking-ttl span.fs-c-productName__name {
  font-size: 1.6rem;
  width: 100%;
}
.ym-fs-slider h2.fs-c-productListItem__productName a, .ym-fs-slider .ranking-ttl a {
  cursor: pointer;
  color: #555555;
}
.ym-fs-slider h2.fs-c-productListItem__productName a:hover, .ym-fs-slider h2.fs-c-productListItem__productName a:active, .ym-fs-slider h2.fs-c-productListItem__productName a:focus, .ym-fs-slider .ranking-ttl a:hover, .ym-fs-slider .ranking-ttl a:active, .ym-fs-slider .ranking-ttl a:focus {
  color: #6c95bf;
}
.ym-fs-slider .fs-c-productPrice__main__label {
  display: none;
}
.ym-fs-slider .fs-c-button--addToWishList--icon {
  display: none;
}
.ym-fs-slider .fs-c-price__value,
.ym-fs-slider .fs-c-price__currencyMark {
  color: #d31818;
  font-weight: 900;
  font-size: 1.6rem;
}
.ym-fs-slider .card-body .ranking-ttl {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ym-fs-slider .card-body p {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.fr2-flex {
  display: flex;
  flex-wrap: wrap;
}
.fr2-flex--4 {
  display: flex;
  flex-wrap: wrap;
}

.fr2-carousel .fr2-listItem {
  margin-left: 4px;
  margin-right: 4px;
}

@media screen and (min-width: 640px) {
  .fs-p-logo__image {
    width: 300px;
  }
  #top-slider.top-sldier--ashop {
    width: 80%;
  }
  .d-line {
    width: 200px;
  }
  .sec-s {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .sec .sec-cnt_321 .card-footer span {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    margin-top: 1.6rem;
  }
  .col-cnt_21 > * {
    width: calc(50% + 0.8rem - 1.6rem);
    margin-top: 1.6rem;
    margin-right: 1.6rem;
  }
  .col-cnt_21 > *:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .col-cnt_21 > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec .sec-cnt_21-f .col-cnt .cnt-gal2 {
    margin-top: 1.6rem;
    margin-right: 1.6rem;
    width: calc(50% + 0.8rem - 1.6rem);
  }
  .sec .sec-cnt_21-f .col-cnt .cnt-gal2:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .sec .sec-cnt_21-f .col-cnt .cnt-gal2:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec .sec-cnt_21-f .col-cnt .libox-cnt.col2 > * {
    width: 50%;
  }
  .sec .sec-cnt_21-f .col-cnt .libox-cnt.col2 > *:not(:nth-of-type(1)) {
    margin-left: 1.6rem;
    margin-top: 0rem;
  }
  .f-acc__items-inn {
    padding: 2.4rem 0.8rem;
  }
  .brand__img {
    margin-bottom: 3.5rem;
    justify-content: flex-start;
  }
  .cstmr-review {
    grid-template-columns: repeat(2, 1fr);
  }
  .ashop__table {
    width: 80%;
  }
  .ashop__text {
    width: 80%;
  }
  .ashop__map {
    width: 80%;
  }
  .ym-fs-slider .fs-c-productListCarousel__list__item {
    flex-basis: 186.2px;
    max-width: 186.2px;
    min-width: 186.2px;
  }
  .ym-fs-slider .fs-c-productListItem__imageContainer a img {
    max-height: 167px;
  }
  .fr2-carousel .fr2-listItem {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .fs-l-main {
    padding-left: 0;
    padding-right: 0;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six {
    width: auto !important;
    padding: 0 !important;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a {
    font-size: 1.2rem !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
  .footer-wrap .org-logo-cnt {
    padding-bottom: 0;
    padding-top: 5rem !important;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(-n+2) {
    margin-top: 1.6rem !important;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(2n) {
    margin-right: 1.6rem !important;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(-n+3) {
    margin-top: 0 !important;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .ym-fs-slider .fs-c-productListCarousel__list__item {
    flex-basis: 252px !important;
    max-width: 252px !important;
    min-width: 252px !important;
    margin-left: calc(24px * 0.5) !important;
    margin-right: calc(24px * 0.5) !important;
  }
}

@media screen and (min-width: 769px) {
  .fs-c-breadcrumb {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer a img,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer a img {
    max-height: 174px;
  }
  .ym-glnav .is-hidden-pc,
  .ym-glnav_fixed .is-hidden-pc {
    display: none !important;
  }
  .ym-glnav .is-hidden-mobile,
  .ym-glnav_fixed .is-hidden-mobile {
    display: flex !important;
  }
  .ym-glnav nav,
  .ym-glnav_fixed nav {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .ym-glnav .ym-pc .cartItemNumberWrap,
  .ym-glnav_fixed .ym-pc .cartItemNumberWrap {
    display: none;
  }
  #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li,
  #ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li {
    width: 100%;
  }
  #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li.emp,
  #ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li.emp {
    display: none;
  }
  .scroll-top {
    right: 3.5rem;
    bottom: 3.5rem;
  }
  footer.footer-wrap .footer-sec_body {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .li-ttl {
    font-size: 1.5rem;
    margin-top: 0;
    border-bottom: none;
    padding: 1.6rem 0 0.4rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #4b7bad;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six {
    width: 33.33%;
    padding: 0 0.8rem 0;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri .mol-cnt .org-pri, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri .mol-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec .mol-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec .mol-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr .mol-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr .mol-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou .mol-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou .mol-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv .mol-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv .mol-cnt .org-sec,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six .mol-cnt .org-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six .mol-cnt .org-sec {
    width: 100%;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a {
    padding-top: 0.25em;
    padding-bottom: 0.75em;
    text-align: center;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li:nth-child(odd), footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li:nth-child(even),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li:nth-child(odd),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li:nth-child(even),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li:nth-child(odd),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li:nth-child(even),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li:nth-child(odd),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li:nth-child(even),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li:nth-child(odd),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li:nth-child(even),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li:nth-child(odd),
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li:nth-child(even) {
    border-right: none;
    border-bottom: none;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li {
    width: 100%;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li.emp,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li.emp,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li.emp,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li.emp,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li.emp,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li.emp {
    display: none;
  }
  footer.footer-wrap .footer-sec_bottom .sec-cnt {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .footer-wrap .org-logo-cnt {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .is-hidden-pc {
    display: none !important;
  }
  .sec-kpt {
    padding-top: 10rem !important;
  }
  .sec-kpmt {
    padding-top: 10rem !important;
    margin-top: 10rem !important;
  }
  #top-slider__sp {
    display: none;
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination {
    display: none;
  }
  .col-ttl {
    margin-bottom: 5rem;
  }
  .col-ttl .ttl-sec {
    display: flex;
    align-items: center;
    padding-left: 2.4rem;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
  }
  .sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sec:nth-of-type(1) {
    padding-bottom: 10rem;
  }
  .sec .sec-cnt_31 {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_31 .col {
    margin-right: 2.4rem;
  }
  .sec .sec-cnt_31 .col:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .sec .sec-cnt_31 .col:nth-of-type(3n) {
    margin-right: 0;
  }
  .sec .sec-cnt_31 .col {
    width: calc(33.33% + 0.8rem - 2.4rem);
  }
  .sec .sec-cnt_31 .card-body {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt {
    margin-right: 1.6rem;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(2) {
    margin-top: 0;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec .sec-cnt_321 {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_321 .card-body {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_21 {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_42 {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_42 .card-body {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sec .sec-cnt_421 {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_421 .col-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
  }
  .sec .sec-cnt_421 .col-ttl h2,
  .sec .sec-cnt_421 .col-ttl p {
    margin-bottom: 0rem;
  }
  .sec .sec-cnt_421 .col-ttl p {
    padding-left: 1.6rem;
  }
  .sec .sec-cnt_421 .col {
    margin-right: 2.4rem;
  }
  .sec .sec-cnt_421 .col:nth-of-type(-n+5) {
    margin-top: 0;
  }
  .sec .sec-cnt_421 .col:nth-of-type(4n+1) {
    margin-right: 0;
  }
  .sec .sec-cnt_421 .card-body {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sec .sec-cnt_64 {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_c {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec .sec-cnt_c .ym-card-cnt {
    width: 80%;
  }
  .sec .sec-cnt_c .ym-card-cnt .card-body {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sec .sec-cnt_c .ym-card-cnt .card-body {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_c.fs-slider .col-cnt {
    width: 100%;
  }
  .sec-cnt_r-img {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .sec-cnt_r-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec-cnt_r-img .col-img {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-cnt_r-img .col-text {
    padding-top: 0rem;
    padding-left: 5rem;
    padding-right: 0;
  }
  .sec-cnt_r-img .col-text {
    width: 100%;
    margin: 0 auto 0;
  }
  .sec-cnt_r-img .col-text .col-text_body {
    padding-top: 2.4rem;
  }
  .sec-cnt_r-img .col-text .col-text_footer {
    padding-top: 2.4rem;
  }
  .sec.rev .col-img {
    margin-left: 0rem;
    margin-right: -10rem;
    order: 2;
  }
  .sec.rev .col-text {
    padding-top: 0rem;
    padding-left: 0;
    padding-right: 5rem;
  }
  .sec .sec-cnt_31-f .col-img {
    margin-right: 1.6rem;
  }
  .sec .sec-cnt_31-f .col-img:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .sec .sec-cnt_31-f .col-img:nth-of-type(3n) {
    margin-right: 0;
  }
  .sec .sec-cnt_31-f .col-img {
    width: calc(33.33% + 0.53rem - 1.6rem);
  }
  .sec .sec-cnt_description-f .col-ttl {
    margin-bottom: 3.5rem;
  }
  .f-acc__ttl {
    padding: 2.4rem;
  }
  .brand__list-ul > * {
    width: 33.3%;
  }
  .brand__list-ul > *:nth-of-type(3n-2) {
    padding-right: 0.8rem;
  }
  .brand__list-ul > *:nth-of-type(3n-1) {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .brand__list-ul > *:nth-of-type(3n) {
    padding-left: 0.8rem;
  }
  .brand__list-ul > *:not(:nth-last-of-type(-n+3)) {
    padding-bottom: 0.8rem;
    border-bottom: 1px dotted #cccccc;
  }
  .brand__list-ul > *:nth-of-type(n+4) {
    margin-top: 0.8rem;
  }
  .brand__list-ul > *:not(:nth-of-type(3n+1)) {
    padding-left: 1.6rem;
  }
  .ym-fs-slider .fs-c-productListCarousel__list__item {
    flex-basis: 270px;
    max-width: 270px;
    min-width: 270px;
  }
  .fr2-flex > * {
    width: calc(33.33% + 0.8rem - 2.4rem);
    margin-top: 3.5rem;
    margin-right: 2.4rem;
  }
  .fr2-flex > *:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .fr2-flex > *:nth-of-type(3n) {
    margin-right: 0;
  }
  .fr2-flex > *:nth-of-type(n+9) {
    display: none;
  }
  .fr2-flex--4 > * {
    width: calc(25% + 0.6rem - 2.4rem);
    margin-top: 3.5rem;
    margin-right: 2.4rem;
  }
  .fr2-flex--4 > *:nth-of-type(-n+3) {
    margin-top: 3.5rem;
  }
  .fr2-flex--4 > *:nth-of-type(3n) {
    margin-right: 2.4rem;
  }
  .fr2-flex--4 > *:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .fr2-flex--4 > *:nth-of-type(4n) {
    margin-right: 0;
  }
  .fr2-flex--4 > *:nth-of-type(n+5) {
    display: none;
  }
  .fr2-carousel .fr2-listItem:nth-of-type(n+9) {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .fs-c-breadcrumb {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .fs-c-breadcrumb .fs-c-breadcrumb__list > li {
    font-size: 1.05rem;
    margin-bottom: 0rem;
  }
  .fs-p-productSearch__form {
    padding: 32px 4vw;
  }
  .fs-p-productSearch__inputTable {
    margin-top: 24px;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer a img,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer a img {
    height: 100vh;
  }
  .modal__open-elm {
    padding: 1.6rem 4vw;
  }
  .ym-glnav {
    padding: 1.6rem 0;
  }
  .ym-glnav_fixed {
    padding: 0.8rem 0 0.8rem;
  }
  .ym-glnav .ym-pc .ym-nav-sec ul,
  .ym-glnav_fixed .ym-pc .ym-nav-sec ul {
    display: none;
  }
  .ym-glnav .ym-sp .ym-nav-sec,
  .ym-glnav_fixed .ym-sp .ym-nav-sec {
    position: relative;
    width: 45px;
    height: 45px;
  }
  .ym-glnav .ym-sp .cartItemNumberWrap,
  .ym-glnav_fixed .ym-sp .cartItemNumberWrap {
    display: none;
  }
  #ym-off-canvas-wrap .sub-wrap_pri,
  #ym-off-canvas-wrap .sub-wrap_sec {
    z-index: 10000005;
    min-width: auto !important;
    width: calc(100vw - 120px) !important;
  }
  #ym-off-canvas-wrap .sub-wrap_pri .row-bk,
  #ym-off-canvas-wrap .sub-wrap_sec .row-bk {
    display: none;
  }
  .ym-sticky.ym-fixed {
    width: 100% !important;
    position: -webkit-sticky;
    position: sticky;
  }
  #fs_ProductDetails #scroll-top.scroll-top {
    transform: translateY(100%);
    opacity: 0;
  }
  #fs_ProductDetails #scroll-top.scroll-top.is-disabled {
    transform: translateY(0%);
    opacity: 1;
  }
  footer.footer-wrap {
    padding-top: 5rem;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt {
    display: block;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .li-ttl {
    color: #ffffff;
    padding: 1.5em 1em;
    margin-top: 0;
    text-align: left !important;
    background-color: #4b7bad;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a {
    color: #ffffff;
    background-color: #6c95bf;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a:hover, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a:active, footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a:focus,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a:hover,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a:active,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a:focus,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a:hover,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a:active,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a:focus,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a:hover,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a:active,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a:focus,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a:hover,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a:active,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a:focus,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a:hover,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a:active,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a:focus {
    color: #e6e6e6;
    background-color: #8faecf;
  }
  footer.footer-wrap .footer-sec_bottom {
    padding: 2.4rem 0 2.4rem;
  }
  footer.footer-wrap .footer-sec_bottom ul {
    display: none;
  }
  .org-logo-cnt {
    padding: 5rem 0 0;
  }
  .is-hidden-mobile {
    display: none !important;
  }
  .bk-max-md {
    display: inline;
  }
  .bk-min-md {
    display: block;
  }
  .bk-min-lg-v {
    display: inline;
  }
  #top-slider {
    display: none;
  }
  .main-sldier {
    margin-bottom: 2.4rem;
    display: none;
  }
  .top-sldier--ashop .main-sldier {
    display: flex;
  }
  .thumbnail-sldier {
    margin-top: 8px;
  }
  .ym-ask-line-base {
    justify-content: center;
  }
  .col-ttl_02 {
    justify-content: center;
  }
  .sec.kp-spa_t {
    padding-top: 5rem;
  }
  .sec.ad-spa_t {
    padding-top: 5rem;
    margin-top: 5rem;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt {
    width: 100% !important;
    margin-top: 0.8rem;
  }
  .sec .sec-cnt_31.holi .col-cnt .card-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 180px;
  }
  .sec .sec-cnt_321 .ym-card-cnt {
    padding-bottom: 0.8rem;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .sec .sec-cnt_321 .ym-card-cnt {
    width: 100% !important;
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_321 .ym-card-cnt:nth-of-type(-n+3) {
    margin-top: 0.8rem;
  }
  .sec .sec-cnt_321 .ym-card-cnt:nth-of-type(3n) {
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_321 .ym-card-cnt:nth-of-type(-n+1) {
    margin-top: 0;
  }
  .sec .sec-cnt_321 .ym-card-cnt:nth-of-type(1n) {
    margin-right: 0;
  }
  .sec .sec-cnt_321 .card-body > * {
    margin-top: 0.8rem;
  }
  .sec .sec-cnt_42 .col-cnt {
    margin-top: 2.4rem;
    margin-right: 1.6rem;
    width: calc(50% + 0.8rem - 1.6rem);
  }
  .sec .sec-cnt_42 .col-cnt:nth-of-type(-n+1) {
    margin-top: 0;
  }
  .sec .sec-cnt_42 .col-cnt:nth-of-type(1n) {
    margin-right: 0;
  }
  .sec .sec-cnt_421 .col {
    width: calc(50% + 0.8rem - 1.6rem);
  }
  .sec.ranking .sec-cnt_42 .col-pri .col-ttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec.ranking .sec-cnt_42 .col-pri .gerne {
    margin-bottom: 2.4rem;
    justify-content: center;
  }
  .sec .sec-cnt_42.reco-area .rcmd-slick-initialized .rcmd-slick-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .sec .sec-cnt_42.reco-area .fr2-carousel .rcmd-slick-prev {
    left: -25px;
  }
  .sec .sec-cnt_42.reco-area .fr2-carousel .rcmd-slick-next {
    right: -25px;
    top: 46%;
  }
  .sec .sec-cnt_42.reco-area .fr2-carousel .rcmd-slick-list {
    margin: 0;
  }
  .sec .sec-cnt_42.reco-area .rcmd-slick-list .fr2-listItem {
    display: flex;
    flex-wrap: wrap;
  }
  .sec .sec-cnt_64 .col-cnt ul li img {
    height: 100%;
  }
  .sec .sec-cnt_c {
    display: block;
  }
  .sec .sec-cnt_c .ym-card-cnt .card-header img {
    max-width: 101vw;
    width: 101vw;
    margin-left: -4vw;
  }
  .sec-cnt_r-img .col-img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .sec-cnt_r-img .col-img {
    max-width: 101vw;
    width: 101vw;
    margin-left: -4vw;
  }
  .sec-cnt_r-img .col-text {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .col-cnt_21 > * + * {
    margin-top: 1.6rem;
  }
  .col-bgimg.h75 {
    right: 30%;
    width: 70vw;
  }
  .rev .col-bgimg.h75 {
    left: 30%;
    width: 70vw;
  }
  .sec .col-top-img picture {
    margin-bottom: 3.5rem;
  }
  .sec .sec-cnt_c-f {
    display: block;
  }
  .sec .sec-cnt_c-f .ym-card-cnt .card-body {
    width: 90%;
  }
  .sec .sec-cnt_c-f .ym-card-cnt .col-footer {
    flex-wrap: wrap;
  }
  .sec .sec-cnt_c-f .ym-card-cnt .col-footer .btn-circle.arrow-r:nth-of-type(1) {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .sec .sec-cnt_21-f .col-ttl-block {
    margin-bottom: 2.4rem;
  }
  .sec .sec-cnt_21-f .col-ttl-block .comment-wrap {
    margin-bottom: 1.6rem;
  }
  .sec .sec-cnt_21-f .col-ttl-flex {
    display: block;
    margin-bottom: 3.5rem;
  }
  .sec .sec-cnt_21-f .col-ttl-flex .ttl-pri {
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .sec .sec-cnt_21-f .col-ttl-flex .ttl-sec {
    margin-left: 0;
  }
  .sec .sec-cnt_table-f table.f-table th.ttl-f {
    width: 35%;
  }
  .sec .sec-cnt_table-f table.f-table td.price-t {
    width: 150px;
  }
  .sec .sec-cnt_table-f .col-footer {
    display: block;
  }
  .sec .sec-cnt_table-f .col-footer .btn-circle.arrow-r:nth-of-type(1) {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .sec .sec-cnt_31-f .col-ttl-flex {
    display: block;
    margin-bottom: 3.5rem;
  }
  .sec .sec-cnt_31-f .col-ttl-flex .ttl-pri {
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .sec .sec-cnt_31-f .col-ttl-flex .ttl-sec {
    margin-left: 0;
  }
  .sec .sec-cnt_31-f .col-cnt {
    justify-content: center;
  }
  .sec .sec-cnt_31-f .cnt-gal3 {
    margin-top: 1.6rem;
    margin-right: 1.6rem;
    width: calc(50% + 0.8rem - 1.6rem);
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(-n+3) {
    margin-top: 1.6rem;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(3n) {
    margin-right: 1.6rem;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec .sec-cnt_31-f .col-footer {
    flex-wrap: wrap;
  }
  .sec .sec-cnt_31-f .col-footer .btn-circle.arrow-r:nth-of-type(1) {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 180px;
  }
  .sec .sec-cnt_description-f .col-footer {
    flex-wrap: wrap;
  }
  .sec .sec-cnt_description-f .col-footer .btn-circle.arrow-r:nth-of-type(1) {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .brand__list-ul > * {
    width: 50%;
  }
  .brand__list-ul > *:nth-of-type(odd) {
    padding-right: 0.8rem;
  }
  .brand__list-ul > *:nth-of-type(2n) {
    padding-left: 0.8rem;
  }
  .brand__list-ul > *:not(:nth-last-of-type(-n+2)) {
    padding-bottom: 0.8rem;
    border-bottom: 1px dotted #cccccc;
  }
  .brand__list-ul > *:nth-of-type(n+3) {
    margin-top: 0.8rem;
  }
  .chart__body dl {
    padding: 0rem;
  }
  .ashop__cnt + .ashop__cnt {
    margin-top: 5rem;
  }
  .ashop__cnt > * + * {
    margin-top: 2.4rem;
  }
  .ym-banner-cntents {
    width: 300px !important;
    left: 0px;
  }
  .ym-banner-cntents__item .ym-banner-cntents {
    bottom: 10rem;
  }
  .ym-fs-slider .fs-c-productListItem__imageContainer a img {
    height: 100vh;
  }
  .fr2-flex > * {
    width: 100%;
  }
  .fr2-flex > *:not(:nth-of-type(1)) {
    margin-top: 3.5rem;
  }
  .fr2-flex--4 > * {
    width: 100%;
  }
  .fr2-flex--4 > *:not(:nth-of-type(1)) {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 420px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  .txt-area {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  .gy-btn {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  .chart-btn {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.tel,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.tel {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a span.smol,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a span.smol {
    font-size: calc(1.05rem + (7.5 - 10.5) * (100vw - 420px) / (350 - 420));
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a i svg,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a i svg {
    max-width: 20px;
    max-height: 25px;
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec img.ym-icons,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec img.ym-icons {
    max-height: 25px;
  }
  #ym-off-canvas-wrap .ym-off-canvas {
    width: calc(100vw - 65px) !important;
  }
  #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a svg {
    max-width: 20px;
    max-height: 25px;
  }
  #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li a,
  #ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li a {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a,
  #ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a,
  #ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.tel {
    font-size: 1.5rem;
  }
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a {
    font-size: 1.5rem;
  }
  #ym-off-canvas-wrap .sub-wrap_pri,
  #ym-off-canvas-wrap .sub-wrap_sec {
    width: calc(100vw - 65px) !important;
  }
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to a,
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to a,
  #ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to a {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link,
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link,
  #ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  .scroll-top {
    font-size: 1.1rem;
    width: 50px;
  }
  footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt {
    flex-wrap: wrap;
  }
  footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-body {
    margin-left: 0;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .li-ttl {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  .ym-ask-line-base a.gy-btn-smol {
    font-size: calc(1.2rem + (10 - 12) * (100vw - 420px) / (350 - 420));
  }
  .col-ttl__center h2 {
    font-size: calc(2rem + (16 - 20) * (100vw - 420px) / (350 - 420));
  }
  .col-ttl__center h3 {
    font-size: calc(2rem + (16 - 20) * (100vw - 420px) / (350 - 420));
  }
  .tag-def span.fs-c-productMark__label {
    font-size: calc(1.2rem + (10 - 12) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_321 .card-footer span {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 420px) / (350 - 420));
  }
  .sec.ranking .sec-cnt_42 .col-pri .tgl-swi {
    margin-top: 0.8rem;
    margin-right: 0.8rem;
    width: calc(50% + 0.4rem - 0.8rem);
    font-size: 14px;
    font-size: 3.3333333333vw;
  }
  .sec.ranking .sec-cnt_42 .col-pri .tgl-swi:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .sec.ranking .sec-cnt_42 .col-pri .tgl-swi:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec .sec-cnt_c-f .ym-card-cnt .card-header img {
    max-width: 500px;
    width: 100%;
  }
  .sec .sec-cnt_c-f .ym-card-cnt ul.card-body_point li {
    font-size: calc(2rem + (17 - 20) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_21-f .col-ttl-flex .ttl-pri {
    font-size: calc(3rem + (26 - 30) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_21-f .col-ttl-flex .ttl-sec {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_21-f .col-cnt .libox-wrap.no-ttl {
    padding-top: 1em;
  }
  .sec .sec-cnt_31-f .col-ttl-flex .ttl-pri {
    font-size: calc(3rem + (26 - 30) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_31-f .col-ttl-flex .ttl-sec {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_31-f .col-img .step {
    font-size: calc(3rem + (26 - 30) * (100vw - 420px) / (350 - 420));
  }
  .f-acc__ttl {
    font-size: calc(2rem + (17 - 20) * (100vw - 420px) / (350 - 420));
  }
  .brand__list-ul li a {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  .cstmr-review__prof P {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
  table.info_table th {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  table.info_table td {
    font-size: calc(1.4rem + (12 - 14) * (100vw - 420px) / (350 - 420));
  }
  .ym-fs-slider .fs-c-productListCarousel__list {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    width: 100vw;
  }
  .ym-fs-slider.fs-c-slick .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: calc(100vw - 60px);
    margin-left: -20px;
  }
  .ym-fs-slider .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: -15px;
  }
  .ym-fs-slider .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: -15px;
  }
  .ym-fs-slider h2.fs-c-productListItem__productName span.fs-c-productName__name, .ym-fs-slider .ranking-ttl span.fs-c-productName__name {
    font-size: calc(1.6rem + (13 - 16) * (100vw - 420px) / (350 - 420));
  }
}

@media screen and (max-width: 350px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name, .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 1.6rem !important;
  }
  .ym-h1, h1 {
    font-size: 30px;
    font-size: 8.5714285714vw;
  }
  .ym-h1 span, h1 span {
    font-size: 30px;
    font-size: 8.5714285714vw;
  }
  .ym-h2, h2 {
    font-size: 20px;
    font-size: 5.7142857143vw;
  }
  .ym-h2 span, h2 span {
    font-size: 20px;
    font-size: 5.7142857143vw;
  }
  .ym-h3, h3 {
    font-size: 20px;
    font-size: 5.7142857143vw;
  }
  .ym-h3 span, h3 span {
    font-size: 20px;
    font-size: 5.7142857143vw;
  }
  .ym-h4, h4 {
    font-size: 16px;
    font-size: 4.5714285714vw;
  }
  .ym-h4 span, h4 span {
    font-size: 16px;
    font-size: 4.5714285714vw;
  }
  .ym-h5, h5 {
    font-size: 15px;
    font-size: 4.2857142857vw;
  }
  .ym-h5 span, h5 span {
    font-size: 15px;
    font-size: 4.2857142857vw;
  }
  p, figure, figcaption, ol, ul, li, table, tr, th, td, em, strong, span, dl, dt, dd {
    font-size: 14px;
    font-size: 4vw;
  }
  .txt-area {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.tel,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.tel {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr ul.mol-pri li.mail a {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec li a span.smol,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec li a span.smol {
    font-size: 7.5px !important;
    font-size: 2.1428571429vw !important;
  }
  #ym-off-canvas-wrap .row-sec .mol-pri.offcanvas-menu_main li a {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  #ym-off-canvas-wrap .row-pri ul.offcanvas-menu_main li a,
  #ym-off-canvas-wrap .row-sec ul.offcanvas-menu_main li a {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  #ym-off-canvas-wrap .row-pri .mol-thr.offcanvas-menu_main li a,
  #ym-off-canvas-wrap .row-sec .mol-thr.offcanvas-menu_main li a {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri li.back-to a,
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec li.back-to a, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri li.back-to a,
  #ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec li.back-to a {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-pri ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link,
  #ym-off-canvas-wrap .sub-wrap_sec ul.mol-sec ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link, #ym-off-canvas-wrap .sub-wrap_pri ul.mol-pri ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link,
  #ym-off-canvas-wrap .sub-wrap_pri ul.mol-sec ul.offcanvas-menu.fs-pt-menu a.fs-pt-menu__link {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .li-ttl {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .org-pri ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-sec ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-thr ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fou ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-fiv ul li a,
  footer.footer-wrap .footer-sec_body .sec-cnt .org-six ul li a {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt ul.acc-wrap-relate .acc-wrap-ft .acc-tit {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .bk-max-xs {
    display: inline;
  }
  .bk-min-xs {
    display: block;
  }
  .ym-ask-line-base a.gy-btn-smol {
    font-size: 10px !important;
    font-size: 2.8571428571vw !important;
  }
  .col-ttl__center h2 {
    font-size: 16px !important;
    font-size: 4.5714285714vw !important;
  }
  .col-ttl__center h3 {
    font-size: 16px !important;
    font-size: 4.5714285714vw !important;
  }
  .tag-def span.fs-c-productMark__label {
    font-size: 10px !important;
    font-size: 2.8571428571vw !important;
  }
  .sec .sec-cnt_31.holi .col-cnt .card-img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100px;
  }
  .sec .sec-cnt_321 .card-footer span {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .sec .sec-cnt_42 a {
    display: block;
  }
  .sec .sec-cnt_421 a {
    display: block;
  }
  .sec .sec-cnt_421 .col {
    width: 100%;
  }
  .sec .sec-cnt_c-f .ym-card-cnt ul.card-body_point li {
    font-size: 17px !important;
    font-size: 4.8571428571vw !important;
  }
  .sec .sec-cnt_21-f .col-ttl-flex .ttl-pri {
    font-size: 26px !important;
    font-size: 7.4285714286vw !important;
  }
  .sec .sec-cnt_21-f .col-ttl-flex .ttl-sec {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .sec .sec-cnt_31-f .col-ttl-flex .ttl-pri {
    font-size: 26px !important;
    font-size: 7.4285714286vw !important;
  }
  .sec .sec-cnt_31-f .col-ttl-flex .ttl-sec {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  .sec .sec-cnt_31-f .col-img .step {
    font-size: 26px !important;
    font-size: 7.4285714286vw !important;
  }
  .f-acc__ttl {
    font-size: 17px !important;
    font-size: 4.8571428571vw !important;
  }
  .brand__list-ul li a {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  .cstmr-review__prof P {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  table.info_table th {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  table.info_table th {
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
  table.info_table td {
    font-size: 12px !important;
    font-size: 3.4285714286vw !important;
  }
  table.info_table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
  .ym-fs-slider h2.fs-c-productListItem__productName span.fs-c-productName__name, .ym-fs-slider .ranking-ttl span.fs-c-productName__name {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
}

@media screen and (max-width: 640px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item.fs-c-productListItem h2.fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 1.6rem;
  }
  .modal__cnt {
    padding: 2.4rem 4vw 3.5rem;
    width: calc(100% - 8vw);
  }
  .ym-glnav .ym-sp .ym-nav-pri a.nav-org-pri .ym-site-logo,
  .ym-glnav_fixed .ym-sp .ym-nav-pri a.nav-org-pri .ym-site-logo {
    max-width: 150px;
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec {
    width: 100%;
    align-items: flex-end;
    margin-left: 1.6rem;
    margin-right: 3.5rem;
  }
  .ym-glnav .ym-sp .ym-nav-sec .ym-nav-hamb,
  .ym-glnav_fixed .ym-sp .ym-nav-sec .ym-nav-hamb {
    z-index: 10000005;
  }
  .ym-glnav_fixed .ym-sp .ym-nav-pri a.nav-org-pri .ym-site-logo {
    max-width: 200px;
  }
  #ym-off-canvas-wrap .ym-off-canvas {
    width: calc(100vw - 100px) !important;
  }
  #ym-off-canvas-wrap .sub-wrap_pri,
  #ym-off-canvas-wrap .sub-wrap_sec {
    width: calc(100vw - 100px) !important;
  }
  .org-logo-cnt {
    width: 60%;
  }
  .ym-fs-slider.ranking .slick-slide::before, .ym-fs-slider.ranking .fr2-listItem::before {
    font-size: 1.2rem;
    width: 2rem;
    line-height: 2rem;
  }
  .bk-max-sm {
    display: inline;
  }
  .bk-min-sm {
    display: block;
  }
  .col-ttl__center h2::after {
    height: 2px;
    width: 80px;
  }
  .col-ttl__wp-h2 h2 {
    border-left: 10px solid #4b7bad;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt {
    align-items: flex-start;
  }
  .sec .sec-cnt_21 ul li {
    width: 100%;
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_21 ul li:nth-of-type(-n+2) {
    margin-top: 0.8rem;
  }
  .sec .sec-cnt_21 ul li:nth-of-type(2n) {
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_21 ul li:nth-of-type(-n+1) {
    margin-top: 0;
  }
  .sec .sec-cnt_21 ul li:nth-of-type(1n) {
    margin-right: 0;
  }
  .sec .sec-cnt_21-f .col-cnt .libox-cnt.col2 {
    flex-wrap: wrap;
  }
  .sec .sec-cnt_21-f .col-cnt .libox-wrap {
    padding-top: calc(1.5rem + 2.5em + 2.5em);
  }
  .sec .sec-cnt_21-f .col-cnt .libox-wrap .libox-ttl,
  .sec .sec-cnt_21-f .col-cnt .libox-wrap .libox-ttl span {
    line-height: 1.5em;
    font-size: calc(1.6rem + (14 - 16) * (100vw - 420px) / (350 - 420));
  }
  .sec .sec-cnt_21-f .col-cnt .libox-wrap .libox-ttl span {
    display: block;
  }
  .sec .sec-cnt_table-f .table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .sec .sec-cnt_table-f table.f-table {
    width: 640px;
  }
  .sec .sec-cnt_description-f .col-cnt .desc-wrap a.btn-circle {
    margin-left: auto;
    margin-right: auto;
  }
  .sec .sec-cnt_description-f .col-cnt .ym-card-cnt {
    display: block;
  }
  .sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-img img {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-body {
    text-align: center;
  }
  .sec .sec-cnt_description-f .col-cnt .ym-card-cnt .card-body h3 {
    margin-bottom: 0.8rem;
  }
  .chart__body dt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-registeredUsers {
    flex-basis: calc(50% - 80px);
  }
}

@media screen and (max-width: 1200px) {
  .ym-glnav nav.ym-pc,
  .ym-glnav_fixed nav.ym-pc {
    padding: 0 1vw;
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-pri,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-pri {
    flex-basis: 200px;
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-sec,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-sec {
    margin-left: 1.6rem;
  }
  .ym-glnav .ym-pc .ym-nav-pri .org-thr,
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-thr {
    flex-basis: 280px;
  }
  .ym-glnav .ym-pc .ym-nav-sec ul li a,
  .ym-glnav_fixed .ym-pc .ym-nav-sec ul li a {
    font-size: calc(1.4rem + (11 - 14) * (100vw - 1200px) / (769 - 1200));
  }
  .ym-glnav_fixed .ym-pc .ym-nav-pri .org-pri {
    flex-basis: 150px;
  }
  #ym-off-canvas-wrap .sub-wrap_pri,
  #ym-off-canvas-wrap .sub-wrap_sec {
    min-width: 750px;
    width: 80vw;
  }
  #ym-off-canvas-wrap .sub-wrap_pri .row-bk,
  #ym-off-canvas-wrap .sub-wrap_sec .row-bk {
    min-width: 350px;
  }
  .ym-sticky.ym-fixed {
    width: 325px;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt {
    flex-wrap: wrap;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .col-pri,
  footer.footer-wrap .footer-sec_body .sec-cnt .col-sec {
    flex-wrap: wrap;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .col-pri {
    flex-basis: auto;
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: 0 auto;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .col-sec {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  footer.footer-wrap .footer-sec_body .sec-cnt .li-ttl {
    text-align: center;
  }
  footer.footer-wrap .footer-sec_bottom .sec-cnt {
    display: block;
    margin: 0 auto;
  }
  .is-hidden-lg {
    display: none !important;
  }
  .bk-max-lg {
    display: inline;
  }
  .bk-min-lg {
    display: block;
  }
  .bk-min-lg-v {
    display: block;
  }
  .sec .sec-cnt_31.holi .col-cnt .ym-card-cnt {
    width: calc(50% + 0.8rem - 1.6rem);
  }
  .sec .sec-cnt_64 .col-cnt ul li {
    width: calc(25% + 0.2rem - 0.8rem);
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_64 .col-cnt ul li:nth-of-type(-n+6) {
    margin-top: 0.8rem;
  }
  .sec .sec-cnt_64 .col-cnt ul li:nth-of-type(6n) {
    margin-right: 0.8rem;
  }
  .sec .sec-cnt_64 .col-cnt ul li:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .sec .sec-cnt_64 .col-cnt ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) and (max-width: 420px) {
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec i,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec i {
    font-size: 3rem;
    cursor: pointer;
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec i svg,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec i svg {
    fill: #999999;
    transition: 0.4s;
    max-width: 30px;
    max-height: 30px;
  }
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec i:hover svg, .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec i:active svg, .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec i:focus svg,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec i:hover svg,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec i:active svg,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec i:focus svg {
    fill: #4b7bad;
  }
  .sec .sec-cnt_21-f .col-cnt .libox-wrap {
    padding-top: calc(1.5rem + 2.5em + 1em);
  }
}

@media screen and (max-width: 640px) and (max-width: 420px) and (max-width: 420px) {
  .ym-glnav .ym-sp .ym-nav-pri ul.nav-org-sec i svg,
  .ym-glnav_fixed .ym-sp .ym-nav-pri ul.nav-org-sec i svg {
    max-width: 20px;
    max-height: 25px;
  }
}

@media screen and (max-width: 420px) and (max-width: 420px) {
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.tel {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 420px) / (350 - 420));
  }
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 420px) / (350 - 420));
  }
}

@media screen and (max-width: 420px) and (max-width: 350px) {
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.tel {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
  #ym-off-canvas-wrap .org-logo-cnt ul.mol-fou li.mail a {
    font-size: 13px !important;
    font-size: 3.7142857143vw !important;
  }
}

@media screen and (min-width: 420px) {
  footer.footer-wrap .sec-cnt_c.detail-sp .ym-card-cnt .card-img {
    margin-right: 1.6rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 245px;
    max-width: 80%;
    margin-right: 0;
  }
  .col-ttl__center {
    margin-bottom: 5rem;
  }
  .sec .sec-cnt_321 .col-footer {
    margin-top: 5rem;
  }
  .sec .sec-cnt_321 .col-footer .btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_42 .card-footer a {
    display: block;
    max-width: 300px;
  }
  .sec .sec-cnt_42 .col-footer {
    margin-top: 5rem;
  }
  .sec .sec-cnt_42 .col-footer a {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_421 .col-footer a.btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_c.fs-slider .col-footer {
    margin-top: 5rem;
  }
  .sec .sec-cnt_c.fs-slider .col-footer .btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_c-f .ym-card-cnt .col-footer .btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_table-f .col-footer .btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_31-f .col-footer .btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
  .sec .sec-cnt_description-f .col-footer .btn-circle.arrow-r {
    min-width: 350px;
    max-width: 400px;
  }
}

@media screen and (min-width: 640px) and (max-width: 769px) {
  #top-slider.top-sldier--ashop {
    width: 90%;
  }
  .ashop__table {
    width: 90%;
  }
  .ashop__text {
    width: 90%;
  }
  .ashop__map {
    width: 90%;
  }
}

@media screen and (min-width: 640px) and (min-width: 769px) {
  .col-cnt_21 > * {
    width: calc(33.33% + 0.53rem - 1.6rem);
    margin-top: 1.6rem;
    margin-right: 1.6rem;
  }
  .col-cnt_21 > *:nth-of-type(-n+2) {
    margin-top: 1.6rem;
  }
  .col-cnt_21 > *:nth-of-type(2n) {
    margin-right: 1.6rem;
  }
  .col-cnt_21 > *:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .col-cnt_21 > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 769px) and (max-width: 640px) {
  .sec .sec-cnt_c-f .ym-card-cnt .card-body {
    width: 100%;
  }
}

@media screen and (max-width: 769px) and (max-width: 420px) {
  .sec .sec-cnt_31-f .cnt-gal3 {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
    margin-right: 1.6rem;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(-n+2) {
    margin-top: 1.6rem;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(2n) {
    margin-right: 1.6rem;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(-n+1) {
    margin-top: 0;
  }
  .sec .sec-cnt_31-f .cnt-gal3:nth-of-type(1n) {
    margin-right: 0;
  }
  .sec .sec-cnt_31-f .cnt-gal3:not(:nth-of-type(1)) {
    margin-top: 1.6rem;
  }
  .ym-banner-cntents {
    width: 275px !important;
  }
  .ym-banner-cntents__item .ym-banner-cntents {
    bottom: 6rem;
  }
}

@media screen and (max-width: 769px) and (max-width: 350px) {
  .ym-banner-cntents {
    width: 250px !important;
  }
}

@media screen and (max-width: 769px) and (min-width: 350px) {
  .fr2-flex > * {
    width: calc(50% + 0.8rem - 1.6rem);
    margin-top: 3.5rem;
    margin-right: 1.6rem;
  }
  .fr2-flex > *:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .fr2-flex > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .fr2-flex--4 > * {
    width: calc(50% + 0.8rem - 1.6rem);
    margin-top: 3.5rem;
    margin-right: 1.6rem;
  }
  .fr2-flex--4 > *:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .fr2-flex--4 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 1200px) {
  .fr2-flex > * {
    width: calc(25% + 0.6rem - 2.4rem);
    margin-top: 3.5rem;
    margin-right: 2.4rem;
  }
  .fr2-flex > *:nth-of-type(-n+3) {
    margin-top: 3.5rem;
  }
  .fr2-flex > *:nth-of-type(3n) {
    margin-right: 2.4rem;
  }
  .fr2-flex > *:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .fr2-flex > *:nth-of-type(4n) {
    margin-right: 0;
  }
}