@charset "UTF-8";
/*-----------------------
表示・非表示
------------------------*/
@media screen and (min-width: 1201px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 841px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .tb-hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
}
/*-----------------------
font書き換え
------------------------*/
body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.f-en {
  font-family: "Jost", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15rem;
}

.f-jp {
  font-family: FP-KoburinaGoStdN-W3, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}

.f-jp-b,
.u-text--head,
b {
  font-family: FP-KoburinaGoStdN-W6, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 700;
}

.txt-center {
  text-align: center;
}

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

.f-size-body {
  font-size: 15px !important;
}
@media screen and (max-width: 480px) {
  .f-size-body {
    font-size: 14px !important;
  }
}

.f-size-24 {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .f-size-24 {
    font-size: 20px;
  }
}

.f-size-22 {
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .f-size-22 {
    font-size: 19px;
  }
}

.f-size-20 {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .f-size-20 {
    font-size: 17.5px;
  }
}

.f-size-18 {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .f-size-18 {
    font-size: 16.5px;
  }
}

.f-size-17 {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .f-size-17 {
    font-size: 15.5px;
  }
}

.f-size-16 {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .f-size-16 {
    font-size: 15px;
  }
}

.f-size-14 {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .f-size-14 {
    font-size: 13px;
  }
}

.f-size-13 {
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .f-size-13 {
    font-size: 11.5px;
  }
}

.f-size-12 {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .f-size-12 {
    font-size: 10.5px;
  }
}

.sec-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .sec-title {
    margin-bottom: 35px;
  }
}
.sec-title span {
  display: block;
  margin-bottom: 8px;
}
.sec-title h2.f-en {
  font-family: "Jost", serif !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .sec-title h2.f-en {
    font-size: 24px !important;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }
}
.sec-title h2.f-en:after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  margin: 18px auto 0;
  background: #333;
}
.sec-title p.f-jp-b {
  margin-top: 20px;
}

.danraku p {
  line-height: 2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.p-previous_order__title {
  font-family: FP-KoburinaGoStdN-W6, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 700;
  color: #333;
  font-size: 24px !important;
  text-align: center;
}

#perform-view h1 {
  margin: 0.7em 0 0.8em !important;
}

/*-- カテゴリーページタイトル --*/
.c-sec-title-wrap h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c-sec-title-wrap h2 {
    margin-bottom: 20px;
  }
}
.c-sec-title-wrap p.en {
  font-size: 13px;
  color: #687573;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 480px) {
  .c-sec-title-wrap p.en {
    font-size: 12px;
  }
}
.c-sec-title-wrap:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 70px;
  background: #687573;
}
@media screen and (max-width: 480px) {
  .c-sec-title-wrap:after {
    margin-top: 35px;
    margin-bottom: 50px;
    width: 50px;
  }
}

