@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/* フォントの設定 */
.u-ff-en, .ec-page-title span {
  font-family: "Times New Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-ff-en-sanserif, .item-list {
  /*
  font-family: sans-serif !important;
  font-weight: 400;
  font-style: normal;	
  */
}

.u-ff-mincho, body {
  /*
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  */
}

.u-ff-sanserif, .bottom-contact-list li a, .ec-global, .sp-glo-item, .sp-glo-word, .ec-header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテムheight */
/* ブレイクポイントのアイテムheight */
/*
	@extend で利用されるclassの指定
*/
/* Clearfix */
.clearfix:after, .item-list:after, .contents-type-location__box:after, .ec-footer .ec-footer-header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .item-list, .contents-type-location__box, .ec-footer .ec-footer-header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .item-list, * html .contents-type-location__box, .ec-footer html .ec-footer-header {
  height: 1%;
}

.clearfix, .item-list, .contents-type-location__box, .ec-footer .ec-footer-header {
  display: block;
}

/* End Hack */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 14px;
}

body {
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow-x: hidden;
  font-size: 1rem;
  color: #0D2811;
  padding-top: 160px;
}
@media screen and (max-width: 699px) {
  body {
    padding-top: 100px;
  }
}
body.fs-body-top {
  padding-top: 130px;
}
@media screen and (max-width: 699px) {
  body.fs-body-top {
    padding-top: 60px;
  }
}
body.navOpen {
  padding-top: 0 !important;
}

/* リンク色 */
a {
  color: #565A4F;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:active, a:visited {
  color: #565A4F;
}

