@charset "utf-8";
/* adjust news - 20250628：里FCS2025夏の新作パーツ */
/* Format: mobile-friendly */

:root {
  --bs-cmn: 0 2px 1rem -2px rgb(50 25 0 / 30%);
  --ff-mincho: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  --ff-notoserif: 'Noto Serif JP', cursive, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  --ff-metal: 'Metal', cursive, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/*-------------------------------
 base.css 上書き
---------------------------------*/
main {
  /*background:  華菱グリーン
    linear-gradient(180deg, #fff 100px, transparent 300px),
    url(/event/sato/assets/image/cmnPrts/bg/sato_bg_ptrnHana_wh_alf04.png) 50% 0 repeat #DFE3C2
    ;*/
  background: 
    linear-gradient(180deg, rgb(39 13 4 / 80%) calc(var(--fs) * 12.1), transparent calc(var(--fs) * 12.1)),
    linear-gradient(180deg, transparent calc(var(--fs) * 12.1), rgb(145 155 80 / 70%) calc(var(--fs)* 12.1), rgb(145 155 80 / 70%) calc(var(--fs)* 108), transparent calc(var(--fs) * 150)),
    linear-gradient(180deg,rgba(251,251,247, 0.2) 0%,rgba(251,251,247, 0.2) 100%),
    url("/event/sato/231007/image/fcs_bg_ptn.jpg") 0% 0% repeat
    ;
}
main > section {
padding: 2rem 2vw;
}
.width-full,
section.width-full 	{
  width: 100%;
  max-width: 100%;
  padding: 1vw 0;
}

.link-text__deco--more::after	{
  border-color: inherit;
}
.news  {
  max-width: 108rem;
  padding: calc(var(--rs) * 2) 0;
  overflow: hidden;
}
.news > .news-tit,
.news > .news-date {
  width: calc(100% - 2rem);
}
.news > .news-tit {
  padding: 0.5em 0;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: calc(var(--fs) * 1.6 + var(--rs) * 0.6);
  text-align: center;
}
.news-date {
  display: none;
}
.news .container {
  max-width: 100%;
}
 hr {
  width: min(96%, 98rem);
  margin: calc(var(--rs) * 6) auto;
  border-top: 2px #978479 dashed;
}
/*-------------------------------
 表示切替
---------------------------------*/
/* SP */
  /*IMG*/
  .view-wrap--pc,
  .view--tb,
  .view--pc_tb,
  .view--pc { display:none !important; }
  .view--sp,
  .view--tb_sp { display:inline-block !important; }
  .view-wrap--sp { display:block!important;}

/* TB */
@media screen and (min-width :560px) {
  /*IMG*/
  .view-wrap--sp,
  .view--sp,
  .view--pc { display:none !important; }
  .view--tb,
  .view--tb_sp,
  .view--pc_tb { display:inline-block !important; }
  .view-wrap--pc { display:block !important; }
}

/* PC */
@media screen and (min-width :960px) {
  /*IMG*/
  .view--sp,
  .view--tb_sp,
  .view--tb { display:none !important; }
  .view--pc_tb,
  .view--pc { display:inline-block !important; }
}

/* ==================== Common Layout Start ==================== */


/*-------------------------------
 main _ 上書き
---------------------------------*/
main 	{
  padding-bottom: 1px;
}

main img {
  vertical-align: middle;
}
main a	{
  /*color: var(--color-link-nml);*//*#0095d9*/
}
main a:focus, main *:focus	{ outline:none; }

main .link-btn:not(.link-btn--detail) {}

main small {
    font-weight: inherit !important;
    font-size: 80%;
}

/*-------------------------------
 cardリスト _ 上書き
---------------------------------*/
ul.card > li 	{ background-color: #fff;}
.card > * a:not([class]) 	{
  color: var(--color-link-cmn);
}
.card--col1	{
  max-width: 96rem;
}


/*-------------------------------
 Bace _ Common Parts
---------------------------------*/

.note-list	{
  padding:0.5em 0;
  margin: auto;
  }
  .note-list li	{ padding-left:1em; text-indent:-1em; line-height:1.4;}
  .note-list li ~ li	{ margin-top:0.5rem;}

li.note-list--markbull::before,
.note-list--markbull > li::before {
  content: "\25CF";
  opacity: 0.6;
  font-size: 0.5em;
  margin-right: 0.5em;
  width: 1.5em;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-indent: 0;
  }
li.note-list--markkome::before,
.note-list--markkome > li::before	{
  content: "\203B";/*※*/
  opacity: 0.6;
  font-size: 0.9em;
  margin-right: 0.1em;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-indent: 0;
  }

.tango_list	{}
.tango_list > li	{ display: inline-block;}
.tango_list > li:not(:last-child)::after	{ 
    content: " | ";
    color: #ddd;
    display: inline-block;
    margin-left: .6em;
    margin-right: .4em;
    }
.tango_list > li.tango-tit 	{
  display: block;
}
.tango_list > li.tango-tit::after	{ content: none;}

.list-brackets {
  display: inline-block;
}
.list-brackets::before	{ content: "( ";}
.list-brackets::after	{ content: " )";}

a.lnkBtnIG {
    background: linear-gradient(270deg, #BC32A4 0%, #E03768 50%, #F67C33 100%);
}
a.lnkBtnIG {
    box-shadow: 0 0.2rem 0.2rem 0 rgb(50 50 50 / 20%);
    font-size: var(--fs-l);
    width: min(94%, 80rem);
    padding: 1.5rem 2rem;
    margin: 3rem auto;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    clear: both;
}
a.lnkBtnIG:hover {
    filter: brightness(1.1);
    transition: all .2s;
    text-decoration: none;
}
a.fcs-anchor-link {
  width: 92%;
  padding: 0.8em 1em;
  margin: 1em auto 0.5em;
  /*background: #fff3f3;*/
  background: var(--color-link-cmn);
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px 0px rgb(255 255 255 / 40%);
  color: #fff;
  font-size: calc(var(--fs) * 1.8);
  text-align: center !important;
  display: block;
}
a.fcs-anchor-link:hover {
  filter: brightness(1.2);
  text-decoration: none;
  transition: all 0.2s;
}
/*-------------------------------
 Text _ Common Parts
---------------------------------*/

/* text */
.txtl	{ text-align: left !important;}
.txtc	{ text-align: center !important;}
.txtr	{ text-align: right !important;}

/* Float*/
.fltl	{ float:left;}
.fltr	{ float:right;}
/* Clear Fix */
.clrfx::after	{ content:".";display:block; height:0;clear:both;visibility:hidden;}
.clrfx	{ zoom:1;}
.clr		{ clear:both;}

/* Font_Icon */
.fa, .fab, .fal, .far, .fas {
    text-indent: 0 !important;
}

/* Font_Size */
.fs--08	{ font-size: 0.8rem !important;}
.fs--09	{ font-size: 0.9rem !important;}
.fs--10	{ font-size: calc(var(--fs) * 1.0);}
.fs--11	{ font-size: calc(var(--fs) * 1.1);}
.fs--12	{ font-size: calc(var(--fs) * 1.2);}
.fs--13	{ font-size: calc(var(--fs) * 1.3);}
.fs--14	{ font-size: calc(var(--fs) * 1.4);}
.fs--15	{ font-size: calc(var(--fs) * 1.5);}
.fs--16	{ font-size: calc(var(--fs) * 1.6);}
.fs--17	{ font-size: calc(var(--fs) * 1.7);}
.fs--18	{ font-size: calc(var(--fs) * 1.8);}
.fs--20	{ font-size: calc(var(--fs) * 2.0);}
.fs--22	{ font-size: calc(var(--fs) * 2.1);}
.fs--24	{ font-size: calc(var(--fs) * 2.4);}
.fs--26	{ font-size: calc(var(--fs) * 2.6);}
.fs--28	{ font-size: calc(var(--fs) * 2.8);}
.fs--30	{ font-size: calc(var(--fs) * 3.0);}

.fs--xx-small	{ font-size: xx-small;}	/*60%*/
.fs--x-small	{ font-size: x-small;}	/*75%*/
.fs--small	{ font-size: small;}	/*88.8%*/
.fs--medium	{ font-size: medium;}	/*100%*/
.fs--large	{ font-size: large;}	/*120%*/
.fs--x-large	{ font-size: x-large;}	/*150%*/
.fs--xx-large	{ font-size: xx-large;}	/*200%*/

/* Font Color */
.red	{ color: #ff0033;}
.red_d	{ color: #cc0033;}
.pink	{ color: #FC8E9B;}
.ruby	{ color: #d83473;}
.red_rose	{ color: #B92E55;}
.red_wine {color: var(--color-sc-dark);}
.yellow	{ color: #ffd700;}
.green	{ color: #698a2f;}
.gray	{ color: #aaa;}
.gray_d	{ color: #666;}
.white	{ color: #fff;}

.tc-inport	{ color: #EA336E;}
.tc-link-nml	{ color: var(--color-link-nml);}


/* Font deco */
.marker_red	{
  background: linear-gradient(transparent 60%, #ffc1c1 60%);
  }
.marker_pnk	{
  background: linear-gradient(transparent 60%, #ffdbdb 60%);
  }
.marker_blue	{
  background: linear-gradient(transparent 60%, #ccf4ff 60%);
  }
.marker_green	{
  background: linear-gradient(transparent 60%, #e5ffcc 60%);
  }
.marker_ylw	{
  background: linear-gradient(transparent 60%, #ffffc1 60%);
  }
.marker_yellow	{
  background: linear-gradient(transparent 60%, #FFE67A 60%);
  }
.marker_gry	{
  background: linear-gradient(transparent 60%, rgba(50,50,50,0.15) 60%);
  }

/* space */
.mt0  { margin-top:0 !important;}
.mt10 { margin-top:1.0rem !important;}
.mt15 { margin-top:1.5rem !important;}
.mt20 { margin-top:2.0rem !important;}
.mt30 { margin-top:3.0rem !important;}
.mt40 { margin-top:4.0rem !important;}

.mb0  { margin-bottom:0 !important;}
.mb10 { margin-bottom:1.0rem !important;}
.mb15 { margin-bottom:1.5rem !important;}
.mb20 { margin-bottom:2.0rem !important;}
.mb30 { margin-bottom:3.0rem !important;}
.mb40 { margin-bottom:4.0rem !important;}

.ml10 { margin-left:1.0rem !important;}
.ml15 { margin-left:1.5rem !important;}
.ml20 { margin-left:2.0rem !important;}
.ml30 { margin-left:3.0rem !important;}

.mr10 { margin-right:1.0rem !important;}
.mr15 { margin-right:1.5rem !important;}
.mr20 { margin-right:2.0rem !important;}
.mr30 { margin-right:3.0rem !important;}

.ml-auto	{ margin-left:auto !important;}
.mr-auto	{ margin-right:auto !important;}
.dsp-center	{
  margin-left: auto;
  margin-right: auto;
}

.pd0	{ padding: 0 !important; }
.pd-top0	{ padding-top: 0 !important; }
.pd-btm0	{ padding-bottom: 0 !important; }
.ovf-hide	{ overflow: hidden !important; }/*枠外へのはみ出し不可*/
.ovf-vsbl	{ overflow: visible !important; }/*枠外へのはみ出し許可*/
.ovf-auto	{ overflow: auto !important; }

.dno,.nodsp { display: none !important; }
.dbk { display: block; }
.dbk-img { display: block; margin: 0 auto;}

.shdw-light	{ box-shadow: 0 .2rem 1rem -.2rem rgba(50,25,0,0.3); }
.shdw-dark	{ box-shadow: 0 .2rem 1rem -.2rem rgba(50,25,0,0.8); }

/* ==================== Common Layout END ==================== */



/* =================== SP START =================== */
/*-------------------------------
 イベント共通パーツ
---------------------------------*//* SP-ALL */	
/*項目BOX*/
.cntsInner	{
  position: relative;
  margin: 0 auto 4vh;
  padding: 4%;
  width: 100%;
}
.cntsInner.pd0	{
  padding: 0;
}
.cntsInner-fll	{
  width: 100%;
  position: relative;
  margin: 0 auto calc(var(--rs) * 4);
  padding-top: calc(var(--rs) * 1);
}
.cntsInner-fll .cntArea	{
  width: 100%;
  position: relative;
}

/*-------------------------------
 layout _ 上書き
---------------------------------*//*  SP-ALL */
.width-full	{
  max-width: 100%;
  position: relative;
}
.container-wide	{
  max-width: var(--width-site);
  margin: 2rem auto;
  position: relative;
  }

/*-------------------------------
 個別背景
---------------------------------*//* SP-ALL */	
.bg_none	{ background-color: transparent;}

.bg_screen_white09	{ background: rgba(255,255,255,.9);}
.bg_screen_white08	{ background: rgba(255,255,255,.8);}
.bg_screen_white07	{ background: rgba(255,255,255,.7);}
.bg_screen_white06	{ background: rgba(255,255,255,.6);}
.bg_screen_white05	{ background: rgba(255,255,255,.5);}
.bg_screen_white04	{ background: rgba(255,255,255,.4);}
.bg_screen_white03	{ background: rgba(255,255,255,.3);}
.bg_screen_white02	{ background: rgba(255,255,255,.2);}
.bg_screen_white01	{ background: rgba(255,255,255,.1);}

.bg_color--white	{ background-color: #fff;}
.bg_color--whitesmoke	{ background-color: #F9F9F9;}

.bg_content01 {
  background: linear-gradient(180deg,rgba(251,251,247, 0.2) 0%,rgba(251,251,247, 0.2) 100%), url("/event/sato/231007/image/fcs_bg_ptn.jpg") 0% 0% repeat;
  background-size: calc(100% / 8.27) auto;
}
.bg_content02	{
  background: linear-gradient(180deg,rgba(251,251,247, 0.2) 0%,rgba(251,251,247, 0.2) 95%,rgba(139, 164, 93, 0.4) 100%), #F0DFC1 url(/event/sato/231007/image/fcs_bg_ptn.jpg) 0% 0% repeat;
  background-size: calc(100% / 8.27) auto;
}
.bg_content02reverse	{
  background: linear-gradient(0deg,rgba(251,251,247, 0.2) 0%,rgba(251,251,247, 0.2) 50%,rgba(139, 164, 93, 0.4) 100%), #F0DFC1 url(/event/sato/231007/image/fcs_bg_ptn.jpg) 0% 0% repeat;
  background-size: calc(100% / 8.27) auto;
}
.bg_content03	{
  background: #503F3C url(/event/sato/201003/image/fcs_bg_ptn_brwn.jpg) 50% 0% / calc(100% / 8.27) auto repeat;
}
.bg_content04	{
  background: url(/event/sato/assets/image/cmnPrts/bg/sato_bg_ptrnHana_wh_alf06.png) 50% 0 repeat #f4ecd4;
}
.bg_content05	{
  background: url(/event/sato/assets/image/cmnPrts/bg/sato_bg_ptrnHana_wh_alf04.png) 50% 0 repeat #DFE3C2;
}


/*-------------------------------
 FCS：メインビジュアル
---------------------------------*//* SP-ALL */
.event-main-img {
  position: relative;
  z-index: 1;
}
.fcs-lead-parts {
  padding: 0 15%;
  color: #fff;
  font-size: calc(var(--rs) * 2);
  line-height: 2;
  text-align: center;
  text-shadow: 0 0 1px rgb(54 46 62 / 100%), 0 1px 4px rgb(54 46 62 / 100%), 0 0px 8px rgb(54 46 62 / 100%), 0 2px 2px rgb(54 46 62 / 40%);
  filter: drop-shadow(0px 1px 4px rgb(54 46 62 / 90%));
  position: absolute;
  bottom: calc(var(--rs) * 15);
  left: 0;
}
/*-------------------------------
 FCS：新作紹介あいさつ
---------------------------------*//* SP-ALL */
.fcs-main-txt	{
  width: min(90%, 80rem);
  padding: 0.5em;
  margin: calc(var(--rs) * -12) auto 0;
  background: rgba(255,255,255, .8);
  box-shadow: 0 0.3rem 1rem 0 rgba(80, 50, 0, 0.2);
  position: relative;
  z-index: 1;
}
.fcs-main-txt  .text-lead-page {
  line-height: 1.8;
  font-size: var(--fs-ll);
}
.fcs-main-txt-cap {
  margin: calc(var(--rs) * 1) 0;
  font-size: calc(var(--fs) * 2);
  line-height: 1.2;
  text-align: center;
  display: block;
}
.text-lead-page {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
.fcs-main-txt_model {
  padding: 0 0.5em;
  margin: 1em auto;
  color: #555;
  font-size: calc(var(--fs) * 1.2);
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
}
.fcs-main-txt_model > span:first-child {
  white-space: nowrap;
}
/*期間限定パーツへのリンク*/
.lmtprt-link {
  width: min(90%, 72rem);
  margin: 0 auto calc(var(--rs)* 4);
  padding: 0.5em 1em;
  text-align: center;
  font-size: calc(var(--fs)* 1.4);
  background: rgb(255 255 255 / 80%);
  border-radius: 5px;
  display: block;  
}
.lmtprt-link:hover {
  background: var(--color-link-cmn);
  color: #fff;
  filter: brightness(1.2);
  text-decoration: none;
  transition: all 0.2s;
}
.lmtprt-link span {
  display: inline-block;
}
/*-------------------------------
 FCS：FCSとは
---------------------------------*//* SP-ALL */
.fcs-about-box 	{
  width: min(94%,110rem);
  height: auto;
  background: #FFFEF5;
  background: rgb(255 255 255 / 80%);
  margin: calc(var(--fs) * 2) auto 0;
  padding: calc(var(--rs) * 2) 0;
  position: relative;
  /*border: .7rem double #846759;
  box-shadow: 0 0 0 .2rem rgb(132, 103, 89);*/
  box-shadow: 0 .3rem 1rem 0 rgba(80, 50, 0, 0.2);
}
.fcs-about-box > img	{
  display: block;
  margin: 0 auto;
  width: 92%;
}
.fcs-about-title, .fcs-about-box p {
  margin: 0 4% 1rem;
}
.fcs-about-title {
  font-size: var(--fs-xl);
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  font-family:'Noto Serif JP';
  padding: 0.5em 0;
}
.fcs-about-title em 	{ 
  background: #FFEFD1;
  background: linear-gradient(transparent 75%, #FFEFD1 40%);
}
.fcs-about-box p {
  text-align: left;
  line-height: 1.6;
  font-size: var(--fs-ml);
  font-size: calc(var(--fs) * 1.6)
}
.fcs-about-box a {
}
.fcs-about-box a:hover {
}
/*-------------------------------
 FCS：2024 春
---------------------------------*//* SP-ALL */
#fcs-new-item {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 2rem;
  /*padding-top: calc(var(--fs) * 4);*/
}
#head-tit {
  width: 100%;
  padding: 0;
}
/*FCSタイトル装飾03 - 上下二重線*/
.titdec-doubleline {
  width: 96%;
  margin: 0 auto;
  background: rgb(255 255 255 / 100%);
  position: relative;
  box-sizing: border-box;
  border-top: .1rem solid #694B44;
  border-bottom: .1rem solid #694B44;
  padding: 0.5rem 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: calc(var(--fs) * 1.6);
  text-align: center;
}
.titdec-doubleline-intxt {
  display: block;
  box-sizing: border-box;
  color: #694B44;
  border-top: .3rem solid #694B44;
  border-bottom: .3rem solid #694B44;
  padding: .8em calc(var(--rs) * 1);
  font-weight: normal;
}
.titdec-doubleline-intxt strong{
  font-weight: bold;
  font-size: 110%;
  display: inline-block;
}
.titdec-doubleline-optitem{
  display: block;
  padding: 0 8rem 0 7rem;
}
.titdec-doubleline.fcs-title_dec01::before,.titdec-doubleline.fcs-title_dec01::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  margin: auto;
  z-index: 2;
}
.titdec-doubleline.fcs-title_dec01::before {
  background-image: url(https://www.volks.co.jp/50th/assets/image/logo_vs50th.png);
  width: 6rem;
  height: 6rem;
  left: 0.5rem;
  bottom: -5rem;
}
.titdec-doubleline.fcs-title_dec01::after {
  background-image: url(/event/sato/220625/image/fcs/fcs_opitem_headdeco_01.png);
  width: 8rem;
  height: 8rem;
  right: 0;
  bottom: -6rem;
}
.headdeco-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.headdeco-imgbox{
  width: min(100%,80rem);
  margin: auto 1rem;
}

/*FCS Contents*/
.fcsInner-lead {
  line-height: 1.6;
  padding: 0 1em;
  margin-bottom: calc(var(--rs) * 2);
}
.fcsInner-date {
  display: inline-block;
  background: #fff;
  border: solid 0.2rem #533833;
  padding: 1rem;
  margin: 0 1rem 1rem;
}
.fcsInner-date > li {
  padding-left: 1em;
  text-indent: -1em;
}
.fcsInner-date > li::before {
  content: "";
  margin-right: 0.5em;
  width: 0.5em;
  vertical-align: middle;
  display: inline-block;
  background: #958B86;
  height: 1em;
}
.fcsInner-imgFll-area {
  width: 100%;
  position: relative;
  line-height: 0;
  padding: 0;
  }
  .cntArea + .fcsInner-imgFll-area {
    margin-top: -1rem;
  }
  .fcsInner-img {
    width: 100%;
  }



.fcs-optitem-point{
  position: relative;
  padding: 1rem;
  margin: 2rem auto;
  width: calc(100% - 2rem);
  background: #fff;
  border-radius: 2rem;
  border: solid 0.2rem #ddd;
}
.fcs-optitem-point > p{
  position: relative;
  padding: 1rem 30% 1rem 1rem;
  margin: auto;
}
.fcs-optitem-point > p > em{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}
.fcs-optitem-point > p > span{
  display: block;
  margin-top: 0.5em;
}
.fcs-optitem-point:after,.fcs-optitem-point.img-eyelashes:after {
  content: "";
  position: absolute;
  background-image: url(/event/sato/220625/image/fcs/fcs_opitem_headdeco_02.png);
  background-size: 11rem;
  background-repeat: no-repeat;
  top: -20%;
  right: -1rem;
  width: 11rem;
  height: 11rem;
}
.fcs-optitem-point.img-eyelashes:after {
  background-image: url(/event/sato/220625/image/fcs/fcs_opitem_eyelashes_01.png);
}

.fcs-headdeco-about {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.2rem 0.3rem 1rem -0.3rem rgb(50 25 0 / 50%);
  padding: 1rem 2rem;
  line-height: 1.4;
  width: calc(100% - 2rem);
  margin: 1rem auto;
}
.fcs-headdeco-about dt {
  background: #F0DDE1;
  padding: 0.5em 1rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.fcs-headdeco-about dd {
  padding: 0 0.5em;
  line-height: 1.5;
}


.order-note-wrap{ }
.order-note-wrap p{
  padding: 0.5rem 2rem;
}
.order-note-wrap p em{
  display: inline-block;
  font-size: var(--fs-ll);
  font-weight: bold;
  padding-bottom: 0.5em;
}

/*-------------------------------
 FCS 新作ヘッドパーツ
---------------------------------*//* SP-ALL */
.fcs-head-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.fcs-head-list {
  width: 100%;
  position: relative;
  padding: 0;
  line-height: 0;
}
@media screen and (max-width :960px) {
  #head-tit,
  .fcs-head-wrap {
    width: 104%;
    margin: 0 -2%;
  }
}

/*-------------------------------
 フルチョイスシステム：パーツ品番表
---------------------------------*//* SP-ALL */
/*FCSテーブル：共通パーツ*/
.icon-round 	{ position: relative;}
.logo_fcsbodysize {
  display: block;
  margin: .2rem auto;
  width: 80%;
  max-width: 12rem;
}
.bgcol-green{ 
  background: #757450;
  background: rgba(60, 58, 3, 0.7);
  color: #fff;
}
.bgcol-sdm{ 
  background: #FDE0A6;
  background: rgba(249, 177, 34, 0.4);
}
.bgcol-sd{ 
  background: #F7C2BD;
  background: rgba(236, 106, 99, 0.4);
}
.bgcol-sdgr{ 
  background: #dbd0e6;
  background: rgba(164, 138, 189, 0.4);
  color: #111;
}
.bgcol-sdcmn{ color: #CE194C;}

.bdr-dashed-L::before{
  content: "";
  width: .1rem;
  height: 100%;
  border-left: .1rem dashed #694B44;
  position: absolute;
  left: 0;
}
.bdr-dashed-R::before{
  content: "";
  width: .1rem;
  height: 100%;
  border-right: .1rem dashed #694B44;
  position: absolute;
  right: 0;
}
/*FCSテーブル：新作パーツ一覧*/
/*FCSテーブル：お選びいただけるボディサイズ*//* SP-ALL */
.fcsNew-list-container {
  width: min(94%, 98rem);
  margin: 0 auto calc(var(--rs) * 4);
  background: rgb(255 255 255 / 80%);
  box-shadow: var(--bs-cmn);
  position: relative;
  z-index: 1;
}
.fcsNew-list-bdysize {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #694B44;
  border-collapse: collapse;  
  font-size: calc(var(--fs) * 1.4);
  text-align: center;
  position: relative;
}
.fcsNew-list-bdysize .icon-round {
  width: calc(var(--rs) * 5.5);
  margin: 0;
  object-fit: cover;
  text-indent: 0;
  display: inline-block;
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 20%));
}
.fcsNew-list-bdysize .icon-idt{
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
.fcsNew-list-bdysize caption {
  padding: 0.8em 0.5em;
  background: #694B44;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(var(--fs) * 1.0 + var(--rs) * 0.8);
  text-align: center;  
  position: relative;
  text-indent: 0;
}
.fcsNew-list-bdysize caption .icon-new {
  width: calc(var(--fs)* 3 + var(--rs)* 3);
  height: calc(var(--fs)* 3 + var(--rs)* 3);
  max-width: 15%;
  display: inline-block;
  position: absolute;
  left: calc(var(--fs)* -1.5);
  top: calc(var(--fs)* -2);
}
/*.fcsNew-list-bdysize caption::before{
   content:"";
  width: calc(var(--rs) * 6);
  max-width: 15%;
  height: calc(var(--rs) * 6);
  background:url("/assets/image/icons/icon_fcs-circle_new.png") 50% 50% / 100% auto no-repeat;
  display: block;
  position: absolute;
  top: calc(var(--rs) * -0.8);
  left: calc(var(--rs) * 0.4);
}*/
.fcsNew-list-bdysize caption > :is(small, span) {
  margin: 0 0.5em;
  display: inline-block;
}
.fcsNew-list-bdysize caption > .icon-round{}
.fcsNew-list-bdysize tr {}
.fcsNew-list-bdysize th {
  box-sizing: border-box;
  vertical-align: middle;
  padding: .5em 1.2em;
  border-right: 1px solid #694B44;
  text-align: center;
  width: 10%;
}
.fcsNew-list-bdysize tr:first-of-type th {
  border-bottom: 2px solid #694B44;
}
.fcsNew-list-bdysize th[colspan="2"],
.fcsNew-list-bdysize th.fcsNew-list-header {
  background: #757450;
  color: #fff;
}
.fcsNew-list-bdysize th:empty {
  background: #beb1a9;
}
.fcsNew-list-bdysize th.fcsNew-partsList-tab {
  width: 7%;
  background: #a74e67;
  color: #fff;
  font-weight: normal;
}
th.bc-grn{
  background: #757450;
  color: #fff;
}
.fcsNew-list-bdysize td {
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  padding: 0.5em;
  border-right: .1px solid #694B44;
  width: 25%;
  text-align: center;
}
.fcsNew-list-bdysize tr  {
  border: 1px dashed #694B44;
}
.list-lineup-txt {
  padding: 2%;
  text-align: left;
  display: inline-block;
}
.list-lineup-txt > * {
  display: inline-block;
}
.list-lineup-txt > *:not(:last-of-type)::after {
  content: "\003001";
}
/*-------------------------------
 FCS OP 新作まつげ、まつげ二枚取り付け
---------------------------------*//* SP-ALL */
.fcs-op-wrap {
  width: min(94%, 89rem);
  position: relative;
  margin: 0 auto 4vmax;
}
.fcs-op-cm {
  margin: 0 auto 3vmax;
  max-width: var(--width-cont);
  width: 100%;
  border: 0.6rem solid #694a44;
  background: #694a44;
  color: #fff;
  padding: 2rem;
  box-shadow: 0 0 0 0.1rem #fff inset;
  text-align: left;
  line-height: 1.8;
}


/*-------------------------------
 モデルドルフィー紹介中リンク
---------------------------------*//* SP-ALL */
.fcs_cm_modeldollfie {
  margin: 2rem auto 4vh;
  width: min(100%,72rem);
  padding: 2rem;
  text-align: left;
  line-height: 1.8;
}

/*-------------------------------
 FCS：受付について
---------------------------------*//* SP-ALL */
.fcs-recept-boxwrap {
  width: min(94%,110rem);
  padding: 0;
  margin: calc(var(--rs) * 4) auto;
  background: #FFF;
  box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.4);
  border: .2rem solid #6A4842;
}
.fcs-recept-cap	{
background: #AD4A66;
color: #fff;
text-align: center;
padding: 1em 0.5em;
font-size: calc(var(--fs) * 1.8);
}
.fcs-recept-dtl	{
  width: 96%;
  margin: calc(var(--rs) * 1) auto 0;
  font-size: calc(var(--fs) * 1.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;

}
.fcs-recept-dtl > dt, .fcs-recept-dtl > dd {
  flex-basis: 100%;
}
.fcs-recept-dtl > dt	{
/*flex-basis: 20%;*//*TB以上*/
  margin-top: calc(var(--fs) * 1);
  padding: 0.5em;
  border: 1px solid #694B44;
  background: #694B44;
  color: #fff;
  text-align: center;
  line-height: 1;
  align-self: baseline;
}
.fcs-recept-dtl > dd	{
/*flex-basis: 80%;*//*TB以上*/
  padding: 0.5em 1em;
  margin-top: calc(var(--fs) * 0.5);
  margin-bottom: 1rem;
  font-size: calc(var(--fs) * 1.7);
}
.fcs-recept-dtl > dd em	{
font-size: calc(var(--fs) * 2);
}
.fcs-recept-txt	{
width: 96%;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
}
.fcs-recept-txt em	{
  font-size: 112.5%;
  font-weight: bold;
}



/*-------------------------------
 FCS：価格表
---------------------------------*//* SP-ALL */
.fcsPriceTbl__wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  line-height: 1.4;
  padding: 3%;
  margin: 2vmax auto;
  box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.4);
  border-top: .5rem double #6A4842;
  border-bottom: .5rem double #6A4842;
  }
.fcsPriceTbl__caption	{
  max-width: 90rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: .2rem solid #522;
  font-size: calc(var(--fs) * 1.8);
  text-align: center;
  color: #522;
}
.fcsPriceTbl__caption img	{
  display: block;
  margin: auto;
  height: 1.5em;
}
.fcsPriceTbl__read	{
  padding: 1.5rem 0;
}
.fcsPriceTbl__note {
  padding: 1rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fcsPriceTbl__note > li {
  /*display: inline-block;*/
  margin-right: 1rem;
}
.fcsPriceTbl__note > li:first-child {
  text-align: right;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}

table.fcsPriceTbl  {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  background: #fff;
  box-sizing: border-box;
  width: min(100%,82rem);
}
table.fcsPriceTbl  tr {
  background-color: #fff;
  border: .1rem dashed #8E6A61;
}
table.fcsPriceTbl  tr.bg-Brwn{
  background: #684B44;
  color: #fff;
}

table.fcsPriceTbl  tr:nth-child(2n+1) {
  background: rgba(100, 60, 35, 0.1);
}
table.fcsPriceTbl  tr:nth-of-type(1) 	{
  background: rgba(100, 60, 35, 0.25);
}
table.fcsPriceTbl  tr:first-child{
  border-top: solid .1rem;
  border-bottom: solid .1rem;
}
table.fcsPriceTbl  tr:last-child{
  border-bottom: solid .1rem;
}
table.fcsPriceTbl  th {
  vertical-align: middle;
  text-align: center;
  border-right: .1rem solid #fff;
  position: relative;
  color: #694B44;
  padding: 1rem;
}
table.fcsPriceTbl  td {
  padding: 1rem;
  border-right: .1rem solid #694B44;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
table.fcsPriceTbl  tbody{
  border: .3rem solid #694B44;
}
table.fcsPriceTbl  thead tr{
  background-color: #50535d;
  color:#fff;
}
table.fcsPriceTbl  tbody th {
  border-right: .1rem solid #694B44;
}
table.fcsPriceTbl  tbody th:first-child {
  height: 5rem;
  /*width: 28rem;*//*PCのみ*/
  width: 30%;
  padding: 0;
  vertical-align: top;
  font-size: calc(var(--fs) * 1.3);
}

/*表の斜め線*/
.diagonal-line 	{
transform: rotate(-45deg) translate(7px, -7px);
width: 100%;
height: 1px;
margin: 0 auto;
background: #555;
backface-visibility: hidden;
transition-duration: 0.3s;
}

.fcsPriceTbl .diagonal{}

.fcsPriceTbl .diagonal::after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: solid #694B44 .1rem;

}
.diagonal.rightUp::after {
  transform: matrix(1, -0.17857, 0, 1, 0, 25);
  /* 
  0.16667 = 50 / 280 (height / width)
  25 = 50 / 2
  *//*PC用数値で計算*/
}
.diagonal.rightDown::after {
  transform: matrix(1, 0.17857, 0, 1, 0, 25);
}
.fcsPriceTbl .diagonal > em{
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  font-size: calc(var(--fs) * 1.4);
  box-sizing: border-box;
  line-height: 2.5rem;
  height: 2.5rem;
}
.fcsPriceTbl .diagonal > em + em{
  text-align: left;
}
.fcsPriceTbl .txt{
  text-align: left;
  vertical-align: middle;
}
.fcsPriceTbl .price	{
  font-size: calc(var(--fs) * 1.6);
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
.price-hontai  {
  display: none;
}
.price-hontai > small  {
  display: none;
}

/*-------------------------------
 FCS：特別コースのご紹介
---------------------------------*//* SP-ALL */
.Special_course {
  color: #5b3f39;
}
.Special_course h4 {
  padding: 1rem;
  background: #ded8d4;
  font-size: var(--fs-ll);
  text-align: center;
}
.Special_course > ul {
  align-items: flex-end;
}
.Special_course em {
  display: inline-block;
  margin: 1rem auto 0;
  padding: 1rem;
  background: #efebe8;
  border: solid 0.1rem #5b3f39;
}
.Special_course p {
  padding: 1rem;
  font-size: var(--fs-l);
}
.Special_course p > a {
  display: block;
  text-align: right;
}
.PSEB_table {
  margin: auto;
  width: 100%;
  border: 0.2rem solid #694B44;
}
.PSEB_kakaku{
  padding: 1rem;
  font-weight: bold;
  background: #fff;
  font-size: var(--fs-l);
  border: solid 0.2rem;
  border-bottom: none;
}
.PSEB_table tr {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 0.1rem solid #8E6A61;
}
.PSEB_table tr:last-child {
  border-bottom: none;
}
.PSEB_table tr th {
  padding: 0.5rem 1rem;
  border-bottom: 0.1rem dashed #8E6A61;
  background: rgba(100, 60, 35, 0.1);
  font-weight: normal;
}
.PSEB_table tr td {
  padding: 0.5rem 1rem;
  font-size: 135%;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}


/*-------------------------------
 FCS：関連リンク
---------------------------------*//* SP-ALL */
.rerated-banner	{
  width: min(94%, 80rem);
  padding: 0;
  margin: 2rem auto;
  }

  .rerated-link {
  width: min(98%, 80rem);
  padding: 0;
  margin: 2rem auto;
  background: var(--color-white);
  box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .rerated-link__banner {
  max-width: 40%;
  }
  .rerated-link__text {
  margin: 0 auto;
  padding: 0 1em;
  }

/* banner Link extra */
.txt--read {
  line-height: 1.6;
  margin: 3rem auto 1rem;
  padding: 0;
}
.tm-50th-box.rerated-link {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%),url(https://www.volks.co.jp/50th/assets/image/bg_body_pattern_vslogo.png);
  border: 0.3rem solid;
  border-image: linear-gradient(135deg, #a67a35 0%, #eae8ae 7%, #d09e3e 9%, #a67a35 25%, #eae8ae 40%, #a67a35 45%, #d09e3e 65%, #eae8ae 70%, #a67a35 80%, #eae8ae 95%, #a67a35 99%) 10;
  margin: 0 auto;
}
.rerated-link > img {
  object-fit: contain;
}
.rerated-link__text {
  margin: auto;
  padding: 0.8em 1em;
  line-height: 1.2;
  text-decoration: none;
}


/* Youtube*/
.video-contianer {
  max-width: var(--width-cont);
  margin: 0 auto;
}
.video {
  width: 100%;
  height: 0;
  padding-top: 56.25%; /*アスペクト比16:9 = 9/16 * 100%*/
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
}


/* ==================== SP END ==================== */



/* =================== TB START =================== */
@media (min-width: 560px) {

/*-------------------------------
 base.css 上書き
---------------------------------*//* TB */

/*-------------------------------
 Bace _ Common Parts
---------------------------------*//* TB */

/*-------------------------------
 FCS：FCS2023秋
---------------------------------*//* TB */


/*FCSタイトル装飾03 - 上下二重線*/
.titdec-doubleline-intxt strong{
  font-weight: bold;
  font-size: 125%;
}

/*-------------------------------
 FCS：受付について
---------------------------------*//* TB */
.fcs-recept-boxwrap	{
  background: #fff url(/event/sato/201003/image/fcs_bg_recept.jpg) 100% 0% / 100% auto no-repeat;
}
.fcs-recept-dtl > dt	{
flex-basis: 20%;
}
.fcs-recept-dtl > dd	{
flex-basis: 80%;
}

/*-------------------------------
 FCS：価格表
---------------------------------*//* TB */

/*-------------------------------
 FCS：関連リンク
---------------------------------*//* TB */

}
/* ==================== TB END ==================== */



/* =================== MD START =================== */
/* dollfie-common-style.css の上書き */

@media (min-width: 835px) {

/*-------------------------------
 base.css 上書き
---------------------------------*//* MD */

/*-------------------------------
 個別背景
---------------------------------*//* MD */

.bg_content01, .bg_content02, .bg_content03	{
  background-size: auto;
}

/*-------------------------------
 FCS：FCS2023秋 追加
---------------------------------*//* MD */

.headdeco-wrap {
  flex-wrap: nowrap;
}
.fcs-optitem-point {
  margin-top: 3rem;
}
.fcs-optitem-point:after {
  top: -40%;
  background-size: 16rem;
  width: 16rem;
  height: 16rem;
}
.fcs-optitem-point.img-eyelashes:after {
  top: -40%;
  background-size: 20rem;
  width: 20rem;
  height: 20rem;
}
.titdec-doubleline-optitem{
  padding: 0 12rem 0 9rem;
}
.titdec-doubleline.fcs-title_dec01::before {
  width: 8rem;
  height: 8rem;
  left: 1rem;
  bottom: -4rem;
}
.titdec-doubleline.fcs-title_dec01::after {
  background-image: url(/event/sato/220625/image/fcs/fcs_opitem_headdeco_01.png);
  width: 12rem;
  height: 12rem;
  right: -2rem;
  bottom: -8rem;
}

}
/* ==================== MD END ==================== */




/* =================== PC START =================== */
@media (min-width: 960px) {
/*-------------------------------
 イベント共通パーツ
---------------------------------*//* PC */	
.cntsInner	{
  padding: 3rem;
  max-width: var(--width-cont);
}

/*-------------------------------
 base.css 上書き
---------------------------------*//* PC */
main > section {
padding: 2rem 1vw;
}

/*-------------------------------
 Bace _ Common Parts
---------------------------------*//* PC */

/*-------------------------------
 FCS：メインビジュアル
---------------------------------*//* PC */

/*-------------------------------
 FCS：新作紹介あいさつ
---------------------------------*//* PC */

/*-------------------------------
 FCS：FCSとは
---------------------------------*//* PC */
.fcs-about-box > img	{
  border: 3px solid #fff;
  box-shadow: 0 .2rem .5rem .1rem rgba(0,0,0,0.3);
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 36rem;
  }
.fcs-about-box .img-space{ padding-right: 33rem; }

/*-------------------------------
 FCS：FCS20th企画
---------------------------------*//* PC */

/*-------------------------------
 FCS：商品紹介
---------------------------------*//* PC */
.fcsNew-list-pic-overhang  {
  /*margin-left: -2rem;
  margin-right: -2rem;*/
}
  .fcsNew-list-pic_pop-up {
    /*display: none;*/
  }/*クリック拡大はスマホのみ*/

/*-------------------------------
 フルチョイスシステム：パーツ品番表
---------------------------------*//* PC */
/*FCSテーブル：共通パーツ*/
/*FCSテーブル：新作ヘッドパーツ一覧*/

/*天使の里 SDフルチョイスシステム 2022・春 追記*/
/*.fcs20-ex-box {
  flex-wrap: nowrap;
}
div.fcs20-ex-box p {
  padding-top: 0;
} */

/*FCSテーブル：お選びいただけるボディサイズ*/

  /*-------------------------------
 モデルドルフィー紹介中リンク
---------------------------------*//* PC */
.fcs_cm_modeldollfie {
  text-align: center;
  }
/*-------------------------------
 FCS：受付について
---------------------------------*//* PC */

/*-------------------------------
 FCS：価格表
---------------------------------*//* PC */
.fcsPriceTbl__wrap {
max-width: calc(100% - 4vw);
padding-left: 3rem;
padding-right: 3rem;
}
table.fcsPriceTbl tbody th:first-child {
  width: 28rem;
  }

/*-------------------------------
 FCS：関連リンク
---------------------------------*//* PC */

}


/* ==================== PC END ==================== */


/* =================== MAX START =================== */
@media (min-width: 1280px) {
}
/* ==================== MAX END ==================== */


/*==================== FCS：2025春　追加CSS ====================*/
/*-------------------------------
 main image
---------------------------------*/
.event-main-img {
  position: relative;
}
/*.event-main-img::before,
.event-main-img::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.event-main-img::before {
  width: calc(var(--rs) * 32);
  height: calc(var(--rs) * 25);
  background: url("/event/sato/240622/image/fcs_deco_ajisai-rb.png") 0 0 / cover no-repeat;
  right: calc(var(--rs) * -14);
  bottom: calc(var(--rs) * -8);
}
.event-main-img::after {
  width: calc(var(--rs) * 31);
  height: calc(var(--rs) * 27);
  background: url("/event/sato/240622/image/fcs_deco_ajisai-lt.png") 0 0 / cover no-repeat;
  left: calc(var(--rs)* -16);
  top: calc(var(--rs)* 2);
}*/
.fcs-main-lead {
  max-width: 38%;
  max-height: calc(var(--rs) * 46);
  color: #6e4644;
  font-family: var(--ff-mincho);
  font-size: calc(var(--rs)* 2.2);
  font-weight: bold;
  line-height: 1.8;
  filter: drop-shadow(0 0 20px #fff);
  text-shadow: 0 0 2px #fff, 0 1px 5px #fff, 0 0 10px #fff, 0 0 30px #fff;
  /*text-orientation: upright; 縦書き
  writing-mode: vertical-rl;
  top: 18%;
  left: 9%;
  */
  position: absolute;
  left: 2%;
  top: 19%;
  /*left: calc(var(--rs)* 2);
  top: calc(var(--rs)* 12);*/
}
/*@media screen and (min-width:768px) {
  .fcs-main-lead {
      max-width: 40%;
    left: calc(var(--rs)* 5);
    top: calc(var(--rs)* 22);
  }
}*/
/*-------------------------------
 fcs discription
---------------------------------*/
.fcs-descrip {
  padding: calc(var(--rs) * 1) 0 2em;
  background: rgb(40 10 5 / 80%);
  color: #fff;
  text-align: center;
  /*fcs 2025 Summer*/
  /*margin-top: calc(var(--rs)* -8);*/
  margin-bottom: calc(var(--rs) * 4);
  z-index: 1;
  position: relative;
}
.fcs-descrip hr {
  width: 96%;
  margin: 1em auto;
  border-color: rgb(255 255 255 / 50%);
}
.fcs-descrip-title {
  width: 94%;
  margin: calc(var(--fs) * 1.5) auto 0;
  font-family: var(--ff-mincho);
  font-size: calc(var(--fs) * 2);
  font-weight: normal;
  line-height: 1.2;
}
.fcs-descrip-text {
  width: 84%;
  margin: 0.8em auto 0;
  font-size: calc(var(--fs) * 1.4);
}
.fcs-descrip-model {
  width: min(84%, 90rem);
  padding: 1em;
  margin: 1em auto;
  font-size: calc(var(--fs)* 1.2);
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  container-type: inline-size;
  position: absolute;
  bottom: 0;
  left: 8%;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 0 calc(var(--rs) * 0.5) rgb(50 50 50 / 50%);
}
.fcs-descrip-model :is(dt, dd) {
  flex: 1 1 100%;
}
.fcs-descrip-model dt {
  white-space: nowrap;
}
@container (min-width: 640px) {
  .fcs-descrip-model :is(dt, dd) {
    flex: 0 0 auto;
  }
  .fcs-descrip-model dd:not(:last-of-type)::after {
    content: "\003001";
  }
}
.fcs-descrip-linkSPsite {
  width: 94%;
  padding: 0.5em;
  margin: 2em auto 0;
  line-height: 1.2;
  font-size: calc(var(--fs) * 1.6);
  text-align: center;
}
/*-------------------------------
 fcs head list - overwrite
---------------------------------*/
.fcsHeadList {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.fcsHeadList-no {
  padding-left: 0.5em;
  align-self: center;
}
.fcsHeadList dd {
  margin-right: 0.5em;
  display: inline-block;

}
.fcsHeadList dd::before {
  content: "・";
}

/*受付につきまして*/
.fcs-recept-area {
  width: min(94%, 98rem);
  padding: calc(var(--fs) * 0.5);
  margin: calc(var(--fs) * 4) auto 0;
}
.fcs-recept-box {
  width: 100%;
  padding: calc(var(--rs) * 1);
  margin: 0 auto;
  background: #fff;
  color: #694B44;
  border: 1px solid #694B44;
  outline: 2px solid #694B44;
  outline-offset: 4px;
}
.fcs-recept-box .fcs-recept-title {
  padding: calc(var(--rs) * 1);
  background: #fbdfdf;
  font-size: calc(var(--fs) * 1.8);
  text-align: center;
}
.fcs-recept-box dl {
  width: 96%;
  margin: 0.5em auto;
  font-size: calc(var(--fs) * 1.6);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.fcs-recept-box dt{
  flex-basis: 25%;
  padding: 0.5em 1em;
  margin: 1em auto;
  background: #fdf9f1;
  border: 1px solid #694B44;
  text-align: center;
  align-self: flex-start;
}
.fcs-recept-box dd{
  flex-basis: 75%;
  padding: 1.5em 1rem;
  margin: auto;
  background-color: #fff;
  text-align: left;
}
.fcs-recept-box p {
  padding: 1em;
  margin: 0;
  /*background: #818097;*/
  border-top: 2px dashed #694B44;
  font-size: calc(var(--fs) * 1.6);
  font-weight: bold;
  text-align: center;
}