@charset "utf-8";
@import "/assets/css/zzz_cookiebanner_hidden.css";
/* Sumika Fair - 2026.03.14 _ CSS */
/* Format :Mobile First Index */
/*-------------------------------
 Mobile first
---------------------------------*/
/*SP 320〜559px*/
/*TB 560〜959px*/
/*PC 960px以上*/
/*-------------------------------
 base.css 上書き
---------------------------------*/
:root {
  --c-brw01: #694A44;
  --c-brw-2: #D6C2AA;
  --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;
}
@font-face {
  font-family: "wf-tegaki";
  src: url("/assets/fonts/HuiFontP29.eot");/*For IE*/
  src: url("/assets/fonts/HuiFontP29.woff") format("woff"),/*For Modern browser*/
    url("/assets/fonts/HuiFontP29.ttf") format("truetype");/*For iOS Android*/
}
.wf-tegaki {
  font-family:"wf-tegaki";
}
/* Font_Size */
.fs--08	{ font-size: 0.8rem !important;}
.fs--09	{ font-size: 0.9rem !important;}
.fs--10	{ font-size: var(--fs-xxs);}
.fs--11	{ font-size: var(--fs-xs);}
.fs--12	{ font-size: var(--fs-s);}
.fs--13	{ font-size: var(--fs-ms);}
.fs--14	{ font-size: var(--fs-m);}
.fs--15	{ font-size: var(--fs-ml);}
.fs--16	{ font-size: var(--fs-l);}
.fs--17	{ font-size: var(--fs-ll);}
.fs--18	{ font-size: var(--fs-xl);}
.fs--20	{ font-size: var(--fs-xxl);}
.fs--22	{ font-size: calc(var(--fs-l) * 1.375);}
.fs--24	{ font-size: calc(var(--fs-l) * 1.5);}
.fs--26	{ font-size: calc(var(--fs-l) * 1.625);}
.fs--28	{ font-size: calc(var(--fs-l) * 1.75);}
.fs--30	{ font-size: calc(var(--fs-xxl) * 1.5);}

/*Font-weight*/
.txt--bold {
  font-weight: bold !important;
}
.txt--normal {
  font-weight: normal !important;
}
section {
  padding: calc(var(--rs) * 4) 0;
}
.width-full,
section.width-full 	{
	width: 100%;
	max-width: 100%;
}
section.information {
  padding: 0 2vw;
}
/*-------------------------------
 Overwrite for CSD_style.css
---------------------------------*/
.card__text.ta-l,
.text-lead-page.ta-l,
.text-lead-cont.ta-l {
  text-align: left;
}
.card__text.ta-r,
.text-lead-page.ta-r,
.text-lead-cont.ta-r {
  text-align: right;
}
.card__text.ta-c,
.text-lead-page.ta-c,
.text-lead-cont.ta-c {
  text-align: center;
}

.link-text__deco--more::after	{
	border-top-color: inherit;
	border-right-color: inherit; 
}
.link-text__deco--more:hover  {}
.link-text__deco--more:hover::after  {
  border-color: inherit;
}
.link-text__deco--more.pre {
  pointer-events: none;
  cursor: default;
  filter: grayscale(1) opacity(0.55);
}
.link-text__deco--more.pre::after {
  content: none;
}
.link-btn:has(img)::after,
.link-btn.pre::after {
  content: none;
}
.link-btn.pre {
  pointer-events: none;
  background: #aaa;
}
.link-btn.bg-g {
  border-radius: 100rem;
  width: min(90%, 48rem);
}
.link-btn.bg-g::after {
  content: none;
}
.link-btn.bg-lt {
  background: #D77373;
  margin-bottom: 0;
}
.navi-local {
  width: min(96%, 92rem);
  margin: 0 auto;
  box-shadow: var(--bs-cmn);
  justify-content: center;
}
.navi-local__menu {
  width: auto;
  font-size: calc(var(--fs) * 1.4);
  text-align: left;
  flex: 1 1 auto;
}
/*-------------------------------
 main _ 上書き
---------------------------------*/
main 	{
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
	padding-bottom: 0;
  font-size: calc(var(--fs) * 1.4);
  overflow: hidden;
  /* font-size CSD-Overwrite */
  --fs-xxs:	calc(var(--fs) * 1.0);
  --fs-xs:	calc(var(--fs) * 1.1);
  --fs-s:	calc(var(--fs) * 1.2);
  --fs-ms:	calc(var(--fs) * 1.3);
  --fs-m:	calc(var(--fs) * 1.4);
  --fs-ml:	calc(var(--fs) * 1.5);
  --fs-l:	calc(var(--fs) * 1.6);
  --fs-ll:	calc(var(--fs) * 1.7);
  --fs-xl:	calc(var(--fs) * 1.8);
  --fs-xxl:	calc(var(--fs) * 2.0);
}
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) {
  /*background: #e95383;*/
  width: min(64rem, 100%);
  padding: 1em calc(var(--rs) * 3) 1em 1em;
  
 }
main small {
  font-weight: inherit;
  font-size: 80%;
}
/*-------------------------------
 Heading _ 上書き
---------------------------------*/
.heading-category-shoulder {
  margin: calc(var(--rs) * 0.5) auto calc(var(--rs) * 1);
  font-size: calc(var(--fs) * 1.2);
}
/*-------------------------------
 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	{
  width: min(96%, 94rem);
	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 {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
  display: inline;
}
.tango_list > li {
	flex: 0 1 auto;
  display: inline;
}
.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 {
  margin-bottom: 0.5em;
  display: flex;
  /*line-height: 1.4;*/
  /*flex-wrap: wrap;*/
}
dl.tb-dtl > dt {
  min-width: 7em;
  padding: .1rem;
  flex-shrink: 0;
  position: relative;
}
dl.tb-dtl > dt::after {
  content: "：";
  position: absolute;
  right: 0.1em;
  top: 0;
  transform: scale(0.9)
}
dl.tb-dtl > dd {
  padding: .1rem;
}
dl.tb-dtl > dd .note-list {
  width: 100%;
}
dl.tb-dtl > dd small {
  display: inline-block;
}
/*-------------------------------
 Event Header - メインヘッダー
---------------------------------*/
.event-main-area	{
  width: 100%;
  max-width: 100%;
  background: 
    url("/event/sumikafair/assets/image/sumikafair_topImg_cmnbg.jpg") center top / auto repeat,
    #F7E9CE
    ;
  text-align: center;
  overflow: hidden;
}
.event-main-img,
.event-titlebar	{
overflow: hidden;
display: block;
margin-left: auto;
margin-right: auto;
}/*
.event-main-img > img,
.event-main-img > a > img 	{
width: 190%;
margin-left: -45%;
max-width: none;
display: block;
}*/
.event-main-img.fair-top > img 	{
width: 160%;
margin-left: -30%;
max-width: none;
display: block;
}
.event-titlebar > img,
.event-titlebar > a > img 	{
width: 200%;
margin-left: -50%;
max-width: none;
display: block;
}
.event-main-img > a:hover > img,
.event-titlebar > a:hover > img 	{
	opacity: 1;
}
.heading-category {
	font-size: calc(var(--fs) * 1.6 + var(--rs) * 1.6);
	padding-left: 0;
  text-indent: 0;
	font-weight: 700;
}
.heading-category::before {
  content: none;
}
/*-------------------------------
 個別背景
---------------------------------*//* SP-ALL */
.bg_none	{ background-color: transparent;}

