@charset "UTF-8";
/* =======================================================================
  Date: 2021-2-1
  CSS Document ： CCPサイト内の共通スタイル（SP）
  1.フォント設定
  2.ノーマライズ＆スタイルのリセット
  3.サイトのベース＆共通パーツ
  4.サイトのモジュール
  ======================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap");
@font-face {
  font-family: "CONDENSEicon";
  src: url("../fonts/CONDENSEicon.woff") format("woff"), url("../fonts/CONDENSEicon.otf") format("opentype"), url("../fonts/CONDENSEicon.eot") format("eot");
  font-display: swap;
}
/* -----------------------------------------------------------------------
## Font #################################################################
----------------------------------------------------------------------- */
.cmn-contents_ccp {
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  font-weight: normal;
}

:where(.cmn-contents_ccp) ul,
:where(.cmn-contents_ccp) ol,
:where(.cmn-contents_ccp) dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon_common {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px !important;
  text-align: left !important;
}

/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
html.is-fixed_ccp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[class^=wk-] {
  color: #3d271f;
}

a {
  color: inherit;
}

body.template_c_fsp .content_wrap_fsp .content_fsp {
  background: #fff;
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 0;
  padding-bottom: 0;
}

#main_fsp h2,
#main_fsp h3,
#main_fsp h4 {
  background: none;
  border: none;
  color: #000;
  text-shadow: none;
  padding: 0;
}

.cmn-contents_ccp, .top-contents_ccp {
  color: #3d271f;
}

.cmn-contents_ccp *, .top-contents_ccp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn-contents_ccp a, .top-contents_ccp a {
  color: #3d271f;
}

.cmn-contents_ccp figure, .top-contents_ccp figure {
  margin: 0;
}

.cmn-contents_ccp button, .top-contents_ccp button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.cmn-contents_ccp button:focus, .top-contents_ccp button:focus {
  outline: none;
}

#ccp-header_pc {
  display: none;
}

.ph_ccp {
  display: block;
}

#ccp-footer_pc {
  display: none;
}

#ccp-footer_sp {
  display: block;
}

.cmn-spbr_ccp {
  display: inline;
}

.cmn-pcbr_ccp {
  display: none;
}

.emergency_fca {
  margin-bottom: 0;
}

/* ################# コンテンツ幅の調整 ################# */
#Container_fca {
  width: auto;
}

#Header_fca {
  /* width: 920px; */
  margin: auto;
}

#Footer_fca {
  /* width: 960px; */
  margin: 40px auto 0;
  padding: 0 20px;
}

/*-------------------------------------
ccp-header_pc
---------------------------------------*/
#ccp-header_pc {
  margin-top: 10px;
  padding-bottom: 10px;
}

/*-------------------------------------
TagLine_fac
---------------------------------------*/
#TagLine_fac {
  padding: 0 4%;
  font-size: 84%;
  color: #AAAAAA;
}

#TagLine_fac strong {
  font-weight: normal;
}

/*-------------------------------------
brand_logo_fca
---------------------------------------*/
#Header_fca p.brand_logo_fca {
  margin-bottom: 15px;
}

/* ################# パンくず ################# */
.bc-list_ccp {
  margin-bottom: 0;
  line-height: 2;
  padding: min(1.4666666667vw,11px) min(4.2666666667vw,32px) min(2.6666666667vw,20px);
  letter-spacing: 0.04em;
  color: #404040;
  font-size: 0.5625rem;
}

.bc-list_item_ccp {
  display: inline-block;
}

.bc-list_item_ccp a {
  color: #404040;
}

.bc-list_item_ccp:nth-child(n+2)::before {
  position: relative;
  top: -1px;
  margin: 0 min(0.9333333333vw,7px);
  content: ">";
}

/* ################# 見出し ################# */
.cmn-sectionTitle_ccp {
  text-align: center;
}

.cmn-sectionTitle_main_ccp {
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 2.125rem;
  font-family: "Barlow", sans-serif;
}

.cmn-sectionTitle_sub_ccp {
  display: block;
  line-height: 1.4;
  margin-top: min(1.0666666667vw,8px);
  letter-spacing: 0.08em;
  font-size: 0.9375rem;
  font-weight: bold;
}

/* ################# ボタン ################# */
.cmn-buttons_ccp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-button_ccp {
  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;
  position: relative;
  width: min(48vw,360px);
  height: min(10.6666666667vw,80px);
  border: 1px solid #ccc;
  background: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Barlow", sans-serif;
}

.cmn-button_ccp svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(2.6666666667vw,20px);
  width: min(6vw,45px);
  height: min(1.7333333333vw,13px);
  margin: auto;
  content: "";
}

/* ################# View more テキストリンク ################# */
.cmn-viewmore_ccp {
  max-width: 960px;
  margin: min(6.6666666667vw,50px) auto 0;
  padding: 0 min(4.6666666667vw,35px) 0 min(2.6666666667vw,20px);
  text-align: right;
}

.cmn-viewmore_ccp a, .cmn-viewmore_ccp span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Barlow", sans-serif;
}

.cmn-viewmore_ccp a svg, .cmn-viewmore_ccp span svg {
  width: min(6vw,45px);
  height: min(1.7333333333vw,13px);
  margin: auto;
  margin-left: min(4vw,30px);
  content: "";
}

/* ################# Slick ################# */
.template_c_fsp .slick-slide a:focus {
  outline: none;
}

.template_c_fsp .slick-prev, .template_c_fsp .slick-next {
  width: min(8vw,60px);
  height: min(8vw,60px);
  z-index: 2;
  border-radius: min(13.3333333333vw,100px);
  background: #fff;
}

.template_c_fsp .slick-prev::before, .template_c_fsp .slick-next::before {
  color: #999;
  font-size: 0.875rem;
  font-family: "CONDENSEicon";
}

.template_c_fsp .slick-prev:focus, .template_c_fsp .slick-prev:hover, .template_c_fsp .slick-next:focus, .template_c_fsp .slick-next:hover {
  background: #fff;
}

.template_c_fsp .slick-prev:before {
  content: "ù";
}

.template_c_fsp .slick-next:before {
  content: "ú";
}

.template_c_fsp .slick-dots {
  left: 0;
}

.template_c_fsp .slick-dots li {
  width: min(2.4vw,18px);
  height: min(2.4vw,18px);
  margin: 0 min(2vw,15px);
}

.template_c_fsp .slick-dots li button {
  width: min(2.4vw,18px);
  height: min(2.4vw,18px);
  padding: 0;
}

.template_c_fsp .slick-dots li button:before {
  width: min(2.4vw,18px);
  height: min(2.4vw,18px);
  border-radius: 100px;
  background: #fff;
  opacity: 1;
  content: "";
}

.template_c_fsp .slick-dots li.slick-active button:before {
  background: #e87746;
}

.template_c_fsp .slick-dots > li:first-child:last-child {
  display: none;
}