@charset "utf-8";
/* SumikaFair2025 _ CSS (last UPDATE: 2025.08.29) */
/* Format :Mobile First Index */
/*-------------------------------
 Mobile first
---------------------------------*/
/*SP 320〜559px*/
/*TB 560〜959px*/
/*PC 960px以上*/

: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;
  --cnt-brwn: #694b43;
  --cnt-red: #B51749;
}

/*-------------------------------
 base.css 上書き
---------------------------------*/
section {
  padding-top: 2.5vmax;
  padding-bottom: 2.5vmax;
}
.width-full,
section.width-full 	{
	width: 100%;
	max-width: 100%;
}
section.information {
  padding: 0 2vw
}
.heading-category	{
font-size: calc(var(--fs-xxl) * 1.25);
}
.link-text__deco--more::after	{
  border-top-color: inherit;
	border-right-color: inherit; 
}
.link-text__deco--more:hover::after  {
  border-color: inherit;
}
.link-text__deco--more.deco--moredown::after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -.3em;
}


/*SP-TB*/
.information-wrap {
  display: flex;
  justify-content: center;
}
.information-list {
  padding: 0.5rem;
  margin: 0 auto 4rem;
}
.information-list__link::before {
	margin-right: 0;
}
.heading-lead-catch	{
	color: #514D4C;
	font-weight: normal;
	font-size: var(--fs-l);
	margin: 0 auto .5em;
	max-width: var(--width-cont);
	line-height: 1.8;
	text-align: center;
}

