@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

figure {
  margin: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

@media (max-width: 767px) {
  input, textarea {
    font-size: 16px;
  }
}

.row,
.itemList {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0px -15px 30px;
  gap: 30px 0;
}

@media (max-width: 1200px) {
  .row,
  .itemList {
    margin: 0px -7.5px 15px;
    gap: 15px 0;
  }
}

.row:last-child,
.itemList:last-child {
  margin-bottom: 0;
}

[class*=col-], .itemList__unit {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
  z-index: 2; 
}

@media (max-width: 1200px) {
  [class*=col-], .itemList__unit {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2, .itemList--6 .itemList__unit {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1_5, .itemList--5 .itemList__unit {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3, .itemList--4 .itemList__unit {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .itemList--3 .itemList__unit {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6, .itemList--2 .itemList__unit {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12, .itemList--1 .itemList__unit {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-pc-3, .itemList-pc--4 .itemList__unit {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-pc-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-pc-6, .itemList-pc--2 .itemList__unit {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-pc-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

@media (max-width: 991px) {
  .col-tab-6, .itemList-tab--2 .itemList__unit {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
   /* 現在は2.3は未使用 */
  .col-sp-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sp-3, .itemList-sp--4 .itemList__unit {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sp-6, .itemList-sp--2 .itemList__unit {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sp-12, .itemList-sp--1 .itemList__unit {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

:root {
  --primary-color: #0097DE;
  --primary-text: #0097DE;
  --secondary-color: #fff;
  --secondary-text: #fff;
  --cta-color: #0097DE;
  --cta-text: #ffffff;
}

html {
  font-size: 10px;
  letter-spacing: 0.5px;
  scroll-padding-top: 120px;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

html, body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

small {
  font-size: 12px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 12px;
  color: #1b1b1b;
  min-width: inherit;
  letter-spacing: 0.05em;
  background: #FFF;
  font-weight: 400;
}

input, textarea, select, button, pre {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
}

strong {
  font-weight: 500;
}

figure {
  text-align: center;
  margin: 0;
}

figure img {
  max-width: 100%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

section {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
}

p {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 20.57143px;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  p {
    font-size: 12px;
  }
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:visited {
  color: #1b1b1b;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a[href^="tel:"] {
  color: #1b1b1b;
  text-decoration: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
    max-width: 1200px;
  }
}

.row img {
  max-width: 80%;
  display: block;
  margin-top: -17px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 33px;
}

@media (max-width: 767px) {
  .row img {
    max-width: 80%;
    display: block;
    margin-top: -27px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: 10px;
  }
}

i.material-icons {
  font-size: 24px;
}

@media (max-width: 991px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .spOnly {
    display: none !important;
  }
}

#container:not(.topPage) {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #container:not(.topPage) {
    padding: 0 20px;
  }
  #container #side {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #container #main {
    width: 100% !important;
  }
  #container #side {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  #container {
    max-width: 100% !important;
  }
}

/*サイド メイン100%*/
#side {
  display: none;
}

#main {
  float: none;
}

#container:not(.topPage) {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#container.topPage #main {
  width: 100%;
  padding: 0;
}

#container:after {
  content: "";
  display: table;
  clear: both;
}

.highlight {
  background: #f2f2f2;
  color: #1b1b1b;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .highlight {
    padding: 40px 0;
  }
}

.reverse.row {
  flex-direction: row-reverse;
}

.text--left {
  text-align: left !important;
}

.text--white {
  color: #FFF !important;
}

.text--primary {
  color: #0097DE !important;
}

.text--secondary {
  color: #fff !important;
}

.text--black {
  color: #1b1b1b !important;
}

.flex-center,
.iconNav__cart .cartAmount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center .flex-center__inner,
.iconNav__cart .cartAmount .flex-center__inner {
  display: block;
  width: 100%;
}

.alignCenter,
.newsList li,
[class*="iconButton"],
a[class*="iconButton"],
.newsList--typeB,
.tab--typeA .tabSwitch li,
.hdr--typeE .hdrMiddle__middle,
.hdr--typeE .hdrBottom .hdrInner,
.telAndTime > div {
  display: flex;
  align-items: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

a:visited {
  color: black;
}

.fs-l-page {
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__sideColumn {
    position: sticky;
    top: 120px;
    right: 0;
  }
  .fs-body-cart .fs-l-page {
    overflow: visible;
  }
}

#fs_p_scrollingCartButton {
  display: none;
}

.fs-trial-header {
  display: none !important;
}

.member.my-false {
  display: none !important;
}

.guest.my-true {
  display: none !important;
}

.fs-c-subSection__title {
  line-height: 1.6;
  margin-bottom: 15px;
}

.fs-c-subSection__message {
  line-height: 1.6;
}

/* ヘッダー */
.fs-l-header {
  display: block;
  padding-top: 0;
}

/* ボタン関連調整 */
.fs-c-button--primary {
  font-size: 14px;
  font-weight: 500;
  padding: 1.0em 0.5em;
  background: #0097DE;
  border: 1px solid #0097DE;
  color: #ffffff;
}

@media (max-width: 767px) {
  .fs-c-button--primary {
    font-size: 13px;
  }
}

/* 商品画像拡大ボタン */
.fs-c-productMainImage {
  position: relative;
}

.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  position: absolute;
  bottom: 0;
  right: 0;
  /* left: 0; */
  padding: 0;
}

.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer button.fs-c-button--viewExtendedImage.fs-c-button--plain {
  padding: 10px;
}

.fs-c-productMainImage .fs-c-productMainImage__image,
.fs-c-productThumbnail .fs-c-productThumbnail__image {
  cursor: pointer;
}

.fs-c-productMainImage .fs-c-productMainImage__image:hover,
.fs-c-productThumbnail .fs-c-productThumbnail__image:hover {
  opacity: 0.8;
}

.fs-c-productThumbnail {
  margin-left: -4px;
  margin-right: -4px;
}

button.fs-c-button--viewExtendedImage.fs-c-button--plain:hover {
  text-decoration: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, button.fs-c-button--addToCart--list.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #ffffff !important;
  background: #0097DE;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-weight: 500;
  font-size: 12px;
}

.itemList .fs-c-productPrice {
  line-height: 24px;
}

.ccItemListContainer {
  width: 100%;
}

/* //ボタン関連調整 */
.fs-system-product .fs-c-variationLabel {
  margin-bottom: 15px;
}

.fs-system-product .fs-c-variationList__item__title {
  text-align: left;
  padding: 5px 8px;
}

/* //商品詳細レイアウト */
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .fs-body-product .fs-l-productLayout__item--1 {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin: 0 15px;
  }
  .fs-body-product .fs-l-productLayout__item--2 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin: 0 15px;
  }
}

/* //商品詳細レイアウト */
.fs-c-breadcrumb {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  padding: 12px 0;
}

@media (max-width: 1200px) {
  .fs-c-breadcrumb {
    padding: 12px 20px;
  }
}

.fs-c-breadcrumb__list {
  padding: 0;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: ">";
  display: inline-block;
  margin: 0 3px;
}

.fs-c-productPrices .fs-c-productPrice--listed {
  margin: 10px 0 5px;
  font-size: 12px;
}

/* 商品詳細価格表示周り */
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 20px;
  font-weight: 500;
}

.fs-c-productPrices--productDetail .fs-c-productPrice {
  line-height: 36px;
}

.fs-c-productPointDisplay {
  font-size: 14px;
  padding: 2px 8px;
  line-height: 24px;
}

.fs-c-variationLabel {
  font-size: 16px;
  line-height: 24px;
}

.fs-c-variationAndActions {
  margin: 30px 0 !important;
}

.fs-l-productLayout .fs-c-inquiryAboutProduct, .fs-l-productLayout .fs-c-returnedSpecialContract, .fs-l-productLayout .fs-c-productReview__addReview {
  margin-bottom: 0 !important;
  padding: 6px 0;
  line-height: 24px;
}

.fs-c-productNumber {
  padding: 2px 8px;
  margin-bottom: 0 !important;
  line-height: 24px;
  width: fit-content;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
  margin: 20px 0;
}

/* 商品詳細価格表示周り */
/* 商品詳細カート周り */
/* 返品特約、お問い合わせボタン */
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
a.fs-c-button--addReview--detail.fs-c-button--plain {
  color: #1b1b1b;
  border: 2px solid #dfdfdf;
  padding: 5px 15px;
  display: block;
  width: 100%;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  transition: 0.15s;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a:hover,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain:hover,
a.fs-c-button--addReview--detail.fs-c-button--plain:hover {
  background: #f2f2f2;
  transition: 0.15s;
  text-decoration: none;
}

.fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0;
}

/* お気に入りボタン */
button.fs-c-button--addToWishList--detail.fs-c-button--particular {
  background: #fff;
  border: 2px solid #dfdfdf;
  box-shadow: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.fs-c-productQuantityAndWishlist .fs-c-buttonContainer {
  padding: 0;
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist {
  margin-bottom: 24px !important;
}

.fs-l-productLayout .fs-c-productReview__aggregateRating.fs-c-aggregateRating {
  margin-top: 24px;
}

.fs-c-productQuantityAndWishlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-rows: auto;
}

button.fs-c-button--addToCart--variation.fs-c-button--primary {
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 5px;
  line-height: 24px;
  background: #0097DE;
  color: #ffffff;
}

.fs-c-variationList__item:not(:last-child) {
  margin-bottom: 20px;
}

.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  font-size: 10px;
  line-height: 12px;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary {
  font-size: 20px;
  border-radius: 6px;
  width: 100%;
}

/* 数量ボタンに上下ボタン表示 */
.fs-c-quantity__select,
select[name="quantity"] {
  -webkit-appearance: menulist;
}

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 128px;
  grid-template-columns: auto 1fr 40px 128px;
}

.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
  padding: 0;
}

.fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__wishlist {
  justify-content: left;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  display: block;
  margin: 12px 0;
}

.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 12px;
  line-height: 24px;
}

.fs-l-product2 .fs-c-productNameHeading.fs-c-heading {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

.fs-l-product2 .fs-c-returnedSpecialContract {
  margin-bottom: 8px;
}

/* 商品詳細カート周り */
/* 商品一覧 */
/* 画像拡大ボタン削除（詳細ページへの誘導強化のため） */
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

.fs-c-subgroupList {
  display: -ms-flex;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.fs-c-sortItems {
  border: none;
}

.fs-c-sortItems__label {
  border: #1b1b1b solid 1px;
}

.fs-c-sortItems__list {
  align-items: center;
  border: none;
}

.fs-c-sortItems__list__item.is-active {
  background: #0097DE;
}

.fs-c-productList__list {
  margin-left: -8px;
  margin-right: -8px;
}

.fs-c-productList__list span.fs-c-productName__name {
  line-height: 20px;
}

.fs-c-productList__list .fs-c-productListItem__productName {
  margin: 12px 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .fs-c-productList__list .fs-c-productListItem__productName {
    margin: 10px 0 6px;
  }
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: black;
  font-weight: 400;
}

.fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices {
  line-height: 20px;
}

@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    max-width:25%;
    flex: 0 0 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 959px) {
  .fs-c-subgroupList__item {
    max-width:50%;
    flex: 0 0 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}

.fs-c-productPrice__main__label {
  font-size: 11px;
}

.fs-c-subgroupList__link {
  border-color: #dfdfdf;
  background: #f2f2f2;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  background: #f2f2f2;
  border: none;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  line-height: 1.6;
  font-size: 10px;
  margin-left: 3px;
}

.fs-c-modal .fs-c-variationAndActions {
  margin: 0 !important;
}

.fs-c-modal .fs-c-variationLabel {
  margin-bottom: 15px;
}

.fs-c-modal .fs-c-variationList__item:not(:last-child) {
  margin-bottom: 20px;
}

.fs-c-modal .fs-c-variationList__item__title {
  text-align: left;
  padding: 5px 8px;
  line-height: 18px;
}

/* 商品一覧 */
/* カートページ */
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  min-width: 105px;
}

.fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  vertical-align: middle;
}

/* オリジナルCSS解除関連 */
.searchForm input[type="text"] {
  min-height: auto;
}

/* カラム数調整 */
.fs-l-main {
  padding: 0;
  max-width: 1200px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .fs-l-main {
    max-width: 100%;
    padding: 0 20px;
  }
}

body.fs-body-top .fs-l-main {
  margin: 0;
  padding: 0;
}

/* 一応残し */
/* aside#side,
.fs-l-main .fs-l-sideArea {
  padding: 0;
  margin: 0;
  max-width: 250px;
  flex: 0 0 250px;
} */ /**/

.fs-l-main .fs-l-pageMain {
  max-width: 910px;
  flex: 0 0 910px;
}

body.fs-body-top .fs-l-main {
  max-width: none;
  margin: 0;
  display: block;
}

.fs-l-main {
  display: block;
}

/* サイドバー非表示 */
.fs-l-main aside#side,
.fs-l-main .fs-l-sideArea {
  display: none;
}

.fs-l-main .fs-l-pageMain {
  max-width: none;
}

/* CV関連ページのサブカラム非表示 */
/* ↓メインおよびサブカラムのクラス名に応じて必ず調整↓ */
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-checkout-multiAddress-options .fs-l-pageMain,
.fs-body-checkout-multiAddress-confirm .fs-l-pageMain,
.fs-body-checkout-multiAddress-products .fs-l-pageMain,
.fs-body-checkout-multiAddress .fs-l-pageMain,
.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain,
.fs-body-checkout-amazon .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain {
  width: 100% !important;
  max-width: 100%;
  float: none;
  flex-basis: 100%;
}

.fs-body-checkout #side,
.fs-body-cart #side,
.fs-body-checkout-success #side,
.fs-body-checkout-multiAddress-options #side,
.fs-body-checkout-multiAddress-confirm #side,
.fs-body-checkout-multiAddress-products #side,
.fs-body-checkout-multiAddress #side,
.fs-body-checkout-multi #side,
.fs-body-customerDetails #side,
.fs-body-checkout-amazon #side,
.fs-body-my-addressbook-new #side,
.fs-body-cart-login #side {
  display: none !important;
}

.fs-body-checkout .fs-l-sideArea,
.fs-body-cart .fs-l-sideArea,
.fs-body-checkout-success .fs-l-sideArea,
.fs-body-checkout-multiAddress-options .fs-l-sideArea,
.fs-body-checkout-multiAddress-confirm .fs-l-sideArea,
.fs-body-checkout-multiAddress-products .fs-l-sideArea,
.fs-body-checkout-multiAddress .fs-l-sideArea,
.fs-body-checkout-multi .fs-l-sideArea,
.fs-body-customerDetails .fs-l-sideArea,
.fs-body-checkout-amazon .fs-l-sideArea,
.fs-body-my-addressbook-new .fs-l-sideArea,
.fs-body-cart-login .fs-l-sideArea {
  display: none !important;
}

/* //CV関連ページのサブカラム非表示 */
.fs-c-subSection__title {
  font-size: 28px;
  border-bottom: none;
  line-height: 48px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 60px;
  color: #1b1b1b;
}

@media (max-width: 479px) {
  .fs-c-subSection__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

.fs-c-list {
  line-height: 24px;
}

.fs-c-heading--page {
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: none;
}

.fs-c-heading--page {
  color: #1b1b1b !important;
}

.fs-c-documentArticle__heading {
  background: transparent;
  color: #1b1b1b;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.fs-c-documentColumn__heading {
  border: none;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 500;
  color: #0097DE;
  line-height: 24px;
  padding: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

address.fs-p-address,
address.fs-c-address {
  text-decoration: none;
  font-style: normal;
  line-height: 24px;
  font-size: 14px;
}

article.fs-c-documentArticle {
  margin-bottom: 60px;
  padding: 0;
}

section.fs-c-documentColumn:not(:last-child),
section.fs-c-documentArticle__content {
  margin-bottom: 40px;
}

section.fs-c-documentColumn:last-child,
section.fs-c-documentArticle__content:last-child {
  margin-bottom: 0;
}

.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 0;
}

.fs-c-note {
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
  background: #f2f2f2;
}

.fs-p-card {
  border: none;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .fs-p-card {
    padding: 15px;
  }
}

.fs-p-card__title {
  border-bottom: none;
  margin-top: 0;
  font-size: 16px;
}

.fs-p-card__title + .fs-p-card__message .fs-c-list {
  margin-top: 0;
}

.fs-p-card__message .fs-c-list li {
  margin-bottom: 5px;
}

.fs-c-productNumber + .fs-c-productMarks {
  margin-top: 12px !important;
}

.fs-c-newUsers__title,
.fs-c-registeredUsers__title {
  text-align: center;
}

/* register */
.fs-body-register .fs-p-announcement__body {
  padding: 20px;
  background: #efefef;
  font-size: 1.2rem;
}

.fs-body-register .fs-c-orderedList {
  margin: 14px 0;
  line-height: 1.6;
}

.fs-body-register .fs-c-orderedList > li {
  position: relative;
  padding: 0 0 0 24px;
  text-indent: 0;
}

.fs-body-register .fs-c-orderedList > li::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid #9ebdcb 1px;
  border-radius: 50%;
  text-align: center;
  font-family: Aktiv Grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 18px;
  color: #9ebdcb;
}

.fs-body-register .fs-c-orderedList > li + li {
  margin-top: 6px;
}

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 15px;
}

.fs-c-inputTable__headerCell {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: normal;
}

.fs-c-inputTable__label {
  display: flex;
  align-items: center;
}

.fs-c-requiredMark {
  display: inline-block;
  margin-left: 6px;
  width: 29px;
  height: 16px;
  border: solid #9ebdcb 1px;
  border-radius: 2px;
  text-indent: 0;
  vertical-align: top;
}

.fs-c-requiredMark::before {
  content: '必須';
  text-align: center;
  font-size: .9rem;
  line-height: 14px;
  color: #81a8b9;
}

.fs-c-inputTable__dataCell {
  font-size: 1.1rem;
}

.fs-c-inputField [type=text],
.fs-c-inputField [type=tel],
.fs-c-inputField [type=email],
.fs-c-inputField [type=password],
.fs-c-inputField [type=datetime],
.fs-c-inputField [type=date],
.fs-c-inputField [type=month],
.fs-c-inputField [type=week],
.fs-c-inputField [type=time],
.fs-c-inputField [type=datetime-local],
.fs-c-inputField [type=number],
.fs-c-inputField select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 12px;
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
}