.txt-center .c-sec-title-wrap:after {
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------
画像
------------------------*/
.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-----------------------
背景・カラー
------------------------*/
.bg-2 {
  background-color: #d2d6d5;
}

.bg-white {
  background-color: #fff;
}

.bg-beige {
  background-color: #e2e0d7;
}

.bg-offwhite {
  background-color: #faf8f2;
}

.c-red {
  color: #d21c24;
}

/*-----------------------
ボタン
------------------------*/
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #687573;
  color: #fff;
  width: 250px;
  max-width: 100%;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14.5px;
  border-radius: 3px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-btn:hover {
  opacity: 0.8;
}

.c-white .c-btn {
  background-color: none;
  border: 1px solid #cccccc;
}

/*-----------------------
レイアウト
------------------------*/
.js-main-container,
.l-container {
  padding-top: 80px;
}
@media screen and (max-width: 840px) {
  .js-main-container,
  .l-container {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .js-main-container,
  .l-container {
    padding-top: 60px;
  }
}

#index-view {
  padding-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-pt-xxl {
  padding-top: 250px;
}

.c-pb-xxl {
  padding-bottom: 250px;
}

.c-pt-xl {
  padding-top: 150px;
}

.c-pb-xl {
  padding-bottom: 150px;
}

.c-pt-100 {
  padding-top: 100px;
}

.c-pb-100 {
  padding-bottom: 100px;
}

.c-inner {
  padding-left: 100px !important;
  padding-right: 100px !important;
  margin-inline: auto !important;
  max-width: 1920px !important;
}

.c-w1000 {
  max-width: 1200px !important;
}

.c-w800 {
  max-width: 968px !important;
}

.c-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.cf {
  display: block;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .c-inner {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 840px) {
  .c-inner {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .c-pt-xxl {
    padding-top: 200px;
  }
  .c-pb-xxl {
    padding-bottom: 200px;
  }
  .c-pt-xl {
    padding-top: 120px;
  }
  .c-pb-xl {
    padding-bottom: 120px;
  }
  .c-pt-100 {
    padding-top: 80px;
  }
  .c-pb-100 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .c-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .c-pt-xxl {
    padding-top: 110px;
  }
  .c-pb-xxl {
    padding-bottom: 110px;
  }
  .c-pt-xl {
    padding-top: 95px;
  }
  .c-pb-xl {
    padding-bottom: 95px;
  }
  .c-pt-100 {
    padding-top: 60px;
  }
  .c-pb-100 {
    padding-bottom: 60px;
  }
}
/*-----------------------
LINE UP 書き換え
------------------------*/
@media screen and (min-width: 720px) {
  .p-new_product .medium-up--one-3,
  .p-product_list .medium-up--one-3 {
    width: calc((100% - 80px) / 3);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 719px) {
  .p-new_product .medium-up--one-3,
  .p-product_list .medium-up--one-3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-new_product .medium-up--one-3,
  .p-product_list .medium-up--one-3 {
    margin-bottom: 15px;
  }
}
/*
.c-product_item__inner__eyecatch__img {
  padding-top: 128%;
}
*/
.c-product_item__inner__content .c-product_item__inner__title {
  font-size: 15px !important;
}
@media screen and (max-width: 480px) {
  .c-product_item__inner__content .c-product_item__inner__title {
    font-size: 14px !important;
  }
}
.c-product_item__inner__content .product_description {
  font-size: 13px;
}
.c-product_item__inner__content .price {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .c-product_item__inner__content .price {
    font-size: 14px;
  }
}
.c-product_item__inner__content small {
  font-size: 13px !important;
}
@media screen and (max-width: 480px) {
  .c-product_item__inner__content small {
    font-size: 12px !important;
    display: block;
  }
}

#index-view .c-product_item__inner__content .c-product_item__inner__title {
  font-size: 15px !important;
}
@media screen and (max-width: 480px) {
  #index-view .c-product_item__inner__content .c-product_item__inner__title {
    font-size: 14px !important;
  }
}
#index-view .c-product_item__inner__content .price {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  #index-view .c-product_item__inner__content .price {
    font-size: 14px;
  }
}

.c-product_item__inner__eyecatch__tags__new {
  background-color: #d21c24 !important;
  color: #fff !important;
}

.c-product_item .c-product_item__inner__content {
  margin-top: -9% !important;
}

.c-product_item__inner__eyecatch__tags {
  left: 0;
  top: 0;
}

@media screen and (max-width: 840px) {
  .c-product_item__inner__eyecatch__tags__soldout {
    padding: 2px 6px !important;
  }
}
.p-zero-result {
  width: 100% !important;
  height: 100px;
  display: block;
}

/*-----------------------
カート閲覧履歴 書き換え
------------------------*/
.p-browsing_history .c-product_item__inner__category {
  display: none !important;
}

/*-----------------------
サンクスクロスセル 書き換え
------------------------*/
#cv-xsells-view .c-product_item__inner__category {
  display: none;
}
#cv-xsells-view .product_description {
  display: none;
}

/*-----------------------
特定商取テーブル
------------------------*/
.low-info-tbl th {
  white-space: nowrap !important;
}

/*--------------------------
NEWS
---------------------------*/
.p-news__inner__list .c-news_item__inner__date {
  font-family: "Jost", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.05rem;
  font-size: 13px !important;
  padding-top: 2px;
}

.p-news__inner__list .c-news_item__inner__title {
  font-size: 15px !important;
  font-family: FP-KoburinaGoStdN-W3, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 480px) {
  .p-news__inner__list .c-news_item__inner__title {
    font-size: 14px;
  }
}

.p-news__inner__more__btn {
  max-width: 250px !important;
  height: 50px !important;
  font-size: 14.5px !important;
  margin-top: 50px !important;
  border-radius: 3px !important;
}