.bg_screen_white10	{ background: rgba(255,255,255,1);}
.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_gradient-cont01 { background: linear-gradient(0deg,hsla(45.4, 78.7%, 81.6%, 0.49) 0%,hsla(0, 0%, 100%, 0.58) 50%,#FCF7EC 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;
}
/*-------------------------------
 INFOBOX
-----------------------------*/
/* SP-ALL */
.event_detal {
  width: min(100%, 96rem);
  padding: calc(var(--fs) * 1);
  margin: calc(var(--rs) * 4) auto;
  background: #fff;
  box-shadow: var(--bs-cmn);
  font-size: calc(var(--fs) * 1.6);
  border: none;
  border-top: .5rem solid #AE8A7F;
  position: relative;
}
.event_detal > dl {
  display:flex;
  flex-direction: column;
  align-items: baseline;
  width:100%;
  line-height:1.4;
}
.event_detal > dl + dl {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dotted #aaa;
}
.event_detal > dl > dt { padding: calc(var(--fs) * 0.3); color:#96776E; }
.event_detal > dl > dd { padding: calc(var(--fs) * 0.3); flex-grow: 1;}
.event_detal > p:not([class]) { padding:  calc(var(--fs) * 0.3); }
.event_detal > ul {}
.event_detal .note-list {
  width: 100%;
}
.ep_about-box + .event_detal {
  padding-top: 1.5em;
}
/* TB */
@media (min-width: 560px) {
  .event_detal > dl { flex-direction: row;}
  .event_detal > dl > dt { min-width: 7em; margin-right: 0.5em;}
}
/*-------------------------------
 イベントプログラム一覧
---------------------------------*//* SP-ALL */
.eventprogram {
  padding: calc(var(--fs) * 1) 0;
  margin-top: calc(var(--rs) * 4);
}
.eventprogram-title {
  width: min(64%, 48rem);
  margin: 0 auto calc(var(--rs) * 1);
  text-align: center;
}
/*カードリスト：レイアウト上書き*/
.prgrm-list-wrap	{
  width: min(98%, 130rem);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
 ul.card.prgrm-list-wrap > li 	{
  display: flex;
  flex-direction: column;
  background: #fff;
  /*box-shadow: 0 .2rem .5rem rgba(0,0,0,0.2);*/
  transition: box-shadow .1s ease-in;
   margin-bottom: 1.5rem;
}
.card__text {
  font-size: calc(var(--fs) * 1.4);
}
.prgrm-list-wrap .card__tit--bold	{
  padding: 1em calc(var(--fs) * 1) 0.5em;
  font-size: calc(var(--fs) * 1.7);
  margin-bottom: 0;
  text-align: left;
}
.prgrm-list-wrap .card__tit--bold.ta-c {
  text-align: center;
}
.prgrm-list-wrap .card__tit--bold.ta-r {
  text-align: right;
}
.prgrm-list-wrap .card__text	{
  width: min(100%,var(--width-cont));
}
.prgrm-list-wrap .card-news__data	{
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 0;
}
.prgrm-list-wrap .card__time	{
  padding: calc(var(--fs) * 1);
}
.t_dec_sub01,
.t_dec_sub02 {
  font-size: calc(var(--fs) * 1.3);
  display: inline-block;
}
.t_dec_sub01 { /*color:#CE768B;*/}
.t_dec_sub02	{ color:#936161;}
.card__btn {
  position: relative;
  bottom: auto;
  margin-top: auto;
  text-align: center;
}
a.link-btn:not([href]) {
  pointer-events: none;
  cursor: default;
  background: #eee;
  color: #999;
  filter: grayscale(1);
}
a.link-btn:not([href])::after {
  content: none;
} 
.card__period	{
  width: 100%;
  margin-bottom: 0;
}
/*例外商品*/
#prgrm-extra-box {
  border: .1rem solid #ecd8be;
  padding: 1vw;
  margin-bottom: 2rem;
  background: #fff5e1;
}
/*カードリスト：リンク準備中*/
ul.card.prgrm-list-wrap > li.pre a.bnr_link {
  pointer-events: none;
  cursor: default;
}
ul.card.prgrm-list-wrap > li.pre a.link-btn	{
  pointer-events: none;
  cursor: default;
  background: #eee;
  color: #999;
}
ul.card.prgrm-list-wrap > li.pre a.link-btn::after {
  content: none;
}
/*カードリスト：ラベル*/
.card-event-data {
  padding: 0 1rem;
}
.card__label { font-size: calc(var(--fs) * 1.2);}
.card__label-event { background-color: #333; color: var(--color-white);}
.card__label-event.label--sl-yyk { background: #232879;}
.card__label-event.label--sl-crt { background: #333;}
.card__label-event.label--sl-lot { background: #df8551;}
.card__label-event.label--sl-auc { background: #FFDA44; color: #111;}
.card__label-event.label--sl-aft { background-color: #936161; color: var(--color-white); }

.card__label-event.label--at { }
.card__label-event.label--at-yahoo { background-color: #FFDA45; color:#252525;}
.card__label-event.label--at-volks { background-color: #78162C;}
.card__label-event.label--at-social { background-color: #B2DFFC; color: #333;}
.card__label-event.label--at-youtube { background-color: #CC0000; }

.card__label-event.label--fee { }
.card__label-event.label--mbr { }
.card__label-event.label--mbr-vsvip { background: #C50047; }
.card__label-event.label--mbr-vip { background: #EA336E; }
.card__label-event.label--mbr-free { background-color: #E6E5E4; color: #111;}

.card__label.card__label-event > a,
.card__label.card__label-event > a:hover { color: inherit;}

/*カード：同時開催イベント*/
.otherEvent {
  width: min(98%, 94rem);
  margin: calc(var(--rs) * 4) auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.otherEvent dt {
  width: 94%;
  margin: 0 auto;
  color: #8e0000;
  font-size: calc(var(--fs) * 2.4);
  font-weight: bold;
}
.otherEvent dd {
  width: min(96%, 36rem);
  max-width: 63rem;
  margin: 2% 0.5rem;
  background: #fff;
  box-shadow: var(--bs-cmn);
  color: #6e3e2a;
  position: relative;
  flex: 1 1 auto;
}
.otherEvent dd .card__tit--bold {
  padding: 1em calc(var(--fs)* 1) 0.5em;
  font-size: calc(var(--fs)* 1.7);
  margin-bottom: 0;
  text-align: left;
}

/*-------------------------------
 Card - EventProgram - 里窓式
---------------------------------*//* SP-ALL */
.epTitle {
  width: 100%;
  color: var(--c-brw01);
  font-family: "Times New Roman", Times, serif;
  font-size: calc(var(--rs)* 2.4 + var(--fs)* 2.4);
  /*font-style: italic;*/
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: 0 0 calc(var(--rs)* 4) rgb(255 255 255 / 0%), 0 0 calc(var(--rs)* 1) rgb(255 255 255 / 50%), 0 0 1px rgb(255 255 255 / 50%), 3px 4px 6px rgb(255 255 255 / 50%);
  position: relative;
}
.epNote {
  width: min(100%, 104rem);
  max-width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  font-size: calc(var(--fs) * 1.2);
  text-align: right;
}
.epList {
  width: min(100%, 96rem);
  margin: calc(var(--rs) * 2) auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  container-type: inline-size;
}
.epList > li {
  width: min(31%, 32rem);
  padding: 0;
  margin: 0 1% 2%;
  background: var(--color-white);
  box-shadow: var(--bs-cmn);
  overflow: hidden;
}
.epList > li.card-item-halfcell {
  width: min(calc(94% - 2px), calc(41rem + 2%));
}
.epList > li.card-item-twocell {
  width: min(calc(94% - 2px), calc(56rem + 2%));
}
.epList > li.card-item-full {
  /*width: min(calc(94% - 2px), calc(86rem + 2%));*/
  width: min(calc(97% - 2px), calc(91rem + 2%));
}
@container (max-width: 760px) {
  .epList > li {
    width: 46%;
  }
  .epList > li.card-item-full {
    width: 94%;
  }
}
.epList > li > a {
  color: var(--color-text-base);
  text-decoration: none;
}
.epList > li > a:hover {
  --color-link-cmn-hover: #6d3a5c;
  color: var(--color-link-cmn-hover);
  text-decoration: none;
  filter: brightness(1.1);
  display: block;
}
.epList > li figcaption {
  padding: 0.75em 0.5em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
/*詳細準備中*/
.list-ep-pre {
  padding: 1rem;
  background: #efefef;
  color: #aaa;
  line-height: 1.4;
}
/*同時開催イベント*/
.epOtheve {
  width: 100%;
  padding: calc(var(--rs) * 4) 2%;
  margin: calc(var(--rs) * 4) auto 0;
  background: url(/event/mado/assets/image/cmnPrts/bg/bg_cnt_paper.jpg) 50% 0 / calc(var(--rs) * 90) repeat;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.epOtheve dt {
  width: 94%;
  margin: 0 auto;
  color: #432a22;
  font-family: var(--ff-notoserif);
  font-size: calc(var(--fs) * 2.4);
  font-weight: bold;
}
.epOtheve dd {
  width: min(48%, 36rem);
  max-width: 58rem;
  margin: 2% 1%;
  background: #fff;
  box-shadow: var(--bs-cmn);
  flex: 1 1 auto;
}
.epOtheve a:hover {
  text-decoration: none;
  filter: brightness(1.1);
}
.event-bnrlink {
  position: relative;
}
.event-bnrlink figcaption {
  padding: 0.5em;
  color: #6e3e2a;
  font-size: calc(var(--fs) * 1.8);
  line-height: 1.5;
}
/*リンク先ページ準備中*/
.epOtheve dd.pre {
  background: #aaa;
  padding-bottom: 1.5em;
  position: relative;
}
.epOtheve dd.pre::after {
  content: "coming soon";
  width: 100%;
  color: #fff;
  font-family: var(--ff-notoserif);
  font-size: calc(var(--fs) * 1.6);
  font-style: italic;
  text-shadow: 0 0 2px rgb(50 50 50 / 100%), 0 1px 4px rgb(50 50 50 / 50%);
  position: absolute;
  left: 0;
  bottom: 0.25em;
  text-align: center;
}
.epOtheve dd.pre a {
  cursor: none;
  pointer-events: none;
}
.epOtheve dd.pre img {
  filter: saturate(0.1) brightness(0.6);
}

/*-------------------------------
 共通：VS・VIP・GL会員
-------------------------------*/
/* SP-ALL */
.balloon_note_box {
	width: min(96%, 94rem);
	position: relative;
	padding: 1rem 2%;
	margin: 1rem auto;
	border-radius: 2rem;
	background: rgba(255, 219, 219, 0.75);
}
.members__note__wrap {
  margin: calc(var(--fs) * 2) auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.members__note__wrap.border-wrap {
	padding: 1em;
	border-radius: 1.5rem;
	background: #FFF8CF;
}
.members__note__wrap.dsd-wrap {
	padding: calc(var(--rs) * 1);
	border-radius: calc(var(--fs) * 1.5);
	background: #FFDFD7;
}
.members__note__icon {
  flex: 1;
  max-width: 6rem;
  margin-right: 1rem;
  text-indent: 0;
}
.members__note__text  {
  flex: 6;
  text-indent: 0;
}
.members__note__link {
  width: 98%;
  margin: 1em auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
}
.members__note__link a{ font-weight: bold;}
/*-------------------------------
  共通：特設サイト関連リンク-TOPへ戻るリンク
---------------------------------*//* 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;
  color: var(--color-link-cmn);
}

/*layout_common.css上書き*/
.pagination	{
	width: min(94%, 86rem);
	margin-bottom: 0;
}
.pagination__page > a 	{
	background: #f0f0f0;
	border-radius: 100rem !important;
	padding: 1em 1.5em;
}

/*-------------------------------
 DSD-Event Detail - お迎え方法 - 共通
---------------------------------*/
.omukae-info__wrap {
  /*width: min(96%, 96rem);*/
  padding: calc(var(--rs) * 2);
  margin: 0 auto;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.5);
  font-size: calc(var(--fs) * 1.6);
  position: relative;
}
.omukae-step-lot {
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: calc(var(--rs) * 3);
  background: #fefefe;
  background: rgb(255 255 255 / 60%) none repeat scroll 0% 0%;
  box-shadow: 0 2px 4px 0 rgb(50 50 50 / 40%);
  border: 1px solid #5D3F39;
  position: relative;
  z-index: 2;
}
/*お迎え方法：ステップ*/
.omukae-step-lotinfo {
  width: 100%;
  padding: calc(var(--rs)* 2) 2%;
  margin: 0 auto;
  background: rgb(255 255 255 / 40%);
  border-radius: 1rem;
  box-shadow: var(--bs-cmn); 
  font-size: calc(var(--fs)* 1.7);
  position: relative;
}
.omukae-step-lotinfo + .omukae-step-lotinfo {
  padding-top: calc(var(--rs) * 1) ;
}
.omukae-step-lotinfo-howto dt {
  margin-bottom: 0.5em;
  color: #be4c4e;
  font-size: 125%;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.omukae-step-lotinfo-howto dd + dt {
  margin-top: 1em;
}
.omukae-step-lotinfo-howto dd {
  padding-left: 1em;
}
.omukae-step-lotinfo-howto dd b {
  margin-bottom: 0.25em;
  font-size: 112.5%;
  display: inline-block;
}
.omukae-step-lotinfo__period {
  width: min(calc(100% - 10px), 48rem);
  padding: 0.5em 1em;
  margin: calc(var(--rs) * 1);
  background: #ffdfd7;
  border: 4px double #ac8349;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  outline: 1px solid #ac8349;
}
/*お迎え方法：抽選*/
.omukae-step-lotcap {
  color: #694A44;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
}
.omukae-step-lotnum {
  font-weight: bold;
  display: inline-block;
  font-size: inherit;
  font-family: serif;
  background: #694A44;
  text-align: center;
  margin-left: calc(var(--rs) * -0.5);
  color: #fff;
  width: calc(var(--fs) * 3);
  height: calc(var(--fs) * 3);
  padding: 5px 0;
  line-height: calc(var(--fs) * 3 - 10px);
  border-radius: 10rem;
}
.omukae-step-lottxt {
  padding: calc(var(--rs) * 1);
  padding-left: 0;
  padding-bottom: 0;
}
.omukae-step-lottxt .note {
  width: 100%;
  margin-top: 0.5em;
}
.omukae-step-lottxt > em {
  font-size: calc(var(--fs) * 1.6);
}
.omukae-step-lot p.read {
  padding: calc(var(--rs) * 1);
  margin: 0 calc(var(--rs) * 4) calc(var(--rs) * 2);
  font-size: calc(var(--fs) * 1.6);
  letter-spacing: 0.05em;
  text-align: center;
}
.omukae-step-lot ul {
  margin: 0 calc(var(--rs) * 4) calc(var(--rs) *21);
}
/*Event Detail _ 注意点*/
dl.dtl + ul.note {
  margin-top: calc(var(--rs) * 2);
}
ul.note li {
  text-indent: -1em;
  padding-left: 1em;
}
.note {
  width: min(100%, 90rem);
  padding: 0;
  margin: calc(var(--rs) * 1) auto;
  font-size: calc(var(--fs) * 1.4);
  text-align: left;
  position: relative;
}
.note > * {
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
}
.note > * + * {
  margin-top: 0.5em;
}
.exclamation-triangle::before{
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5em;
  }
/*-------------------------------
 DSD-Event Detail - Dear SD
---------------------------------*/
.bg-dsd {
  background: hsla(50, 100%, 95%, 0.5);
  padding-bottom: 2rem;
  /*background: 
    linear-gradient(180deg,rgba(255, 250, 238, 0.83) 20%,rgba(255, 239, 227, 0.5)40%),
    url(https://dollfie.volks.co.jp/sd/special/dearsd/image/bg_body_ptrn.jpg) 50% 0 / 100% auto repeat;*/
}
.dsd-container {
  width: min(100%, 96rem);
  margin: calc(var(--fs) * 2) auto;
  position: relative;
}
.dsd-cont-poster {
  box-shadow: 0 0px 3px 0 rgba(50, 50, 50, 0.5);
}
p.text {
  width: min(94%, 94rem);
  margin: 1em auto;
  font-size: calc(var(--fs) * 1.7);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
p.text.dsd-omukae-text {
  width: 98%;
  display: flex;
  flex-flow: row nowrap;
}
hr.hr-dsd {
  width: 100%;
  background: none;
  border-top: 1px solid #d2baae;
  margin: calc(var(--fs) * 4) auto;
}
.dtl-info__tit {
  padding: calc(var(--rs) * 1) 1rem;
  margin: 0;
  background: var(--c-brw01);
  color: #fff;
  font-size: calc(var(--fs) * 2);
  display: block;
  text-align: center;
  font-weight: inherit;
}
.dsd_omukaewrap {
  /*background: url(/event/mado/assets/image/cmnPrts/bg/bg_ptrn_info02.jpg) 0 0 repeat;
  background-size: contain;*/
  background: url("/sd/special/dearsd/10th/image/dsd10th-bg-ptn.jpg") 50% 0% / calc(var(--rs) * 128) repeat;
}
/*dsd omukae guide*/
.dsd-omukaeGuide {
  background: #fff;
  padding: calc(var(--fs)* 1);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.dsd-omukaeGuide-title {
  padding: 0.5em 1em;
  margin-right: 0.5em;
  background: #be4c4e;
  color: #fff;
  font-size: calc(var(--fs)* 1.8);
  font-weight: normal;
  line-height: 1.3;
}
.dsd-omukaeGuide-text {
  width: 75%;
  padding: 0.75em;
  margin: 0;
  line-height: 1.3;
  flex: 1 1 auto;
}
.dsd-omukaeGuide-text li {
  margin-bottom: 0.5em;
}
/* DSD box */
.dsd_txtBox	{
  /*width: 96%;*/
  padding: calc(var(--rs) * 2);
  margin: calc(var(--rs) * 4) auto calc(var(--rs) * 2);
  background: url(/event/mado/assets/image/cmnPrts/bg/bg_ptrn_info02.jpg) 50% 50% / 100% repeat;
  box-shadow: 0 2px 3px 0 rgba(50,50,50,0.5);
  position: relative;
}
.dsd_txtBox .txt {
  width: 96%;
  position: relative;
  margin: 0 auto;
  font-size: calc(var(--fs) * 1.8);
  line-height: 1.6;
}
/* Dear SD抱っこ体験会 */
.dsd-experience {
  padding-top: calc(var(--rs) * 4);
  margin-top: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.dsd-experience-details {
  width: min(100%, 48rem);
  margin-bottom: calc(var(--fs) * 2);
  flex: 1 1 auto;
}
.dsd-experience-img {
  border: calc(var(--rs) * 0.6) solid #fff;
  box-shadow: var(--bs-cmn);
  flex: 0 1 31rem;
  transform: translate(calc(var(--rs) * 5), calc(var(--rs) * -1)) rotate(-6deg);
}
@media (min-width: 800px) {
  .dsd-experience-img {
    margin-left: calc(var(--rs) * -5);
  }
}
.dsd-experience-title {
	/* background: #684137; */
	color: #684137;
	line-height: 1.25;
	display: block;
	margin-bottom: var(--rs);
	padding: 0 0 1rem;
	font-size: calc(var(--fs) * 1.6 + var(--rs) * 1.6);
}
.dsd-experience-text {
  padding: 0 1em;
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.5;
  text-align: left;
  display: inherit;
}
.dsd-experience-schedule {
  width: 100%;
  margin: 1rem auto calc(var(--rs) * 1);
  font-size: calc(var(--fs) * 1.5);
}
.dsd-experience-schedule li {
  padding: 1em;
  background: #fae8e3;
  border-bottom: 1px solid #e9d1cc;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.dsd-experience-schedule li:nth-child(2n+1) {
  background: #f9f9f9;
  border-top: 1px solid #fff;
}
.dsd-experience-schedule li time {
  flex: 1 1 auto;
}
.dsd-experience-schedule li span {
  width: min(100%, 30rem);
  margin-left: 0.5em;
  flex: 1 1 auto;
}
/*吹き出し*/
.dsd-experience-pr {
  width: 6em;
  padding: 1.5em 0.75em 1.75em 1.25em;
  background: rgb(241 123 123 / 95%);
  border-radius: 70%;
  border: 2px solid #fff;
  box-shadow: 5px 10px 5px -3px rgb(50 50 50 / 50%);
  box-sizing: content-box;
  color: #fff;
  font-family: "wf-tegaki";
  font-size: calc(var(--fs)* 1.2 + var(--fs)* 1.2);
  letter-spacing: 0em;
  line-height: 1.3;
  text-indent: -0.25em;
  outline: 3px solid rgb(241 123 123 / 95%);
  display: inline-block;
  position: absolute;
  right: calc(var(--rs)* -5);
  bottom: calc(var(--rs)* -10);
  transform: rotate(10deg);
  text-align: center;
}
/*DSD pic*/
.dsd_spec-pic {
  background: hsla(73,83%,12%,0.44);
  padding: 1rem;
}
.dsd_spec-pic figuire,
.dsd_spec-pic figcaption {
  font-size: calc(var(--fs) * 1.4);
  color: #fff;
}
/*DSD spec*/
div.dsd_spec {
  /*width: min(96%, 96rem);*/
  padding: calc(var(--rs) * 2);
  margin: 0 auto;
  /*background: rgb(70 32 26 / 80%);*/
  background: url("/sd/special/dearsd/10th/image/dsd10th-bg-ptn.jpg") 50% 0% / calc(var(--rs) * 128) repeat;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.5);
  color: #5F4D38;
  position: relative;
}
table.specTbl {
  width: 100%;
  line-height: 1.6;
  padding: 0;
}
table.specTbl + table.specTbl {
  margin-top: calc(var(--fs) * 2);
}
.dsd_spec table.specTbl {
  background: none;
  box-shadow: none;
  display: block;
  border-collapse: separate;
  border-spacing: calc(var(--rs) * 2.0) .5rem;
  width: 100%;
}
.dsd_spec .note {
  width: min(96%, 90rem);
  font-size: calc(var(--fs) * 1.3);
}
table.specTbl .note {
  margin: calc(var(--fs) * 1) 0;
  font-size: calc(var(--fs) * 1.3);
  text-shadow: none;
  filter: opacity(.85);
}
table.specTbl .note li {
  padding-left: 1em;
  line-height: 1.3;
  text-indent: -1em;
}
table.specTbl .note li + li {
  margin-top: 0.25em;
}
table.specTbl caption {
  all: initial;
  color: #fff;
  position: relative;
}
/*DSD Spec _ Head List*/
dl.dsd_head {
  padding: calc(var(--fs) * 1) calc(var(--rs) * 2) calc(var(--fs) * 0.5) ;
  margin: 0 0 calc(var(--fs) * 1);
  background: hsla(73,83%,12%,0.44);
  /*border-bottom: 1px solid #fff;*/
  line-height: 1.4;
  text-align: left;
}
dl.dsd_head :is(dt, dd) {
  margin-bottom: 0.25em;
}
dl.dsd_head dt {
  font-size: calc(var(--fs) * 1.2 + var(--rs) * 0.6);
}
dl.dsd_head dd {
  font-size: calc(var(--fs) * 1.6 + var(--rs) * 0.8);
}
dl.dsd_head dd small {
  display: inline-block;
}
/*DSD Spec _ dress image*/
.dsd_dress-img {
	text-align: center;
	margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 1vw;
}
.dsd_dress-img > * {
  width: var(--col2);
}
.dsd_dress-model {
  overflow: hidden;
  mask-image: radial-gradient(rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 95%);
}
/*DSD Spec _ Head List - dollfie25th ver.*/

.dsd_sd25th-set {
}
.dsd_sd25th-set dt {
  width: fit-content;
  padding: 2px 0;
  background: #50302a;
}
.dsd_sd25th-set dd {
  padding-top: 0.5em;
  padding-left: 1em;
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.4;
}
.dsd_sd25th-set dd + dt {
  margin-top: 1em;
}
/*DSD Spec _ data*/
table.specTbl :is(th, td) {
  text-align: left;
  vertical-align: top;
  position: relative;
  font-size: calc(var(--fs) * 1.5);
}
table.specTbl th {
  width: 5.5em;
  font-weight: normal;
}
table.specTbl th::after {
  content: "：";
  position: absolute;
  right: calc(var(--rs) * -1.5);
  top: 0.25em;
}
table.specTbl td {
  padding-left: calc(var(--rs) * 1);
}
table.specTbl td em {
  font-size: calc(var(--fs) * 1.8);
  font-weight: normal;
}
.price-hontai {
  display: none !important;
}

dl.dsd_spec-info {
  padding: 0;
  margin-top: calc(var(--fs) * 1);
  font-size: calc(var(--fs) * 1.4);
}
dl.dsd_spec-info + dl.dsd_spec-info {
  margin-top: calc(var(--rs) * 4);
}
dl.dsd_spec-info dt {
	width: fit-content;
	padding: 0.5em calc(var(--rs) * 1.5);
	margin-bottom: 0.5em;
	background: linear-gradient(90deg, rgb(255, 237, 170) 0%, rgba(240, 228, 182, 0.8) 20%, #fff 100%);
	color: var(--c-brw01);
	font-size: 112.5%;
	font-weight: bold;
	box-shadow: 0.4rem 0.4rem 0.6rem 0 rgba(0, 0, 0, 0.05);
}
dl.dsd_spec-info dd {
  padding-left: 1em;
  margin-top: 0.5em;
}
@media (min-width: 800px) {
  table.specTbl th {
    white-space: nowrap;
  }
}
/*DSD Spec _ Box detail*/
div.dsd_spec_dtl {
  margin: 1rem auto;
  padding: 1rem;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
div.dsd_spec_dtl table.specTbl caption	{
  border-bottom: .1rem solid #fff;
  margin-bottom: 1rem;
  padding:.5rem;
  line-height:1.4;
  font-size: calc(var(--fs) * 1.6);
}
div.dsd_spec_dtl table.specTbl th,
div.dsd_spec_dtl table.specTbl td	{
  font-size: calc(var(--fs) * 1.2);
  text-align: left;
  padding: 0.5rem 2rem 0.5rem 1rem;
}

.dsd-price-note {
  display: inline-block;
}
/*DearSD _ Dollfie House Box*/
.dsd-housebox {
  width: 97%;
  margin: calc(var(--rs) * 4) auto 0;
  font-size: calc(var(--fs) * 1.6);
}
.dsd-housebox figcaption {
  margin-top: calc(var(--fs) * 1);
  line-height: 1.3;
}
/*dearsd _ exhibition */
.dsd-exhibition {
  width: min(94%, 82rem);
  padding: calc(var(--rs) * 1);
  margin: calc(var(--rs) * 4) auto;
  background: #fff;
  box-shadow: var(--bs-cmn);
  font-size: calc(var(--fs) * 1.6);
}
.dsd-exhibition dt {
  margin-bottom: 1em;
  color: #c60047;
}
.dsd-exhibition dt b {
  padding: calc(var(--fs) * 1);
  background: #684137;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
}
.dsd-exhibition dt span {
  padding: 0 1em;
  line-height: 1.3;
  text-align: left;
  display: inherit;
}
.dsd-exhibition dd {
  padding: 1em;
  background: #f2f1ed;
  border-bottom: 1px solid #f1eee3;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.dsd-exhibition dd:nth-child(2n+1) {
  background: #f9f9f9;
  border-top: 1px solid #fff;
}
.dsd-exhibition dd span {
  margin-left: 1em;
}
/*DearSD _ Gallery*/
.dsd_pic_gallery {
  width: 100%;
  margin: calc(var(--rs) * 2) auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
  container-type: inline-size;
}
.dsd_pic_gallery > *	{ 
  width: min(48%, 14rem);
  margin: 1%;
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.2;
  text-align: center;
  position: relative;
  flex: 1 1 auto;
}
.dsd_pic_gallery > * img {
  margin-bottom: calc(var(--rs) * 0.5);
  filter: drop-shadow(0 5px 3px rgb(30 20 10 / 30%));
}
/*アイコン - 拡大 or 複数 */
ul.gallery_search-plus li a::after,
ul.gallery_carousel li a::after {
  content: "";
  color: #fff;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  text-shadow: 0 0 .5rem rgba(0, 0, 0, 0.3) , 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 4%;
  top: 4%;  
}
ul.gallery_search-plus li a::after {
  content: "\f00e"; /* 拡大アイコン */
}
ul.gallery_carousel li a::after {
  content: "\f24d"; /*複数アイコン*/
}
/*-------------------------------
 DSD-Event Detail - 当選通知
---------------------------------*/
.dsd-electedinfo {
  padding: 0.5em 2%;
  background: #fff;
  border-bottom: 2px solid #c83234;
  box-shadow: 0 2px 4px 1px rgb(0 0 0 / 50%);
  color: #c83234;
  font-size: calc(var(--fs) * 1.4);
  text-align: center;
}
.dsd-elected {
  padding: 0.5em 1em;
  margin-top: 1em;
  border: 2px solid #C50047;
  background: #fdf8f0;
}
.dsd-elected time {
  margin-top: 0.5em;
  color: #C50047;
  font-weight: bold;
}
.dsd-elected p {
  color: #000;
  line-height: 1.8;
}
.dsd-elected p b {
  width: 100%;
  padding: 0.25em 1em;
  margin: 0.5em 0;
  background: #fff;
  border: 1px solid #c7b18d;
  color: #C50047;
  font-size: calc(var(--fs) * 2);
  text-align: center;
  display: inline-block;
}
.dsd-elected .note-list {
  width: 100%;
  margin-top: 1em;
  font-size: calc(var(--fs) * 1.4);
}

/*-------------------------------
 Event Detail _ Common 里窓式移植
---------------------------------*/
#contsContainer {
  width: 100%;
  position: relative;
}
div#contsWrapper {
  width: min(100% , calc(var(--rs) * 96));
  margin: 0 auto;
  box-shadow: var(--bs-cmn);
  position: relative;
  z-index: 1;
}

.cntsInner {
  width: min(100%, 96rem);
  padding: calc(var(--rs) * 4) 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.cntsInner ~ .cntsInner {
  box-shadow: 0 0 0.5rem 0.1rem rgba(50,50,50,0.1);
}
/*content elements*/
.cntsFll {
  width: min(94%, 90rem);
  margin: calc(var(--rs) * 1) auto;
}
.cntsInner p,
.cntsInner dl,
.cntsInner ul {
  position: relative;
  z-index: 1;
}
.cntsInner p.text {
  width: min(94%, 90rem);
  margin: 1em auto 0;
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.epEyecatch {
  margin-top: calc(var(--fs) * -4);
}
.cntsInner > hr {
  width: 94%;
  border-top: .1rem solid #dcb;
  border-bottom: .1rem solid #fff;
  margin: calc(var(--rs) * 4) auto;
}
.figure-note {
  padding: 0.5em 2% 0;
  font-size: calc(var(--fs) * 1.2);
  text-align: right;
}
ul.note-list > li {
  padding-left: 1em;
  margin-top: 0.2em;
  margin-bottom: 0;
  text-indent: -1em;
  line-height: 1.4;
  font-size: calc(var(--fs) * 1.4);
}
ul.note-list > li > * {
  text-indent: 0;
}
/*hanbai list*/
.hanbai-tbl {
  width: min(calc(94% - 6px), 88rem);
  padding: calc(var(--fs) * 1);
  margin: calc(var(--rs) * 1) auto calc(var(--rs) * 2 + 6px);
  background: #fff;
  background: rgb(255 255 255 / 90%);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #8a7569, 0 0 0 1px #8a7569 inset, 0 2px 0.4px 0 rgba(50 50 50 / 40%);
  font-size: calc(var(--fs) * 1.6);
  position: relative;
}
.hanbai-tbl tr:not(:last-child) td {
  border-bottom: 1px solid #8a7569;
}
.hanbai-tbl td {
  padding: 1em 0.5em;
  line-height: 1.3;
  vertical-align: middle;
}
.tbl-set b {
  display: inline-block;
}
.tbl-set b::before {
  content: "\0025cf";
  margin-right: 0.5em;
  color: var(--c-green-1);
  font-size: 50%;
  position: relative;
  top: -0.25em;
}
.tbl-set span {
  margin: 0 1em;
  font-size: calc(var(--fs) * 1.2);
  display: inline-block;
}
.tbl-price {
  white-space: nowrap;
}
.tbl-price small {
  font-size: calc(var(--fs) * 1.2);
}
/*-------------------------------
 Event Detail - 見出し＆テキスト
---------------------------------*/
.titEP {
  font-size: calc(var(--fs) * 1.6 + var(--rs) * 1.6);
  padding-left: 0;
  text-indent: 0;
  font-weight: 700;
  margin: 0 1.5vw .5em;
  padding: var(--rs) 1.5vw 1rem;
  color: var(--color-main);
  line-height: 1.25;
  text-align: left;
  position: relative;
}
/*.titEP::after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  display: inline-block;
  width: 5em;
  height: .5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(234, 201, 102, 0.5);
}*/
.dtl-info__text {
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.6;
  margin: calc(var(--rs) * 1) 0;
}
.dtl-info__tit {
  padding: calc(var(--rs) * 1);
  margin: 0 0 calc(var(--fs) * 1);
  background: var(--c-brw01);
  color: #fff;
  font-size: calc(var(--fs) * 2);
  display: block;
  text-align: center;
  font-weight: inherit;
}
.dtl-info__tit ~ .dtl-info__tit {
  margin-top: calc(var(--rs) * 4);
}
.dtl-info__dt {
  background: var(--c-brw01);
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-right: .8em;
  vertical-align: middle;
}
.dtl-info__dd {
  background: var(--color-white);
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-left: -.8em;
  vertical-align: middle;
}
/*-------------------------------
 Event Detail - ご購入・お迎え方法
---------------------------------*/
dl.dtl {
  width: min(94%, 94rem);
  margin: calc(var(--fs) * 1) auto;
  position: relative;
  font-size: calc(var(--fs) * 1.7);
  z-index: 10;
}
:is(.txtBox, p.text,dl.dtl) + dl.dtl {
    margin-top: calc(var(--fs) * 2);
}
dl.dtl + dl.dtl,
.txtBox + dl.dtl {
  margin-top: calc(var(--fs) * 2);
}
dl.dtl > dt {
  padding: calc(var(--rs) * 0.5) calc(var(--rs) * 2);
  margin: 0 0 1rem;
  background: var(--c-brw01);
  color: #fff;
  display: inline-block;
}
dl.dtl > dt.bgc-green{
  background: var(--c-green-1);
}
dl.dtl > dt.bgc-red{
  background: var(--c-red-1);
}
dl.dtl > dt.fll {
  display: block;
  text-align: center;
}
dl.dtl > dd {
  width: 94%;
  margin: 0 auto;
  line-height: 1.6;
}
dl.dtl > dd span,
dl.dtl > dd span > small {
  margin-top: 0.5em;
  font-weight: normal;
  line-height: 1.3;
  text-indent: 0;
  display: inline-block;
}
dl.dtl > dd + dt {
  margin-top: calc(var(--fs) * 2);
}
dl.dtl > dd + dd {
  margin-top: 1rem;
}
dl.dtl > dd em {
  font-weight: bold;
}
dl.dtl > dd .note {
  width: 100%;
}
/*Event Detail _ 注意点
-----------------------------*/
.cntsInner ul.note {
}
.cntsInner dl.dtl + ul.note {
  margin-top: calc(var(--rs) * 2);
}
.cntsInner ul.note li {
  text-indent: -1em;
  padding-left: 1em;
}
.note {
  width: min(94%, 90rem);
  padding: 0;
  margin: calc(var(--rs) * 1) auto;
  font-size: calc(var(--fs) * 1.4);
  text-align: left;
  position: relative;
}
.note > * {
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
}
.note > * + * {
  margin-top: 0.5em;
}
.exclamation-triangle::before{
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5em;
  }


/*Event Detail _ 枠付き白ボックス
  -----------------------------*/
.txtBox {
  width: min(calc(94% - 6px), 88rem);
  padding: calc(var(--rs) * 1) calc(var(--rs) * 2);
  margin: calc(var(--rs) * 1) auto;
  background: #fff;
  background: rgb(255 255 255 / 95%);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #8a7569, 0 0 0 1px #8a7569 inset, 0 2px .4px 0 rgba(50 50 50 / 40%);
  position: relative;
}
.text + .txtBox {
  margin-top: calc(var(--rs) * 2);
}
div.txtBox > dl {
  padding: calc(var(--rs) * 1);
}
div.txtBox > dl em {
  font-size: calc(var(--fs) * 1.8);
}
div.txtBox > dl > dt {
  font-size: calc(var(--fs) * 1.7);
}
div.txtBox > dl > dt.bgBlwn {
  padding: calc(var(--fs) * 0.8) calc(var(--fs) * 0.5);
  background: #876;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
div.txtBox > dl > dd {
  font-size: calc(var(--fs) * 1.5);
}
div.txtBox > dl > dd:not(last-og-type) {
  margin-bottom: calc(var(--fs) * 0.5);
}
div.txtBox > dl > dd.note {
  padding: 0 1em;
  text-indent: -1em;
  font-size: calc(var(--fs) * 1.4);
}
div.txtBox > dl > dd .list-th {
  display: table-cell;
  white-space: nowrap;
}
div.txtBox > dl > dd .list-td {
  display: table-cell;
}
div.txtBox > h4 {
  font-size: calc(var(--fs) * 1.2);
  padding: calc(var(--fs) * 0.5) calc(var(--fs) * 1);
}
div.txtBox > p {
  font-size: calc(var(--fs) * 1.5);
}
div.txtBox > p b {
  font-size: calc(var(--fs) * 1.7);
  display: inline-block;
}
div.txtBox table {
  margin: 0;
}
div.txtBox table caption {
  width: 100%;
  padding: calc(var(--fs) * 0.5) calc(var(--fs) * 1);
  margin-bottom: calc(var(--fs) * 0.5);
  background: #fed1d1;
  font-size: calc(var(--fs) * 1.7);
}
div.txtBox table th, div.txtBox table td {
  padding: calc(var(--fs) * 0.5) calc(var(--fs) * 1);
}
div.txtBox table th {
  white-space: nowrap;
}
div.txtBox table td::before {
  content: "：";
  margin-left: -1em;
}
div.txtBox > hr {
  padding: calc(var(--rs) * 0.5) 0;
  width: 95%;
}
/*Event Detail _ flex Column
    -----------------------------*/
.flex_clm_change {
  width: min(100%, 92rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-box-pack: justify;
}
.clm_10 {
  width: 10%;
}
.clm_20 {
  width: 20%;
}
.clm_30 {
  width: 30%;
}
.clm_40 {
  width: 40%;
}
.clm_50 {
  width: 50%;
}
.clm_60 {
  width: 60%;
}
.clm_70 {
  width: 70%;
}
.clm_80 {
  width: 80%;
}
.clm_90 {
  width: 90%;
}
.TxtArea, .PicArea {
  position: relative;
}
.flex_clm_change div.TxtArea {
  padding: 0 1%;
  margin: 0 auto calc(var(--rs) * 1);
  text-align: left;
}
.flex_clm_change div.TxtArea > .text{
  padding: 0;
  margin: 0.5em auto;
}
.flex_clm_change div.PicArea {
  text-align: center;
}
.flex_clm_change div.PicArea img.ThumPic {
  max-width: 100%;
  box-shadow: .1rem .1rem .5rem 0 rgba(50, 50, 50, 0.4);
}
.flex_clm_change div.txtBox {

}
.flex_clm_change.flex_re {
  flex-direction: row-reverse;
}
.flex_clm_change.flex_re div.TxtArea {
  padding-left: 1vw;
}
@media screen and (min-width:960px) {
  .flex_clm_change div.PicArea {
    padding-top: 1em;
  }
}
@media screen and (max-width:960px) {
  .flex_clm_change div.TxtArea > .text:empty {
    padding: 0;
  }
  .flex_clm_change {
    flex-direction: column;
  }
  .flex_clm_change.flex_re {
    flex-direction: column;
  }
  .clm_10,.clm_20,.clm_30,.clm_40,.clm_50,.clm_60,.clm_70,.clm_80,.clm_90 {
    width: 100%;
    margin: calc(var(--rs) * 1) auto;
  }
  .flex_clm_change div.PicArea {
    width: 100%;
  }
  .flex_clm_change div.PicArea img.ThumPic {
    box-shadow: none;
  }
  .flex_clm_change div.TxtArea,
  .flex_clm_change.flex_re div.TxtArea {
    padding-left: 0;
    margin-top: calc(var(--fs) * 1);
  }
}
/*-------------------------------
 Event Detail - ANGEL'S DEPT.
---------------------------------*/
.ad_info {
  width: 94%;
  margin: calc(var(--rs) * 2) auto;
  padding: calc(var(--rs) * 2);
  background: rgb(255 255 255 / 60%);
  box-shadow: 0 2px 3px 0 rgb(50 50 50 / 50%);
  position: relative;
}
.ad-point {
  width: min(96%, 48rem);
  padding: 0.5em 1em;;
  margin: 0 auto;
  background: rgb(255 255 255 / 80%);
  border: 1px solid var(--c-brw-2);
  font-size: calc(var(--fs) * 1.5);
}
.ad-point li {
  padding-left: 1em;
  margin: 0.5em 0;
  margin-right: 1em;
  text-indent: -1em;
  line-height: 1.3;
  text-align: left;
}
.ad-point li::before {
  content: "\0025cf";
  margin-right: 0.25em;
  color: var(--c-brw-2);
  font-size: 87.5%;
}
/*クリスマス Present Box 販売*/
.ad-box-wrap {
  width: min(96%, 48rem);
  padding: calc(var(--rs) * 1);
  margin: calc(var(--fs) * 2) auto;
  background: rgb(255 255 255 / 80%);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px  #8a7569, 0 0 0 1px #8a7569 inset, 0 2px 4px  rgb(50 50 50 / 40%);
  position: relative;
}
/* クリスマス Present Box セット内容 */
.ad-box-set caption:not(:empty) {
  padding: calc(var(--rs) * 1);
  margin-bottom: calc(var(--fs) * 1);
  background: #52362f;
  color: #fff;
  font-size: calc(var(--fs) * 1.8);
}
.ad-box-set{
  width: 100%;
  border-collapse: separate;
  border-spacing: calc(var(--fs) * 1);
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.3;
}
.ad-box-set th{
  font-weight: bold;
  white-space: nowrap;
}
.ad-box-set th::after {
  content: ":";
  margin: 0 0.25em;
}
.ad-box-set td{
  width: 90%;
}
.bg-ad {
  background: linear-gradient(to bottom,hsla(50.4, 100%, 95%, 0),hsla(56.5, 100%, 86.5%, 0.5));
	backdrop-filter: blur(1px);
}
.bg-etc {
  background: linear-gradient(to bottom,hsla(50, 100%, 95%, 0.5),hsla(40, 100%, 66.0%, 0.08));
	padding: 0;
}

/*-------------------------------
 Event Detail - ANGEL'S DEPT. クレバーペーパー
---------------------------------*/
.cleverpaper-cont {
  margin: 1em auto 0;
  text-align: center;
}
.cleverpaper-dscrp {
  width: fit-content;
  padding: 0.5em 1em;
  margin: calc(var(--rs) * -1.2) 5% 1em auto;
  background: #deccb9;
  box-shadow: 1px 1px 3px rgb(50 50 50 / 50%);
  font-size: calc(var(--fs) * 1.5);
  text-align: left;
  position: relative;
  z-index: 1;
}
/*-------------------------------
 Event Detail - ホワイトデープレゼント
---------------------------------*/
.bg-present {
	background: hsla(0, 0%, 100%, 0.5);
}

/*里窓式移植ここまで*/

/*-------------------------------
 店舗一覧
---------------------------------*/
.card-blog-shop__wrap {
  max-width: var(--width-site);
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0.5rem;
}
.card-blog-shop__wrap > * {
  background: var(--color-white);
  box-shadow: var(--bs-cmn);
  margin: calc(var(--rs) * 1.0);
}
.card-blog-shop__wrap > *:not([class]) {
  width: calc(var(--col3) - (var(--rs) * 2.0));
}
.card-blog-shop__wrap > .card-shop__sp {
  width: calc(100% / 2 - (var(--rs) * 2.0));
}


.card-blog-shop__title	{ 
	width: 100%;
	background: transparent;
	color: var(--color-black);
	font-size: calc(var(--fs) * 1.5);
	font-weight: bold;
  padding: 0.5rem calc(var(--rs) * 1.0);
	text-overflow: clip;
	overflow: visible;
	white-space: normal;
}
.card-blog-shop__data .card__time	{
	font-size: 1rem;
	display: none;
}

.card__label	{
	padding: 0.4em 1rem;
  font-size: calc(var(--fs) * 1.4);
}
.label--shop	{
	display: none;
}

.label--entFst	{
	background-color: #CEFF93;
	color: var(--color-black);
}
.label--entLot	{
	background-color: #A6F3FF;
	color: var(--color-black);
}
.label--entPre	{
	background-color: #ececec;
	color: #777;
  display: none;
}

.shop-selling-itm {
	justify-content: flex-start;
	align-items: center;
	cursor: default;
	text-align: right;
	border-top: .1rem dotted #ccc;
	border-bottom: .1rem solid #ccc;
	margin-top: .6rem;
	padding: .5em calc(var(--rs) * 1.0);
	font-size: calc(var(--fs) * 1.2);
  display: none;/*今回全店舗同じなので表示無し*/
}
.shop-selling-itm > span	{
  margin-right: 0.3rem !important;
  margin-left: 0 !important;
}
.shop-selling-itm > small {
    font-size: calc(var(--fs) * 1.1);
}

.selling-itm-cap	{
	color: #6C6C6C;
}
.selling-itm-cap::after	{
	content: ":";
}
.label--selling-itm	{
	color: #fff;
	/*padding: 0.4rem 0.5rem !important;*/
	padding: 0;
	width: 3em;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 6em;
	display: inline-block;
	text-align: center;
	font-size: calc(var(--fs) * 1.2);/*SP*/
}
.label--itmSD	{
	background-color: rgb(239, 133, 140);
}
.label--itmDD	{
	background-color: rgb(246, 173, 60);
}
.card-blog-shop > li > a 	{
	display: block;
}
.card-blog-shop__thumb {
  position: relative;
  max-height: none;
}
.card-blog-shop__thumb > img {
	min-height: auto;
  aspect-ratio: 3/2;
}

/* ブログリンク準備中 */
.card-blog-shop__wrap > li > a.pre 	{
	color: var(--color-text-base);
	pointer-events: none;
	cursor: default;
}
.pre .card-blog-shop__thumb	{
	opacity: .5;
}
.pre .card-blog-shop__title	{
	color: #888;
}
.card-blog-shop__wrap > li > a:hover {
  text-decoration: none;
}
/* ブログリンクボタン（日本語のみ） */
.card-blog-shop__wrap > li > a.pre::after,
.card-blog-shop__wrap > li > a:not([class])::after {
	content: "店舗情報を見る";
	/*content: "参加方法のご案内";*/
	display: block;
	padding: 1rem;
	margin: 1rem 1rem;
	font-size: calc(var(--fs) * 1.5);
	font-weight: bold;
	text-align: center;
	background: #f6ecec;
	color: var(--color-link-cmn);
	border-radius: .5rem;
}
.card-blog-shop__wrap > li > a.pre::after {
	filter: grayscale(100%);
	color: #aaa;
	content: "参加方法（準備中）";
}
.card-blog-shop__wrap > li > a:hover::after {
	filter: saturate(200%) hue-rotate(-20deg) opacity(75%) brightness(1.02);
}

/* =================== TB START =================== */
@media (min-width: 560px) {

/*-------------------------------
 個別背景
---------------------------------*//* TB */	
.bg_content01::after	{
	background-size: auto;
}
/*-------------------------------
 表示切替
---------------------------------*//*TB*/
  br.br-on {
    display: none;
  }
/*-------------------------------
 レイアウト
---------------------------------*//*TB*/

/*-------------------------------
 コンテンツ名
---------------------------------*//*TB*/
}
/* dollfie-common-style.css の上書き */
@media (min-width: 835px) {
/* メインとヘッダーイメージは最大1920pxまで */	
.event-main-img,
.event-titlebar {
	max-width: 192rem;
	margin-left: auto;
	margin-right: auto;
	}
.event-main-img.fair-top > img ,
.event-main-img > img,
.event-main-img > a > img,
.event-titlebar > img,
.event-titlebar > a > img	
		{
	/*伸縮無し*/
	position: relative;
	width: 192rem;
	left: 50%;
	margin-left: -96rem;
	}
}
/* ==================== TB END ==================== */
/* =================== PC START =================== */
@media (min-width: 960px) {
/*-------------------------------
 表示切替
---------------------------------*//*PC*/


/*-------------------------------
 コンテンツ名
---------------------------------*//*PC*/

}
/* ==================== SP END ==================== */


/*-------------------------------
 ポップアップモーダル上書き
---------------------------------*/
/* magnificPopup */
.mfp-title {
  font-size: var(--fs-l) !important;
}
.mfp-counter {
  font-size: var(--fs-s) !important;
}
/*ポップアップ インライン用*/
.popup-inline-box {
	position: relative;
	margin: 5px auto;
	width: min(100%, var(--width-cont));
	background: #fff;
	padding: calc(var(--rs) * 2.0);
}
.popup-inline-box h1, .popup-inline-box h2, .popup-inline-box h3, .popup-inline-box h4, .popup-inline-box h5, .popup-inline-box h6 {
  font-weight: normal;
  font-size: var(--fs-xl);
  margin: 0 0 1rem;
}
.popup-inline-box .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.popup-inline-box .image {
	margin-bottom: calc(var(--rs) * 1.0);
}
.popup-inline-box .image {
  text-align: center;
}
.popup-inline-box .popup-modal-dismiss  {
  text-align: right;
}
.popup-inline-box .popup-modal-dismiss a {
	display: inline-block;
	margin-right: auto;
	text-align: right;
	padding: .5em 0 0 1em;
	margin-top: 3em;
	color: #333333;
	font-size: calc(var(--fs) * 1.2);
	border-radius: .5rem;
	opacity: 0.8;
	cursor: pointer;
}