.fs-c-inputField select {
  width: auto;
}

.fs-c-inputGroup {
  border: solid #ccc 1px;
  border-radius: 0;
}

.fs-c-inputGroup [type=password] {
  border: none;
}

.fs-c-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.fs-c-dropdown::after {
  content: '▼';
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 40px;
  background: #fff;
  background-size: 9px;
  border: solid #ccc 1px;
  border-radius: 0;
  /* rotate: 90deg; */
  color: #979191;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 13px;
  padding-bottom: 4px;
}

.fs-c-dropdown select {
  padding-right: 52px;
}

.fs-c-birthdayOnceMessage,
.fs-c-inputField__explanation {
  margin-top: 6px;
  font-size: 1.1rem;
  color: #777;
}

.fs-c-radioGroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.fs-c-radioGroup .fs-c-radio {
  flex-basis: auto;
  margin: 0;
}

.fs-c-radioGroup .fs-c-radio + .fs-c-radio {
  margin-left: 20px;
}

.fs-c-radio__radioMark {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-color: #ccc;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-width: 1px;
  border-color: #ccc;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 18px;
  height: 18px;
  background: #81a8b9;
}

.fs-c-checkbox__checkMark {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-width: 1px;
  border-color: #ccc;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::after {
  content: '';
  display: block;
  width: 9px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  box-sizing: border-box;
  opacity: 1;
  border-right: 3px solid #0097DE;
  border-bottom: 3px solid #0097DE;
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.5s ease;
}

.fs-c-additionalCheckField {
  line-height: 1.2;
}

.fs-c-privacyPolicyAgreeField {
  margin-top: 6px;
}

.fs-c-inputInformation__button {
  margin-top: 22px;
}

.fs-c-inputInformation__button button {
  border-radius: 0;
}

.fs-p-announcement__title {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .fs-body-register .fs-l-pageMain {
    margin: 0 auto;
    max-width: 700px;
  }
  .fs-body-register .fs-p-announcement {
    max-width: 760px;
  }
  .fs-body-register .fs-p-announcement__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .fs-body-register .fs-p-announcement__body {
    padding: 30px 40px;
    font-size: 1.3rem;
  }
  .fs-body-register .fs-c-orderedList > li {
    padding-left: 28px;
  }
  .fs-body-register .fs-c-orderedList > li::before {
    top: -2px;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .fs-body-register .fs-c-orderedList > li + li {
    margin-top: 12px;
  }
  .fs-c-inputInformation__field {
    max-width: 700px;
  }
  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 20px;
  }
  .fs-c-inputTable__headerCell {
    font-size: 1.2rem;
  }
  .fs-c-requiredMark {
    margin-left: 10px;
    width: 36px;
    height: 20px;
    border-radius: 3px;
  }
  .fs-c-requiredMark::before {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .fs-c-inputTable__dataCell {
    font-size: 1.2rem;
  }
  .fs-c-inputField [type=text],
  .fs-c-inputField [type=tel],
  .fs-c-inputField [type=email],
  .fs-c-inputField [type=password],
  .fs-c-inputField [type=datetime],
  .fs-c-inputField [type=date],
  .fs-c-inputField [type=week],
  .fs-c-inputField [type=time],
  .fs-c-inputField [type=datetime-local],
  .fs-c-inputField [type=number],
  .fs-c-inputField select {
    padding: 10px 16px;
    font-size: 1.4rem;
  }
  .fs-c-dropdown::after {
    background-size: 12px;
  }
  .fs-c-dropdown select {
    padding-right: 56px;
  }
  .fs-c-birthdayOnceMessage,
  .fs-c-inputField__explanation {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .fs-c-radioGroup .fs-c-radio + .fs-c-radio {
    margin-left: 24px;
  }
  .fs-c-radio__radioMark {
    width: 20px;
    height: 20px;
  }
  .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    width: 14px;
    height: 14px;
  }
  .fs-c-checkbox__checkMark {
    width: 20px;
    height: 20px;
  }
  .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background-size: 11px;
  }
  .fs-c-privacyPolicyAgreeField {
    margin-top: 12px;
  }
  .fs-c-inputInformation__button {
    margin-top: 32px;
  }
  .fs-c-inputInformation__button .fs-c-button--primary {
    padding: 20px 10px;
    min-width: 306px;
  }
}