/*-----------------------
ご利用ガイド
------------------------*/
.guide-page .p-page_content .p-page_content__inner ul li:not(:last-of-type) {
  margin-bottom: 60px !important;
}
.guide-page h2 {
  background-color: #d2d6d5;
  font-family: FP-KoburinaGoStdN-W6, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: bold !important;
  padding: 10px;
  margin-bottom: 15px;
}
.guide-page .u-text--body h3 {
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: FP-KoburinaGoStdN-W6, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  margin-bottom: 10px;
}
.guide-page .u-text--body b {
  font-weight: bold !important;
}

/*-----------------------
商品詳細ページ
------------------------*/
.p-product_content__inner__info .u-color__input--bg {
  background: none !important;
}

/*--- ポイント制度 ---*/
.c-product-side-point-wrap {
  background-color: #fff;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .c-product-side-point-wrap {
    padding: 18px;
  }
}
.c-product-side-point-wrap .c-bg-box {
  padding: 5px 10px;
  margin: 8px auto;
}

/*-----------------------
カートページ
------------------------*/
/*-- サイドテキストリンク --*/
.c-cart-side-link {
  margin-top: 10px;
}
.c-cart-side-link li a {
  text-decoration: underline;
}

/*アコーディオン*/
.c-cart-side-acco {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 25px 0 0;
  /* stay */
}
.c-cart-side-acco h4 {
  margin-bottom: 10px;
}
.c-cart-side-acco .accordion_one .ac_header {
  border-top: 1px solid #a4acad;
  padding: 9px 18px 9px 23px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-cart-side-acco .accordion_one:last-child {
  border-bottom: 1px solid #a4acad;
}
.c-cart-side-acco .accordion_one .ac_header .q_box {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
}
.c-cart-side-acco .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-cart-side-acco .accordion_one .ac_header .i_box:before,
.c-cart-side-acco .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.c-cart-side-acco .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #666;
  width: 15px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-cart-side-acco .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #666;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cart-side-acco .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.c-cart-side-acco .accordion_one .ac_inner {
  display: none;
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-cart-side-acco .format_body {
  position: relative;
  padding-left: 23px;
}
.c-cart-side-acco .format_body .aa_box {
  position: absolute;
  left: 0;
  top: -2px;
}
.c-cart-side-acco .format_body .danraku p {
  line-height: 1.4;
}
.c-cart-side-acco .format_body .danraku p:not(:last-of-type) {
  margin-bottom: 5px;
}
.c-cart-side-acco .accordion_one.stay .ac_header .i_box:after {
  height: 0;
}
.c-cart-side-acco .accordion_one.stay .ac_header.open .i_box:after {
  height: 18px;
}
.c-cart-side-acco .accordion_one.stay .ac_inner {
  display: block;
}

/* stay */
.c-cart-side-acco .accordion_one.stay .ac_header .i_box:after {
  height: 0;
}

.c-cart-side-acco .accordion_one.stay .ac_header.open .i_box:after {
  height: 18px;
}

.c-cart-side-acco .accordion_one.stay .ac_inner {
  display: block;
}

/*-----------------------
MOVIE
------------------------*/
.c-movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.c-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------
各ページ共通 campaign
------------------------*/
.c-campaign .c-campaign-wrap:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.c-campaign .c-campaign-wrap h4.lead-txt {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap h4.lead-txt {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.c-campaign .c-campaign-wrap .c-campaign-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a4acad;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap .c-campaign-list > li {
    display: block;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.c-campaign .c-campaign-wrap .c-campaign-list > li:first-child {
  border-top: 1px solid #a4acad;
}
.c-campaign .c-campaign-wrap .c-campaign-list > li ol {
  margin-top: 15px;
  margin-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap .c-campaign-list > li ol {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap .c-campaign-list > li ol li {
    text-align: left;
  }
}
.c-campaign .c-campaign-wrap .c-campaign-list > li ol li:before {
  display: inline-block;
  content: "";
  margin-top: 8px;
  margin-right: 6px;
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 50%;
  background-color: #687573;
}
.c-campaign .c-campaign-wrap .c-campaign-list .c-camp-img {
  width: 48%;
}
@media screen and (max-width: 840px) {
  .c-campaign .c-campaign-wrap .c-campaign-list .c-camp-img {
    width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap .c-campaign-list .c-camp-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-campaign .c-campaign-wrap .c-campaign-list .c-camp-txt {
  width: 45%;
}
@media screen and (max-width: 840px) {
  .c-campaign .c-campaign-wrap .c-campaign-list .c-camp-txt {
    width: 48.5%;
  }
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap .c-campaign-list .c-camp-txt {
    width: 100%;
    text-align: center;
  }
}
.c-campaign .c-campaign-wrap .c-campaign-list .c-camp-txt .camp-txt-block:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c-campaign .c-campaign-wrap .c-campaign-list .c-camp-txt .camp-txt-block:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.c-campaign .c-campaign-wrap .c-campaign-list .kingaku b {
  border-bottom: 1px solid #687573;
  padding-bottom: 3px;
}
.c-campaign .c-campaign-wrap .c-campaign-list .item-slide {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.c-campaign .c-campaign-wrap .c-campaign-list .item-slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.c-campaign .c-campaign-wrap .c-campaign-list .item-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------
header
-----------------------*/
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-header .site-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  position: relative;
}
.site-header .site-logo {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.site-header .site-logo img {
  display: block;
  width: 160px;
  height: auto;
}

@media screen and (max-width: 840px) {
  .site-header-inner {
    padding: 0;
    display: inline;
    height: 65px;
  }
  .site-header-inner .site-logo {
    position: absolute;
    left: 15px;
    top: 13px;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .site-header-inner .site-logo img {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .site-header-inner {
    height: 55px;
  }
  .site-header-inner .site-logo {
    left: 10px;
    top: 14px;
  }
  .site-header-inner .site-logo img {
    width: 120px;
  }
}
.c-announce_bar__close {
  position: absolute;
  right: 10px;
  /*top: calc(50% - 12px);*/
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .c-announce_bar__close {
    right: 8px;
  }
}

@media screen and (max-width: 480px) {
  .c-announce_bar {
    padding: 10px 25px 10px 10px;
  }
}
/*------------
user icom
--------------*/
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
}
.header-right a {
  color: #333 !important;
}

@media screen and (min-width: 841px) {
  .header-right .header-border {
    border-left: 1px solid #333 !important;
    padding-left: 20px !important;
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .header-right {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-right: 30px;
    border-right: 1px solid #333;
  }
  .l-header__inner__block__item:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .header-right {
    right: 56px;
    padding-right: 16px;
  }
  .l-header__inner__block__item:not(:last-child) {
    margin-right: 10px;
  }
  .l-header__inner__block__item .count {
    left: 18px;
    min-width: 14px;
    height: 14px;
    border-radius: 7px;
    font-size: 10px;
  }
}
/*------------
PC menu
--------------*/
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 840px) {
  .header-list {
    display: none;
  }
}

.header-item > a {
  color: #333 !important;
  display: block;
  padding: 25px 10px;
  font-size: 15px;
  position: relative;
  z-index: 5;
}
.header-item > a:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 40%;
  width: 75%;
  height: 1px;
  background-color: #333;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.header-item > a:hover:after {
  visibility: visible;
  bottom: 25%;
  opacity: 1;
}

/*-- Mega menu --*/
.megaMenu {
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  padding-bottom: 30px;
  padding-top: 85px;
}
.megaMenu .megaMenu-list {
  width: 88%;
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.megaMenu .megaMenu-list .megaMenu-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.megaMenu .megaMenu-list .megaMenu-item img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.megaMenu .megaMenu-list .megaMenu-item span {
  font-size: 14px;
  line-height: 1;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/*----------------------------
SP-navi
---------------------------*/
@media screen and (min-width: 841px) {
  .zdo_drawer_menu {
    display: none;
  }
  .overlay {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  #menu_btn {
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 9999;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-trigger {
    width: 28px;
    height: 11px;
    position: relative;
  }
  .menu-trigger span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu_btn.active {
    position: fixed;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-22deg);
            transform: translateY(5px) rotate(-22deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(22deg);
            transform: translateY(-5px) rotate(22deg);
  }
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(0, 0, 0, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /* SP-NAVI */
  .sp_nav {
    width: 320px;
    height: 100% !important;
    background: rgba(131, 143, 143, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transform: translate(320px);
            transform: translate(320px);
    padding: 100px 40px 30px;
    overflow: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sp_nav.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /*-- user-menu --*/
  .user-login-menu {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    width: 100%;
  }
  .user-login-menu li {
    padding: 15px 5px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: FP-KoburinaGoStdN-W3, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  }
  .user-login-menu .user-menu-btn {
    background-color: #333;
    font-family: FP-KoburinaGoStdN-W3, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  }
  /*-- user-admin-menu --*/
  .user-admin-menu {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .user-admin-menu li {
    padding: 15px 5px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: FP-KoburinaGoStdN-W3, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  }
  .user-admin-menu .user-admin-btn {
    background-color: #333;
    display: inline-block;
    font-family: FP-KoburinaGoStdN-W3, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  }
  .sp_nav__menu {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: 1px dotted #bac6c6;
  }
  .sp_nav__menu > li {
    position: relative;
    padding: 12px 5px;
    border-bottom: 1px dotted #bac6c6;
  }
  .sp_nav__menu > li a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  .sp_nav__menu .sub-menu {
    margin-top: 3px;
  }
  .sp_nav__menu .sub-menu > li {
    position: relative;
    padding: 5px 0 5px 13px;
  }
  .sp_nav__menu .sub-menu > li a {
    font-size: 15px;
  }
  .sp_nav__menu .sub-menu > li:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #fff;
  }
  .sns-menu-sp {
    text-align: center;
    color: #fff;
  }
  .sns-menu-sp li {
    display: inline-block;
  }
  .sns-menu-sp li a {
    color: #fff;
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  #menu_btn {
    width: 56px;
    height: 56px;
  }
  .menu-trigger {
    width: 26px;
  }
  .sp_nav {
    width: 100%;
    padding: 60px 40px 30px;
    background: #838f8f;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .overlay {
    display: none;
  }
}
/*-----------------------
footer
-----------------------*/
.custom-footer {
  background-color: #838f8f;
  padding: 120px 0;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .custom-footer {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .custom-footer {
    padding: 60px 0;
  }
}
.custom-footer .footer-inner {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
}
.custom-footer .footer-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-footer .footer-3col .footer-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
}
@media screen and (max-width: 840px) {
  .custom-footer .footer-3col .footer-logo-wrap {
    display: block;
    width: 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-logo-wrap {
    margin-bottom: 25px;
  }
}
.custom-footer .footer-3col .footer-logo-wrap .footer-logo img {
  width: 180px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-logo-wrap .footer-logo img {
    width: 150px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap {
  width: 30%;
}
@media screen and (max-width: 840px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu > li {
  position: relative;
  padding: 12px 5px;
  border-bottom: 1px dotted #bac6c6;
  text-align: left !important;
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu > li {
    padding: 8px 5px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu > li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400 !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu > li a {
    font-size: 15px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu {
  margin-top: 4px;
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu {
    margin-top: 2px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu > li {
  position: relative;
  padding: 3px 0 3px 13px;
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu > li {
    padding: 2px 0 2px 13px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu > li a {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu > li a {
    font-size: 14px;
  }
}
.custom-footer .footer-3col .footer-nav-menu-wrap .footer-nav-menu .sub-menu > li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
}
.custom-footer .footer-3col .footer-s-menu-wrap {
  width: 25%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .custom-footer .footer-3col .footer-s-menu-wrap {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .custom-footer .footer-3col .footer-s-menu-wrap {
    width: 100%;
    margin-left: 0;
  }
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-s-menu {
  letter-spacing: 0.01rem;
  margin-bottom: 25px;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-s-menu li {
  text-align: left !important;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-s-menu li:not(:last-of-type) {
  margin-bottom: 6px !important;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-s-menu li a {
  color: #fff !important;
}
.custom-footer .footer-3col .footer-s-menu-wrap .u-text--body {
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-sns-menu {
  margin-bottom: 25px;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-sns-menu li {
  display: inline-block;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-sns-menu li a {
  color: #fff;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-sns-menu li i {
  font-size: 20px;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-sns-menu li:first-child {
  margin-right: 10px;
}
.custom-footer .footer-3col .footer-s-menu-wrap .footer-copy {
  font-size: 12px;
  color: #fff;
}