@charset "utf-8";
/* adjust news - 20250719：窓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, #ffffff 100px, transparent 300px), url(/event/mado/231006/image/mado_bg_ptrn_gry.jpg) top center / calc(var(--fs) * 10) repeat;*/
  background: 
  linear-gradient(180deg, #f6f1e1 100px, transparent 300px),
  url(/event/mado/221118/image/bg_top_ptn-beg.jpg) top center / calc(var(--fs) * 10) repeat
  ;
  overflow: hidden;
}
main > section {
padding: 2rem 2%;
}
.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-left: 0;
  padding-right: 0;
}
.news > .news-tit,
.news > .news-date {
  width: calc(100% - 2rem);
}
.news > .news-tit {
  padding: 0.2em 0;
  margin: 0 auto 1em;
  border: none;
  font-size: calc(var(--fs) * 1.6 + var(--rs) * 0.6);
  text-align: center;
}
.news-date {
  display: none;
}
 hr {
  width: min(96%, 98rem);
  margin: calc(var(--rs) * 6) auto;
  border-top: 2px #978479 dashed;
}

/* ==================== 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 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%);
  }

.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: min(4%, 3rem);
  width: 100%;
  max-width: var(--width-cont);
}
.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;
  }


/*-------------------------------
 FCS：メインビジュアル
---------------------------------*//* SP-ALL */
.bg-mado-fcs {
  width: min(100%,96rem);
  max-width: 100%;
  padding: 0;
  padding-bottom: calc(var(--rs) * 4);
  margin-bottom: calc(var(--rs) * 4);
  box-shadow: var(--bs-cmn);
}
.bg-mado-fcs2025 {
  background: rgb(250 230 230 / 80%);
  /*background: url("/assets/image/news/bg_ptrn_fcs_mado2024.jpg") top left / calc(var(--rs) * 10) repeat;*/
}
.bg-mado-fcs2025lmt {
  background: rgb(255 245 210 / 80%);
}
.fcs-main-title {
  width: 100%;
  text-align: center;
}
/*企画紹介あいさつ*/
.fcs-main-txt {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #694B44;
  font-family: var(--ff-notoserif);
  font-size: calc(var(--fs) * 1.6);
  font-weight: bold;
  text-align: left;
  position: relative;
}
.fcs-main-txt-cap {
  padding: 1em 0 0;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
}
.fcs-main-txt-snt {
  width: min(96%, 90rem);
  padding: 1em;
  margin: 0 auto;
  line-height: 1.8;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.fcs-main-txt:has(.fcs-main-txt-snt-bgimg) {
  padding-bottom: calc(var(--rs) * 2);
}
.fcs-main-txt:has(.fcs-main-txt-snt-bgimg)::before {
  content: "";
  width: calc(var(--fs) * 48);
  height: calc(var(--fs) * 18);
  background: url("/event/mado/assets/image/fcs/bg_cmn_main-txt.png") right bottom / contain no-repeat;
  position: absolute;
  right: calc(var(--rs) * -8);
  bottom: 0;  
}
.fcs-main-txt-snt-bgimg {
  background: linear-gradient(125deg, rgb(250 230 230 / 20%) 0%, rgb(250 230 230 / 40%) 80%, transparent 100%);
  text-shadow: 0 0 1px rgb(250 230 230), 0 0 5px rgb(250 230 230);
  filter: drop-shadow(0 0 5px rgb(250 230 230));
}
.fcs-main-txt-snt b {
  margin-left: -0.5em;
  margin-bottom: 0.5em;
  font-size: 112.5%;
  font-weight: bold;
  display: inline-block;
}
.fcs-main-txt_model {
  padding: 0 1rem;
  margin: 1rem auto;
  font-size: calc(var(--fs) * 1.2);
  text-align: left;
  width: min(100%,84rem);
  opacity: .8;
}
/*期間限定パーツへのリンク*/
.lmtprt-link {
  width: min(90%, 72rem);
  margin: 0 auto calc(var(--rs)* 4) 5%;
  padding: 0.5em 1em;
  text-align: center;
  font-size: calc(var(--fs)* 1.4);
  background: #fff;
  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-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-title :is(span,small) {
  display: inline-block;
}
.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;
}
/*-------------------------------
 FCS：FCSとは
---------------------------------*//* SP-ALL */
.fcs-about-box 	{
  width: min(94%,96rem);
  height: auto;
  /*background: #FFFEF5;*/
  /*background: rgb(250 230 230 / 80%);*/
  background: rgb(255 255 255 / 90%);
  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);
  color: #694B44;
}
.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;
  padding: 0.5em 0;
}
.fcs-about-title em 	{ 
  background: #FFDAD1;
  background: linear-gradient(transparent 75%, #FFDAD1 40%);
}
.fcs-about-box p {
  text-align: left;
  line-height: 1.6;
  font-size: var(--fs-ml);
  font-size: calc(var(--fs) * 1.4)
}
.fcs-about-box a {
}
.fcs-about-box a:hover {
}
.fcs-descrip-linkSPsite {
  width: 94%;
  padding: 0.5em;
  margin: 0 auto 0;
  line-height: 1.2;
  font-size: calc(var(--fs) * 1.6);
  text-align: center;
}
/*FCS 紹介ページリンクバナー*/
.fcs-recept-bnrlink {
  width: min(96%, 96rem);
  margin: 0 auto 1em;
  position: relative;
}
.fcs-recept-bnrlink-text {
  padding: 0.5em;
  background: var(--color-link-cmn);
  color: #fff;
  font-size: calc(var(--fs) * 1.0 + var(--rs) * 0.4);
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
/*-------------------------------
 FCS 新作ヘッドパーツ
---------------------------------*//* SP-ALL */
.fcs-head-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: var(--rs);
}
.fcs-head-list {
  width: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.fcs-head-list > * {
  width: var(--col2);
}
/*-------------------------------
 FCS ヘッドパーツSNS検索
---------------------------------*//* SP-ALL */
.fcs-hashtag-search {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: var(--fs-ml);
  /*1サイズのみ*/
  padding: 1rem;
  background: linear-gradient(90deg, transparent 0%, #e6d9d0 15%, #e6d9d0 85%, transparent 100%);
}
.fcs-hashtag-read {
  padding: 1rem var(--rs); 
  width: 100%;
}
.fcs-hashtag-note {
  width: auto;
  padding: 1em 9%;
  margin-top: 1em;
  border-top: calc(var(--rs) * 0.3) dashed #fff;
}
.fcs-hashtag-btnkwd {
  display: inline-block;
  margin: 0 calc(var(--fs) * 1.0) calc(var(--fs) * 1.0);
  background: #fff;
  border-radius: 5px;
  padding: 0.5em 2em;
  border: 1px solid #ddd;
  box-shadow: 0 .5rem 1rem rgba(164, 66, 27, 0.1);
  font-weight: bold;
}
.fcs-hashtag-btnkwd:hover {
  text-decoration: none;
}
.fcs-hashtag-btnkwd > i {
  margin-right: .5em;
  font-size: 1.2em;
}
.fcs-hashtag-item {
  padding: 1.5em 1vw;
  text-align: center;
  border: .1rem;
  box-shadow: var(--bs-cmn);
  margin: .5rem;
  flex: 1;
  max-width: calc(100% / 2 - 1rem);
}
.fcs-hashtag-word {
  font-size: calc(var(--fs) * 2);
}
.fcs-hashtag-sample {
  margin-top: .5em;
}
/*-------------------------------
 フルチョイスシステム：パーツ品番表
---------------------------------*//* 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 */
.head-listbox {
  width: 94%;
  margin: 0 auto;
  background: rgb(255 255 255 / 80%);
  box-shadow: var(--bs-cmn);
  position: relative;
}
.fcsNew-list-container {
  width: 94%;
  margin: 0 auto calc(var(--rs) * 4);
  background: rgb(255 255 255 / 80%);
  box-shadow: var(--bs-cmn);
}
.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 calc(var(--rs) * 0.6);
  text-align: center;
  vertical-align: middle;
}
.fcsNew-list-bdysize caption {
  padding: 0.8em 0.5em;
  background: #694B44;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(var(--fs) * 1.2 + var(--rs) * 0.6);
  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;
  border-right: 1px solid #694B44;
  text-align: center;
  /*width: 15%;*/
}
.fcsNew-list-bdysize tr:first-of-type th {
  border-bottom: 2px solid #694B44;
}
.fcsNew-list-bdysize th[colspan="2"]{
  /*background: #757450;*//*里*/
  background: #92181e;
  color: #fff;
}
.fcsNew-list-bdysize th:empty {
  background: #beb1a9;
}
th.bc-grn{
  background: #757450;
  color: #fff;
}
.fcsNew-list-bdysize td {
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  padding: 0.5em 1em;
  border-right: .1px solid #694B44;
  width: 25%;
  text-align: center;
}
.fcsNew-list-bdysize tr  {
  border: 1px dashed #694B44;
}
.list-lineup-txt {
  text-align: left;
  display: inline-block;
}
.list-lineup-txt > * {
  display: inline-block;
}
.list-lineup-txt > *:not(:last-of-type)::after {
  content: "\003001";
}
.fcsHeadList {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.fcsHeadList-no {
  padding-left: calc(var(--rs) * 1);
  align-self: center;
}
.fcsHeadList dd {
  margin-right: calc(var(--rs) * 1);
  display: inline-block;

}
/*.fcsHeadList dd::before {
  content: "・";
}*/
/*-------------------------------
 FCS：関連リンク
---------------------------------*//* SP-ALL */
.rerated-banner	{
  width: min(94%, 80rem);
  padding: 0;
  margin: 2rem auto;
  }

  .rerated-link {
  width: min(96%, 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;
  }

.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 ==================== */

@media (min-width: 768px) {
/* ==================== MD START ==================== */
/* ==================== MD END ==================== */
}
@media (min-width: 960px)  {
/* =================== PC START =================== */
  /*-------------------------------
   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: calc(var(--rs) * -1);
    right: calc(var(--rs) * -2);
    width: calc(var(--rs) * 36);
    }
  .fcs-about-box .img-space{ padding-right: 33rem; }
/* ==================== PC END ==================== */
}




/*==================== FCS：追加CSS ====================*/
/* Format :Desktop First Index */

@media screen and (max-width: 768px) {
  /*FCS Limited bodyparts*/
  .fcsLmt-bodysize {
    width: min(93%, 89rem);
    margin: 0 auto;
    box-shadow: var(--bs-cmn);
  }
  th.fcsLmt-bodysize-head {
    width: 35%;
    background: #78162c;
    color: #fff;
  }
  tr.fcsLmt-period {
    border-top-style: solid;
    border-top-width: 2px;
  }
  .fcsNew-list-bdysize tr.fcsLmt-period td {
    padding: 0.5em 0;
  }
  .fcsLmt-period-data {
    font-size: calc(var(--fs) * 1.6);
    display: flex;
    flex-flow: row wrap;
  }
  .fcsLmt-period-data > div {
    padding: 0.5em;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  .fcsLmt-period-data dt {
    padding: calc(var(--fs) * 0.25) 0.5em;
    background: #674931;
    color: #fff;
    font-size: 87.5%;
    white-space: nowrap;
  }
  .fcsLmt-period-data dd {
    padding: calc(var(--fs) * 0.25) 0.75em;
    font-weight: bold;
  }
}
/*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: .5rem 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: calc(var(--fs) * 1.6);
  margin-bottom: 1em;
}
.titdec-doubleline-intxt {
  display: block;
  box-sizing: border-box;
  color: #694B44;
  border-top: .3rem solid #694B44;
  border-bottom: .3rem solid #694B44;
  padding: .8em .5rem;
  font-weight: normal;
}
.titdec-doubleline-intxt strong{
  font-weight: bold;
  font-size: 110%;
}
.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;
}