/* login */
.fs-c-fsLogin {
  padding: 20px 24px;
  background: #efefef;
}

.fs-body-login .fs-c-inputInformation__field {
  margin: 0;
  padding: 0;
  background: #efefef;
}

.fs-c-buttonContainer--login {
  margin: 25px 20px 0;
  padding: 0;
}

.fs-c-buttonContainer--login button {
  width: 100%;
  min-width: inherit;
}

.fs-body-login .fs-c-inputInformation__link,
.fs-body-cart-login .fs-c-inputInformation__link,
.fs-body-wishlist-login .fs-c-inputInformation__link,
.fs-body-review-login .fs-c-inputInformation__link {
  margin-top: 14px;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: .05em;
}

.fs-body-login .fs-c-inputInformation__link a,
.fs-body-cart-login .fs-c-inputInformation__link a,
.fs-body-wishlist-login .fs-c-inputInformation__link a,
.fs-body-review-login .fs-c-inputInformation__link a {
  color: #81a8b9;
}

.fs-login-passwordresetinfo {
  margin-top: 20px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  color: #777;
}

.fs-login-passwordresetinfo a {
  color: #81a8b9;
}

.fs-c-otherServiceLogin {
  margin: 30px 0;
}

.fs-c-anotherLogin {
  padding: 20px 24px;
  background: #efefef;
}

.fs-c-anotherLogin__message {
  font-size: 1.1rem;
  letter-spacing: .05em;
}

.fs-c-anotherLogin__button {
  margin-top: 20px;
}

.fs-c-newUsers__message {
  padding: 20px 24px 0;
  background: #efefef;
  font-size: 1.1rem;
  letter-spacing: .05em;
}

.fs-c-buttonContainer--memberRegister {
  padding: 20px 44px 24px;
  background: #efefef;
}

.fs-c-buttonContainer--memberRegister .fs-c-button--primary {
  width: 100%;
  border-radius: 0;
}

.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-review-login .fs-c-inputInformation__field {
  padding: 0;
  background: none;
}