/* hover時の画像 */
a:hover {
  opacity: 0.7;
}
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ページ幅 */
.layout-container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.layout-container--large {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* メインカラム */
.layout-main-column {
  width: 787px;
  float: right;
}
@media screen and (max-width: 699px) {
  .layout-main-column {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}

/* サブカラム */
.layout-sub-column {
  width: 160px;
  float: left;
}
@media screen and (max-width: 699px) {
  .layout-sub-column {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 150px;
}
@media screen and (max-width: 699px) {
  .layout-section {
    margin-bottom: 60px;
  }
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.fs-l-header {
  padding: 0;
}

.header-topics {
  display: none;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.header-topics a {
  background: url(../img/top/main/ico--info.svg) left 14px no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 15px 43px;
  font-weight: bold;
  font-size: 1.14rem;
  color: #C90B0A;
}
.header-topics a span {
  display: inline-block;
  margin-right: 20px;
}
.fs-body-top .header-topics {
  display: block;
}
@media screen and (max-width: 699px) {
  .fs-body-top .header-topics {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .fs-body-top .ec-header {
    padding: 0 0 0;
  }
}

.ec-header {
  font-weight: bold;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.05));
}
.ec-header .ec-header-container {
  max-width: 100%;
  margin: 0 0 0 auto;
}
.ec-header a {
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .ec-header {
    /*padding: 0 0 15px;*/
  }
  .ec-header .top-header-layout {
    /*width: 860px;*/
    margin-right: 16px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ec-header .ec-header-container {
    max-width: 1300px;
    margin: 0 auto 0;
  }
  .ec-header .ec-header__sitename {
    float: left;
    width: 220px;
    margin-top: 10px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 699px) {
  .ec-header {
    height: 60px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ec-header .ec-header__sitename {
    width: 180px;
    padding-top: 5px;
    padding-left: 8px;
    line-height: 1;
  }
  .ec-header.is-active {
    position: static;
    height: auto;
  }
}

.ec-header-top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.71;
}
.ec-header-top .ec-header__cat-toggle {
  background: url(../img/common/header/ico--toggle.svg) right center no-repeat;
  display: inline-block;
  padding: 0 20px;
  margin-right: 20px;
}
.ec-header-top .ec-header__cat-toggle.is-active {
  background: url(../img/common/header/ico--toggle-active.svg) right center no-repeat;
}
.ec-header-top form {
  display: inline-block;
}
.ec-header-top .ec-header__input {
  background: url(../img/common/header2025/ico--search.svg) left center no-repeat;
  width: 150px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 8px 8px;
  padding-left: 25px;
}
.ec-header-top .ec-header__input::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #9F9F9F;
}
.ec-header-top .ec-header__input::-moz-placeholder {
  font-size: 0.75rem;
  color: #9F9F9F;
}
.ec-header-top .ec-header__input:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #9F9F9F;
}
.ec-header-top .ec-header__input::-ms-input-placeholder {
  font-size: 0.75rem;
  color: #9F9F9F;
}
.ec-header-top .ec-header__input::placeholder {
  font-size: 0.75rem;
  color: #9F9F9F;
}
.ec-header-top .ec-header__submit {
  background: none;
  width: 48px;
  border: none;
  /*		border-right: 1px solid  #707070;*/
  background: #565A4F;
  border-radius: 3px;
  padding: 4px 0;
  margin-right: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .ec-header-top {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    position: absolute;
    right: 80px;
    top: 16px;
  }
  .ec-header-top .ec-header__cat-toggle {
    display: none;
  }
  .ec-header-top form {
    display: none;
  }
}

.ec-header-word {
  margin-right: 27px;
  font-size: 0.71rem;
}
.ec-header-word p {
  font-size: 0.86rem;
}
.ec-header-word p a {
  text-decoration: underline;
  color: #4D7C07;
}
@media screen and (max-width: 699px) {
  .ec-header-word {
    display: none;
  }
}

.ec-header-sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-header-sns li {
  margin: 0 7px;
}

.ec-header-info {
  display: inline-block;
  list-style: none;
}
.ec-header-info li {
  display: inline-block;
  margin: 0 6px;
}
.ec-header-info li:nth-child(1) {
  /*margin-left: 0;*/
}
.ec-header-info li a {
  position: relative;
  border: 1px solid #4C5046;
  border-radius: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  /*padding: 6px 12px 6px 12px;*/
  color: #fff;
}
.ec-header-info li a span {
  position: absolute;
  display: block;
  bottom: -18px;
  color: #4D7C07;
  width: 60px;
  left: calc(50% - 30px);
  font-size: 0.7rem;
  text-align: center;
}
.ec-header-info .ec-header-info__login {
  background: #4D7C07 url(../img/common/header2025/ico--human.svg) left 4px center no-repeat;
}
.ec-header-info .ec-header-info__logout {
  background: #5B5F55 url(../img/common/header2025/ico--human.svg) left 4px center no-repeat;
}
.ec-header-info .ec-header-info__cart {
  background: #4D7C07 url(../img/common/header2025/ico--cart.svg) left 4px center no-repeat;
}
.ec-header-info .ec-header-info__favorite {
  background: #5B5F55 url(../img/common/header2025/ico--star.svg) left 4px center no-repeat;
}
@media screen and (max-width: 699px) {
  .ec-header-info {
    margin-top: -18px;
    display: block;
  }
  .ec-header-info li {
    margin: 0 8px;
  }
  .ec-header-info li a {
    padding: 23px 4px 4px 4px;
    display: block;
    font-weight: normal;
    font-size: 0.71rem;
  }
  .ec-header-info .ec-header-info__login {
    background: #4D7C07 url(../img/common/header2025/ico--human.svg) center 5px no-repeat;
  }
  .ec-header-info .ec-header-info__logout {
    background: #5B5F55 url(../img/common/header2025/ico--human.svg) center 5px no-repeat;
  }
  .ec-header-info .ec-header-info__cart {
    background: #4D7C07 url(../img/common/header2025/ico--cart.svg) center 5px no-repeat;
  }
  .ec-header-info .ec-header-info__favorite {
    background: #5B5F55 url(../img/common/header2025/ico--star.svg) center 5px no-repeat;
  }
}

.ec-header__nav {
  list-style: none;
  font-size: 1.08rem;
}
@media screen and (min-width: 700px) {
  .ec-header__nav {
    list-style: none;
    text-align: right;
    line-height: 1;
  }
  .ec-header__nav li {
    display: inline-block;
    margin-left: 18px;
  }
  .ec-header__nav li a {
    display: block;
  }
  .ec-header__nav .ec-header__drop {
    background: url(../img/common/header2025/ico--arrow.svg) right 12px center no-repeat;
    padding: 15px 52px 15px 30px;
    border-radius: 5px 5px 0 0;
  }
  .ec-header__nav .ec-header__drop:hover, .ec-header__nav .ec-header__drop.active {
    /*background-color: #5B5F55;*/
    background-color: rgba(91, 95, 85, 0.94);
    color: #fff;
    opacity: 1;
  }
  .ec-header__nav .ec-header__arrow {
    background: url(../img/common/header2025/ico--link.svg) right 10px center no-repeat;
    padding: 6px 30px 7px 10px;
  }
}
@media screen and (max-width: 699px) {
  .ec-header__nav {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .ec-header-bottom {
    float: right;
  }
}
.ec-menu-open {
  background: #565A4F url(../img/common/header2025/btn--menu.svg) center center no-repeat;
  display: block;
  border: none;
  width: 60px;
  height: 60px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  text-indent: -999px;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .ec-menu-open {
    display: none;
  }
}

.ec-menu-close {
  background: #565A4F url(../img/common/menu2025/bnr--close.svg) center center no-repeat;
  display: block;
  border: none;
  width: 60px;
  height: 60px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -999px;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .ec-menu-close {
    display: none;
  }
}

.sp-float-header {
  background: #fff;
  padding: 10px 30px;
  border-bottom: 2px solid #00B400;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 1001;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 700px) {
  .sp-float-header {
    display: none;
  }
}
.sp-float-header .sp-float-header__line {
  display: block;
  width: 44px;
  position: absolute;
  top: 46px;
  left: calc(50% + 86px);
}
.sp-float-header .sp-float-header__tel {
  display: block;
  width: 44px;
  position: absolute;
  top: 46px;
  left: calc(50% + 140px);
}

/* フューチャーショップデフォルト */
.fs-l-header--min {
  border: none;
}

.fs-clientInfo {
  display: inline-block !important;
  background: #F4F4EF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 7px 6px 0px;
}
@media screen and (max-width: 699px) {
  .fs-clientInfo {
    margin-top: -26px;
    margin-right: -20px;
    padding: 8px 6px 15px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
.ec-footer {
  background: #565A4F;
  text-align: left;
  position: relative;
  font-size: 1.14rem;
  color: #f4f4f4;
}
.ec-footer a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .ec-footer {
    padding: 104px calc(50vw - 603px) 20px;
  }
  .ec-footer .ec-footer-header {
    margin-bottom: 80px;
  }
  .ec-footer .ec-footer__sitename {
    width: 193px;
    margin-right: 134px;
    display: block;
    float: left;
  }
  .ec-footer .ec-footer__address {
    margin-right: 80px;
    float: left;
  }
  .ec-footer .ec-footer__tel {
    margin-right: 30px;
    float: left;
  }
}
@media screen and (max-width: 699px) {
  .ec-footer {
    padding: 70px 0 20px;
    font-size: 1rem;
  }
  .ec-footer .ec-footer-header {
    margin-bottom: 40px;
  }
  .ec-footer .ec-footer__sitename {
    width: 250px;
    display: block;
    margin: 0 auto 10px;
  }
  .ec-footer .ec-footer__address {
    text-align: center;
  }
  .ec-footer .ec-footer__tel {
    text-align: center;
  }
  .ec-footer .ec-footer__fax {
    text-align: center;
  }
}

@media screen and (max-width: 699px) {
  .ec-footer-content {
    display: none !important;
  }
}

.ec-footer-shop-nav {
  list-style: none;
  margin-right: 73px;
}
.ec-footer-shop-nav li {
  margin-bottom: 24px;
  line-height: 1;
}
.ec-footer-shop-nav li a {
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 24px;
}
.ec-footer-shop-nav li a.ec-footer-shop-nav__login {
  background-image: url(../img/common/footer/ico--login.svg);
}
.ec-footer-shop-nav li a.ec-footer-shop-nav__signup {
  background-image: url(../img/common/footer/ico--signup.svg);
}
.ec-footer-shop-nav li a.ec-footer-shop-nav__favorite {
  background-image: url(../img/common/footer/ico--favorite.svg);
}
.ec-footer-shop-nav li a.ec-footer-shop-nav__cart {
  background-image: url(../img/common/footer/ico--cart.svg);
}

.ec-footer-category-nav {
  list-style: none;
  margin-right: 72px;
}
.ec-footer-category-nav > li {
  margin-bottom: 30px;
  line-height: 1;
}
.ec-footer-category-nav > li > a {
  display: inline-block;
  margin-bottom: 5px;
}
.ec-footer-category-nav ul {
  list-style: none;
  font-size: 1rem;
}
.ec-footer-category-nav ul li {
  background: url(../img/common/footer/bgi--sub-nav-li.svg) left center no-repeat;
  margin-top: 13px;
  padding-left: 15px;
  position: relative;
}

.ec-footer-other-page {
  list-style: none;
  margin-right: 73px;
}
.ec-footer-other-page li {
  margin-bottom: 24px;
  line-height: 1;
}

.ec-footer-info-page {
  list-style: none;
  font-size: 1rem;
}
.ec-footer-info-page li {
  line-height: 1;
  margin-bottom: 26px;
}

.ec-footer-link {
  width: 266px;
  list-style: none;
}
.ec-footer-link .ec-footer-link__contact {
  background: url(../img/common/footer/ico--mail.svg) calc(50% - 4em) center no-repeat;
  display: block;
  padding: 20px 0;
  margin-bottom: 23px;
  border: 1px solid #fff;
  line-height: 1;
  text-align: center;
  font-size: 1.13rem;
}
.ec-footer-link .ec-footer-link__goho {
  margin-top: 30px;
  text-align: right;
}
.ec-footer-link .ec-footer-link__goho img {
  width: 103px;
}

.ec-footer-content__left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.ec-footer-content__right {
  float: right;
}

.ec-footer-sns {
  list-style: none;
}
.ec-footer-sns li {
  display: inline-block;
  margin-right: 22px;
}
@media screen and (max-width: 699px) {
  .ec-footer-sns {
    display: none;
  }
}

.ec-footer-copy {
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .ec-footer-copy {
    position: absolute;
    right: calc(50% - 603px);
    bottom: 20px;
  }
}
@media screen and (max-width: 699px) {
  .ec-footer-copy {
    display: block;
    text-align: center;
  }
}

.ec-footer-sp-nav {
  margin: 0 30px 33px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ec-footer-sp-nav a {
  width: calc(50% - 6px);
  display: block;
  border-radius: 5px;
}
.ec-footer-sp-nav a img {
  border-radius: 5px;
}
.ec-footer-sp-nav .ec-footer-sp-nav__tel {
  background: url(../img/common/footer/pic--tel-sp.svg) center center no-repeat;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -999px;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
.ec-main-nav {
  color: #fff;
}
.ec-main-nav a {
  color: #fff;
}
@media screen and (min-width: 700px) {
  .ec-main-nav {
    padding: 50px calc(50% - 603px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ec-main-nav dl {
    width: 150px;
  }
  .ec-main-nav dl dt {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-size: 1.14rem;
  }
  .ec-main-nav dl ul {
    list-style: none;
  }
  .ec-main-nav dl ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 699px) {
  .ec-main-nav .ec-main-nav__title {
    margin-bottom: 15px;
  }
  .ec-main-nav {
    font-size: 1.14rem;
  }
  .ec-main-nav dl {
    border-top: 0.5px dashed #fff;
  }
  .ec-main-nav dl dt {
    background: url(../img/common/menu/ico--plus.svg) right 25px center no-repeat;
    padding: 10px 25px;
  }
  .ec-main-nav dl dt.is-active {
    background: url(../img/common/menu/ico--minus.svg) right 25px center no-repeat;
  }
  .ec-main-nav dl dd {
    padding: 0 25px 25px;
    display: none;
  }
  .ec-main-nav dl dd ul {
    list-style: none;
  }
  .ec-main-nav dl dd ul li {
    display: inline-block;
    margin: 0 15px 10px 0;
  }
}

@media screen and (max-width: 699px) {
  .gnav-outlet {
    border-top: 0.5px dashed #fff;
  }
}

.ec-main-nav-wrap {
  background: #565A4F;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .ec-main-nav-wrap {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 111px;
    left: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 1002;
  }
  .ec-main-nav-wrap.is-active {
    height: auto;
    opacity: 1;
  }
  .ec-main-nav-wrap form {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .ec-main-nav-wrap {
    width: 100%;
    height: 100vh;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    z-index: 102;
  }
  .ec-main-nav-wrap.is-active {
    display: block;
  }
  .ec-main-nav-wrap form {
    background: #fff;
    width: 84.4%;
    padding: 5px 10px 5px 0;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .ec-main-nav-wrap .ec-header__input {
    background: url(../img/common/header2025/ico--search.svg) left 20px center no-repeat;
    background-size: 18px auto;
    width: 80%;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    border-radius: 20px 0 0 20px;
  }
  .ec-main-nav-wrap .ec-main-nav__submit {
    background: #565A4F;
    width: fit-contents;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #fff;
  }
}

.sp-glo-word {
  margin-bottom: 40px;
  font-size: 0.71rem;
  color: #fff;
}
.sp-glo-word p {
  display: inline;
  font-size: 0.86rem;
}
.sp-glo-word a {
  text-decoration: underline;
  color: #fff;
}

.sp-glo-item {
  font-weight: bold;
}
.sp-glo-item .ec-global-dl dt {
  background: #0D2810 url(../img/common/menu2025/sp/ico--open.svg) right 10px center no-repeat;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
.sp-glo-item .ec-global-dl dt.active {
  background: #0D2810 url(../img/common/menu2025/sp/ico--close.svg) right 10px center no-repeat;
}
.sp-glo-item .ec-global-dl dd {
  margin-bottom: 33px;
  display: none;
}
.sp-glo-item .ec-global-dl dd.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-glo-item .ec-global-dl dd a {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
  display: block;
}
.sp-glo-item .ec-global-dl dd a:nth-child(2n) {
  margin-right: 0;
}
.sp-glo-item .global-item-01 {
  margin-bottom: 40px;
}
.sp-glo-item .global-item-02 {
  margin-bottom: 40px;
}
.sp-glo-item .ec-global-commitment {
  border-radius: 0;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.sp-glo-item .ec-global-commitment dt {
  padding-left: 0;
  border: none;
  font-size: 1rem;
}
.sp-glo-item .ec-global-commitment dd ul {
  display: block;
}
.sp-glo-item .ec-global-commitment dd ul li {
  width: auto;
  margin-bottom: 20px;
}
.sp-glo-item .ec-global-commitment dd ul img {
  width: 100%;
}
.sp-glo-item .ec-global-bnr {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-glo-item .ec-global-bnr li {
  width: 46.5%;
}
.sp-glo-item .sp-glo-list {
  border-top: 1px solid #fff;
  margin-bottom: 40px;
  list-style: none;
}
.sp-glo-item .sp-glo-list li {
  background: url(../img/common/menu2025/sp/ico--list.svg) right center no-repeat;
  border-bottom: 1px solid #fff;
}
.sp-glo-item .sp-glo-list li a {
  display: block;
  padding: 18px 10px;
  text-decoration: none;
  font-size: 1.14rem;
  color: #fff;
}

.ec-global__link {
  background: #fff url(../img/common/header2025/ico--link.svg) right 14px center no-repeat;
  padding: 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #0D2810 !important;
}

.sp-glo-contact {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.sp-glo-contact .sp-glo-contact__title {
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
.sp-glo-contact .sp-glo-contact__no {
  background: url(../img/common/menu2025/sp/ico--tel.svg) left center no-repeat;
  padding-left: 25px;
  text-decoration: none;
  font-size: 2.36rem;
  color: #fff;
}
.sp-glo-contact .sp-glo-contact__open {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
.sp-glo-contact .sp-glo-contact__btn {
  background: #fff url(../img/common/menu2025/sp/ico--mail.svg) calc(50% - 90px) center no-repeat;
  display: block;
  padding: 24px 0 24px 30px;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}
.sp-glo-contact .sp-glo-contact__faq {
  margin-bottom: 40px;
}
.sp-glo-contact .sp-glo-contact__faq a {
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-size: 0.88rem;
  color: #fff;
}

.sp-glo-btn-list {
  margin-bottom: 40px;
  list-style: none;
  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;
}
.sp-glo-btn-list li {
  width: 46.8%;
  text-align: center;
}
.sp-glo-btn-list li a {
  background: #0D2810;
  display: block;
  border-radius: 5px;
  padding: 10px 0 12px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 0.88rem;
  color: #fff;
}
.sp-glo-btn-list li a img {
  display: block;
  margin: 0 auto 2px;
}
.sp-glo-btn-list li a span {
  font-size: 0.81rem;
}

.sp-glo-bottom {
  padding: 0 45px 40px;
}
.sp-glo-bottom .sp-glo-bottom__corp {
  display: block;
  margin-bottom: 20px;
}
.sp-glo-bottom .sp-glo-bottom__list {
  margin-bottom: 42px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-glo-bottom .sp-glo-bottom__list li {
  width: 25%;
  text-align: center;
}
.sp-glo-bottom .sp-glo-bottom__column {
  background: url(../img/common/menu2025/sp/ico--column-02.svg) right 18px center no-repeat, url(../img/common/menu2025/sp/ico--column-01.svg) center top 10px no-repeat;
  background-color: #fff;
  padding: 40px 0 10px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 0.88rem;
}

.sp-glo-sub {
  list-style: none;
}
.sp-glo-sub li {
  display: inline;
  margin-right: 1em;
}
.sp-glo-sub li a {
  font-weight: normal;
  text-decoration: underline;
  color: #fff;
}

.ec-main-nav__about {
  list-style: none;
  margin-bottom: 30px;
}
.ec-main-nav__about li {
  border-top: 0.5px solid #fff;
  padding: 15px 0;
}

.ec-main-nav .ec-main-nav__contact {
  background: #fff url(../img/common/menu/ico--mail.svg) calc(50% - 4em) center no-repeat;
  padding: 15px 0 15px 10px;
  margin-bottom: 17px;
  display: block;
  text-align: center;
  color: #565A4F;
}

.ec-main-nav__contents {
  padding: 0;
  margin-bottom: 20px;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  list-style: none;
  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;
  position: relative;
}
.ec-main-nav__contents::before {
  content: " ";
  background: #fff;
  width: 0.5px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 50%;
}
.ec-main-nav__contents li {
  width: 50%;
  padding: 0 16px;
}
.ec-main-nav__contents li a {
  display: block;
  padding: 10px 0;
  border-bottom: 0.5px solid #fff;
  text-align: center;
  font-size: 1rem;
}
.ec-main-nav__contents li:nth-last-child(-n+2) a {
  border-bottom: 0;
}

.ec-main-nav__corp {
  background: url(../img/common/menu/ico--outside.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 20px;
  margin: 0 auto 20px;
}

.ec-main-nav__sns {
  list-style: none;
  text-align: center;
}
.ec-main-nav__sns li {
  display: inline-block;
  margin: 0 12px;
}

.ec-pc-sns-nav {
  background: #565A4F;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .ec-pc-sns-nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 111px;
    left: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 1002;
  }
  .ec-pc-sns-nav.is-active {
    padding-top: 40px;
    padding-bottom: 105px;
    height: auto;
    opacity: 1;
  }
  .ec-pc-sns-nav form {
    display: none;
  }
  .ec-pc-sns-nav .ec-pc-sns-nav__dl {
    width: 1206px;
    margin: 0 auto;
  }
  .ec-pc-sns-nav .ec-pc-sns-nav__dl dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 31px;
    font-size: 1.13rem;
  }
  .ec-pc-sns-nav .ec-pc-sns-nav__list {
    list-style: none;
  }
  .ec-pc-sns-nav .ec-pc-sns-nav__list li {
    display: inline-block;
    margin-right: 17px;
  }
  .ec-pc-sns-nav .ec-pc-sns-nav__list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .ec-pc-sns-nav {
    display: none;
  }
}

.ec-global {
  background: rgba(91, 95, 85, 0.94);
  width: 100%;
  max-height: calc(100vh - 106px);
  padding: 40px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: fixed;
  top: 106px;
  left: 0;
  z-index: 11;
  overflow: scroll;
  font-weight: bold;
  color: #fff;
}
.ec-global .ec-global-dl dt {
  background: #0D2810;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 0.88rem;
  color: #fff;
}
.ec-global .ec-global-dl dd p {
  line-height: 1.5;
}
.ec-global .ec-global-dl dd p a {
  display: inline;
}
.ec-global a {
  margin-bottom: 10px;
  display: block;
  font-size: 0.92rem;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .ec-global .ec-global-container {
    width: 1020px;
    margin: 0 auto;
  }
  .ec-global .ec-global-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ec-global .ec-global-dl {
    width: 170px;
  }
  .ec-global .ec-global-dl-01 {
    width: 230px;
  }
  .ec-global .ec-global-dl-features {
    width: 180px;
  }
}

@media screen and (min-width: 700px) {
  .global-item-01 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 700px) {
  .global-item-02 {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.ec-global-commitment {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.ec-global-commitment dt {
  border-left: 4px solid #000;
  padding-left: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 1.14rem;
  color: #0D2810;
}
.ec-global-commitment ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ec-global-commitment ul li {
  width: 252px;
}
@media screen and (min-width: 700px) {
  .ec-global-commitment {
    width: 830px;
  }
}

.ec-global-bnr {
  width: 160px;
  list-style: none;
}

/* SP */
@media screen and (min-width: 700px) {
  .sp-float {
    display: none;
  }
}
.sp-float {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -100px;
  z-index: 5;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.sp-float.active {
  bottom: 0;
}
.sp-float .sp-float-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-float .sp-float-nav li {
  width: 20%;
}
.sp-float .sp-float-nav li a {
  background: #565A4F;
  padding-top: 5px;
  padding-bottom: 7px;
  display: block;
  border-right: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  color: #fff;
}
.sp-float .sp-float-nav li a img {
  display: block;
  margin: 0 auto;
}
.sp-float .sp-float-nav li a:hover {
  opacity: 1;
}
.sp-float .sp-float-nav li a.active {
  background: #0D2810;
}
.sp-float .sp-float-nav li a.sp-float-nav__line {
  background: #4CC764;
  border-right: 0;
}

.sp-float-box {
  background: #0D2810;
  width: 100%;
  padding: 20px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 64px;
  display: none;
  color: #fff;
}
.sp-float-box .sp-search-form {
  margin-bottom: 10px;
}
.sp-float-box .sp-glo-word {
  margin-bottom: 0;
}

.sp-search-form {
  background: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-search-form .sp-search-form__input {
  background: url(../img/common/header2025/ico--search.svg) left 20px center no-repeat;
  background-size: 18px auto;
  width: 80%;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 20px 0 0 20px;
}
.sp-search-form .sp-search-form__submit {
  background: #565A4F;
  width: fit-contents;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #fff;
}

.sp-float-search .sp-float-search-title {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 1rem;
}
.sp-float-search .sp-float-search-title::before {
  content: " ";
  background: #fff;
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.sp-float-search .sp-float-search-title::after {
  content: " ";
  background: #fff;
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.sp-float-search .sp-float-search-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-float-search .sp-float-search-layout dl {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.sp-float-search .sp-float-search-layout dl:nth-child(2n) {
  margin-right: 0;
}
.sp-float-search .sp-float-search-layout dd input {
  margin-right: 10px;
}
.sp-float-search .sp-float-search-submit {
  background: #565A4F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border: none;
  display: block;
  margin: 0 auto;
  color: #fff;
}

.sp-float-type, .sp-float-shape {
  padding: 20px 25px;
}
.sp-float-type dt, .sp-float-shape dt {
  margin-bottom: 10px;
  font-size: 1rem;
}
.sp-float-type dd, .sp-float-shape dd {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-float-type dd a, .sp-float-shape dd a {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.sp-float-type dd a:nth-child(2n), .sp-float-shape dd a:nth-child(2n) {
  margin-right: 0;
}

#sp-float__01, #sp-float__02, #sp-float__03, #sp-float__04 {
  display: none;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.ec-page-title {
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  font-size: 1.71rem;
}
.ec-page-title span {
  margin-top: 5px;
  display: block;
  font-size: 0.86rem;
}
@media screen and (max-width: 699px) {
  .ec-page-title {
    margin-bottom: 40px;
  }
}

/* 見出し */
.title-lv1 {
  background: url(../img/common/heading/bgi--title-lv2.svg) left bottom no-repeat;
  padding: 0 0 20px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.57rem;
}
@media screen and (max-width: 699px) {
  .title-lv1 {
    font-size: 1.24rem;
    line-height: 1.4;
  }
}

.title-lv2 {
  padding: 0 0 0 2em;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.43rem;
}
.title-lv2::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 5px;
}
@media screen and (max-width: 699px) {
  .title-lv2 {
    font-size: 1.24rem;
    line-height: 1.6;
  }
}

.title-lv3 {
  padding: 0 0 0 0;
  margin-bottom: 20px;
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .title-lv3 {
    font-size: 1.04rem;
  }
}

.title-lv4 {
  line-height: 1.5;
  text-align: center;
  font-size: 1.42rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 699px) {
  .title-lv4 {
    font-size: 1.33rem;
  }
}

.title-lv4__en {
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

/* 汎用見出し */
.title-other-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border: 1px solid #4C5046;
  display: block;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 1.13rem;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #565A4F;
}

.fs-c-documentColumn__heading {
  background: url(../img/common/heading/bgi--title-lv2.svg) left bottom no-repeat;
  padding: 0 0 20px;
  border: none;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.57rem;
  color: #0D2811;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #FAFAFA;
  border: 4px solid #fff;
  border-bottom: 0.5px solid #C9C9C9;
  padding: 5px 10px;
  text-align: center;
  color: #565A4F;
  font-size: 1.12rem;
}
.table-ptn--01 td {
  background: #fff;
  border-bottom: 0.5px solid #C9C9C9;
  padding: 5px 10px;
}

.table-ptn--02 th {
  border-bottom: 0.5px solid #4C5046;
  padding: 17px 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.14rem;
}
.table-ptn--02 td {
  padding: 17px 28px 17px 38px;
  border-bottom: 0.5px solid #4C5046;
}
.table-ptn--02 tr:last-child th, .table-ptn--02 tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.table-ptn--02.h_table td {
  position: relative;
}
.table-ptn--02.h_table td::before {
  content: " ";
  background: #fff;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail {
  background: #565A4F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 8px 18px;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.btn-detail:hover, .btn-detail:visited {
  opacity: 0.9;
  color: #fff;
}

.btn-arrow {
  background: url(../img/common/item/bgi--btn-arrow.svg) right calc(100% - 13px) no-repeat;
  display: inline-block;
  padding-right: 90px;
  line-height: 1.5;
  font-size: 1.14rem;
}

.btn-arrow-detail {
  background: url(../img/common/item/ico--arrow-detail.svg) calc(100% - 18px) 12px no-repeat;
  display: inline-block;
  padding-left: 30px;
  padding-right: 65px;
  padding-bottom: 10px;
  border-bottom: 1px solid #565A4F;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.43rem;
}
@media screen and (max-width: 699px) {
  .btn-arrow-detail {
    background: url(../img/common/item/ico--arrow-detail.svg) calc(100% - 18px) 8px no-repeat;
    font-size: 1.14rem;
  }
}

.btn-main {
  background: #5B5F55 url(../img/top/works/ico--btn-arrow.svg) right 2rem center no-repeat;
  padding: 16px 56px 16px 32px;
  display: inline-block;
  margin: 0 4%;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-main span {
  font-size: 1.24rem;
}
.btn-main:visited {
  color: #fff;
}
.btn-main:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .btn-main {
    line-height: 1.2;
  }
}

.btn-contact {
  background: #05480D url(../img/top/works/ico--btn-arrow.svg) right 4rem center no-repeat;
  padding: 16px 56px 16px 32px;
  display: inline-block;
  margin: 0 1%;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-contact span {
  font-size: 1.24rem;
}
.btn-contact::before {
  content: url(../img/common/item/btn/ico--mail.svg);
  float: left;
  margin-right: 12px;
  margin-bottom: -7px;
}
.btn-contact:visited {
  color: #fff;
}
.btn-contact:hover {
  text-decoration: none;
  color: #fff;
}

.btn-line {
  background: #4CC764 url(../img/common/item/ico--link-e-white.svg) right 2rem center no-repeat;
  padding: 16px 56px 16px 24px;
  display: inline-block;
  margin: 0 1%;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-line span {
  font-size: 1.24rem;
}
.btn-line::before {
  content: url(../img/common/item/btn/ico--line.svg);
  float: left;
  margin-right: 12px;
  margin-top: -7px;
  margin-bottom: -12px;
}
.btn-line:visited {
  color: #fff;
}
.btn-line:hover {
  text-decoration: none;
  color: #fff;
}

.btn-main__concrete {
  background: #123753 url(../img/top/works/ico--btn-arrow.svg) right 2rem center no-repeat;
  padding: 16px 56px 16px 32px;
  display: inline-block;
  margin: 0 4%;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-main__concrete span {
  font-size: 1.24rem;
}
.btn-main__concrete:visited {
  color: #fff;
}
.btn-main__concrete:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .btn-main__concrete {
    line-height: 1.2;
  }
}

.btn-external__concrete {
  background: #123753 url(../img/common/item/ico--link-e-white.svg) right 2rem center no-repeat;
  padding: 16px 56px 16px 32px;
  display: inline-block;
  margin: 0 4%;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-external__concrete span {
  font-size: 1.24rem;
}
.btn-external__concrete:visited {
  color: #fff;
}
.btn-external__concrete:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .btn-external__concrete {
    line-height: 1.2;
  }
}

.link-text-external {
  margin: 0 6px;
}
.link-text-external::after {
  content: url(../img/top/column/ico--btn.svg);
  margin-left: 4px;
  font-size: 1.2rem;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-tree {
  list-style: none;
}
.list-tree > li {
  background: url(../img/contents/common/ico--tree.svg) left 3px no-repeat;
  padding-left: 30px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

.list-check {
  list-style: none;
}
.list-check li {
  background: url(../img/common/mark/ico--check.svg) 4px 7px no-repeat;
  padding-top: 3px;
  padding-left: 30px;
}

.list-em {
  list-style: none;
}
.list-em li {
  margin-bottom: 10px;
  font-size: 1.14rem;
}
.list-em li::before {
  content: "・";
}
.list-em li span {
  display: inline-block;
  border-bottom: 1px solid #575A50;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  width: 430px;
  list-style: none;
  position: relative;
  margin: 0 auto 80px;
}
.article-nav li {
  width: 40%;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 8px;
  left: 0;
}
.article-nav li:nth-child(1) a {
  text-decoration: none;
}
.article-nav li:nth-child(2) {
  text-align: right;
  position: absolute;
  top: 8px;
  right: 0;
}
.article-nav li:nth-child(2) a {
  text-decoration: none;
}
.article-nav li:nth-child(3) {
  margin: 0 auto 0;
}
.article-nav li:nth-child(3) a {
  display: inline-block;
  border: 0.5px solid #4C5046;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .article-nav {
    width: auto;
  }
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #565A4F;
}
.pagination a {
  border: 1px solid #565A4F;
}
.pagination a:hover {
  background-color: #565A4F;
  border: 1px solid #565A4F;
  color: #fff;
}
.pagination .current {
  background-color: #565A4F;
  border: 1px solid #565A4F;
  color: #fff;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 0.5px solid #575A50;
  background: #fff;
  padding: 30px 45px;
}

.box-sub--02 {
  background: #f7f7f7;
  padding: 20px;
}

/*
	サイト全体のアイテムの設定
*/
.bottom-bnr {
  list-style: none;
}
@media screen and (min-width: 700px) {
  .bottom-bnr {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 160px;
    margin-bottom: 160px;
    padding-left: calc(50vw - 603px);
    padding-right: calc(50vw - 603px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .bottom-bnr li {
    width: 288px;
    margin-bottom: 20px;
    float: left;
  }
  .bottom-bnr li.bottom-bnr__half {
    width: 593px;
  }
}
@media screen and (max-width: 699px) {
  .bottom-bnr {
    margin: 60px 20px;
  }
  .bottom-bnr li {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 700px) {
  .bottom-shipping-bg {
    padding-top: 6px;
    background: url(../img/common/item/bottom-shipping/bgi--section.png) calc(50% + 425px) top no-repeat;
    background-size: 767px auto;
  }
}
@media screen and (max-width: 699px) {
  .bottom-shipping-bg {
    margin: 0 30px;
  }
}

.bottom-shipping {
  background: #fff;
  margin: 0 auto 190px;
  border: 1px solid #575A50;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bottom-shipping .bottom-shipping__title {
  margin-bottom: 6px;
  line-height: 1;
  font-size: 1.71rem;
}
.bottom-shipping .bottom-shipping__en {
  margin-bottom: 44px;
  letter-spacing: 0.1em;
  font-size: 0.86rem;
}
.bottom-shipping .bottom-shipping__txt {
  letter-spacing: 0.02em;
  line-height: 1.86;
  color: #919191;
}
.bottom-shipping .bottom-shipping__txt strong {
  color: #0D2811;
}
@media screen and (min-width: 700px) {
  .bottom-shipping {
    padding: 60px 90px;
    width: 1000px;
  }
  .bottom-shipping .bottom-shipping__txt {
    width: 585px;
  }
  .bottom-shipping .bottom-shipping__btn {
    position: absolute;
    right: 90px;
    bottom: 60px;
  }
}
@media screen and (max-width: 699px) {
  .bottom-shipping {
    padding: 30px;
  }
  .bottom-shipping .bottom-shipping__title {
    text-align: center;
  }
  .bottom-shipping .bottom-shipping__en {
    text-align: center;
  }
  .bottom-shipping .bottom-shipping__txt {
    margin-bottom: 30px;
  }
  .bottom-shipping .bottom-shipping__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.fs-body-product .bottom-shipping {
  display: none;
}

@media screen and (min-width: 700px) {
  .bottom-material {
    width: 1000px;
    margin: 0 auto 190px;
    display: block;
  }
}
@media screen and (max-width: 699px) {
  .bottom-material {
    margin-bottom: 80px;
  }
}

.bottom-custom-bg {
  background: #F4F4EF;
  padding: 72px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 70px;
}
.bottom-custom-bg .bottom-custom-container {
  width: 1000px;
  margin: 0 auto;
  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;
}
.bottom-custom-bg .bottom-custom-aside {
  width: 50%;
}
@media screen and (max-width: 699px) {
  .bottom-custom-bg {
    padding: 40px 30px 1px;
    margin: 0 auto 80px;
  }
  .bottom-custom-bg .bottom-custom-container {
    width: auto;
    display: block;
  }
  .bottom-custom-bg .bottom-custom-aside {
    margin-bottom: 40px;
    width: 100%;
  }
}

.bottom-custom-aside .bottom-custom-aside__title {
  margin-bottom: 20px;
  font-size: 1.71rem;
}
.bottom-custom-aside .bottom-custom-aside__attention {
  margin-right: 20px;
}
.bottom-custom-aside .bottom-custom-aside__text {
  font-size: 1.14rem;
}
.bottom-custom-aside .bottom-custom-aside__text span {
  font-size: 1.2rem;
}

.bottom-contact {
  width: 1000px;
  margin: 0 auto 100px;
}
.bottom-contact .bottom-contact__title {
  text-align: center;
  font-size: 1.71rem;
}
.bottom-contact .bottom-contact__en {
  margin-bottom: 64px;
  display: block;
  text-align: center;
  font-size: 0.86rem;
}
@media screen and (max-width: 699px) {
  .bottom-contact {
    width: auto;
    padding: 0 30px;
  }
}

.bottom-contact-list {
  padding: 20px 0;
  margin-bottom: 30px;
  border: 1px solid #0D2811;
  border-radius: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-contact-list li {
  width: 33%;
  text-align: center;
  border-right: 1px solid #0D2811;
}
.bottom-contact-list li:last-child {
  border: 0;
}
.bottom-contact-list li a {
  background: url(../img/common/item/bottom-contact/ico--link.svg) center bottom 20px no-repeat;
  display: block;
  padding: 45px 0 83px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #0D2811;
}
.bottom-contact-list li a img {
  display: block;
  margin: 0 auto 15px;
}
.bottom-contact-list li:last-child a {
  background: url(../img/common/item/bottom-contact/ico--dl.svg) center bottom 25px no-repeat;
}
@media screen and (max-width: 699px) {
  .bottom-contact-list {
    display: block;
    padding: 0 20px;
  }
  .bottom-contact-list li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #0D2811;
  }
  .bottom-contact-list li a {
    padding: 20px 0 60px;
  }
}

.bottom-contact-announce {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-contact-announce .bottom-contact-announce-head {
  width: 50%;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.07rem;
}
.bottom-contact-announce strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
  font-size: 1.64rem;
}
.bottom-contact-announce a {
  width: 50%;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 699px) {
  .bottom-contact-announce {
    display: block;
  }
  .bottom-contact-announce .bottom-contact-announce-head {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .bottom-contact-announce strong {
    line-height: 1.4;
  }
  .bottom-contact-announce a {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* FSデフォルトクラスの変更 */
.fs-l-main {
  width: 1000px;
  margin: 60px auto 60px;
  padding: 0;
  display: block;
  color: #565a4f;
}
@media screen and (max-width: 699px) {
  .fs-l-main {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 20px 60px;
  }
}

/*
.fs-l-product2 .fs-l-productLayout > * > *{
	margin-bottom: 0;
}
*/
.fs-c-productActionButton {
  margin-bottom: 20px;
}

.fs-c-returnedSpecialContract {
  padding: 0;
}

.fs-c-inquiryAboutProduct {
  padding: 0;
}

.fs-c-productReview__addReview {
  padding: 0;
}

.fs-p-card {
  background: none;
  border: 1px solid #575A50;
  padding: 40px;
  margin: 0 auto 30px !important;
  margin-bottom: 30px;
}
.fs-p-card .fs-p-card__title {
  margin: 0 0 40px;
  border: none;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.71rem;
}
@media screen and (max-width: 699px) {
  .fs-p-card {
    padding: 20px;
    margin-bottom: 80px;
  }
  .fs-p-card .fs-p-card__title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.43rem;
  }
}

@media screen and (min-width: 700px) {
  .fs-c-breadcrumb {
    width: 1000px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 699px) {
  .fs-c-breadcrumb {
    margin: 20px;
  }
}

.fs-c-breadcrumb {
  font-size: 1rem;
}

/* カート */
.fs-c-orderTotalTable__mainRow > td {
  font-size: 1.5rem;
}

.fs-c-orderTotalTable__mainRow th, .fs-c-orderTotalTable__mainRow td {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.fs-c-listedOptionPrice {
  line-height: 1.5;
  font-size: 1rem;
}

.fs-c-productPrice__addon__label {
  line-height: 1.5;
  font-size: 0.88rem;
}

.fs-c-price__addon {
  line-height: 1.5;
  font-size: 0.88rem;
}

.fs-c-cartTable__actionButton__container > button {
  font-size: 1rem;
}

.fs-c-cartTable__headerCell--product {
  width: 50%;
}

.fs-c-continueShopping {
  text-align: center;
}

.fs-c-cartPayment {
  font-size: 1.5rem;
  font-size: 1rem;
}

.ec-product-shipping {
  border: 2px solid #AC0000;
  padding: 50px 90px;
  margin: 80px 0;
}
.ec-product-shipping .ec-product-shipping__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 10px 24px;
  border-top: 0.5px solid #AC0000;
  border-bottom: 0.5px solid #AC0000;
  line-height: 1;
  font-weight: normal;
  font-size: 1rem;
  color: #AC0412;
}
.ec-product-shipping .ec-product-shipping__intro {
  margin-bottom: 20px;
  text-align: center;
}
.ec-product-shipping .ec-product-shipping__point {
  margin-bottom: 40px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ec-product-shipping .ec-product-shipping__point li {
  background: url(../img/product-detail/shipping/ico--point.svg) calc(50% - 2em) center no-repeat;
  border: 1px solid #565A4F;
  width: 256px;
  padding: 35px 0 35px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  text-align: center;
  font-size: 1.43rem;
}
.ec-product-shipping .ec-product-shipping__point li span {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
.ec-product-shipping .ec-product-shipping__point li:nth-child(1) {
  background: url(../img/product-detail/shipping/ico--point.svg) calc(50% - 4.5em) center no-repeat;
  padding: 25px 0 20px 60px;
  text-align: left;
}
.ec-product-shipping .ec-product-shipping__list {
  margin-bottom: 20px;
  list-style: none;
  counter-reset: number 0;
}
.ec-product-shipping .ec-product-shipping__list li {
  padding-left: 34px;
  position: relative;
  line-height: 2.88;
}
.ec-product-shipping .ec-product-shipping__list li::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 699px) {
  .ec-product-shipping {
    padding: 30px;
  }
  .ec-product-shipping .ec-product-shipping__title {
    margin: 0 auto 20px;
  }
  .ec-product-shipping .ec-product-shipping__point {
    display: block;
  }
  .ec-product-shipping .ec-product-shipping__point li {
    background: url(../img/product-detail/shipping/ico--point.svg) calc(50% - 2em) center no-repeat;
    background-size: 20px auto;
    border: 1px solid #565A4F;
    width: 256px;
    padding: 15px 0 15px 30px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center;
    font-size: 1.29rem;
  }
  .ec-product-shipping .ec-product-shipping__point li span {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
  }
  .ec-product-shipping .ec-product-shipping__point li:nth-child(1) {
    background: url(../img/product-detail/shipping/ico--point.svg) calc(50% - 4.5em) center no-repeat;
    background-size: 20px auto;
    padding: 25px 0 20px 60px;
    text-align: left;
  }
}

/* 送料計算 */
.ship-calc-container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .ship-calc-container {
    width: auto;
  }
}

.ship-calc-bg {
  padding: 40px;
  margin-bottom: 60px;
  border: 1px solid #565A4F;
}
@media screen and (max-width: 699px) {
  .ship-calc-bg {
    padding: 20px;
  }
}

.ship-calc-point {
  list-style: none;
  padding-left: 1em;
  font-size: 1.13rem;
}
.ship-calc-point li {
  margin-bottom: 10px;
  position: relative;
}
.ship-calc-point li strong {
  font-size: 1.25rem;
  color: #C61212;
}
.ship-calc-point li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: -1em;
}
@media screen and (max-width: 699px) {
  .ship-calc-point {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .ship-calc-point li {
    line-height: 1.5;
  }
  .ship-calc-point li strong {
    font-size: 1.13rem;
  }
}

.ship-calc-attention {
  font-size: 0.88rem;
}

.shipping-search {
  margin-bottom: 60px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shipping-search li {
  margin: 0 20px;
  text-align: center;
  font-size: 1.13rem;
}
.shipping-search li p {
  margin-bottom: 10px;
}
@media screen and (max-width: 699px) {
  .shipping-search {
    display: block;
  }
  .shipping-search li {
    margin: 0 auto 20px;
  }
}

.shipping-search-btn {
  text-align: center;
  margin-bottom: 60px;
}

.shipping-search-btn input[type=submit] {
  background: #565A4F;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-size: 1.14rem;
  color: #fff;
}

.pref, .count {
  width: 150px;
  padding: 10px;
  font-size: 1.25rem;
}

.shipping-price {
  padding: 15px;
  border: 1px solid #666;
}
.shipping-price .shipping-price__result strong {
  padding: 0 5px;
  font-size: 1.5rem;
}

.shipping-price__heading div {
  display: inline-block;
  border-bottom: 1px solid #999;
  margin-right: 15px;
  margin-bottom: 15px;
}

.float-corp {
  position: fixed;
  top: 102px;
  right: 0;
}
@media screen and (max-width: 699px) {
  .float-corp {
    display: none;
  }
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 1rem;
}

.fs-c-documentArticle {
  padding: 140px 0 0px;
  margin: 0 0 -100px;
}
@media screen and (max-width: 699px) {
  .fs-c-documentArticle {
    padding: 120px 0 0px;
  }
  .fs-c-documentArticle:last-child {
    margin: 0 0 -20px;
  }
}

/*目次*/
.toc-list {
  display: block;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 20px 4%;
}
.toc-list li {
  list-style: decimal;
  margin-bottom: 6px;
}
.toc-list a {
  margin-left: 6px;
  font-size: 1.12rem;
}
@media screen and (max-width: 699px) {
  .toc-list {
    width: 90%;
  }
  .toc-list li {
    margin-left: 20px;
  }
}

.item-ranking .item-ranking__title {
  line-height: 1.5;
  text-align: center;
  font-size: 1.42rem;
}
.item-ranking .item-ranking__en {
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.89rem;
}

.item-ranking-category {
  margin-bottom: 120px;
}
.item-ranking-category .item-ranking-category__title {
  margin-bottom: 24px;
  font-size: 1.43rem;
  text-align: center;
}
.item-ranking-category .item-ranking-category__title span {
  padding: 0 2em 0 2em;
  position: relative;
}
.item-ranking-category .item-ranking-category__title span::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 5px;
}
.item-ranking-category .item-ranking-category__title span::after {
  content: "―";
  position: absolute;
  top: 0;
  right: 5px;
}

.item-ranking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 12px 0 40px;
  gap: 20px;
}
.item-ranking-list .item-ranking-list__section::before {
  content: url(../img/item-list/ranking/ico--rank1.svg);
  text-align: center;
  margin: 0 auto 12px;
  display: block;
}
.item-ranking-list .item-ranking-list__section:nth-child(2)::before {
  content: url(../img/item-list/ranking/ico--rank2.svg);
}
.item-ranking-list .item-ranking-list__section:nth-child(3)::before {
  content: url(../img/item-list/ranking/ico--rank3.svg);
}
@media screen and (max-width: 699px) {
  .item-ranking-list {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .item-ranking-list .item-ranking-list__section::before {
    text-align: left;
    margin: 0 6% 2px;
  }
}

.item-ranking-item {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  /*width: 320px;*/
  padding: 16px 12px 8px;
}
.item-ranking-item .item-ranking-item__name {
  text-align: center;
  font-size: 0.87rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 699px) {
  .item-ranking-item {
    display: block;
    width: 96%;
    margin: 0 auto 20px;
  }
}

.item-ranking-item-image {
  position: relative;
  margin-bottom: 8px;
  width: 220px;
  height: 220px;
}
.item-ranking-item-image .item-ranking-item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-ranking-item-image .item-ranking-item__category {
  position: absolute;
  left: 10px;
  top: 10px;
}
.item-ranking-item-image .item-ranking-item__type {
  position: absolute;
  left: 10px;
  top: 68px;
}
.item-ranking-item-image .item-ranking-item__type span {
  border-radius: 4px;
  background: #fff;
  opacity: 0.9;
  margin: 0 6px 6px 0;
  padding: 6px 6px;
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  .item-ranking-item-image {
    width: 100%;
    height: auto;
  }
  .item-ranking-item-image .item-ranking-item__image {
    position: inherit;
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item-ranking-item-image .item-ranking-item__category {
    height: 36px;
  }
  .item-ranking-item-image .item-ranking-item__type {
    top: auto;
    bottom: 10px;
  }
}

.item-ranking-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-ranking-item-price .item-ranking-item-price__number {
  border-radius: 4px;
  background: #c90b0b;
  opacity: 0.9;
  height: 26px;
  margin: 2px 8px 0 0;
  padding: 2px 3px 2px 8px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.item-ranking-item-price .item-ranking-item-price__main {
  font-weight: bold;
  font-size: 118%;
  color: #c90b0b;
}
.item-ranking-item-price .item-ranking-item-price__main::after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
}
.item-ranking-item-price .item-ranking-item-price__1sheet {
  font-weight: bold;
  text-align: center;
  color: #c90b0b;
  line-height: 1.4;
}
.item-ranking-item-price .item-ranking-item-price__1sheet-sub {
  display: block;
  font-size: 0.7rem;
}

.contents-category-pr {
  text-align: center;
  margin-bottom: 120px;
}

.contents-category-pr__wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}
.contents-category-pr__wrap .contents-category-pr__image {
  width: 50%;
}
.contents-category-pr__wrap .contents-category-pr__detail {
  width: 42%;
  text-align: left;
}
.contents-category-pr__wrap .contents-category-pr__catch {
  margin-bottom: 20px;
  color: #0B4E80;
  font-size: 1.72rem;
  line-height: 1.8;
  font-weight: bold;
}
.contents-category-pr__wrap .contents-category-pr__text {
  font-size: 1.13rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .contents-category-pr__wrap {
    display: block;
  }
  .contents-category-pr__wrap .contents-category-pr__image {
    width: 88%;
    margin: 0 auto 20px;
  }
  .contents-category-pr__wrap .contents-category-pr__detail {
    width: 88%;
    margin: 0 auto;
  }
}

.contents-type__list--2col {
  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;
  list-style: none;
  gap: 40px 4%;
}
.contents-type__list--2col > li {
  width: 48%;
}
.contents-type__list--2col > li img {
  margin-bottom: 4px;
}
@media screen and (max-width: 699px) {
  .contents-type__list--2col {
    gap: 30px 0;
  }
  .contents-type__list--2col > li {
    width: 100%;
  }
}

.contents-type__list--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;
  list-style: none;
  gap: 40px 2%;
}
.contents-type__list--3col > li {
  width: 32%;
}
.contents-type__list--3col > li img {
  margin-bottom: 4px;
}
@media screen and (max-width: 699px) {
  .contents-type__list--3col {
    gap: 20px 2%;
  }
  .contents-type__list--3col > li {
    width: 48%;
  }
}

.contents-type-sublink li {
  display: inline-block;
}
.contents-type-sublink li::after {
  content: "、";
  margin: 0 0px 0 2px;
}
.contents-type-sublink li:last-child::after {
  content: none;
}

.contents-type-location__box {
  background: url(../img/common/item/type/bgi--location.jpg) no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 699px) {
  .contents-type-location__box {
    background-size: 80%;
    background-position: top center;
    padding: 140px 0 0;
  }
}

.contents-type-location__list {
  width: 60%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 40px 6%;
}
.contents-type-location__list li {
  width: 47%;
}
@media screen and (max-width: 699px) {
  .contents-type-location__list {
    width: 100%;
    gap: 20px 6%;
  }
}

/*サイドナビ 共有*/
.side-contents__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1rem;
  color: #0D2811;
}
.side-contents__title::before {
  content: " ";
  background: #0D2811;
  width: calc(100% - 8rem);
  height: 0.5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.side-nav-list {
  margin-bottom: 60px;
}
.side-nav-list a {
  position: relative;
  background: #F7F7F7;
  display: block;
  padding: 8px 2% 8px 6%;
  font-size: 104%;
  text-decoration: none;
}
.side-nav-list a::after {
  content: url(../img/common/item/ico--arrow-bk.svg);
  position: absolute;
  right: 6%;
}

.side-nav-sublist {
  margin: 4px 0 12px;
}
.side-nav-sublist li {
  display: inline-block;
  margin: 0 12px 0 0 !important;
}
.side-nav-sublist a {
  display: inline-block;
  background: #fff;
  padding: 0;
  text-decoration: underline;
  font-size: 88%;
}
.side-nav-sublist a::after {
  content: none;
}

/* 検索 */
.side-keyword {
  margin-bottom: 60px !important;
}
.side-keyword h2 {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1rem;
  color: #0D2811;
}
.side-keyword h2::before {
  content: " ";
  background: #0D2811;
  width: calc(100% - 8rem);
  height: 0.5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.side-keyword .side-keyword__form {
  /*border: 1px solid  #575A50;*/
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side-keyword .side-keyword__text {
  width: 70%;
}
.side-keyword .side-keyword__text-submit {
  background: #565A4F;
  width: 25%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: none;
  color: #fff;
}
.side-keyword dl {
  padding: 10px 10px 0;
}
.side-keyword dl dt {
  background: none;
  font-size: 0.63rem;
}
.side-keyword dl dd {
  font-size: 0.75rem;
}

.side-tag-search {
  margin-bottom: 40px;
}
.side-tag-search h2 {
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.side-tag-search h2::before {
  content: " ";
  background: #0D2811;
  width: calc(100% - 8rem);
  height: 0.5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.side-tag-search .side-tag-search__form {
  background: #F7F7F7;
  padding: 20px;
  font-size: 1rem;
  color: #000;
}
.side-tag-search .side-tag-search__form input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
}
.side-tag-search .side-tag-search__form .u-font-size--small {
  font-size: 0.75rem;
}
.side-tag-search .side-tag-search__form hr {
  border-style: dashed;
  border-width: 0.5px;
}
.side-tag-search .side-tag-search__form .side-tag-search__submit {
  background: #565A4F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin: 20px auto 0;
  display: block;
  border: none;
  color: #fff;
}
.side-tag-search .side-tag-search__text {
  font-size: 0.94rem;
  line-height: 1.8;
  padding: 12px 4px 0;
  color: #CB0B0B;
}

.top-tag-search {
  background: #F7F7F7;
  padding: 30px 40px 40px;
  margin-bottom: 120px;
}
.top-tag-search .top-tag-search__title {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #0D2811;
}
.top-tag-search .top-tag-search__title::before {
  content: " ";
  background: #0D2811;
  width: calc(50% - 5rem);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.top-tag-search .top-tag-search__title::after {
  content: " ";
  background: #0D2811;
  width: calc(50% - 5rem);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-tag-search .top-tag-search__text {
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.8;
  padding: 20px 0 0;
  color: #CB0B0B;
}
.top-tag-search input {
  margin-right: 10px;
}
.top-tag-search .side-tag-search__submit {
  background: #565A4F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin: 20px auto 0;
  display: block;
  border: none;
  color: #fff;
}

@media screen and (min-width: 700px) {
  .top-tag-search-layout {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .top-tag-search-layout {
    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;
  }
  .top-tag-search-layout > div {
    width: 48%;
    margin-bottom: 30px;
  }
}

.side-itioshi {
  margin-bottom: 60px;
}

.side-contents-bnr {
  margin-bottom: 32px;
  text-decoration: none;
}
.side-contents-bnr span {
  display: block;
  text-align: center;
  margin-bottom: 4px;
}
.side-contents-bnr span::before {
  content: "＼";
  margin-right: 6px;
  font-size: 75%;
}
.side-contents-bnr span::after {
  content: "／";
  margin-left: 6px;
  font-size: 75%;
}

.side-contents-sns {
  margin: 24px 0 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.side-contents-sns li {
  text-align: center;
}
.side-contents-sns li a {
  text-decoration: none;
}
.side-contents-sns li img {
  width: 32px;
}
.side-contents-sns li span {
  display: block;
  font-size: 68%;
}

.common-contact-box {
  border-top: 1px solid #0D2811;
  border-bottom: 1px solid #0D2811;
  padding: 30px 0 30px;
  text-align: center;
}
.common-contact-box .common-contact-box__catch {
  margin-bottom: 28px;
  color: #0D2810;
  font-size: 1.24rem;
  font-weight: 700;
}
.common-contact-box .btn-contact {
  margin-bottom: 24px;
}

/*
	サイト全体のユーティリティ設定
*/
.item-list {
  list-style: none;
}
.item-list li {
  font-size: 0.86rem;
}
.item-list li img {
  display: block;
  margin-bottom: 10px;
}
.item-list li .item-list__category {
  display: block;
  color: #ADADAD;
}
.item-list li .item-list__name {
  display: block;
  margin-bottom: 5px;
  line-height: 1.33;
  font-weight: bold;
  color: #1C1C1C;
}
.item-list li .item-list__price {
  display: block;
  color: #ADADAD;
}
@media screen and (min-width: 700px) {
  .item-list li {
    width: 150px;
    float: left;
    margin: 0 62px 30px 0;
  }
  .item-list li:nth-child(4n) {
    margin-right: 0;
  }
  .item-list li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 699px) {
  .item-list li {
    width: 45%;
    float: left;
    margin: 0 10% 30px 0;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list li:nth-child(2n+1) {
    clear: both;
  }
}

/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

.u-font-em {
  font-size: 1.13rem;
  color: #B72F2F;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #AC0412;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #565A4F;
}

.u-color-sub {
  color: #83300E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDA8C));
  background: linear-gradient(transparent 60%, #FFDA8C 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

@media (min-width: 700px) {
  .u-textalign-center--pc {
    text-align: center;
  }
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px !important;
}

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

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}
@media screen and (max-width: 699px) {
  .u-margin-bottom--max {
    margin-bottom: 80px;
  }
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

/* レイアウトの設定 */
@media screen and (min-width: 699px) {
  .is-sp {
    display: none;
  }
}

/* Clearfix */
.clearfix:after, .ec-footer .ec-footer-header:after, .contents-type-location__box:after, .item-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .ec-footer .ec-footer-header, .contents-type-location__box, .item-list {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, .ec-footer html .ec-footer-header, * html .contents-type-location__box, * html .item-list {
  height: 1%;
}

.clearfix, .ec-footer .ec-footer-header, .contents-type-location__box, .item-list {
  display: block;
}

/* End Hack */
/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=base-column.css.map */