.newsTxtLst_deco--new::after {
	content: "New";
	color: #ff0033;
	padding: 0 .3em;
	font-weight: bold;
	letter-spacing: 0;
	margin: auto .2em;
	font-size: var(--fs-xs);
	line-height: 1;
	display: inline-block;
	text-indent: 0;
	animation: color-newicon 1s infinite;
	-webkit-animation: color-newicon 1s infinite;
}
@keyframes color-newicon {
    0%,100% {color:#ea5404;}
    50% {color:#EC0003;}
    }

/*-------------------------------
 表示切替
---------------------------------*/
/* 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;}
	/*改行*/
	.sp-on { display: block;}
	.br-on { display: none;}
	.sp_br-off	{ display:none;} /* PC:改行なし */
	.sp_br-on	{ all: initial;} /* PC:改行あり */

/* 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; }
	/*改行*/
	.br-on { display: block;} /*強制改行PCのみ*//* <span class="br-on"></span> */
	.sp_br-off	{ all: initial;} /* PC:改行あり SF:改行なし */
	.sp_br-on	{ display:none;} /* PC:改行なし SF:改行あり */
	.sp-on	{ display: none;}
  .ta-c--pc	{ text-align: center;}
	.ta-r--pc	{ text-align: right;}
}

/* ==================== Common Layout Start ==================== */


.navi-global .navi-global__inner-2nd	{
	/*display: none;*/
}
.footer-navi .navi-offl	{
	display: none;
}

/*-------------------------------
 base _ 上書き
---------------------------------*/
/*-------------------------------
 main _ 上書き
---------------------------------*/
main 	{
	padding-bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url("/assets/image/news/20250315_dollfiewakuwakukuji_re/dollfiewakuwakukuji-header-bg.png") 1200% 40px / calc(var(--rs) * 180) repeat-x,linear-gradient(0deg, hsla(33.5, 94.4%, 92.9%, 0) 50%, hsla(33.6, 95%, 93%, 0.59) 80%, #FFC9DC 100%);
}
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) {
    /*min-width: 90%;*/
    /*background: #e95383;*/
	  padding-left: 1em;
	  padding-right: 1em;
    }
main small {
    font-weight: inherit;
    font-size: 85%;
}
article.news {
	background: #FFFCDB;
	max-width: calc(var(--width-cont) + var(--rs) * 2);
	padding: var(--rs);
	/*box-shadow: 0 .2rem 0 var(--rs) #FFFCDB;*/
	overflow: hidden;
}
/*-------------------------------
 cardリスト _ 上書き
---------------------------------*/
ul.card > li 	{ background-color: #fff;}
.card > * a:not([class]) 	{
	color: var(--color-link-cmn);
}
.card--col1	{
	max-width: 96rem;
}



/*-------------------------------
 Bace _ Common Parts
---------------------------------*/
.text-inline-block {
  display: inline-block;
}
.note-list	{
  width: min(100%, 94rem);
	padding:0.5em 0;
	margin: calc(var(--rs) * 1.0) auto;
	}
	.note-list li	{ padding-left:1em; text-indent:-1em; line-height:1.4;}
	.note-list li ~ li	{ margin-top:0.5rem;}
  .note-list .note-list { margin-top: 0; }

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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tango_list > li {
	flex: 0 1 auto;
}
.tango_list > li:not(:last-child)::after {
	content: "/";
	color: #ccc;
	display: inline-block;
	margin-left: .4em;
	margin-right: .4em;
}
.tango_list > li.tango-tit 	{
	display: block;
}
.tango_list > li.tango-tit::after	{ content: none;}

.tango_list > li.tango-cap 	{
margin-right: .5em;
}
.tango_list > li.tango-cap::after	{ 
content: "：";
color: inherit;
margin-left: 0;
margin-right: 0;
}
.list-brackets {
}
.list-brackets::before	{ content: "( ";}
.list-brackets::after	{ content: " )";}


dl.tb-dtl {
  display: flex;
  /*line-height: 1.4;*/
  /*flex-wrap: wrap;*/
}
dl.tb-dtl > dt {
  padding: .1rem;
  flex-shrink: 0;
}
dl.tb-dtl > dt::after {
  content: "：";
}
dl.tb-dtl > dd {
  padding: .1rem;
}

/*-------------------------------
 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: calc(var(--fs) * 0.8);}
.fs--09	{ font-size: calc(var(--fs) * 0.9);}
.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.2);}
.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%*/

.fw--normal{
  font-weight: normal;
}
.fw--bold{
  font-weight: bold;
}
.fw--strong{
  font-size: 125%;
  font-weight: bold;
}
.fw--emphasis {
  font-size: 112.5%;
}

.text__strong  {
  font-size: 115%;
  font-weight: bold;
}
.text__bold	{
	font-weight: bold;
}
.text__noidt	{
	text-indent: 0 !important;
}
.text__dec_del	{
	text-decoration: line-through;
	filter: grayscale(100%);
	opacity: .8;
}

/*WOVN＆美しい改行対策*/
.text-dbk {
  display: block;
}
.text-inline-block {
  display: inline-block;
}
.text-inline-sp {
 padding-left: .4em;
 padding-right: .4em;
}
.text-inline-ensp {/*n幅空白*/
 padding-left: .2em;
 padding-right: .2em;
}
.text-inline-emsp {/*m幅空白*/
 padding-left: .5em;
 padding-right: .5em;
}

/* Font Color */

.red	{ color: #ff0033;}
.red_d	{ color: #cc0033;}
.gray	{ color: #aaa;}
.gray_d	{ color: #666;}
.white	{ color: #fff;}

.tc-inport	{ color: #EA336E;}
.tc-pink { color: #DA527E;}
.tc-violet { color: #5F67AC;}
.tc-link-nml	{ color: var(--color-link-nml);}
.tc-wine {  color: #B51749;}
.tc-red {  color: var(--cnt-red);}
.tc-brwn {  color: var(--cnt-brwn);}
em.tc-red,
em.tc-brwn {font-weight: bold;}

/* Font deco */
.marker_red	{
	background: linear-gradient(transparent 60%, #ffc1c1 60%);
	}
.marker_pnk	{
	background: linear-gradient(transparent 60%, #ffdfee 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_sabbia	{
	background: linear-gradient(transparent 60%, #FFEEAC 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;}

.ml0 { margin-left:0 !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;}

.mr0 { margin-right:0 !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;}

.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; }

.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 =================== */

/*-------------------------------
 layout _ 上書き
---------------------------------*//*  SP-ALL */
.width-full	{
	max-width: 100%;
	position: relative;
}
.container-wide	{
max-width: var(--width-site);
margin: 2rem auto;
position: relative;
}
.container.container-padding {
  padding: 3vmin 3vw;
}
.text-lead-page {
  font-size: calc(var(--fs) * 1.5 + var(--rs) * 0.3);
}
.text-lead-page.ta-l {text-align: left;}
.text-lead-page.ta-r {text-align: right;}
.text-lead-page.ta-c {text-align: center;}


/*-------------------------------
 layout _ メイン画像
---------------------------------*//*  SP-ALL */

/*-------------------------------
 個別背景
---------------------------------*//* 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_screen_bisque {
	background: rgba(244, 225, 179, 0.5);
	background: hsla(39.7, 70.8%, 62.4%, 0.31);
}
.bg_gradient-white01 { background: linear-gradient(180deg,rgba(255, 255, 255, .7) 0%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 100%);}

.bg_color--white	{ background-color: #fff;}
.bg_color--whitesmoke	{
  background-color: #F9F9F9;
  border-top: 0.1rem solid var(--color-gry-smoke);
  border-bottom: 0.1rem solid var(--color-gry-smoke);
}
.bg_color--ecrubeige	{ background: rgba(255, 252, 241, 0.9);}

.bg_texture_watercolor-pink	{
	background: url(/event/dolpa_after/assets/image/common_bg_pt02.png) #FFF8F7;
}
.bg_content01	{}
.bg_content01::after	{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:#F7E9CE url(/event/sumikafair/assets/image/bg_all.jpg) 50% 0% repeat;
	background-size:150% auto; 
}
.bg_content02	{
	background: url(/event/sumikafair/assets/image/bg_ptn02.jpg) 50% 0 repeat #DDCBA5;
}
.bg_content03	{
	background: url(/event/sumikafair/assets/image/bg_ptn03.jpg) 50% 0 repeat #DDCBA5;
}
.bg_content04	{
	background: url(/event/sumikafair/assets/image/bg_ptn04.jpg) 50% 0 repeat #DDCBA5;
}


/*-------------------------------
VS・VIP・GL会員
-------------------------------*//* SP-ALL */
.members__note__wrap {
  position: relative;
  margin: 0 auto calc(var(--rs) * 2.0);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}
.members__note__icon {
	flex: 0 0 auto;
	width: min(16%,6.0rem);
	margin-right: 1rem;
}
.members__note__text  {
  /*flex-grow: 1;*/
}
.members__note__link  {
  display: inline-block;
  font-weight: bold;
  color: #B5184A;
  max-width: 80rem;
}
/*-------------------------------
 キャンペーンメニュー（種類）
---------------------------------*//* SP-ALL */	
.cpn_select_wrap {
	display: flex;
	gap: calc(var(--rs) * 2.0);
	margin: 1rem auto;
	justify-content: center;
	padding: 0 1rem;
	width: min(100%, 94rem);
}
.cpn_select_item {
	flex: 1;
	position: relative;
	text-align: center;
  max-width: 34rem;
}
.cpn_select_item figure {
  background: #57402B;
	color: #fff;
  overflow: auto;
}
.cpn_select_item figcaption {
	background: #fff;
	margin: 0.2em 1em 1em;
	font-size: calc(var(--fs) * 1.6);
	color: var(--color-text-base);
	line-height: 1.3;
	padding: .5em;
}

.cpn_sample_wrap {
	display: flex;
	gap: calc(var(--rs) * 2.0);
	margin: 1.5rem auto;
	justify-content: center;
	padding: 0 1rem;
	width: min(100%, 94rem);
}
.cpn_sample_model {
  flex: 1;
  max-width: 34rem;
}
.cpn_sample_model > dt {
	font-size: calc(var(--fs) * 1.8);
	font-weight: bold;
	display: inline-block;
	background: #F3C6DA;
	padding: .5rem 1em;
	position: relative;
	margin-left: 0;
	z-index: 1;
}
.cpn_sample_model > dd {
	margin-top: -1.25em;
	mask-image: radial-gradient(rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 95%);
}
/*-------------------------------
 商品購入案内とSNSシェア案内
---------------------------------*//* SP-ALL */
.cpn_pr_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: min(94%, 82rem);
	margin: 4rem auto;
}
.cpn_pr_item {
	width: min(var(--col2), 60rem);
	background: #fff;
	border: 2px solid #D2587F;
	border-radius: calc(var(--rs) * 2.0);
	padding: calc(var(--rs) * 2.0);
	font-size: calc(var(--fs) * 1.5);
  align-self: center;
}
.cpn_pr_item > p {
	line-height: 1.4;
}
.cpn_pr_item > dl {
	width: 100%;
	margin: 1rem auto 0;
}
.cpn_pr_item > dl > dt {
	background: #F3C6DA;
	text-align: center;
	margin: 0 auto calc(var(--rs) * 1.0);
	font-size: calc(var(--fs) * 1.6);
	font-weight: bold;
}
.cpn_pr_item > dl > dd {
	line-height: 1.3;
}
.cpn_pr_item > dl > dd > a {
  color: #333;
}
.cpn_pr_item > dl > dd > a:hover {
  text-decoration: none;
}
.cpn_pr_item figure {}
.cpn_pr_item figcaption {
	margin-top: calc(var(--rs) * 1.0);
}
.cpn_pr_sns {
	width: min(var(--col2), 40rem);
	text-align: center;
	padding: 2rem calc(var(--fs) * 2.0);
	font-size: calc(var(--fs) * 1.4);
}
.cpn_pr_sns > p {
  text-align: center;
}
.cpn_pr_sns-share {
	display: flex;
	justify-content: center;
	margin-top: calc(var(--rs) * -3);
	position: relative;
}
.cpn_pr_sns-share > * {
  background: #BED3EE;
  padding: .5em 1em;
}

/*-------------------------------
 申込用紙ダウンロード
---------------------------------*//* SP-ALL */	
/*campaign application file*/
.camp-application {
  width: 100%;
  margin: calc(var(--rs) * 4) auto;
  text-align: center;
}
a.camp-application-link {
  width: min(64rem, 90%);
  padding: 1em calc(var(--rs) * 3.4);
  margin: calc(var(--fs) * 1.5) auto;
  /*background: #B9232A;*/
  background: #2B4ABA;
  font-size: calc(var(--fs) * 1.8);
  border-radius: calc(var(--rs) * 0.5);
  box-shadow: 0 1px 4px 1px rgb(50 50 50 / 40%);
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
}
a.camp-application-link:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.1);
}
a.link-pre {
  box-shadow: none;
  color: #ccc;
  pointer-events: none;
  filter: saturate(0);
}
a.link-pre::after {
  margin-bottom: -1em;
  content: "（準備中）";
  color: #fff;
  font-size: 87.5%;
  display: block;
}
a.link-pre >i {
  visibility: hidden;
}
/*-------------------------------
 実施概要
---------------------------------*//* SP-ALL */	
.cpn_cont_caption {
  width: 100%;
  position: relative;
  padding: calc(var(--rs) * 2.5) 0;
  margin: 0 auto calc(var(--rs) * 1);
  text-align: center;
  font-size: calc(var(--fs) * 1.4 + var(--rs) * 1.6);
  font-weight: bold;
  color: var(--color-main);
  border-top: solid 3px;
  border-bottom: solid 3px;  
  background: rgba(255 255 255 / 80%);
}
.cpn_cont_caption::before,
.cpn_cont_caption::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7b655e;
  position: absolute;
}
.cpn_cont_caption::before {
  top: 3px;
}
.cpn_cont_caption::after {
  bottom: 3px;
}
.cpn_cont_caption > span {
  display: inline-block;
}

.cpn_event_detal	{
	padding: calc(var(--rs) * 3) 0;
	margin: 3rem auto;
	position: relative;
	width: min(96%, 94rem);
  font-size: calc(var(--fs) * 1.6);
	}

.cpn_event_detal > dl	{ 
	border-bottom: #eee9cb .2rem dashed;
	margin-bottom:.5rem;
	padding-top:.5rem;
  padding-bottom:.5rem;
	display:flex;
	flex-wrap: wrap;
  align-items: flex-start;
	width:100%;
	line-height:1.4;
}
.cpn_event_detal > *:last-child 	{
  border-bottom: 0;
  margin-bottom: 0;
}
.cpn_event_detal > dl > dd	{ padding:.25rem calc(var(--rs) * 1.0); flex-grow: 1;}
.cpn_event_detal > dl > dt {
	padding: .25rem calc(var(--rs) * 1.5);
	margin: 0 0 calc(var(--rs) * 1);
  background: #F3C6DA;
  color: #333;
  font-weight: bold;
	display: inline-block;
}

.cpn_event_detal > p	{ padding: .3rem; }
.cpn_event_detal > ul	{}
.cpn_event_detal > *:last-child 	{
  border-bottom: 0;
  margin-bottom: 0;
}

.cpn_course_list {
  list-style-type: disc;
  padding-left: 1em;
}
.cpn_course_list > li {
  padding-bottom: .5rem;
}
.cpn_course_list > li ~ li{
  margin-top: 0.5em;
}
.cpn_course_list > li::marker {
  color:rgb(0 0 0 / 30%);
}

/*すみか店舗リスト*/
.nest-list {
  margin-bottom: 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nest-list :is(dt,dd) {
	flex: 0 1 auto;
}
.nest-list > dt {
  margin-right: 0.5em;
}
.nest-list > dd {
  margin-top: 0.125em;
  font-size: 87.5%;
}
.nest-list > dd:not(:last-child)::after {
	content: "/";
	color: #ccc;
	display: inline-block;
	margin-left: 0.4em;
	margin-right: 0.4em;
}
.nest-list > dd:first-of-type::before,
.nest-list > dd:last-of-type::after {
  color: #555;
  position: relative;
  top: -1px;
}
.nest-list > dd:first-of-type::before	{
  content: "( ";
}
.nest-list > dd:last-of-type::after	{
  content: " )";
}

/*-------------------------------
 対象のパーツ（品番）
---------------------------------*//* SP-ALL */	
.cpn_applicable {
	margin: 2rem auto;
	position: relative;
	width: 100%;
	font-size: calc(var(--fs) * 1.6);
	padding: 0 0 1em;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border: 2px solid #F3C6DA;
	justify-content: flex-start;
}
.cpn_applicable > dt {
	padding: .25rem calc(var(--rs) * 1.5);
	margin: 0;
	background: #F3C6DA;
	color: #333;
	font-weight: bold;
	text-align: left;
	width: 100%;
}
.cpn_applicable > dd {
	padding: 1em calc(var(--rs) * 1.5) 0;
	flex: 0 0 auto;
	background: #fff;
	font-weight: bold;
	line-height: 1;
}
.cpn_applicable > dd small {
  font-weight: normal;
}

/*-------------------------------
 参加規約
---------------------------------*//* SP-ALL */	
.cpn_kiyaku {
	margin: 2rem auto;
	position: relative;
	width: 100%;
	font-size: calc(var(--fs) * 1.4);
	padding: 0;
	background: #fff;
}
.cpn_kiyaku > dt {
	padding: .25rem calc(var(--rs) * 1.5);
	margin: 0;
	background: #BED3EE;
	color: #333;
	font-weight: bold;
	text-align: left;
	width: 100%;
  font-size: 125%;
}
.cpn_kiyaku > dd {
	padding: .5em calc(var(--rs) * 1.5);
  font-size: calc(var(--fs) * 1.4);
	background: #fff;
}





/*-------------------------------
  共通パーツ：関連リンク-自動生成リンク
---------------------------------*//* SP-ALL */
  .rerated-link {
	width: min(94%, 86rem);
	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 > img {
    object-fit: contain;
  }
  .rerated-link__banner {
	max-width: 50%;
  }
  .rerated-link__text {
	margin: 0 auto;
	padding: 0 1em;
  }

/*layout_common.css上書き*/
.pagination	{
	width: min(94%, 86rem);
	margin-bottom: 0;
}
.pagination__page > a 	{
	background: #fcfcfc;
	border-radius: 100rem !important;
	padding: 1em 1.5em;
}

/*-------------------------------
  FAQアコーディオン
---------------------------------*//* SP-ALL */
.cpn-faq-area {
	width: min(96%, 94rem);
	position: relative;
	margin: calc(var(--fs) * 6.0) auto calc(var(--rs) * 4.0);
	z-index: 3;
}
.cpn-faq-head {
	font-size: calc(var(--fs) * 1.2 + var(--rs) * 1.8);
	padding: .8em calc(var(--rs) * 1.0) 0.5em;
	margin: 1rem auto 0;
	color: var(--color-main);
	line-height: 1.4;
	border-top: 3px solid #7b655e;
	position: relative;
}
.cpn-faq-head::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #7b655e;
	position: absolute;
	top: 4px;
  left: 0;
}
.cpn-faq-head::after {
	content: "";
	aspect-ratio: 6/5;
	width: min(22%,16rem);
	background: url(/event/sumikafair/250913/assets/image/satogaeri_icon_faq.png) 50% 50% /contain no-repeat;
	position: absolute;
	top: calc(var(--rs) * -5.0);
	right: calc(var(--rs) * -1.5);
}
.cpn-faq-update {
	text-align: right;
	position: relative;
	margin-top: -1rem;
	font-size: var(--fs-s);
	color: #666;
	padding: 0 1.5rem;
}
.cpn-faq-container {
  max-width: var(--width-cont);
  padding: calc(var(--rs) * .5) 1rem;
  position: relative;
  margin: 0 auto calc(var(--rs) * 2);
  max-height: none;
  /* min-height: calc(var(--rs) * 24); */
}
.cpn-faq-ctg {
  padding: 1rem;
  background: #fff;
  border: 2px solid var(--color-sc-light);
  border-left-width: 1rem;
  color: var(--color-main);
  font-size: calc(var(--fs) * 1.8);
  position: relative;
}
.cpn-faq-list  {
  width: 100%;
  padding-right: 1%;
  margin:0 auto;
  border-bottom: .3rem dotted #D8CEC8;
  font-size: calc(var(--fs) * 1.5);
}
.cpn-faq-list > dt,
.cpn-faq-list > dd  {
  line-height:1.8;
  }
.cpn-faq-list > dt {
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 1.5rem 2em 1.5rem 3em;
  margin: 0;
  border-top: 1px solid #D8CEC8;
  text-indent: -2.5em;
  font-weight: bold;
}
.cpn-faq-list > dt::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
  color: #bab7b7;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .35s;
}
.cpn-faq-list > dt::before  {
  content: "Q";
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #778CC5;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-right: .5em;
  font-weight: bold !important;
  border-radius: 100px;
}
.cpn-faq-list > dt.active{ }
.cpn-faq-list > dt.active::before{  
}
.cpn-faq-list > dt.active::after {
  opacity: 0.4;
  transform: rotate(540deg);
  transition: all .35s;
}
.cpn-faq-list > dd  {
  text-align:left;
  display:none;
  padding: 0 2.2em 3rem 3em;
  overflow: hidden;
  border-bottom: 1px solid #D8CEC8;
  margin-bottom: -1px;
  position: relative;
}
.cpn-faq-list > dd::before {
  content: "A";
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #D2587F;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-weight: bold !important;
  border-radius: 100px;
  position: absolute;
  left: .5em;
}
.cpn-faq-list > dt::before,
.cpn-faq-list > dd::before,
.cpn-faq-list > dt::after  {
  text-indent: 0;
}
.cpn-faq-list > dt:first-child,
.cpn-faq-list > dd:last-child{ border: none;}

.cpn-faq-list > dt.active + dd {
  display: block;
}
.cpn-faq-list > dd a {
  --color-link-cmn: #d84d88;
}
.cpn-faq-list > dd a.link-text__deco--more {
  padding: 0.4em 1em;
  margin: 1em 1em 0 0;
  background: #ffefef;
  border-radius: 0.3rem;
  font-size: var(--fs-ml);
  display: inline-block;
}

/*-------------------------------
 送付先＆問い合わせ先
---------------------------------*/
.add-cont_title {
  font-size: calc(var(--fs) * 1.0 + var(--rs) * 1.8);
  width: min(96%, 94rem);
  padding: .8em calc(var(--rs) * 1.0) 0.5em;
  margin: 1rem auto 0;
  color: var(--color-main);
  line-height: 1.4;
  border-top: 3px solid #7b655e;
  position: relative;
}
.add-cont_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7b655e;
  position: absolute;
  top: 4px;
  left: 0;
}


#add-contact {
	width: min(100%, 96rem);
	padding: calc(var(--rs) * 1.0) calc(var(--rs) * 1.5);
	margin: 0 auto;
	border-top: 4px solid var(--c-brw-lt);
	border-bottom: 4px solid var(--c-brw-lt);
	font-size: calc(var(--fs) * 1.7);
	line-height: 1.6;
	position: relative;
	display: flex;
	flex-wrap: wrap;
  /*
  background: #fff;
  box-shadow: var(--bs-cmn);
  border: 2px solid #D2587F;
  border-radius: calc(var(--rs) * 2.0);*/
}
#add-contact::before,
#add-contact::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--c-brw-lt);
  position: absolute;
  left: 0;
}
#add-contact::before {
  top: 2px;
}
#add-contact::after {
  bottom: 2px;
}
#add-contact div {
	flex: 1 1 auto;
	padding: 1rem calc(var(--rs) * 1);
  margin-bottom: 2rem;
  max-width: var(--col2);
}
#add-contact div:first-of-type {
  max-width: none;
}
#add-contact dt {
	color: var(--color-sc-dark);
	display: inline-block;
	padding: 0;
	margin-bottom: 1rem;
	font-size: 125%;
	font-weight: normal;
}
#add-contact dt i.fas {
	color: #fff;
	background: #DE82B3;
	border-radius: 5rem;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
}
#add-contact dt span {
  border-bottom: .3rem dotted #ecdddd;
}
#add-contact dd {
	padding-left: 1rem;
}
#add-contact b {
  font-size: 105%;
}
#add-contact hr {
  margin: 1em auto;
}
/* ==================== SP END ==================== */






/* =================== TB START =================== */
@media (min-width: 560px) {

/*-------------------------------
 個別背景
---------------------------------*//* TB */	
.bg_content01::after	{
	background-size: auto;
}

/*-------------------------------
 開催概要
---------------------------------*//* TB */	
.cpn_event_detal > dl 	{ flex-direction: row;}
.cpn_event_detal > dl > dt 	{min-width: 9em; margin-right: .5em; text-align: center;}
	
}
/* ==================== TB END ==================== */



/* =================== MD START =================== */
/* dollfie-common-style.css の上書き */
/*@media (min-width: 835px) {  
}*/
/* ==================== MD END ==================== */


/* =================== PC START =================== */
/*@media (min-width: 960px) {
}*/
/* ==================== PC END ==================== */


/* =================== MAX START =================== */
/*@media (min-width: 1280px) {
}*/
/* ==================== MAX END ==================== */