@media screen and (min-width: 768px) {
  .fs-body-login .fs-c-loginForm {
    margin: 0;
  }
  .fs-body-login .fs-c-registeredUsers,
  .fs-body-wishlist-login .fs-c-registeredUsers,
  .fs-body-review-login .fs-c-registeredUsers {
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
  .fs-c-fsLogin {
    padding: 30px 40px;
  }
  .fs-c-buttonContainer--login {
    margin: 25px 64px 0;
  }
  .fs-body-login .fs-c-inputInformation__link,
  .fs-body-cart-login .fs-c-inputInformation__link,
  .fs-body-wishlist-login .fs-c-inputInformation__link,
  .fs-body-review-login .fs-c-inputInformation__link {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .fs-login-passwordresetinfo {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .fs-c-otherServiceLogin {
    margin: 28px 0 0;
  }
  .fs-c-anotherLogin {
    padding: 30px 40px;
  }
  .fs-c-anotherLogin__message {
    font-size: 1.4rem;
  }
  .fs-body-login .fs-c-newUsers,
  .fs-body-wishlist-login .fs-c-newUsers,
  .fs-body-review-login .fs-c-newUsers {
    flex-basis: calc(50% - 40px);
  }
  .fs-c-newUsers__message {
    padding: 30px 40px 0;
    font-size: 1.4rem;
  }
  .fs-c-buttonContainer--memberRegister {
    padding: 20px 112px 32px;
  }
}

/* mypage */
.fs-body-my-top .fs-p-accountInfo {
  margin-bottom: 36px;
}

.fs-p-accountInfo {
  padding: 20px;
  background: #efefef;
  color: #222;
}

.fs-p-accountInfo__header {
  margin-bottom: 12px;
}

.fs-p-accountInfo__accountName {
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.2;
}

.fs-p-accountInfo__body {
  margin-bottom: 0;
  padding: 18px 10px;
}

/* ポイント未使用 残し*/
/* .fs-p-accountInfo__point__label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
  letter-spacing: .05em;
}

.fs-p-accountInfo__point__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.fs-p-accountInfo__point__point__available {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.fs-p-accountInfo__point__point__available__number {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #ce9292;
}

.fs-p-accountInfo__point__point__available__numberLabel {
  padding-left: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.fs-p-accountInfo__point__point__rate {
  font-size: 1.1rem;
  letter-spacing: .05em;
}

.fs-c-purchasePointExpiration {
  margin-top: 6px;
  font-size: 1.1rem;
  letter-spacing: .05em;
} */

.fs-mypage-content {
  position: relative;
}

.fs-c-accountService {
  justify-content: center;
}

.fs-c-accountService > li {
  position: relative;
  height: 0;
  overflow: hidden;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}

.fs-c-accountService > li .fs-c-string--label {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.2;
}

.fs-c-accountService__page--accountDelete {
  width: 100%;
  justify-content: flex-end;
}

.fs-c-accountService > .fs-c-accountService__page--accountDelete {
  flex-basis: 100%;
  padding-bottom: 0;
  height: auto;
}

.fs-c-accountService > .fs-c-accountService__page--accountDelete a {
  position: relative;
  top: auto;
  left: auto;
  color: #777;
}

.fs-mypage-links {
  margin-top: 28px;
}

.fs-mypage-links--item {
  margin-top: 16px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.2;
}

.fs-mypage-links--item:first-child {
  margin-top: 0;
}

.fs-mypage-links--item > a {
  display: inline-block;
  vertical-align: top;
  color: #777;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  margin: 0 auto;
  color: #1b1b1b !important;
}

@media screen and (max-width: 767px) {
  .fs-c-accountService > li {
    flex-basis: 30.9037900875%;
    margin: 3.64431486875% 3.64431486875% 0 0;
    padding-bottom: 30.9037900875%;
  }
  .fs-c-accountService > li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .fs-c-accountService > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.fs-c-accountService__page {
  margin: 8px !important;
}

@media screen and (min-width: 768px) {
  .fs-body-my-top .fs-l-account {
    flex-direction: inherit;
  }
  .fs-body-my-top .fs-c-accountService {
    flex-basis: calc(56% - 60px);
    margin: 0;
  }
  .fs-c-accountService > li {
    flex-basis: 22.8873239437%;
    margin: 2.8169014084% 2.8169014084% 0 0;
    padding-bottom: 22.8873239437%;
  }
  .fs-c-accountService > li:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .fs-c-accountService > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .fs-c-accountService > li .fs-c-string--label {
    font-size: 11px;
  }
  .fs-c-accountService > .fs-c-accountService__page--accountCard .fs-c-string--label {
    padding: 0 25px;
  }
  .fs-c-accountService > .fs-c-accountService__page--accountSettingsModify .fs-c-string--label {
    padding: 0 15px;
  }
}

.fs-c-productList__list__item {
  border-bottom: none;
}

article.fs-c-documentArticle a {
  text-decoration: underline;
  font-weight: bold;
}

.fs-c-productMarks, .fs-c-productMark {
  margin-bottom: 4px;
}

.fs-c-productNumber + .fs-c-productMarks {
  margin-top: 12px;
}

.fs-c-sortItems__label {
  margin-right: 10px;
}

.fs-c-inputInformation__message {
  text-align: center;
}

#overlay {
  position: fixed;
  display: block;
  z-index: 9999998;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  text-align: right;
  color: #000;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}

#overlay i {
  font-size: 30px;
}

#overlay.open {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}

#drawer {
  position: fixed;
  display: block;
  z-index: 9999999;
  inset: 0 auto 0 -300px;
  background: #FFF;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

#drawer.open {
  opacity: 1;
  transition: 0.3s;
  left: 0;
  pointer-events: all;
}

#drawer .snsNav {
  margin: 25px 15px;
  justify-content: center;
}

.drawer__search {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__nav {
  list-style: none;
}

.drawer__nav li {
  list-style: none;
  text-align: left;
}

.drawer__nav li a {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 13px 20px;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
  background: #0097DE;
  color: #fff;
}

.drawer__nav li a::after {
  border-color: #fff !important;
  right: 20px !important;
}

.drawer__nav li a.drawerIcon {
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.drawer__nav li a.drawerIcon .drawerIcon__img {
  max-width: 40px;
  flex: 0 0 40px;
}

.drawer__nav li a.drawerIcon .drawerIcon__img img {
  max-width: 100%;
}

.drawer__nav li a.drawerIcon .drawerIcon__text {
  max-width: calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  padding-left: 10px;
}

.drawer__nav li .dc--typeB {
  padding: 9px 0;
}

.drawer__nav li .dc--typeB a {
  border-bottom: none;
  padding: 6px 20px;
}

.drawer_bnr {
  padding: 20px 20px 0px 20px;
  display: block;
  text-align: center;
}

.drawer_bnr img {
  max-width: 100%;
}

.fNav__list .color_bg,
.drawer__nav .color_bg {
  background: #f2f2f2;
}

.fNav__list li.hasChildren--click > a,
.drawer__nav li.hasChildren--click > a {
  font-weight: 500;
}

.fNav__list li.hasChildren--click > a::before, .fNav__list li.hasChildren--click > a::after,
.drawer__nav li.hasChildren--click > a::before,
.drawer__nav li.hasChildren--click > a::after {
  right: 20px !important;
  border: none;
  width: 2px !important;
  height: 12px !important;
  background: #1b1b1b;
}

.fNav__list li.hasChildren--click > a::after,
.drawer__nav li.hasChildren--click > a::after {
  transform: rotate(90deg) translateY(-50%) !important;
  transform-origin: top center !important;
}

.fNav__list li.hasChildren--click > a::before,
.drawer__nav li.hasChildren--click > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}

.fNav__list li.hasChildren--click > a.open::before,
.drawer__nav li.hasChildren--click > a.open::before {
  transform: rotate(90deg) translateY(-50%) !important;
}

.drawer__accountText {
  padding: 15px 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__accountText h2 {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.drawer__accountNav {
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.drawer__accountNav li {
  list-style: none;
  max-width: 50%;
  flex: 0 0 50%;
}

.drawer__accountNav li.drawer__accountNavFull {
  max-width: 100%;
  flex: 0 0 100%;
}

.drawer__accountNav li a {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  font-weight: 500;
  padding: 13px 15px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.drawer__accountNav li a:nth-child(odd) {
  border-right: 1px solid #dfdfdf;
}

.drawer__accountNav li a img,
.drawer__accountNav li a i {
  display: inline-block;
  margin-right: 5px;
}

.drawer__accountNav li a::after {
  content: none !important;
}

.drawer__close {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  background: #1B1B1B;
  color: #FFF;
}

a.drawer__close {
  color: #FFF;
}

body.open {
  overflow: hidden !important;
}

.drawer__itemList {
  padding: 30px 15px 20px;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__itemList p {
  line-height: 1.25 !important;
}

.drawer__itemList .itemList__unit {
  padding: 0 5px !important;
}

.drawer__itemList .itemList__unit .itemWrap {
  padding: 0;
  border: none;
}

.drawer__itemList .itemList__unit .itemWrap:after {
  content: none;
}

.drawer__itemList .itemPrice small,
.drawer__itemList .itemPrice,
.drawer__itemList .itemName {
  font-size: 10px !important;
}

.drawer__itemList .itemName {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.drawer__itemList h3 {
  margin-bottom: 15px;
  font-weight: 500;
}

.hdrInner .searchForm {
  width: 260px;
}

@media (max-width: 1199px) {
  .hdrInner .searchForm {
    width: auto;
  }
}

#hdrLogo {
  font-size: 20px;
  margin-bottom: 0;
}

#hdrLogo img {
  max-width: 100%;
  height: auto;
}

.hdrInner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text--center .hdrInfo {
  text-align: center;
}

@media (min-width: 1200px) {
  .hdrInner {
    max-width: 1200px;
  }
}

.hdrMiddle {
  position: relative;
  z-index: 999;
  background: #FFF;
}

.hdrMiddle .hdrInner {
  height: 80px;
}

@media (max-width: 1199px) {
  .hdrMiddle .hdrInner {
    height: 60px;
    padding: 0 15px;
  }
}

.hdrMiddle.hdrMiddle--logoLeft .hdrInner {
  justify-content: space-between;
}

.hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
  flex-grow: 2;
  padding: 0 7px 0 21px;
}

.hdrMiddle__right--2 {
  display: flex;
  align-items: center;
}

.hdrMiddle__right--2 .searchForm {
  width: 181px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  header .searchForm {
    width: 100% !important;
    margin: 10px 0px;
  }
  #hdrLogo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px;
    text-align: center;
  }
}

.hdr--typeD .hdrMiddle .gNav > ul > li > a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hdr--typeD .hdrMiddle .gNav > ul > li > a > * {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (max-width: 1199px) {
  .hdrMiddle__right .pcOnly {
    display: none !important;
  }
}

.snsNav {
  list-style: none;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.snsNav li {
  list-style: none;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .snsNav li {
    margin: 0 10px;
  }
}

.snsNav i {
  font-size: 24px;
}

.snsNav.snsNav--small i {
  font-size: 18px;
}

.snsNav.snsNav--small li {
  margin-right: 15px;
}

.ftr--typeC {
  background: linear-gradient(to right, #0097DE, #002D42);
}

.itemList__unit p {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 14px;
}

.itemList__unit .itemPrice {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0097DE;
}

.itemPrice.itemPrice--regular {
  font-weight: 400;
  font-size: 12px;
}

.itemPrice.itemPrice--regular small {
  font-size: 10px;
}

@media (max-width: 767px) {
  .itemPrice.itemPrice--regular {
    font-size: 11px;
  }
}

.itemList small {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.itemList .button {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.itemList__unit {
  line-height: 24px;
}

a.itemWrap {
  display: block;
  line-height: 24px;
}

a.itemWrap:hover, a.itemWrap:active {
  color: #0097DE;
}

a.itemWrap:hover img, a.itemWrap:active img {
  opacity: 0.8;
}

.itemImg,
.itemImg img {
  position: relative;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
}

.itemList--noButton .button {
  display: none !important;
}

.itemList--typeC .itemList__unit {
  position: relative;
}

.itemList--typeC .itemList__unit:before {
  content: "MORE";
  position: absolute;
  right: 28px;
  bottom: 20px;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
}

.itemList--typeC .itemList__unit:after {
  bottom: 20px;
  top: auto !important;
  right: 20px;
}

.itemList--typeC .itemList__unit:hover:before, .itemList--typeC .itemList__unit:active:before {
  color: #0097DE;
  transition: 0.2s;
  transform: translateY(-3px);
}

.itemList--typeC .itemList__unit:hover:after, .itemList--typeC .itemList__unit:active:after {
  transition: 0.2s;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
}

.itemList--typeC .itemWrap {
  position: relative;
  transition: 0.1s;
  padding: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #fff;
  height: 100%;
}

.itemList--typeC .itemWrap:hover, .itemList--typeC .itemWrap:active {
  transition: 0.2s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.itemList--typeC .itemWrap .itemPrice {
  padding-right: 60px;
}

@media (max-width: 992px) {
  .itemList--typeC .itemWrap {
    padding: 15px 15px 35px 15px;
  }
  .itemList--typeC .itemWrap:before {
    color: #0097DE;
    right: 23px;
    bottom: 15px;
  }
  .itemList--typeC .itemWrap:after {
    border-color: #0097DE !important;
    bottom: 15px;
    right: 15px;
  }
  .itemList--typeC .itemWrap .itemPrice {
    padding-right: 0px;
  }
}

@media (max-width: 480px) {
  .itemList--typeD {
    margin-left: -5px;
    margin-right: -5px;
  }
  .itemList--typeD .itemList__unit {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.itemList--typeD .itemWrap {
  transition: 0.1s;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 14px;
  background: #fff;
}

@media (max-width: 992px) {
  .itemList--typeD .itemWrap {
    padding: 10px;
  }
}

.itemList--typeD .itemWrap:hover, .itemList--typeD .itemWrap:active {
  background: #f2f2f2;
  transition: 0.2s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}

.itemList--typeD .itemWrap:hover:before, .itemList--typeD .itemWrap:active:before {
  color: #0097DE;
}

.itemList--typeD .itemWrap .button {
  box-shadow: none;
}

@media (max-width: 480px) {
  .itemList--typeE {
    margin-left: -5px;
    margin-right: -5px;
  }
  .itemList--typeE .itemList__unit {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.itemList--typeE .itemWrap .itemImg {
  display: block;
  padding: 15px;
  background-color: #dfdfdf;
}

@media (max-width: 480px) {
  .itemList--typeE .itemWrap .itemImg {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .itemList .button,
  .itemList a.button {
    font-size: 12px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px !important;
  }
  .itemList .button.arrow::after,
  .itemList a.button.arrow::after {
    right: 8px;
  }
}

.contentsSlider .slick-arrow,
.lightSlider .prevBtn,
.lightSlider .nextBtn {
  transform-origin: top left top left;
  z-index: 2;
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  transform-origin: top;
}

.contentsSlider .slick-arrow:before,
.lightSlider .prevBtn:before,
.lightSlider .nextBtn:before {
  content: none;
}

.lightSlider .nextBtn,
.contentsSlider .slick-next {
  transform: rotate(45deg) translate(0, -50%);
  border-top: #1b1b1b 1px solid;
  border-right: #1b1b1b 1px solid;
  right: -30px;
}

.lightSlider .prevBtn,
.contentsSlider .slick-prev {
  transform: rotate(45deg) translate(0, -50%);
  border-bottom: #1b1b1b 1px solid;
  border-left: #1b1b1b 1px solid;
  left: -30px;
}

.lightSlider .prevBtn {
  left: -45px;
}

.lightSlider .nextBtn {
  right: -45px;
}

@media (max-width: 1240px) {
  .contentsSlider .slick-arrow {
    width: 20px;
    height: 20px;
    transform-origin: top;
  }
  .contentsSlider .slick-next {
    right: 0px;
  }
  .contentsSlider .slick-prev {
    left: 00px;
  }
}

.contentsSlider.itemList .slick-list {
  padding: 5px 0;
}

.contentsSlider .itemList__unit {
  margin-bottom: 0;
}

.itemPrice--default {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 12px;
}

.itemPrice--saleRate,
p.itemPrice--saleRate {
  display: block;
  margin: 8px 0 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0097DE;
  color: #ffffff;
  padding: 2px 14px;
}

.itemSmallStock {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: rgba(0, 151, 222, 0.75);
  padding: 2px 14px;
}

.itemPrice--sale {
  color: #cc0000;
}

.itemImg .itemSoldout {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 10px;
  left: 0px;
  right: 0px;
  width: auto;
  transform: translateY(-50%);
}

.itemImg .itemPrice--saleRate {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

.contentsSlider .itemList__unit {
  max-width: 100% !important;
  flex-basis: 100% !important;
}

.contentsSlider:not(.slick-initialize) .itemList__unit {
  max-width: 20%;
  flex-basis: 20%;
}

@media (max-width: 767px) {
  .contentsSlider:not(.slick-initialize) .itemList__unit {
    max-width: 50%;
    flex-basis: 50%;
  }
}

.contentsSlider.noDots .slick-dots {
  display: none !important;
}

.itemArrange--typeF.itemArrange--typeF2 .itemArrange--typeF_imgbox {
  position: relative;
}

/* 未使用 残し */
@media (max-width: 767px) {
  .spNoPadding {
    padding: 0 !important;
  }
  .spNoPadding .multiGrid p {
    padding: 0 0 0 1em;
  }
}

@media (max-width: 991px) {
  .lightSlider .prevBtn,
  .lightSlider .nextBtn {
    display: none !important;
  }
}

.line-1 .itemName {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-2 .itemName {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-3 .itemName {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.multiGrid {
  display: grid;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  gap: 15px;
  padding-bottom: 15px;
  grid-auto-flow: column;
  background: white;
}

.multiGrid.no-gutters {
  gap: 15px 0;
}

.multiGrid.no-gutters p {
  padding: 0 10px;
}

@media (max-width: 991px) {
  .multiGrid.sp-row-2 {
    grid-template-rows: repeat(2, auto);
  }
}

.multiGrid > * {
  width: 230px;
  flex-shrink: 0;
  isolation: isolate;
}

@media (max-width: 767px) {
  .multiGrid > * {
    width: 150px;
  }
}

.multiGrid.pc-2 > * {
  width: 570px;
}

.multiGrid.pc-3 > * {
  width: 390px;
}

.multiGrid.pc-4 > * {
  width: 290px;
}

.multiGrid.pc-6 > * {
  width: 190px;
}

@media (max-width: 767px) {
  .multiGrid.sp-2 > * {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .multiGrid.sp-1 > * {
    width: 280px;
  }
}

.multiGrid .itemList__unit {
  padding: 0;
}

@media (max-width: 767px) {
  .multiGrid .itemList__unit .itemImg {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .multiGrid .itemList__unit p {
    font-size: 11px;
    line-height: 1.8;
  }
  .multiGrid .itemList__unit p small {
    font-size: 10px;
  }
}

.multiGrid::-webkit-scrollbar-thumb, .multiGrid::-webkit-scrollbar-track {
  border-radius: 92px;
}

.multiGrid::-webkit-scrollbar-thumb {
  background: #0097DE;
}

.multiGrid::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.multiGrid::-webkit-resizer {
  width: 90%;
}

.multiGrid::-webkit-scrollbar {
  height: 12px;
}

.lightSlider {
  position: relative;
}

.leftBtn,
.rightBtn {
  font-size: 26px;
  position: absolute;
  top: 40%;
  background-color: #fff;
  color: #000;
  padding: 20px 10px;
}

.leftBtn {
  left: 0;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 1px 1px #888;
}

.rightBtn {
  right: 0;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 1px 1px #888;
} /**/

.articleList time {
  font-size: 12px;
  display: block;
}

.articleList time:not(:last-child) {
  margin-bottom: 10px;
}

.articleList .newsList__cate {
  display: block;
  margin-bottom: 10px;
}

.articleList__img {
  margin: auto auto 1em auto;
  display: block;
  max-width: 100% !important;
}

.articleList__title {
  font-size: 14px;
  margin: 0 0 1em 0;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .articleList__title {
    font-size: 12px;
    line-height: 20px;
  }
}

.articleList__content {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1;
}

.articleList__wrap {
  transition: 0.15s;
  display: block;
}

.articleList__wrap:hover, .articleList__wrap:active {
  color: #0097DE;
  transition: 0.15s;
  opacity: 0.65;
}

@media (max-width: 768px) {
  .articleList__content {
    display: none;
  }
}

.newsList__date {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.newsList, .newsList li {
  list-style: none;
}

.newsList a:hover {
  color: #0097DE;
  text-decoration: none;
}

.newsList a:hover img {
  opacity: 0.8;
}

.newsList {
  max-width: 100%;
}

.newsList li {
  list-style: none;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.newsList li time {
  font-size: 12px;
  line-height: 24px;
  flex: 0 0 fit-content;
  padding-right: 1.5em;
  color: #0097DE;
}

.newsList li h3 {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .newsList li time {
    font-size: 10px;
    line-height: 1;
  }
  .newsList li span {
    order: 0;
    white-space: nowrap;
  }
  .newsList li h3 {
    font-size: 12px;
  }
}

.newsList--typeB {
  display: flex;
  align-items: flex-start;
  border-left: solid #017BB5 4px;
}

.newsList--typeB .newsList__head {
  margin: 0 40px;
  flex: 0 1 auto;
}

.newsList--typeB .newsList__body {
  flex: 1 1 auto;
}

.newsList--typeB .newsList__body ul, .newsList--typeB .newsList__body .makeNewsWrap {
  padding: 0 10px 0 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 175px;
}

.newsList--typeB .newsList__body ul li, .newsList--typeB .newsList__body .makeNewsWrap li {
  padding: 9px 0;
}

.newsList--typeB .newsList__head + .newsList__body {
  max-width: calc(100% - 190px);
}

@media (max-width: 767px) {
  .newsList--typeB {
    flex-wrap: wrap;
    padding-left: 30px;
  }
  .newsList--typeB .newsList__head {
    flex: 0 1 100%;
    margin: 0;
    margin: 20px 0 30px !important;
    text-align: left;
  }
  .newsList--typeB .newsList__head a {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
  .newsList--typeB .newsList__body {
    flex: 1 1 100%;
  }
  .newsList--typeB .newsList__head + .newsList__body {
    max-width: 100%;
  }
}

.newsList__cate {
  margin-right: 20px;
}

.newsList__cate a, .newsList__cate span {
  color: #0097DE;
  min-width: 6em;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  border: #0097DE solid 1px;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 11px;
}

@media (max-width: 1200px) {
  .newsList__cate a, .newsList__cate span {
    font-size: 10px;
    padding: 4px 10px;
  }
}

.newsList__cate a:hover, .newsList__cate span:hover {
  opacity: 0.8;
}

.newsList__cate span {
  font-size: 10px;
  line-height: 100%;
  padding: 5px 10px;
}

#hdr.hdr--integrate .logo-wh {
  display: none;
}

#hdr.hdr--integrate .logo-bl {
  display: block;
}

#hdr.hdr--integrate .hdrMiddle {
  background: #fff;
  transition: 0.3s;
}

#hdr.hdr--integrate .iconNav i,
#hdr.hdr--integrate .iconNav > ul > li > a,
#hdr.hdr--integrate .gNav > ul > li > a {
  color: #1b1b1b !important;
}

#hdr.hdr--integrate .iconNav i:after,
#hdr.hdr--integrate .iconNav > ul > li > a:after,
#hdr.hdr--integrate .gNav > ul > li > a:after {
  border-color: #1b1b1b !important;
}

#hdr.hdr--integrate .iconNav i:hover, #hdr.hdr--integrate .iconNav i:hover i,
#hdr.hdr--integrate .iconNav > ul > li > a:hover,
#hdr.hdr--integrate .iconNav > ul > li > a:hover i,
#hdr.hdr--integrate .gNav > ul > li > a:hover,
#hdr.hdr--integrate .gNav > ul > li > a:hover i {
  color: #1b1b1b !important;
}

#hdr.hdr--integrate .hdrMiddle__right .searchForm {
  border-color: #1b1b1b !important;
}

#hdr.hdr--integrate .hdrMiddle__right .searchForm i {
  color: #1b1b1b !important;
}

#hdr.hdr--integrate .hdrMiddle__right .searchForm__inner {
  background: transparent;
}

#hdr.hdr--integrate .hdrMiddle__right .searchForm__inner input[type="text"], #hdr.hdr--integrate .hdrMiddle__right .searchForm__inner input[type="text"]::placeholder {
  color: #1b1b1b !important;
}

#hdr.hdr--integrate.active {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
}

#hdr.hdr--integrate.active + .h_box {
  display: none;
}

#hdr.hdr--integrate.active:not(.integrate--fixed) .hdrMiddle {
  background: transparent;
  transition: 0.3s;
  box-shadow: none;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .logo-wh {
  display: block;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .logo-bl {
  display: none;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet #menu-icon span {
  background-color: #fff;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > * > i,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > a,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .gNav > ul > li > a {
  color: #fff !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > * > i:after,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > a:after,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .gNav > ul > li > a:after {
  border-color: #fff !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > * > i:hover, #hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > * > i:hover i,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > a:hover,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .iconNav > ul > li > a:hover i,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .gNav > ul > li > a:hover,
#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .gNav > ul > li > a:hover i {
  color: #fff !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .searchForm {
  border-color: #fff !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .searchForm i {
  color: #fff !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .iconNav .searchForm {
  border-color: #1b1b1b !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .iconNav .searchForm i, #hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .iconNav .searchForm form, #hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .iconNav .searchForm input[type="text"] {
  color: #1b1b1b !important;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .searchForm__inner {
  background: transparent;
}

#hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .searchForm__inner input[type="text"], #hdr.hdr--integrate.active:not(.integrate--fixed).whiteColor--yet .hdrMiddle__right .searchForm__inner input[type="text"]::placeholder {
  color: #fff !important;
}

.mainVisual {
  overflow: hidden;
  position: relative;
  height: 714px;
}

@media (max-width: 767px) {
  .mainVisual {
    height: auto;
  }
}

.mainVisual .mainVisual__inner img {
  display: block;
  position: absolute;
  left: -300%;
  right: -300%;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: none;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .mainVisual .mainVisual__inner img {
    position: relative;
    left: inherit;
    right: inherit;
    max-width: 100%;
  }
}

.mainVisual.mainVisual--hero {
  height: 100vh;
  height: 100svh;
}

@media screen and (max-width: 750px) {
  .mainVisual.mainVisual--hero .mainVisual__inner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.mainVisual__copy img {
  display: block;
  position: absolute;
  max-width: 60%;
  top: 30%;
  left: 0;
  margin: auto;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  .mainVisual__copy img {
    width: 120%;
    max-width: 120%;
    top: 15%;
    bottom: auto;
    right: -30%;
    left: auto;
  }
}

.gNav .megaMenu li a.button,
a.iconButton,
.iconButton,
.cateList .button,
[class*="iconButton"],
a[class*="iconButton"] {
  color: #1b1b1b;
  font-weight: 500;
  text-align: left;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  background: #FFF;
  line-height: 20px;
  padding: 10px 30px 10px 10px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

@media (max-width: 768px) {
  .gNav .megaMenu li a.button,
  a.iconButton,
  .iconButton,
  .cateList .button,
  [class*="iconButton"],
  a[class*="iconButton"] {
    font-size: 12px;
  }
}

[class*="iconButton"]:hover,
a[class*="iconButton"]:hover {
  color: #0097DE;
  background: #f2f2f2;
}

[class*="iconButton"].noBorder,
a[class*="iconButton"].noBorder {
  border: none;
  background: transparent;
}

[class*="iconButton"] b,
a[class*="iconButton"] b {
  padding: 0 5px;
}

[class*="iconButton"] span:first-child,
a[class*="iconButton"] span:first-child {
  border-radius: 50%;
  overflow: hidden;
  max-width: 40px;
  flex: 0 0 40px;
}

[class*="iconButton"] span:first-child img, [class*="iconButton"] span:first-child svg,
a[class*="iconButton"] span:first-child img,
a[class*="iconButton"] span:first-child svg {
  max-width: 100%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  [class*="iconButton"] span:first-child img, [class*="iconButton"] span:first-child svg,
  a[class*="iconButton"] span:first-child img,
  a[class*="iconButton"] span:first-child svg {
    height: auto;
  }
}

[class*="iconButton"] span:nth-child(2),
a[class*="iconButton"] span:nth-child(2) {
  padding: 0 10px;
  max-width: calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
}

@media (max-width: 767px) {
  [class*="iconButton"] span:first-child,
  a[class*="iconButton"] span:first-child {
    max-width: 30px;
    flex: 0 0 30px;
  }
  [class*="iconButton"] span:first-child img, [class*="iconButton"] span:first-child svg,
  a[class*="iconButton"] span:first-child img,
  a[class*="iconButton"] span:first-child svg {
    height: 30px;
  }
  [class*="iconButton"] span:nth-child(2),
  a[class*="iconButton"] span:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}

figure {
  display: block;
  margin: 0;
}

figure figcaption {
  font-size: 12px;
  display: block;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: 400;
}

@media (max-width: 767px) {
  figure figcaption {
    font-size: 12px;
  }
}

figure img, figure svg {
  max-width: 100%;
  margin: auto;
}

#popupBnr {
  position: fixed;
  z-index: 99999999;
  inset: 0;
}

#popupBnr--close {
  position: absolute;
  inset: -30px -30px auto auto;
}

#popupBnr--close i {
  color: #fff;
  font-size: 30px;
}

.popupBnrBox {
  position: relative;
  max-width: calc(100vw - 60px);
}

#popupBnr.pb--center {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

#popupBnr.pb--right {
  inset: auto 15px 15px auto;
}

.pb--right #popupBnr--close {
  inset: -30px auto auto -30px;
}

.pb--right #popupBnr--close i {
  color: #000;
}

#popupBnr.pb--left {
  inset: auto auto 15px 15px;
}

.pb--left #popupBnr--close {
  inset: -30px -30px auto auto;
}

.pb--left #popupBnr--close i {
  color: #000;
}

.sc_h3A, .sc_h3B {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 5px 0;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .sc_h3A, .sc_h3B {
    font-size: 14px;
  }
}

.sc_h3A > a, .sc_h3B > a {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sc_h3A > a, .sc_h3B > a {
    font-size: 10px;
  }
}

.sc_h3A > a:after, .sc_h3B > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(45deg);
  transform-origin: right;
  margin-left: 5px;
}

.sc_h3A {
  border-bottom: 1px solid #1b1b1b;
}

.sc_h3B > a {
  border-radius: 50px;
  border: 1px solid #1b1b1b;
  padding: 2px 12px;
  transition: 0.15s;
}

.sc_h3B > a:hover {
  background: #1b1b1b;
  color: #fff;
  transition: 0.15s;
}

.sc_h3B > a:hover:after {
  border-color: #fff;
}

.subCategory__description.highlightBg {
  background: #f2f2f2;
  padding: 1em;
}

.categoryMain img {
  max-width: 100%;
}

.conceptB .conceptB__textWrap {
  max-width: 100%;
  flex: 0 0 100%;
}

.conceptB .text--left, .conceptB .text--left small {
  text-align: left !important;
}

.conceptB .h2C {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
  margin: 12px 0 20px;
}

.conceptB-2 .row {
  margin-left: 0;
  margin-right: 0;
}

.conceptB-2 .row > * {
  padding: 0;
  margin-bottom: 0;
}

.conceptB-2 .row > * .conceptB__textWrap {
  padding: 0 60px;
}

@media (max-width: 767px) {
  .conceptB-2 .row > * {
    margin-bottom: 15px;
  }
  .conceptB-2 .row > * .conceptB__textWrap {
    padding: 0 0px;
  }
}

@media (min-width: 768px) {
  .itemArrange__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .itemArrange__wrap > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.itemArrange h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.itemArrange *:last-child {
  margin-bottom: 0 !important;
}

.itemArrange__img {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .itemArrange h3 {
    font-size: 18px;
  }
  .itemArrange [class*=col] {
    margin-bottom: 30px;
  }
  .itemArrange__text .button {
    display: block;
  }
  .itemArrange__text .button span {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.itemArrange__img img {
  display: block;
}

#toTop,
.toDetailSearch {
  display: block;
  position: fixed;
  z-index: 995;
  bottom: 30px;
  right: 30px;
}

#toTop a,
.toDetailSearch a {
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  padding-top: 5px;
}

#toTop a:hover,
.toDetailSearch a:hover {
  opacity: 1;
}

#toTop.toTop--circle a,
.toDetailSearch.toTop--circle a {
  border-radius: 100px;
}

#toTop.toTop--primary a,
.toDetailSearch.toTop--primary a {
  background: #0097DE;
  color: #ffffff;
}

#toTop.toTop--primary a:after,
.toDetailSearch.toTop--primary a:after {
  border-color: #ffffff;
}

@media (max-width: 992px) {
  #toTop,
  .toDetailSearch {
    bottom: 10px;
    right: 10px;
  }
}

#toTop a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(-45deg);
  transform-origin: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.nextBtn,
.prevBtn,
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.nextBtn:hover, .nextBtn:focus,
.prevBtn:hover,
.prevBtn:focus,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.nextBtn:hover:before, .nextBtn:focus:before,
.prevBtn:hover:before,
.prevBtn:focus:before,
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.nextBtn.slick-disabled:before,
.prevBtn.slick-disabled:before,
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.nextBtn:before,
.prevBtn:before,
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 35px;
}

.slick-dotted.slick-slider.dotsA {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  line-height: 10px;
  text-align: center;
  background: #F2F2F2;
  border-radius: 50%;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #0097DE;
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-dots li {
    height: 10px;
    width: 10px;
  }
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
}

.button,
.button--typeB,
a.button {
  position: relative;
  transition: 0.3s;
  width: 270px;
  line-height: 27px;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

.button.arrow,
.button--typeB.arrow,
a.button.arrow {
  padding-right: 30px;
}

.button:hover,
.button--typeB:hover,
a.button:hover {
  transition: 0.3s;
}

.button span,
.button i,
.button--typeB span,
.button--typeB i,
a.button span,
a.button i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.button span,
.button--typeB span,
a.button span {
  line-height: 24px;
}

.button.block,
.button--typeB.block,
a.button.block {
  display: block;
  width: 100%;
}

.button,
a.button {
  background: #0097DE;
  color: #FFF;
  border: 2px solid #0097DE;
}

.button.arrow::after,
a.button.arrow::after {
  border-color: #fff;
  right: 15px;
}

.button.arrow:hover,
a.button.arrow:hover {
  border-color: #0097DE;
  background-color: #FFF;
  color: #0097DE;
}

.button.arrow:hover::after,
a.button.arrow:hover::after {
  border-color: #0097DE;
  right: 10px;
}

.button--typeB,
a.button--typeB,
.button--typeB,
a.button--typeB {
  border: 1px solid #0097DE;
  background-color: #FFF;
  color: #0097DE;
  border-radius: 0px;
}

.button--typeB:after,
a.button--typeB:after,
.button--typeB:after,
a.button--typeB:after {
  border-color: #0097DE;
}

.button--typeB:hover,
a.button--typeB:hover,
.button--typeB:hover,
a.button--typeB:hover {
  background: #f2f2f2;
}

.button--typeB.arrow:after,
a.button--typeB.arrow:after,
.button--typeB.arrow:after,
a.button--typeB.arrow:after {
  border-color: #0097DE;
}

.button.block {
  display: block;
  width: 100%;
  max-width: 100%;
}

.copyright {
  line-height: 20px;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .copyright {
    padding: 27px;
  }
}

.copyright--typeB {
  border-top: 1px solid #fff;
  color: #ffffff;
}

@media (min-width: 992px) {
  .fNav__list {
    list-style: none;
  }
  .fNav__list ul, .fNav__list li {
    list-style: none;
  }
  .fNav--typeD {
    padding: 20px 0;
  }
  .fNav--typeD .fNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 465px;
    gap: 14px 24px;
    margin: auto;
  }
  .fNav--typeD .fNav__list a {
    color: #ffffff;
  }
  .fNav--typeD .fNav__list li {
    padding: 0;
    line-height: 20px;
  }
  .fNav--typeD .fNav__list li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
  }
  .fNav--typeD .fNav__list li a:after {
    content: none !important;
  }
}

@media (max-width: 991px) {
  [class*='fNav--type']:not(.fNav--typeA) {
    padding: 0;
  }
  [class*='fNav--type']:not(.fNav--typeA) a {
    color: #fff !important;
  }
  [class*='fNav--type']:not(.fNav--typeA) a:after {
    border-color: #fff !important;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list {
    display: block;
    max-width: 100%;
    border-top: 1px solid #dfdfdf;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li {
    border-right: none !important;
    padding: 0;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li a {
    padding: 8px 15px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li a:after {
    content: "" !important;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li:last-child a {
    border-bottom: none;
  }
}

.arrow,
.megaMenu .button,
.megaMenu .megaMenu__button,
.drawer__nav li a,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a,
.keywordRanking__toggle li a,
a.megaMenu__arrow,
li.hasChildren > a {
  position: relative;
  transition: 0.3s;
}

.arrow:hover,
.megaMenu .button:hover,
.megaMenu .megaMenu__button:hover,
.drawer__nav li a:hover,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a:hover,
a.megaMenu__arrow:hover,
li.hasChildren > a:hover {
  transition: 0.3s;
}

.arrow::after,
.megaMenu .button::after,
.megaMenu .megaMenu__button::after,
.drawer__nav li a::after,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a::after,
a.megaMenu__arrow::after,
li.hasChildren > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}

.arrow:hover::after,
.megaMenu .button:hover::after,
.megaMenu .megaMenu__button:hover::after,
.drawer__nav li a:hover::after,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a:hover::after,
a.megaMenu__arrow:hover::after,
li.hasChildren > a:hover::after {
  transition: 0.2s;
  margin-left: 3px;
  border-color: #0097DE;
}

.megaMenu .button,
.megaMenu .megaMenu__button,
.drawer__nav li a,
.keywordRanking__toggle li a,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a,
.arrow {
  position: relative;
  padding-right: 15px;
}

.megaMenu .button:after,
.megaMenu .megaMenu__button:after,
.drawer__nav li a:after,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a:after,
.arrow:after {
  right: 15px;
}

.megaMenu .button:hover:after,
.megaMenu .megaMenu__button:hover:after,
.drawer__nav li a:hover:after,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list a:hover:after,
.arrow:hover:after {
  right: 12px;
}

[class*='fNav--type']:not(.fNav--typeA) .fNav__list a {
  padding-right: 0;
}

li.hasChildren > a::after {
  transform: rotate(135deg) translateY(-50%);
}

li.hasChildren:hover > a::after,
li.hasChildren > a.open::after {
  transform: rotate(-45deg) translateY(-50%);
  border-color: #0097DE;
}

.gNav.gNav--typeD > ul > li.hasChildren > a > span::after {
  transform: rotate(135deg) translateY(-50%) !important;
}

.gNav.gNav--typeD > ul > li.hasChildren:hover > a > span::after,
.gNav.gNav--typeD > ul > li.hasChildren > a > span.open::after {
  transform: rotate(-45deg) translateY(-50%) !important;
  border-color: #0097DE;
}

.arrow--none:after {
  content: none !important;
}

.arrow--typeC,
a.arrow--typeC {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.arrow--typeC:after,
a.arrow--typeC:after {
  position: absolute;
  top: calc(50% - 4px);
  right: -27px;
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  border: none;
  background: url(https://www.lease-kogyo.com/assets/images/arrow.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.arrow--typeC:hover:before,
a.arrow--typeC:hover:before {
  right: -35px;
}

.arrow--typeC:hover:after,
a.arrow--typeC:hover:after {
  right: -36px;
}

.searchForm {
  position: relative;
  width: 100%;
}

.searchForm .searchForm__inner {
  position: relative;
  height: 40px;
  background: #FFF;
  display: flex;
  align-items: center;
}

.searchForm input[type="text"] {
  padding: 10px 14px;
  background: transparent;
  border: none;
  line-height: 1;
  width: 100%;
  display: block;
  font-size: 16px;
  transform: scale(0.8);
  transform-origin: center left;
}

.searchForm .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  line-height: 1;
  padding: 0 6px;
}

.searchForm.searchFormB .searchForm__inner {
  border: 1px solid #dfdfdf;
  border-radius: 100px;
}

.searchForm.searchFormB .searchForm__inner input[type="text"] {
  border-radius: 100px;
}

.searchForm.searchFormE {
  border-bottom: 1px solid #dfdfdf;
}

.searchForm i.material-icons {
  color: #1b1b1b;
}

.searchForm input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}

.keywordRanking__toggle {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
}

.keywordRanking__toggle.open {
  pointer-events: all;
  opacity: 1;
}

.keywordRanking__toggle h3 {
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 12px 15px;
}

.keywordRanking__toggle .keywordRanking__close {
  display: block;
  margin: 15px;
  border: 1px solid #000;
  padding: 10px 15px;
  text-align: center;
}

.keywordRanking {
  list-style: none;
}

.keywordRanking li a {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.keywordRanking li a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #000;
  margin-right: 10px;
  font-size: 12px;
}

.keywordRanking li:nth-child(1) a:before {
  content: "1";
}

.keywordRanking li:nth-child(1) a:before {
  background: #FFF1BD;
  border-color: #EFDA8E;
}

.keywordRanking li:nth-child(2) a:before {
  background: #EAEAEA;
  border-color: #C8C8C8;
}

.keywordRanking li:nth-child(3) a:before {
  background: #FFDDBD;
  border-color: #DFBD9E;
}

table tr th, table tr td {
  overflow-wrap: break-word;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post_title {
  font-weight: 500;
}

.h2A,
.h2B,
.h2C,
.h2D {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h2A small,
.h2B small,
.h2C small,
.h2D small {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
}

.h2A > span,
.h2B > span,
.h2C > span,
.h2D > span {
  color: #0097DE;
  font-size: 36px;
}

@media (max-width: 479px) {
  .h2A,
  .h2B,
  .h2C,
  .h2D {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .h2A > span,
  .h2B > span,
  .h2C > span,
  .h2D > span { 
    font-size: 32px;
  }
}

.h2A {
  position: relative;
  background: #121212;
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  padding: 16px 0px;
  letter-spacing: 0px;
}

@media (max-width: 767px) {
  .h2A {
    margin-top: 40px;
  }
}


.h2A::before {
  content: "";
  width: 1px;
  height: 51px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  background: #5BCAFF;
  transition: 0.3s;
}

.h2A::after {
  transform: rotate(135deg) !important;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -41px;
  margin: auto;
  background: #5BCAFF;
  border: none;
  transition: 0.3s;
}

.h2A span {
  font-size: inherit;
  color: #fff;
  letter-spacing: 0px;
}

.h2A span::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #5BCAFF;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .h2A {
    max-width: 100%;
    padding: 22px 0px;
  }
  .h2A::before {
    height: 40px;
    bottom: -24px;
  }
  .h2A::after {
    bottom: -26px;
  }
  .h2A span::after {
    width: 260px;
  }
}

.h2B {
  font-family: "Lexend Deca", 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 200;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 6%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}

.h2C small,
.h2C a {
  color: #0097DE;
}

.h2C .arrow:after {
  border-color: #0097DE;
  border-width: 2px;
}

.h2D span {
  display: block;
  margin-top: 6px;
  letter-spacing: 1px;
  line-height: 24px;
}

.h2D small {
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 10px;
  color: #ffffff;
  background: #fff;
}

.btnNav {
  flex: 0 0 auto;
  margin-right: 11px;
}

.btnNav a {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  border: 1px solid #0097DE;
  width: 158px;
  padding: 9px 20px;
  line-height: 24px;
  font-weight: 500;
  background: #0097DE;
  color: #fff;
  transition: 0.3s;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.btnNav a.online-red {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff !important;
}

.btnNav a i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  color: #0097DE;
}

.btnNav a.arrow:after {
  right: 15px;
}

.btnNav a:hover {
  color: #0097DE;
  background: #fff;
}

.btnNav a.online-red:hover {
  background: #fff !important;
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}

.btnNav a:hover:after {
  right: 10px;
}

.gNav > ul {
  display: -ms-flex;
  display: flex;
}

.gNav > ul > li {
  display: block;
}

.gNav > ul > li:not(:last-child) {
  margin-right: 30px;
}

.gNav > ul > li > a {
  text-decoration: none;
}

.gNav > ul > li > a strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
}

.gNav > ul > li > a:hover {
  color: #0097DE;
  text-decoration: none;
}

.gNav li.hasChildren > a::after {
  transform: rotate(135deg) translateY(-50%) !important;
  content: "";
  left: 0;
  right: 0;
  top: auto;
  bottom: 16px;
  margin: auto;
  background: #5BCAFF;
  border: none;
  transition: 0.3s;
  opacity: 0;
}

.gNav li.hasChildren > a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  background: #5BCAFF;
  transition: 0.3s;
  opacity: 0;
}

.gNav li.hasChildren > a.open::after {
  opacity: 1;
}

.gNav li.hasChildren > a.open::before {
  opacity: 1;
}

.hdrMiddle .gNav > ul > li > a,
.hdrMiddle .gNav > ul > li > span {
  height: 80px;
}

@media (max-width: 1199px) {
  .hdrMiddle .gNav > ul > li > a,
  .hdrMiddle .gNav > ul > li > span {
    height: 60px;
  }
}

.gNav__listIcon {
  display: inline-block;
  margin-right: 5px;
}

.gNav > ul > li > a,
.hrd_keyword a {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 60px;
}

.iconNav > ul {
  display: flex;
  align-items: center;
}

.iconNav > ul > li {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .iconNav > ul > li {
    position: static;
  }
}

.iconNav .searchForm {
  margin-right: 0;
}

.iconNav span,
.iconNav label,
.iconNav a {
  display: block;
  padding: 5px;
  text-align: center;
}

.iconNav span:hover img, .iconNav span:hover i,
.iconNav label:hover img,
.iconNav label:hover i,
.iconNav a:hover img,
.iconNav a:hover i {
  opacity: 0.8;
  color: #0097DE;
}

.iconNav span small,
.iconNav label small,
.iconNav a small {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.iconNav i {
  font-size: 30px;
}

@media (max-width: 1200px) {
  .iconNav i {
    font-size: 24px;
  }
}

.iconNav img {
  display: inline-block;
}

@media (min-width: 768px) {
  .iconNav img {
    margin: 0 5px;
  }
}

.iconNav [class*="hasChildren"]:not(:last-child) {
  margin-right: 10px;
}

.iconNav [class*="hasChildren"] > ul, .iconNav [class*="hasChildren"] > div {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 10px;
  z-index: 2;
  left: auto;
  right: 0;
  transition: 0.15s;
}

.iconNav [class*="hasChildren"] > ul a, .iconNav [class*="hasChildren"] > div a {
  padding: 5px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .iconNav [class*="hasChildren"] > ul, .iconNav [class*="hasChildren"] > div {
    right: 0;
    top: 100%;
  }
}

@media (max-width: 992px) {
  .iconNav [class*="hasChildren"] > ul, .iconNav [class*="hasChildren"] > div {
    padding: 0;
    left: 0;
    border-top: 1px solid #dfdfdf;
    top: calc(100% - 15px);
  }
  .iconNav [class*="hasChildren"] > ul.open, .iconNav [class*="hasChildren"] > div.open {
    top: 100%;
    padding: 0 15px;
  }
  .iconNav [class*="hasChildren"] > ul a, .iconNav [class*="hasChildren"] > div a {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
    text-align: left;
    font-weight: 500;
  }
  .iconNav [class*="hasChildren"] > ul .hasChildren--close, .iconNav [class*="hasChildren"] > div .hasChildren--close {
    display: block;
    background: #1b1b1b;
  }
  .iconNav [class*="hasChildren"] > ul .hasChildren--close a, .iconNav [class*="hasChildren"] > div .hasChildren--close a {
    color: #fff;
    vertical-align: middle;
  }
  .iconNav [class*="hasChildren"] > ul .hasChildren--close a i, .iconNav [class*="hasChildren"] > div .hasChildren--close a i {
    vertical-align: middle;
    margin-right: 5px;
  }
}

.iconNav [class*="hasChildren"] > a:after {
  left: auto;
  right: -4px;
}

.iconNav [class*="hasChildren"] > ul.open, .iconNav [class*="hasChildren"] > div.open {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 768px) {
  .iconNav--image [class*="hasChildren"] > a:after {
    right: 0;
  }
}

.hasChildren--close {
  display: none;
}

#menu-icon {
  width: 20px;
  height: 16px;
  display: block;
  transition: all 0.4s;
  position: relative;
}

#menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
}

#menu-icon span:nth-of-type(1) {
  top: 0;
}

#menu-icon span:nth-of-type(2) {
  top: 7px;
}

#menu-icon span:nth-of-type(3) {
  top: 14px;
}

#menu-icon small {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
}

.hdrSearch--toggle {
  margin-left: 5px;
}

.bottomNav {
  background: #0097DE;
  color: #ffffff;
  padding: 10px;
}

.bottomNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomNav ul li {
  margin: 0 2px;
  max-width: 20%;
  flex: 0 0 20%;
}

.bottomNav ul li a {
  color: #ffffff;
  display: block;
}

.bottomNav__icon {
  display: block;
  text-align: center;
  line-height: 1;
}

.bottomNav__text {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 3px;
  line-height: 1;
}

.iconNav__cart {
  position: relative;
}

.iconNav__cart .cartAmount {
  position: absolute;
  top: 0px;
  right: -2px;
  height: 15px;
  width: 15px;
  background: #0097DE;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
}

.iconNav--text > ul > li a {
  padding: 0;
  line-height: 1;
}

.iconNav--text > ul > li .iconNav__cart .cartAmount {
  right: -5px;
  top: -5px;
}

.iconNav--text > ul > li:not(:last-child) {
  margin-right: 24px;
}

.iconNav--text > ul > li:not(:last-child)[class*="hasChildren"] {
  margin-right: 29px;
}

@media (max-width: 991px) {
  .iconNav--text > ul > li:not(:last-child)[class*="hasChildren"] {
    margin-right: 10px;
  }
}

.iconNav--text > ul > li small {
  display: block;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .iconNav--text > ul > li small {
    display: none !important;
  }
}

.hdrBottom {
  position: relative;
}

.gNav li.hasChildren > ul,
.gNav li.hasChildren > .megaMenu {
  position: absolute;
  z-index: 9999;
  inset: 100% 0 auto 0;
  opacity: 0;
  pointer-events: none;
}

.gNav li.hasChildren > ul.open,
.gNav li.hasChildren > .megaMenu.open {
  pointer-events: all;
  opacity: 1;
  transition: 0.3s;
}

.gNav .megaMenu__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gNav .megaMenu li a {
  width: 100%;
  color: #1b1b1b;
  font-weight: 500;
  text-align: left;
}

.gNav .megaMenu li a:hover {
  color: #0097DE;
}

.gNav .megaMenu li a:hover img {
  opacity: 0.8;
}

.gNav .megaMenu li a small {
  font-weight: initial;
  margin-top: 5px;
  line-height: 1.6;
  display: block;
  text-align: center;
}

.gNav .megaMenu .row {
  gap: 0;
  justify-content: center;
  margin: auto;
}

.gNav .megaMenu .row [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0;
}

.gNav .megaMenu .row li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  padding: 0 15px;
  color: #fff;
}

.gNav .megaMenu .row li a strong {
  display: block;
  font-family: "Shippori Mincho", 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}

.gNav .megaMenu .row li a small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}

.morebtnWrap {
  margin-top: 30px;
}

.topconceptSec {
  position: relative;
  background: linear-gradient(90deg, #0097DE 0%, #002D42 100%);
  background-image: url(https://www.lease-kogyo.com/assets/images/sec01_back_pctxt.png), url(https://www.lease-kogyo.com/assets/images/sec01_back_pc.jpg);
  background-position: bottom right, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 80%, cover;
  padding: 60px 0;
  color: #FFFFFF;
}

.topconceptSec::after {
  transform: rotate(135deg) !important;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  bottom: auto;
  margin: auto;
  background: #fff;
  border: none;
  transition: 0.3s;
}

.topconceptSec::before {
  content: "";
  width: 1px;
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  background: #fff;
  transition: 0.3s;
}

.topconceptSec .topconcept_txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}

.topconceptSec .topconcept_btnWrap {
  text-align: center;
  margin-top: 30px;
}

.topconceptSec .topconcept_btnWrap a {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  border: #fff solid 1px;
}

@media (max-width: 767px) {
  .topconceptSec {
    background: linear-gradient(90deg, #0097DE 0%, #002D42 100%);
    background-image: url(https://www.lease-kogyo.com/assets/images/sec01_back_sp.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }
  .topconceptSec .topconcept_txt {
    max-width: 270px;
    margin: auto;
  }
  .topconceptSec .topconcept_btnWrap a {
    padding: 5px 30px;
  }
}

.topcategorySec {
  margin-bottom: 40px;
}

.topcategorySec .row {
  gap: 0;
}

.topcategorySec .row > * {
  position: relative;
}

.topcategorySec .row .col-6 a::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.topcategorySec .row .col-12 a::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.topcategorySec .row span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}

.topnewsSec {
  margin-bottom: 50px;
}

.topnewsSec .newsList__head {
  margin-top: 50px;
}

.topnewsSec .newsList__head a {
  display: block;
  width: 107px;
  padding: 0;
  margin: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  background: #121212;
  color: #fff;
}

.topnewsSec .newsList__head a:after {
  border-color: #fff;
}

@media (max-width: 767px) {
  .topnewsSec {
    margin-bottom: 40px;
  }
}

.pickupItemSec {
  position: relative;
  padding: 111px 0 51px;
  margin-bottom: 110px;
}

.pickupItemSec .conceptB {
  position: relative;
  background: linear-gradient(to bottom, #0097DE, #017BB5);
  padding: 60px 35px 15px 30px;
  margin-bottom: 30px;
}

.pickupItemSec .conceptB .conceptB__textWrap {
  max-width: 540px;
}

.pickupItemSec .conceptB .conceptB__textWrap * {
  color: #fff;
}

.pickupItemSec .conceptB .conceptB__textWrap p {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
}

.pickupItemSec:before {
  content: "";
  background: #F2F2F2;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* right: 10%; */
  z-index: -1;
  min-width: 1350px;
}

.pickupItemSec .button--typeB {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.pickupItemSec .button--typeB:hover {
  background-color: #017BB5;
}

.pickupItemSec .pickupItem_logo img {
  position: absolute;
  bottom: 18px;
  right: 38px;
}

.pickupItemSec .morebtnWrap {
  /* margin-top: 50px; */
}

@media (max-width: 767px) {
  .pickupItemSec {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .pickupItemSec .conceptB {
    padding: 0;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .pickupItemSec .conceptB .row {
    gap: 0;
  }
  .pickupItemSec .conceptB .conceptB_img {
    padding: 26px 11% 0 4%;
  }
  .pickupItemSec .conceptB .conceptB__textWrap {
    max-width: 270px;
    margin: auto;
  }
  .pickupItemSec:before {
    right: 0;
    z-index: -1;
  }
  .pickupItemSec .button--typeB {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .pickupItemSec .button--typeB:hover {
    background-color: #017BB5;
  }
  .pickupItemSec .pickupItem_logo img {
    position: absolute;
    bottom: 39px;
    right: 29px;
  }
  .pickupItemSec .morebtnWrap {
    margin-top: 50px;
  }
}

.border-btn {
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #017BB5 !important;
  border-top: #017BB5 solid 2px;
  border-bottom: #017BB5 solid 2px;
}

.border-btn small {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.border-btn.block {
  width: 100%;
}

.border-btn .arrow:after {
  border-color: #017BB5;
  right: -30px;
}

.border-btn .arrow:hover:after {
  right: -33px;
}

.topgreetingSec {
  background: linear-gradient(to right, #0097DE, #002D42);
  color: #fff;
  padding: 101px 0 80px;
}

.topgreetingSec .topgreeting_img {
  justify-content: flex-end;
}

.topgreetingSec .conceptB__textWrap {
  max-width: 709px;
  margin-bottom: 50px;
}

.topgreetingSec .conceptB__textWrap p {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1.6px;
}

.topgreetingSec .border-btn {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}

.topgreetingSec .border-btn span {
  display: block;
  color: #fff;
}

.topgreetingSec .border-btn span.arrow:after {
  border-color: #fff;
  right: 75px;
}

.topgreetingSec .border-btn span.arrow:hover:after {
  right: 72px;
}

@media (max-width: 767px) {
  .topgreetingSec {
    padding: 40px 0 60px;
  }
  .topgreetingSec .conceptB, .topgreetingSec .border-btnWrap {
    max-width: 270px;
    margin: auto;
  }
  .topgreetingSec .conceptB .row, .topgreetingSec .border-btnWrap .row {
    gap: 40px 0;
  }
  .topgreetingSec .conceptB__textWrap {
    margin-bottom: 30px;
  }
  .topgreetingSec .border-btnWrap [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .topgreetingSec .border-btn {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
  }
  .topgreetingSec .border-btn span {
    display: block;
    color: #fff;
  }
  .topgreetingSec .border-btn span.arrow:after {
    border-color: #fff;
    right: 75px;
  }
  .topgreetingSec .border-btn span.arrow:hover:after {
    right: 72px;
  }
}

.contactSec {
  position: relative;
  background: url(https://www.lease-kogyo.com/assets/images/sec06_back.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}

.contactSec::after {
  transform: rotate(135deg) !important;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  bottom: auto;
  margin: auto;
  background: #0097DE;
  border: none;
  transition: 0.3s;
}

.contactSec::before {
  content: "";
  width: 1px;
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  background: #0097DE;
  transition: 0.3s;
}

.contactSec p {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}

.contactSec .border-btn {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}

.contactSec .border-btn span {
  color: #fff;
}

.contactSec .border-btn span.arrow:after {
  border-color: #fff;
}

@media (max-width: 991px) {
  .fs-c-productListCarousel {
    margin: 0 -15px;
  }
  .fs-c-productListCarousel__list .slick-slide {
    max-width: 40vw;
    margin: 0 4px;
  }
  .fs-c-productListCarousel__list__item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.fs-p-privacyPolicy p, .fs-p-privacyPolicy dt, .fs-p-privacyPolicy dd {
  font-size: 14px;
}

.col-pc-5.col-sp-12.alignCenter.topgreeting_img img {
  display: block;
  max-width: 60%;
  margin-top: -30px;
  margin-left: 86px;
}

/* conceptB 共通 */
.col-pc-5.col-sp-12.conceptB_img.alignCenter img {
  max-width: 94%;
  margin-top: -10px;
}

.col-pc-7.col-sp-12.conceptB_img img {
  max-width: 100%;
  margin-top: 12px;
  margin-left: -4px;
}

.col-pc-6.col-sp-12.conceptB_img img {
  max-width: 100%;
  margin-left: -34px;
}

/* トイレ画像だけ */
.col-pc-5.col-sp-12.conceptB_img.alignCenter.conceptB_img--toilet img {
  margin-left: 16px;
}

/* 米画像だけ */
.col-pc-5.col-sp-12.conceptB_img.alignCenter.conceptB_img--rice img {
  margin-left: 26;
}

/* 900px以下 */
@media (max-width: 900px) {
  .col-pc-5.col-sp-12.conceptB_img.alignCenter img {
    margin-left: 10px;
  }

  .col-pc-5.col-sp-12.conceptB_img.alignCenter.conceptB_img--toilet img {
    margin-left: 0px;
  }

  .col-pc-5.col-sp-12.conceptB_img.alignCenter.conceptB_img--rice img {
    margin-left: 15px;
  }
}

/* 768px以下 */
@media (max-width: 768px) {
  .col-pc-5.col-sp-12.alignCenter.topgreeting_img img {
    max-width: 90%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 10px;
  }

  .col-pc-5.col-sp-12.conceptB_img.alignCenter img {
    margin-top: -10px;
    margin-left: 10px;
  }

  .col-pc-5.col-sp-12.conceptB_img.alignCenter.conceptB_img--toilet img {
    margin-top: -10px;
    margin-left: 40px;
  }

  .col-pc-5.col-sp-12.conceptB_img.alignCenter.conceptB_img--rice img {
    margin-top: -10px;
    margin-left: 10px;
  }

  .col-pc-6.col-sp-12.conceptB_img img {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

/* PC用ヘッダーで検索欄を常に表示させる */
@media screen and (min-width: 768px) {
  .hdrMiddle_right {
    display: flex;
    align-items: center;
    gap: 20px; /* お問い合わせと検索欄の間にスペース */
  }

  /* お問い合わせボタンを少し左へ */
  .hdrMiddle_right a[href*="contact"] {
    margin-right: 20px;
  }

  /* 検索フォームを常に表示 */
  .searchForm {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .searchForm_inner {
    background: transparent !important;
    height: auto !important;
  }
}

.onlineitem_reccomendSec {
  left: 0;
  margin-left: 0;
  width: 100%;
}

/* 検索結果ページ：2カラムの親 */
.fs-body-search .fs-c-productList{
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: start;
}

@media screen and (min-width:1024px){
  body.fs-body-category main.fs-l-main .fs-c-productList > .bosai-category-box{
    grid-column: 1;
    margin-top: 18px;
    margin-left: 10px;
    float: none;
    width: 220px;
  }
}

/* 右上：並び替え・ページャ */
.fs-body-search .fs-c-productList .fs-c-productList__controller{
  grid-column: 2;
}

.fs-c-productList__controller {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 新着順の“次の要素”から右端へ */
.fs-c-productList__controller > :nth-child(4) {
  margin-left: auto;
}

/* 右下：商品一覧 */
.fs-body-search .fs-c-productList .fs-c-productList__list{
  grid-column: 2;
  min-width: 0;
}

/* スマホ：縦積み */
@media (max-width: 768px){
  .fs-body-search .fs-c-productList{
    display: block;
  }
  .fs-body-search .fs-c-productList .bosai-category-box{
    width: 100%;
    margin-bottom: 16px;
  }
}

/* 商品詳細のサイズプルダウン */
/* <!-- ▼ サイズプルダウンUIの見た目 --> */
.fs-size-select{ margin: 12px 0 18px; }
.fs-size-select__label{
  display:block;
  font-weight:700;
  margin-bottom:6px;
  font-size:14px;
  color:#222;
}
.fs-size-select__select{
  width:100%;
  max-width:220px;
  padding:10px 36px 10px 12px;
  font-size:14px;
  border:1px solid #cfcfcf;
  border-radius:6px;
  background:#fff;
  appearance:auto;
}
.fs-size-select__note{
  margin-top:6px;
  font-size:12px;
  color:#666;
}

/* プルダウン */
/* デフォルトは非表示 */
.fs-size-select{ display:none !important; }

/* 表示したいgdだけ表示 */
body.fs-body-product-gd49 .fs-size-select,
body.fs-body-product-gd50 .fs-size-select,
body.fs-body-product-gd51 .fs-size-select,
body.fs-body-product-gd52 .fs-size-select,
body.fs-body-product-gd53 .fs-size-select,
body.fs-body-product-gd55 .fs-size-select,
body.fs-body-product-gd56 .fs-size-select,
body.fs-body-product-gd57 .fs-size-select,
body.fs-body-product-gd62 .fs-size-select,
body.fs-body-product-gd63 .fs-size-select,
body.fs-body-product-gd64 .fs-size-select,
body.fs-body-product-gd65 .fs-size-select,
body.fs-body-product-gd66 .fs-size-select,
body.fs-body-product-gd67 .fs-size-select,
body.fs-body-product-gd68 .fs-size-select,
body.fs-body-product-gd78 .fs-size-select,
body.fs-body-product-gd79 .fs-size-select,
body.fs-body-product-gd80 .fs-size-select,
body.fs-body-product-gd84 .fs-size-select{
  display:block !important;
}

/* フッターのSNSアイコン */
.footer-sns{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:25px;
}
.footer-sns img{
  width:28px;
  height:28px;
  transition:0.2s ease;
  border-radius: 15%;
}
.footer-sns img:hover{
  opacity:0.7;
  transform:translateY(-2px);
}