@charset "utf-8";
@import "/assets/css/zzz_cookiebanner_hidden.css";
/* CSS Document  | Original-CSC_SDM10th-2407 */
/* Format :Mobile First Index */
html {
	font-size: 62.5%;
  background-color: #F4F0ED;
}
:root {
	--height-hdr: 5.5rem;/*7rem*/
	--width-hero: 120rem;
    --color-link-cmn-hover: #B4821A;
  --ff-mincho: "Shippori Mincho", "Noto Sans JP", sans-serif, "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  /*--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;
  /*--ff-zenmaruG: "Zen Maru Gothic", "Noto Sans JP","sans-serif";*/
	}

/**/
/*SP 320〜767px*/
/*TB 767〜959px*/
/*PC 960px以上*/

/*-------------------------------
  Overwrite for CSD_style.css
---------------------------------*/
/*.link-text__deco--more	{
}*/
.link-text__deco--more:hover  {}
.link-text__deco--more:hover::after  {
  border-color: inherit;
}
.link-text__deco--more::after	{
	border-top-color: inherit;
	border-right-color: inherit; 
}

/*-------------------------------
 表示切替
---------------------------------*/
/*画像*/
.view--pc_tb,
.view--pc,
.view--tb { display:none !important; }
.view--tb_sp,
.view--sp { display:inline-block !important; }

/*改行*/
.sp_br-off	{ display:none;} /* PC:改行なし */
.sp_br-on	{ all: initial;} /* PC:改行あり */
/*Common改行*/
.sp-on { display: block;}
.br-on { display: none;}

/*文字サイズ特殊*/
.fs--title-S	{ 
	font-size: var(--fs-xl);
}
.fs--title-M	{ 
	font-size: calc(var(--fs-l) * 1.5); /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 1.6667))), 2.4rem);/* 20px~24pxで可変*/
} 
.fs--title-L	{ 
	font-size: calc(var(--fs-l) * 1.5); /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: min(max(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 2.5))), 3rem);/* 24px~30pxで可変*/
}
.fs--title-LL	{ 
	font-size: 3.0rem; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: min(max(3rem, calc(3rem + ((1vw - 0.32rem) * 2.5))), 3.6rem);/* 30px~36pxで可変*/
}
.fs--title-XL	{ 
	font-size: 3.0rem; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: min(max(3rem, calc(3rem + ((1vw - 0.32rem) * 2.5))), 3.6rem);/* 30px~36pxで可変*/
}
.fs--normal    { font-weight: normal; font-style: normal;}
/*PC-only center*/
.ta-c--pc  {
  text-align: left;
}


/* TB */
@media screen and (min-width :767px) {
  /*html { font-size: 62.5%;}*/
	/*改行*/
	.sp_br-off	{ all: initial;} /* PC:改行あり SF:改行なし */
	.sp_br-on	{ display:none;} /* PC:改行なし SF:改行あり */
	/*画像*/
	.view--pc { display:none !important; }
	.view--tb { display:inline-block !important; }
	.view--pc_tb { display:inline-block !important; }
	.view--tb_sp { display:inline-block !important; }
	.view--sp { display:none !important; }
	/*文字サイズ特殊*/
	.fs--title-S	{ font-size: 2.0rem;}
	.fs--title-M	{ font-size: 3.0rem;}
	.fs--title-L	{ font-size: 4.0rem;}
	.fs--title-LL	{ font-size: 4.5rem;}
	.fs--title-XL	{ font-size: 5.2rem;}

}/* TB */
/* PC */
@media screen and (min-width :835px) {/*960px*/
	
	/*画像*/
	.view--pc_tb { display:inline-block !important; }
	.view--pc { display:inline-block !important; }
	.view--tb_sp { display:none !important; }
	.view--tb { display:none !important; }
	.view--sp { display:none !important; }
	/*Common改行*/
	.sp-on { display: none;}
	.br-on { display: block;}
  /*PC-only center*/
  .ta-c--pc  {
    text-align: center;
  }

}/* PC */


/* =================== SP-ALL START =================== */

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color:#5f3140;
	font-size: var(--fs-m);
}


/*-------------------------------
 Base _ Link
---------------------------------*/
a			{ text-decoration:none; color: var(--color-link-cmn); }
/*a:visited 	{ color:#CB848A;}*/
a:hover,
a:active 	{ text-decoration:underline; /*filter: brightness(110%);*/ opacity: 0.75; transition : all .2s; /* Animation Effect */}
a:focus, *:focus	{ outline:none; }
a:hover	{ color: var(--color-link-cmn-hover);}

/*-------------------------------
 Base _ Font_parts
---------------------------------*/
h1,h2,h3,h4,h5,h6,ul,ol,dl,caption,th,td,p { line-height: 1.5;}

/* Text */
strong { font-size: 115%;}
em { font-size: 108%; font-style: normal;font-weight:inherit;}
small { font-size: 85%; font-weight:inherit;}

.text--bold { font-weight: bold;}
.text--strong { font-weight: bold; font-size: 115%;}
.text--em { font-size: 108%;}
.text--reset {
	font-weight: normal;
	font-size: 100%;
}

/* Text */
.ta-l	{ text-align:left;}
.ta-c	{ text-align:center;}
.ta-r	{ text-align:right;}

.txtl	{ text-align: left !important;}
.txtc	{ text-align: center !important;}
.txtr	{ text-align: right !important;}

/* Font_Size */
.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);}

.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: 135%;}	/*150%:x-large*/
.fs--xx-large	{ font-size: xx-large;}	/*200%*/


.mark-reg 	{ 
	content: "";
	width: 1.2em;height: 1em;
	font: normal normal normal .5em/1 "Font Awesome 5 Free" !important;
	display: inline-block;
	text-indent: 0 !important;
}
.mark-reg::before{
	content: "\f25d";
	vertical-align: text-top;
}
.fa, .fab, .fal, .far, .fas {
	text-indent: 0  !important;
}

/* Font Color */
.red	{ color: #FF3365;}
.red_d	{ color: #cc0033;}
.yellow	{ color: #ffff00;}
.white	{ color: #ffffff;}
.gray	{ color: #999999;}
.black	{ color: #111111;}
.white  { color: #fff;}
.white_d  { color: #ECDED5;}
.gold	{ color: #C0974D;}
.dark_olive	{ color: #393C1F;}
.tc-brwn	{ color: var(--color-main);}
.tc-bronze	{ color: #7E5C51;}
.tc-org  {color: #df8551;}
.tc-rose  {color: #C54950;}
.tc-pink {color: #CE6E76;}
.tc-nmrlnk	{color: #0060DF;}
.tc-unqlnk	{color: #9a6c00;}
.tc-cplnk	{color: #78162C;}
.tc-inport	{color: #E62844;}
/*Text Shadow*/
.ts-base { text-shadow: 0 0 0.3rem rgb(249 228 237), 0 0 0.3rem rgb(249 228 237), 0 0 0.3rem rgb(249 228 237), 0 0 0.3rem rgb(249 228 237), 0 0 0.5em rgb(249 228 237), 0 0 0.5em rgb(249 228 237), 0 0 0.5em rgb(249 228 237);}
.ts-wht { text-shadow: 0 0 0.3rem rgb(255 255 255), 0 0 0.3rem rgb(255 255 255), 0 0 0.3rem rgb(255 255 255), 0 0 0.3rem rgb(255 255 255), 0 0 0.5em rgb(255 255 255), 0 0 0.5em rgb(255 255 255), 0 0 0.5em rgb(255 255 255);}



/*<span.keisen> = ──*/
.keisen	{
	/*text-decoration:line-through;*/
	display: inline-block;
	margin-left: .2em;
	margin-right: .2em;
	letter-spacing: -.2rem;
	font-weight: normal !important;
}

/* 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%, #f6ebae 60%);
}
.marker_yellow	{
background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* Font Family */
.fnt_SawarabiMincho { font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif /*'Sawarabi Mincho', sans-serif; transform: rotate(.03deg)*/;}
.fnt_LibreBaskerville { font-family: 'Libre Baskerville', serif; }
.fnt_Jomolhari { font-family: 'Jomolhari', serif;}
.wf-hannari { font-family: "Hannari"; }


/* Text Layout */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}
del	{ color:#999\9;/*IE8*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	text-decoration: line-through;
	}
sup	{ bottom: .5ex; }
sub { top: .5ex; }


/*-------------------------------
 Base _ placement
---------------------------------*/
/* 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;}
		
/*-------------------------------
 Base _ image
---------------------------------*/
img {
	max-width:100%;
	height:auto;
  max-height: none;/*Overwrite for CSD_style.css*/
	vertical-align: middle;
}
/* Image Position */
	img.img_abslt { position:absolute;} /* 位置は直接タグへ指定 */

/*-------------------------------
 Bace _ Common Layout
---------------------------------*/
/* Full width Container */
	#header,
	#Menu,
	#MenuLcl,
	.container,
	#footer	{ width:100%; position:relative;}

section,
.contents	{
  /*Overwrite for CSD_style.css*//*start*/
  padding: initial;
  max-width: 100%;
  margin: initial;
  /*end*/
	width: 100%;
	position:relative;
	overflow:hidden;
	text-align: center;
  z-index: 1;
}
.cont-wrapper {
  max-width: var(--width-cont);
	margin-left: auto;
	margin-right: auto;
  position: relative;
  overflow: hidden;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;*/
}

.container {
  max-width: var(--width-cont);
	margin-left: auto;
	margin-right: auto;
  position: relative;
  /*Overwrite for CSD_style.css*//*start*/
    margin-top: 0;
    margin-bottom: 0;
	}

.inner	{
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
.flex_container {
	display: flex;
	justify-content: center;
}
.flex_container--wrap {
	display: flex;
	flex-wrap: wrap;
}

.dno,
.nodsp {
	display: none !important;
}
.dbk {
	display: block;
}

/*WOVN＆美しい改行対策*/
.text-dbk {
  display: block;
}
.text-inline-block {
  display: inline-block;
  vertical-align: middle;
}
.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;
}



/*-------------------------------
 Bace _ Common Background
---------------------------------*/
.bg_scroll_sp2508	{
  position: relative;
}
.bg_scroll_sp2508::after	{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(/sd/special/harajukumemories/image/ct2204_bg_ptn03.jpg) 50% 0% / contain repeat;
}

/*-------------------------------
 Bace _ Common Parts
---------------------------------*/
/*Title*/
.tit--dec01	{
  position: relative;
	font-size: calc(var(--fs) * 2.0 + var(--rs) * 2.0);
	margin: 0 auto 1em;
	padding: 1rem 0;
	text-align: center;
  font-family: var(--ff-mincho);
  font-weight: 900;
  color: #7E5C51;
  text-shadow: 1px 1px 1px #fcfbf5, 0 1px 1px #fcfbf5, 0 0 3px #fcfbf5, 0 1px 5px #fcfbf5, 1px 1px 0px #fcfbf5;
  filter: drop-shadow(0px 0 1rem #fcfbf5) drop-shadow(0px 0 1em #fcfbf5);
}
.tit-small-en	{
	font-size: min(50%, 14px);
	letter-spacing: .05em;
	filter: brightness(1.1) opacity(.8);
	padding: .5rem;
	display: block;
}
.tit--dec01::before {
	content: "";
	background: linear-gradient(to right, #DDBD90 0%,#bb9666 50%,#DDBD90 100%);
	width: 10rem;
	height: .4rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 5rem);
}
/*タイトル装飾 border-left*/
.tit--dec02	{
	/*font-size: calc(var(--fs-xxl) + .15vw);*/
  font-size: calc(var(--fs) * 2.4);
	margin-left:0.5em;/*装飾分幅*/
	padding: 0.5em 0;
	text-align: left;
	line-height: 1.4;
	position: relative;
	}
.tit--dec02::before	{
  content: "";
  width: 0.5em;
  height: 1.5em;
  background: #C9A493;
  display: inline-block;
  margin: 0 0.5em 0 -0.5em;
  vertical-align: -0.4em;
  line-height: 120%;
  }
.tit--dec02 > a {
  color: var(--color-link-cmn);
}


/*タイトル装飾 帯白抜き*/
.tit--dec03 {
	background: #D9BDAE;
	color: var(--color-main);
	padding: 1em 1rem;
	position: relative;
	margin-bottom: 1em;
  font-family: var(--ff-mincho);
  
}
.tit--dec03::before, .tit--dec03::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	height: .1rem;
	background: #fff;
}
.tit--dec03::before {top:.4rem;}
.tit--dec03::after {bottom:.4rem;}

/*タイトル装飾 帯白抜き*/
.tit--dec04 {
  background: #7F5D53;
  color: #fff;
  padding: 1em 1rem;
  position: relative;
}
.tit--dec05 {
  color: #7E5C51;
  line-height: 1;
  font-weight: 400;
  font-size: calc(var(--fs) * 1.4 + var(--rs) * 0.6);
  display: flex;
  align-items: center;
  margin: 2em auto 1em;
  max-width: 92rem;
}
.tit--dec05::before {
  content: "";
  display: inline-block;
  margin-right: .5rem;
  width: 1.5em;
  aspect-ratio: 5/6;
  background: url(/sd/special/harajukumemories/image/ct2508_pt_star-brw.png) 0% 50% / contain no-repeat;
  filter: hue-rotate(30deg) saturate(200%) brightness(120%);
}
.tit--dec05::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #E6DED3;
  margin-left: 1.6rem;
}
.tit--dec05 em {
  font-family: var(--ff-mincho);
  font-weight: 600;
  backdrop-filter: blur(1px);
}

/*タイトル テキスト下にボーダー*/
.dec-border-inside	{
	line-height: 0em;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.dec-border-inside::after	{
	content: "";
	height: 1px;
	display: inline-block;
	/*border-top: 1px solid rgba(222, 222, 222, 0.3);*/
	width: 90rem;
	max-width: 80%;
}

/**/
.card__tit {
  line-height: 1.8;
}
.card__tit-sub {
	font-size: calc(var(--fs) * 1.2);
	line-height: 1.3;
	display: inline-block;
	filter: grayscale(.2) opacity(.8);
}

/*Read*/
.txt--read	{	line-height: 1.6; margin-bottom:1em; padding: 0 1.5rem; }

/*Note*/
.list_text {}
.list_text li{
  padding:0.1em 0 0.1em 1em;
  margin: 0.5em auto;
  line-height: 1.3;
  text-indent:-1em;
}
.note-list	{
	padding:0.5rem 0;
	margin-left: auto;
	margin-right: auto;
	}
	.note-list li	{ padding-left:1em; text-indent:-1em; line-height:1.4;}
	.note-list li ~ li	{ margin-top:0.5em;}
  .note-list li > * {
    text-indent: 0;
  }
.note-list .note-list {
	opacity: .92;
	margin-top: 0;
  margin-bottom: 0 !important;
}

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;
}
.tango-list > li	{
	padding-right: 1em;
}

li.note-list--lsttitle::before {
	content: none !important;
}

/*関連リンク2カラム*/
.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.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rerated-link__banner {
  max-width: 50%;
}
.rerated-link__text {
  margin: 0 auto;
  padding: .5rem 1rem;
  line-height: 1.6;
}
.rerated-link.pre {
  pointer-events: none;
  cursor: default;
  color: #666;
}

.rerated-link.flex-columns-sp {
  flex-wrap: wrap;
}
.flex-columns-sp > .rerated-link__banner,
.flex-columns-sp > .rerated-link__text {
  max-width: var(--col2);
}
/*-------------------------------
 Link Button
---------------------------------*/
.btn-more {
	position: relative;
	z-index: 2;
	width: min(90%, 60rem);
	margin: 0 auto calc(var(--rs) * 2.0);
	padding: 0 1rem;
}
.btn-more > a,
.btn-more button {
	max-width: 44rem;
	content: "More";
	font-weight: normal;
	font-size: calc(var(--fs) * 1.5);
	color: #fff;
	width: 100%;
	margin: 1em auto;
  padding: 1.5em;
	border-radius: 30rem;
	background: var(--color-link-cmn);
	/*box-shadow: 0 .8rem 1rem -.4rem rgba(0, 0, 0, 0.4);*/
  display: inline-block;
  border: none;
  cursor: pointer;
}
.btn-more > a:hover 	{
  text-decoration: none;
  background: var(--color-link-cmn-hover);
  opacity: 1;
}
/*-------------------------------
 Store Link
---------------------------------*/
/*link button*/
.link-btn-container {
  width: 92%;
  padding: calc(var(--rs) * 1) 0;
  margin: calc(var(--rs) * 1) auto ;
  text-align: center;
  position: relative;
}
.link-btn-container .btn-more {
  width: min(100%, 64rem);
}
a.link-ec-btn {
  width: min(94%, 72rem);
  padding: 1.5em 0.5em;
  margin: 0 auto;
  background: var(--color-link-cmn);
  border-radius: 30rem;
  color: #fff;
  font-size: calc(var(--fs) * 1.6);
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
}
a.link-ec-btn:is(.pre, .end) {
  background: #333;
  color: #777;
}
a.link-ec-btn:is(.pre, .end) > i {
  visibility: hidden;  
}
a.link-ec-btn:is(.pre, .end)::after {
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 1px 5px rgb(0 0 0 / 80%);
  position: absolute;
  left: 0;
  bottom: 0.25em;  
}
a.link-ec-btn.pre {
  pointer-events: none;
}
a.link-ec-btn.pre::after {
  content: "準備中";
}
a.link-ec-btn.end::after {
  content: "受付終了";
  color: #f70068;
  text-shadow: 0 1px 5px rgb(0 0 0 / 50%);
}
.link-ec-btn:hover {
  text-decoration: none;
  opacity: 1;
  background: var(--color-link-cmn-hover);
}

.link-text__deco--blank::after {
  content: url("/assets/image/icons/ic_blank_color666.png");
  vertical-align: middle;
  margin-left: .5em;
}
.white.link-text__deco--blank::after {
  content: url("/assets/image/icons/blank_ic01_alf05.png");
  vertical-align: middle;
  margin-left: .5em;
}

/* TB *//* Store Link */
@media screen and (min-width :768px) {
	a.link__btn--ols,
	.link__btn--closed {
		max-width: 80%;
	}
}

/* PC *//* Store Link */
@media screen and (min-width :960px) {
	a.link__btn--ols,
	.link__btn--closed{
		max-width: 50%;
	}
}

/*-------------------------------
 Info:アンカーリンクボタン
---------------------------------*//* SP-ALL */
/*in page anchor link*/
.anchorlink-container {
  padding: calc(var(--fs) * 1) 2%;
  background: #fff;
  position: relative;
}
.anchorlink-list {
	width: min(96%, 72rem);
	margin: calc(var(--fs) * 1.5) auto;
	font-size: calc(var(--fs) * 1.5);
	text-align: left;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1em;
}
.anchorlink-list li {
	padding: calc(var(--rs) * 1.0);
	text-align: center;
	max-width: 36rem;
}
.anchorlink-prdct li {
  padding-left: 1.5em;
  padding-right: 0.5em;
}
.anchorlink-list a {
	display: inline-block;
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 0.5rem 1.5em 0.5rem 1.2em;
}
.anchorlink-list a:hover {
  opacity: 1;
  text-decoration: none;
}


/*-------------------------------
 Link Anchor
---------------------------------*/
.anchor-link {
	display: block;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: calc(-1 * var(--height-hdr));
	width: 1px;
	z-index: -1;
}
.anchor-inner {
	display: block;
	height:var(--height-hdr);
	margin-top: calc(-1 * var(--height-hdr));
	position: relative;
	z-index: -1;
}

/*-------------------------------
 Header
---------------------------------*/
h1:not([class])	{ visibility: hidden; display: none;}

/* SP_TB */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 30;
	background: #49262A;
  background: rgba(41, 0, 5, 0.85);
	/*backdrop-filter: blur(5px);*/
  /*box-shadow: 0px .5rem 1rem rgba(0, 0, 0, 0.1);*/
}
/*
#header.fixed{
  background-color:rgba(11, 15, 50, 0.9);
}*/
header  {
  position: relative;
}
#hdrInner	{
  width:auto;
  height:var(--height-hdr);
  padding:0px;
  margin: 0px 0vmin;
  position:relative;
  text-align:center;
}
#header .logo	{
	position: absolute;
	top: 0px;
	left: 0px;/*左寄せ*/
	/*left:calc(50% - 100px);*//*中央寄せ*/
	margin: 0px;
	display: table-cell;
	/*max-width: 270px;*/
	line-height:var(--height-hdr);
	height:var(--height-hdr);
  width: min(60%,24rem);
  margin-right: 50px;/*トグルメニュー分*/
  padding: 0 calc(var(--rs) * 1.0);
  }
#header .logo:hover,
#header .logo:hover > img {
  opacity: 1;
}
#header .logo img	{
  width: auto;
  object-fit: cover;
  max-height: calc(var(--height-hdr) - var(--rs) * 1.0);
  }
.hd-logo-Dollfie {
  display: none;
}


/* SNS Link Icon
-----------------------------*/
#hdrSNSArea {
  display: none;
  }
#naviSNSArea	{
  padding: 2rem 0;
  }

ul.icbtn_snslnk	{
  text-align:center;
  overflow:hidden;
}
ul.icbtn_snslnk li	{
  margin:0 .5rem;
  display:inline-block;
  overflow:hidden;
}
ul.icbtn_snslnk li a	{ overflow:hidden; display:block;}
ul.icbtn_snslnk li img	{ }
ul.icbtn_snslnk li.icbtn_cap	{
  line-height: 2;
  font-size: var(--fs-s);
}
.ic_link-sns  {
  margin: 0 .8rem;
  font-size: 2rem;
}
ul.icbtn_snslnk li.icbtn_cap,
.ic_link-sns  {
  color: #FFFFFD;
}

#Menu ul.icbtn_snslnk li.icbtn_cap {
  display: block;
  }


/*-------------------------------
 Navi _ Gloval
---------------------------------*/

/*-------------------------------
 TOP Main slider
---------------------------------*/
.sct--top-main {
  position: relative;
	z-index: 5;
  width: 100%;
  overflow: hidden;
}
.slider-top-main {}
.slider-top-main .slick-dots{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  filter: brightness(0.2) saturate(150%);
}
.slider-top-container .slider-arrow {
	text-shadow: none;
	aspect-ratio: 1/1;
	width: 2em;
	line-height: 2em;
	background: hsla(0, 0%, 0%, 0.2);
	border-radius: 100%;
	opacity: 0.7;
	font-size: calc(var(--fs) * 2.5);
  top: 27%;
}
.slider-top-container .slider-arrow:hover {
  opacity: 1;
}
.slider-top-container .slider-arrow.slider-next { right: 50%; margin-right: -50.5rem;}
.slider-top-container .slider-arrow.slider-prev { left: 50%; margin-left: -50.5rem;}

/*Overwrite for CSD_style.css*/
.slider {
	/*display: none;*//* ロード中は非表示に */
	margin: 0;
	overflow: hidden;
}
.slick-slide img {
	max-width: 100%;
}
/*.slider.slick-initialized {
	display: block;
}*/
/* dots */
.slick-dots {
  /* Flex - parent */
  display: flex;
  justify-content: center;
  clear: both;
}
.slick-dots > li {
  width: 1rem;
  height: 1rem;
  margin: 1rem 0.5rem;
  position: relative;
}
.slick-dots > li > button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background:transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
  display: block;
}
.slick-dots > li > button:hover,
.slick-dots > li > button:focus {
  outline: none;
}
.slick-dots > li > button::before {
  content: '\0025cf';
  width: 1rem;
  height: 1rem;
  color: #dfdfdf;
	color: rgba(50,50,50,.15);
  font-size: var(--fs-xxl);
  line-height: 1rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before,
.slick-dots > li > button:hover::before,
.slick-dots > li > button:focus::before {
  color: #bdbdbd;
	color: rgba(50,50,50,.3);
}
.slick-dots > li:first-child:last-child {/*1個の時は非表示*/
    display: none;
}


/*-------------------------------
 ふわっと表示アニメーション
---------------------------------*/
/* 共通アニメーション設定A */
/*.fadein {
    opacity : 0;
    transform : translate(0, 4rem);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}*/

/* 共通アニメーション設定B：時間差あり */
/* scroll efect */
.effect-fadein {
	opacity : 0;
	transform : translate(0, 4rem);
	transition: all 0.6s ease-out;
}
.effect-fadein.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
/* 時間差設定 */
.effect .effect-fadein:nth-of-type(2) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
.effect .effect-fadein:nth-of-type(3) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
.effect .effect-fadein:nth-of-type(4) {
	-moz-transition-delay:900ms;
	-webkit-transition-delay:900ms;
	-o-transition-delay:900ms;
	-ms-transition-delay:900ms;
}
.effect .effect-fadein:nth-of-type(5) {
	-moz-transition-delay:1100ms;
	-webkit-transition-delay:1100ms;
	-o-transition-delay:1100ms;
	-ms-transition-delay:1100ms;
}

/*-------------------------------
 詳細-ストアリンクボタン
---------------------------------*/
section .link-btn {
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),inset 0 -1px 0 0 rgba(100, 50, 50, 0.1);*/
}
/*リンク：別サイト*/
.link-btn.link-btn--sp::before {
	content: "";
	width: 1.25em;
	height: 1.25em;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translate(0%,-50%);
	background: url(/assets/image/icons/blank_ic01_alf05.png) 50% 0% / contain no-repeat;
}
/*リンク：OLS*/
.link-btn.link-btn--ec {
  background-color: #901A35;
}
.link-btn.link-btn--ec::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	top: 50%;
	left: .8em;
	transform: translate(0%,-50%);
	background: url(/assets/image/icons/ic_ec_btn_cart.svg) 50% 0% / contain no-repeat;
	filter: opacity(.5);
}

/*-------------------------------
 パンくず
---------------------------------*/
/*Overwrite*/
.breadcrumbs-container {
	padding: 0.2em 1em;
	background: rgba(70, 19, 19, 0.8);
	border-bottom: none;
	position: relative;
}
.breadcrumbs-list a,
.breadcrumbs-list > :not(:last-of-type)::after,
.breadcrumbs-list > :last-of-type > a {
	color: #fff;
}
.breadcrumbs-list a:hover {
  text-decoration: none;
}
.breadcrumbs-list {
	max-width: calc(var(--width-hero) - 2rem);
}

.breadcrumbs-list > :last-of-type > a {
  pointer-events: initial;
}
/*-------------------------------
 NEWS テキスト
---------------------------------*/
.sct--news {
	padding: 1.5em 0;
	z-index: 2;
	background: hsla(33.9, 59%, 84.7%, 0.3);
  box-shadow: 0px 1px 1rem rgba(0, 0, 0, 0.1);
}
.sct--news::before,
.sct--news::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right,#bb9666 0%,#DDBD90 50%,#bb9666 100%);
	position: absolute;
	left: 0;
}
.sct--news::before {
  top: 0;
}
.sct--news::after {
  bottom: 0;
}
.news-wrap {
	display: flex;
	flex-direction: column;
	padding-top: min(5%, 3rem);
	padding-bottom: min(5%, 3rem);
}
/*Overwrite for CSD_style.css*/
.link-text__deco--triangle {
	padding-left: 1em;
	text-indent: -1em;
}
.link-text__deco--triangle > * {
  text-indent: 0;
}
.link-text__deco--triangle::before	{
	border-left-color: #C9A493;
}
.information-list  { 
  margin: 0 auto;
  border-bottom: 0;
  padding: 1rem;
  font-size: calc(var(--fs) * 1.4);
}
.information-list__date {
  font-size: 0.8em;
}
.information-list > li {
	align-items: baseline;
}
a.information-list__link 	{
}
a.information-list__link:hover 	{
}
.information-list__more  {
  border-top: 0.1rem solid rgba(151, 117, 120, 0.3);
  margin-bottom: 1.5vmax;
  font-size: var(--fs-ml);
  width: min(94%,84rem);
}
.link-text__deco--icon {
  padding-right: 1em;
  position: relative;
}
.link-text__deco--icon::after {
	content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: .25em;
	filter: brightness(1.1) opacity(0.6);
	color: var(--color-link-cmn-hover);
	font-size: 0.9em;
}
.sct--top-cont {
  padding-top: calc(var(--fs) * 4.0);
  padding-bottom: calc(var(--rs) * 4.0);
}
/*-------------------------------
 About SDとは？
---------------------------------*/
.sct--about	{
	padding: 1vmax 0 3vmax;
  border-top: .1rem solid #ddd;
  background: #FBF9F9;
}
.about-box {
	margin: 1rem auto;
	width: min(94%,94rem);
	/* box-shadow: 0 .2rem .8rem -.2rem rgba(0, 0, 0, 0.3); */
	/* padding: 2rem 2rem; */
	/* background: #fff; */
	/* border: .1rem solid #D5D5D5; */
}
.about-box > * {
	margin-left: auto;
	margin-right: auto;
}
.about-box > p {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.about-box > p:not([class]) {
	width: min(98%,83rem);
	margin: auto;
}
.about-title  {
  padding: 1.5em 1em 1em;
  font-size: var(--fs-xl);
}
.about-tit-logo  {
  display: inline-block;
  margin: auto;
  width: min(60%, 26rem);
  filter: grayscale(100%);
}
.about-tit-sub {
	font-size: var(--fs-xs);
	color: #595656;
	display: block;
	line-height: 1;
	text-indent: 0;
	font-weight: normal;
	margin-bottom: .6em;
}
.about-pic	{
	margin: 0 auto;
	padding: 1rem .5rem;
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	/*flex-direction: column;*/
	}
.about-pic--list{ margin: 0 .5rem .5rem; }
.about-pic--tile {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: .5rem;
}
.about-link	{
	display: block;
	padding: 1.5em 1rem;
	line-height: 1.8;
  color: #fff;
  background: #222;
  box-shadow: 0 .2rem .3rem .1rem rgba(0,0,0,0.3);
}
.about-link:hover  {
  color: #fff;
}
.about-bnr	{ margin: 2rem auto;}
.about-bnr img	{ display: block; margin: 0 auto .5rem;}
.about-bnr a	{ display: block; }

.about-txt--link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  font-size: var(--fs-ms);
  margin-bottom: 1rem;
}
.about-txt--link > * {
	padding: 1em 1.5em;
}
/*-------------------------------
 Introduction 作品紹介
---------------------------------*/
.sct--intro	{
  padding-bottom: 0;
}
.intro-story-mainvisual {
  position: relative;
  /*width: min(100%,142rem);*/
  width: 100%;
  overflow: hidden;
  margin-inline: auto;
}
.intro-story-mainvisual > img {
  min-height: 42rem;
  object-fit: cover;
}
.intro-story-mainvisual figcaption {
  width: min(100%,var(--width-cont));
  margin: 0 auto;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.intro-story-main-text {
  font-family: var(--ff-mincho);
  font-size: calc(var(--fs) * 1.0 + var(--rs) * 0.8);
  padding: calc(var(--rs) * 1.0);
  margin: auto 0;
  position: absolute;
  width: min(60%,44rem);
  text-align: left;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0,0,0,.4)) drop-shadow(0 0 5px rgba(0,0,0,.4)) drop-shadow(0 0 5px rgba(0,0,0,.4));
  left: 2vw;
  top: 0;
  padding-top: min(10%,3rem);
}
.intro-story-main-text h2 {
	margin-bottom: 5%;
	max-width: 40rem;
}
.intro-story-main-text p {
  margin-bottom: 1em;
  line-height: 1.8;
  padding: 0 calc(var(--rs) * 1.0);
}
.intro-story-main-text p:first-child {}

.intro-story-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
  padding: 1rem calc(var(--rs) * 2.0);
	width: min(100%, var(--width-cont));
	position: relative;
  margin: 0 auto;
}
.story-chatterbox.flex_re,
.intro-story-flex.flex_re {
  flex-direction: row-reverse;
}
.intro-story-img {
  overflow: hidden;
}
.intro-story-txt {
  text-align: left;
  font-family: var(--ff-mincho);
	font-size: calc(var(--fs) * 1.3 + var(--rs) * 0.4);
	padding: calc(var(--rs) * 2.0);
  backdrop-filter: blur(1px);
}
.intro-story-txt > p + p {
  margin-top: 1em;
}
/*ブロークングリッド調整*/
.intro-story-flex.story-p01 {
  margin-top: max(-10%,-10rem);
  z-index: 3;
}
.intro-story-flex.story-p01 img {
}
.intro-story-flex.story-p02 {
}
.intro-story-flex.story-p02 .intro-story-img {
  margin-top: -10%;
  border-radius: 0 5.5rem;
  position: relative;
  z-index: 1;
}
.story-p01 .intro-story-img {
  flex: 1;
  border-radius: 30rem 30rem 0 0;
  box-shadow: 0 0 calc(var(--rs) * 1.0) rgba(51, 15, 0, 0.1);
  position: relative;
  z-index: 3;
}
.story-p01 .intro-story-txt {
  flex: 1;
  padding-right: 0;
}
.story-p02 .intro-story-img {
  flex: 3;
}
.story-p02 .intro-story-txt {
  flex: 2;
  padding-left: 0;
}
/*会話*/
.intro-story-p03-04 {
  margin: calc(var(--rs) * 2.0) auto 3rem;
  width: min(100%,84rem);
}
.story-p04 {
  margin-top: calc(var(--rs) * -10);
  z-index: 2;
}
.story-chatterbox .intro-story-txt {
  flex: 3;
}
.story-chatterbox .intro-story-img {
  position: relative;
  z-index: 1;
  flex: 2;
}
.story-chatterbox .intro-story-img > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 30rem 30rem 0 0;
}
/*outro*/
.intro-story-p05 {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--rs) * 4.0) auto 0;
	justify-content: center;
}
.intro-story-p05 > div {
	width: 100%;
	background: #e2d4cf url(/sd/special/harajukumemories/image/ct2508_intro05-pc.jpg) 100% 0% / cover no-repeat;
	aspect-ratio: 200/135;
}
.intro-story-p05 figcaption {
  flex-grow: 1;
	position: relative;
	text-align: left;
	color: #fff;
	width: 100%;
	padding: 0;
  background: hsla(0, 72.2%, 15.5%, 0.62);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro-story-foreword {
  margin: auto auto 0;
  padding: 2rem 1.5rem 4rem;
}
.intro-story-foreword > p {
	font-size: calc(var(--fs) * 1.8);
  font-family: var(--ff-mincho);
	padding: calc(var(--rs) * 0.5) calc(var(--rs) * 1.0);
	color: #fff;
	filter: drop-shadow(0 0 5px rgba(50,0,0,.4)) drop-shadow(0 0 5px rgba(50,0,0,.4));
}

/*ストーリー用スライダー*/
.story-slider-wrap {
	width: min(100%,var(--width-hero));
	margin: calc(var(--fs) * 2.0) auto 0;
  padding: 1rem 0;
}
.story-slider-item {
  margin-right: 1rem;
}
.story-slider-item img {
  width: 100%;
}
/*-------------------------------
 ペア購入特典
---------------------------------*//* SP-ALL */
/*-------------------------------
 Story 物語文章
---------------------------------*//* SP-ALL */
/*-------------------------------
 Productlist 商品一覧
---------------------------------*//* SP-ALL */
.cont-items {
  width: min(94%,94rem);
  margin: 0 auto;
  position: relative;
}
.cont-items .lnk_card--itemWrap {
  color: #5f3140;
}
.item-lnk__wrap {
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 1rem;
  width: min(100%,84rem);
}
.item-lnk__list-bnr	{
	max-width: 78rem;
	width: calc(100% - 2rem);
	position: relative;
	text-align: center;
}
.item-lnk__list-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	max-width: 30rem;
	margin: 1% !important;
  padding-bottom: 1rem;
	position: relative;
	text-align: center;
	padding: 0;
}
/*全商品*/
.item-lnk__list-card {
  /*width: calc(var(--col3) - 2%);*/
}
/*本体*/
.card--item-doll > .item-lnk__list-card{
  width: calc(100% / 3 - 2%);
}
/*別売*/
.item-lnk__wrap.card--item-drs {
  width: min(100%,84rem);
}
.card--item-drs > .item-lnk__list-card{
  /*width: calc(var(--col3) - 2%);*/
  width: calc(100% / 3 - 2%);
}
/*新作*/
/*.item-lnk__list-card.item-new {
}
.item-lnk__list-card.item-new .lnk_card--itemDate::before {
}
.item-lnk__list-card.item-old {
}*/
.lnk_card--itemName {
  width: 100%;
  padding: calc(var(--rs) * 1.0) 0 1rem;
  /*margin: auto;*/
  font-weight: bold;
  text-align: left;
}
.lnk_card--itemName > * {
  vertical-align: baseline;
}
.card--item-doll {
  font-size: calc(var(--fs) * 1.6);
}
.card--item-drs {
  font-size: calc(var(--fs) * 1.4);
}
.item-lnk__list {
	flex: 0 0 46%;
	padding: 0;
	margin: 1rem 2% 1rem;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}
.item-lnk__list.bnrF	{
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.item-lnk__list > a {
}
.item-lnk__list > a:hover 	{ text-decoration: none; opacity: 1;}

.item-lnk__text {
	display: flex;
	flex-frow: row wrap;
	justify-content: space-around;
}
.lnk_card--itemBnr	{
	margin: auto;
	display: block;
  width: min(100%, 89rem);
  border: 1px solid #d6cfc4;
  box-shadow: 0 .2rem .5rem rgba(90, 40, 0, 0.25);
  object-fit: contain;
}
.lnk_card--itemWrap	{
	display: flex;
	flex-direction: column;
	position: relative;
  width: 100%;
  height: 100%;
}
.lnk_card--itemWrap:hover	{
	text-decoration: none;
}

.lnk_card--itemDate {
	font-size: var(--fs-s);
	padding: 1rem 0 .5em;
	text-align: left;
	color: #717171;
	width: min(100%, 25rem);
	margin-left: auto;
	margin-right: auto;
	order: 2;
	margin-top: auto;
	border-top: 1px solid;
}
.lnk_card--itemMore {
	border-width: 0 2px 2px 0;
	border-color: #C9A493;
	border-style: solid;
	width: calc(var(--fs) * 1.5);
	height: calc(var(--fs) * 1.5);
	margin: 0 auto;
	transform: rotate(45deg) translateX(-80%);
	position: absolute;
	left: 50%;
	bottom: -1em;
	transition: 0.5s all;
}

/*-------------------------------
 Collections 商品一覧
---------------------------------*/

/*-------------------------------
 Collection 全商品一覧（カード小）
---------------------------------*/
/*.sct--items	{
	padding: 0 0 4rem;
}
.item-lnk {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 90rem;
	width: calc(100% - 2rem);
	margin: auto;
}*/
.item-lnk__wrap {
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 1rem;
}
.ic-new-mark {
	display: block;
	content: "";
	line-height: 2;
	/*background: url(/sd/special/harajukumemories/image/ic-new-mark.png) 50% 100% / 100% auto no-repeat;*/
	overflow: hidden;
	height: 2.5rem;
	padding-top: 2.5rem;
	max-width: 8rem;/*oldbrowser*/
	width: min(33%, 8rem);
	filter: brightness(120%);
}
.item-lnk__list-bnr	{
	max-width: 78rem;
	width: calc(100% - 2rem);
	position: relative;
	text-align: center;
}
.item-lnk__list-new	{
	max-width: 30rem;
	/*width: calc(var(--col3) - 2rem);*/
  width: calc(100% / 3 - 2%);
  margin: 0 1% 1.5% !important;
	position: relative;
	text-align: center;
}

.lnk_card--itemImg	{
	margin: 0;
	display: block;
  border-radius: calc(var(--fs) * 1.5);
}
.lnk_card--itemImg.card-kadomaru-typeA	{
  border-radius: 300px 300px 0 0;
}

/*商品一覧 + ウェブで購入ボタン*/
.lnk_card--clickParts {
	position: relative;
	display: block;
	padding: 0em 2em 0em 2em;
	font-size: calc(var(--fs) * 1.2);
	line-height: 3em;
	height: 3em;
	color: #fff;
	width: min(92%, 18rem);
	margin: auto;
	background-color: var(--color-link-cmn);
  border-radius: .5rem;
}
.lnk_card--clickParts::hover {
  background: var(--color-link-cmn-hover);
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.lnk_card--clickParts::after {
	content: "";
	width: .7em;
	height: .7em;
	margin: 0 0 0 1rem;
	border: 0;
	border-top: 0.2rem solid;
	border-right: 0.2rem solid;
	display: inline-block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.4em;
}
/*-------------------------------
 関連作品紹介リンク
---------------------------------*/
/*-------------------------------
 公式リンク
---------------------------------*/
/*-------------------------------
 Hバナータイルエリア
---------------------------------*/
/*-------------------------------
 Topics 関連情報
---------------------------------*/

/*-------------------------------
 商品詳細
---------------------------------*/
.c-section-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  padding: calc(var(--fs) * 8.0) 1rem calc(var(--rs) * 5.0);
}
.c-section-title {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto calc(var(--fs) * 3.0);
	padding: 0 1rem;
	width: min(100%,70rem);
	text-align: center;
	justify-content: center;
	align-items: baseline;
	line-height: 2;
	gap: 1rem calc(var(--fs) * 1.0);
}
.c-section-title > img {
  object-fit: contain;
}
.c-section-lead {
  max-width: var(--width-cont);
  padding: 0 1rem;
  margin: 1em auto;
  font-size: var(--fs-l);
  line-height: 1.8;
  text-align: left;
  color: #643F34;
  font-family: var(--ff-mincho);
}

/*商品個別指定*/
.c-section-luna {
  background: hsla(311,95%,23%,0.1);
}
.c-section-nina {
  background: hsla(167,96%,21%,0.1);
}
.c-section-tina {
  background: hsla(351, 95%, 36%,0.1);
}
.c-section-items {
  background: hsla(33.9, 59%, 84.7%, 0.3);
}

/*-------------------------------
 商品詳細 _ 全身ポスター
---------------------------------*/

/*-------------------------------
 商品詳細 _ 個別指定
---------------------------------*/

/*-------------------------------
 商品詳細 _オーナー様限定オプション
---------------------------------*/

/*-------------------------------
 商品詳細 _単品交互 2カラム
---------------------------------*/

/*-------------------------------
 商品詳細 _ ピックアップポイント左右交互
---------------------------------*/

/*-------------------------------
 ギャラリー
---------------------------------*/
.dtl__gallery {
	position: relative;
}
.galleryBox {
	margin: 0 auto;
  max-width: var(--width-cont);
  background: #fff;
  /*border: 5px transparent solid;*/
}
.item-pic {
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.item-pic--list	{
	margin: 0px;
	background: #fff;
  position: relative;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /*width: var(--col5);*/
}
.item-pic--list.item-pic--full {
  width: 100%;
}
.item-pic--col2 > * {
  width: calc(100% / 2);
}
.item-pic--col3 > * {
  width: calc(100% / 3);
}
.item-pic--col4 > * {
  width: var(--col4);
}
.item-pic--col5 > * {
  width: var(--col5);
}
.item-pic--col6 > * {
  width: var(--col6);
}
.item-pic--col7 > * {
  width: var(--col7);
}
.item-pic--col8 > * {
  width: var(--col8);
}
/*拡大マーク*/
/*.item-pic--list > a::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: .6em;
  top: .6em;
  color: #fff !important;
  opacity: .4;
  font-size: min(calc(100vw / 42), 1.5rem);
  text-shadow: 0 0 .5rem rgba(0, 0, 0, 0.3) , 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
}*/
.item-pic--thumb {
  width:100%;
  object-fit:cover;
  object-fit: contain;
}
.item-pic--list a:hover, .item-pic--list a:hover img {
    opacity: .9;
}
.item-pic--list.item-pic--hide  {
  display: none;
}

/*-------------------------------
 Product Spec：スペック横幅フル
---------------------------------*/
div.specBox {
	max-width: var(--width-cont);
	width: 100%;
	margin: 0 auto;
	padding: 1.5rem 2vw 2rem;
	color: var(--color-main);
}
	div.specBox > hr {
	height: .2rem;
	width: calc(100% - 6vw);
	margin: 2vmax auto;
	border-top: .1rem solid rgba(193, 175, 175, 0.8);
	border-bottom: .1rem solid rgba(240, 240, 240, .3);
	}
	div.specBox > p {
		padding: 1rem;
		margin: 0 2rem 1rem;
		line-height: 1.6;
	}
  div.specBox a:not([class]) {
    font-weight: bold;
  }


table.spec {
	width: calc(100% - 4vw);
	margin: 0 auto 2rem;
	}
	table.spec caption	{
		font-size: var(--fs-xxl);
		background:none;
		text-align: center;
		padding: 1rem 0 .7em;
		margin-bottom: .7em;
		border-bottom: 1px solid;
	}
.spec__prdct-name  {
  line-height: 1.5;
  display: inline-block;
  padding: 0 .5rem;
  }
.spec__name__large { font-size: 1.25em;}
.spec__name__medium { }
.spec__name__small { font-size: .8em;}
.spec__name__en {
	font-size: .8em;
	opacity: .9;
}
.item-lnk__list-card .spec__name__en {
  font-size: .9em;
}
.spec__name__img {
  width: 100%;
  margin: 1px auto 2px 0;
}
.spec__name__img > * {
  object-fit: contain;
  width: 100%;
}
.spec__name__img.small > * {
  width: min(90%,20rem)
}
	/*table.spec caption em	{
		font-size:150%;
	}
	table.spec caption small{
		font-size: 70%;
		}
	table.spec caption span	{
		font-size: var(--fs-l);
	}*/
	table.spec tr	{ }
	table.spec th,
	table.spec td	{
	display: block;
	font-size: var(--fs-m);
	line-height:1.5;
	}
	table.spec th	{
	width: auto;
	padding: 0.5em 1em;
	background: rgba(238, 200, 171, 0.25);
	text-align: left;
	}
	table.spec td	{
	padding: 0.8em 1em;
	text-align: left;
	}
  table.spec td > .link-text__deco--blank  {
    display: inline-block;
  }
	table.spec .price { vertical-align: middle;}
	table.spec .price strong { 
    font-size: 150%;
    letter-spacing: 0.05em;
  }

  /*総額表記対応*/
  .price-tax  {}
  .price-hontai {
    display: inline-block; 
    opacity: .7;
    margin-left: 1em;
    font-size: 85%;
    display: none !important;
  }
  .price-notation--single  { display: none; }
  .price-notation--both  {  }
  
/*ドレスセット詳細*/
.spec__sub-box {
	border: .1rem solid;
	padding: 0;
	margin: 1em auto;
	max-width: 80rem;
}
.spec__sub-box > dt {
	padding: 1em;
	border-bottom: .1rem solid;
	text-align: center;
}
.spec__sub-box > dd {
	padding: 1em;
	text-align: left;
  font-size: 90%;
}
.spec__sub-list  {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.spec__sub-list > li:not(:last-child)::after {
	content: ",";
	padding-right: .7em;
	opacity: 0.8;
	padding-left: .3em;
}

/*共通注意事項*/
.specAtt-Box {
	background: hsla(24,100%,24%,0.2);
	padding: calc(var(--rs) * 2.0);
	width: min(100%, var(--width-cont));
	margin: 0 auto 0;
	backdrop-filter: blur(1px);
}
.specAtt-Box > .specAtt {
  font-size: calc(var(--fs) * 1.3);
  background: none;
  backdrop-filter: none;
}
.column-specNote > .specAtt {
  backdrop-filter: blur(1px);
}
ul.specAtt {
	width: min(100%,80rem);
	margin: 1.5em auto;
	padding: 0 0;
	font-size: calc(var(--fs) * 1.2);
	position: relative;
	text-align: left;
	color: #444;
}
ul.specAtt li{
  text-indent:-1em;
  padding-left:1em;
  line-height:1.4;
  text-align: left;
  position: relative;
  /*display: contents;*/
  }
ul.specAtt li + li { margin-top: 0.6em;}
/*ul.specAtt li + li::before{ content: " ／ ";}*/

/*-------------------------------
 Product Spec：スペック2カラム
---------------------------------*/
.column-spec-wrapper {
  padding: calc(var(--rs) * 2.0);
  position: relative;
}
hr.spec-inner,
.column-spec-wrapper hr {
	height: .2rem;
	margin: calc(var(--rs) * 3.0) auto calc(var(--rs) * 3.0);
	border-top: 1px solid rgba(150, 62, 62, 0.25);
	border-bottom: 1px solid #fff;
  max-width: var(--width-cont);
}
.column-spec-container {
  width: min(100%, var(--width-cont));
  margin: 0 auto;
  padding: 0;
  margin-bottom: 0;
  /*background: rgb(255 255 255 / 90%);
  box-shadow: 0 0 calc(var(--rs) * 1.4) rgb(97 58 41 / 20%);  */
  position: relative;
}
.column-spec {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  width: min(100%, var(--width-hero));
  margin: 0 auto 1rem;
  position: relative;
}
.column-spec.flex_re {
  flex-direction: row-reverse;
}
.column-specImg {
  width: min(100%, 40rem);
  margin: 0 auto;
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}
.column-specImg img {
  width: 100%;
}
.column-specFuture {
  width: min(100%, 40rem);
  padding: 0 1% 1%;
  margin: 0 1%;
  flex: 1 1 auto;  
}
.specFuture-tit {
  text-align: center;
	/*width: min(60%,35rem);*/
	margin: 1rem auto 2.5rem;
	padding: 0 1rem;
  filter: brightness(75%) saturate(150%) hue-rotate(-30deg);
}
.specFuture-tit > img {
  height: calc(var(--fs) * 9.0);
  object-fit: contain;
}
.specFuture-text {
	font-size: calc(var(--fs) * 1.5);
	text-align: left;
	line-height: 1.8;
	padding: 0 1rem;
  margin-inline: auto;
  width: min(calc(100% - 2rem),54rem);
}
.specFuture-dtl {
	margin: 2rem auto;
	background: #48190F;
	color: #fff;
	width: min(calc(100% - 2rem),52rem);
	font-size: calc(var(--fs) * 1.2);
}
.specFuture-dtl > dt {}
.specFuture-dtl > dt > h3 {
	padding: 0 1rem 0;
	position: relative;
	margin-top: -3em;
  font-weight: bold;
}
.specFuture-dtl > dd {
	padding: 1rem;
	text-align: left;
	line-height: 1.6;
	border-top: 1px dashed #8c7474;
	margin-top: 1rem;
}

.column-specData {
  width: min(100%, 40rem);
  padding: 0 1% 3%;
  margin: 0 1%;
  flex: 1 1 auto;
}
.column-specNote {
  width: min(100%, 40rem);
  padding: 0 1% 1%;
  margin: 0 1%;
  flex: 1 1 auto;
}

.column-specWrap {
	padding: 1%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 .5rem rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(1px);
}
.column-set {
  margin: calc(var(--rs) * -2) auto 0;
  text-align: left;
  position: relative;
}
.column-setImg {
  width: min(80%, 32rem);
  margin: 0 0 calc(var(--rs) * 4) 10%;
}

/*ドレスアイテム*/
#item2508-drsitm .column-spec {
  background: linear-gradient(to bottom ,rgba(255,255,255,0.55) 70%, rgba(255,255,255,0.0) 100%);
  margin-bottom: 3rem;
}
#item2508-drsitm .specTable caption {
  font-size: calc(var(--fs) * 1.4 + var(--rs) * 0.4);
}
#item2508-drsitm .column-specWrap {
  background: none;
  box-shadow: none;
  padding-top: 1vw;
}
#item2508-drsitm .column-specData{
  padding-bottom: 0;
}
.specFuture-drsitm-point {
	text-align: left;
	position: relative;
	z-index: 2;
	margin: 0 auto 0;
	font-size: calc(var(--fs) * 1.5);
	width: min(100%, 72rem);
	padding: calc(var(--rs) * 1.5);
	background: linear-gradient(to right ,hsla(24,100%,24%,0.2) 70%, hsla(24,100%,24%,0.0) 100%);
	left: 0;
	border-top: #fff solid 1px;
}
.specFuture-drsitm-point > dt {
	display: none;
}
.specFuture-drsitm-point > dd {
  padding: .3rem 0;
  text-align: left;
}
/*-------------------------------
 Product Spec：誌面版スペックテーブル
---------------------------------*/
.specTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: calc(var(--fs) * 0.5);
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.3;
}
.specTable-bgWht {
  background: rgb(255 255 255 / 50%);
  border-radius: 2px;
  box-shadow: var(--bs-cmn);
}
.specTable caption {
	padding: 0;
	font-size: calc(var(--fs) * 1.4 + var(--rs) * 1.0);
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

div.txtBox table.specTable caption {
  background: none;
}
div.txtBox table.specTable td::before {
  all: initial;
}
.specTable caption b {
  font-size: 125%;
}
.specTable caption small {
  font-size: 75%;
}
.specTable tr {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.specTable tr:not(:nth-last-of-type(1)) {
  margin-bottom: calc(var(--rs) * 0.5);
}
.specTable th,
.specTable td {
  padding: 0.25em;
}
.specTable th {
  width: 24%;
  padding-top: 0.4em;
  background: hsla(0,100%,1%,0.6);
  color: #fff;
  border-radius: 2px;
  font-size: 93.75%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  vertical-align: top;
  flex-basis: 24%;
  flex-shrink: 0;
}
.specTable td {
  padding-left: 0.5em;
  text-align: left;
}
.specTable td[colspan] {
  padding-left: 0;
  padding-right: 0;
}
.specTable td.price,
.specTable td.spec-price {
  padding-top: 0;
  font-size: calc(var(--fs) * 1.6);
  font-weight: bold;
}
.specTable ul.note-list > li {
  padding-left: 1em;
  margin-top: 0.2em;
  margin-bottom: 0;
  text-indent: -1em;
  font-size: calc(var(--fs) * 1.2);
  line-height: 1.6;
}
.specTable ul.note-list > li ~ li {
   margin-top: .2rem; 
}

/*-------------------------------
 Product Spec：商品の特徴
---------------------------------*/
.specPoint-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  max-width: 160rem;
  margin-inline: auto;
	padding: calc(var(--rs) * 3.0) 0 calc(var(--rs) * 5);
}
.specPoint-card > * {
	width: min(80%, 38rem);
	padding: calc(var(--rs) * 1.5);
	flex: 0 0 auto;
}
.specPoint-card figure {
	border-radius: 30rem 30rem .5rem .5rem;
	overflow: hidden;
	box-shadow: 0 0 calc(var(--rs) * 1.0) rgba(97, 58, 41, 0.15);
}
.specPoint-card figure > img {
}
.specPoint-text {
	padding: calc(var(--rs) * 1.0);
	text-align: left;
	font-size: calc(var(--fs) * 1.5);
	line-height: 1.6;
	color: #fff;
	backdrop-filter: blur(1px);
}

/*商品個別*/
.c-section-luna .specPoint-card figure {
  background: hsla(311,95%,23%,0.4);
}
.c-section-nina .specPoint-card figure {
  background: hsla(167,96%,21%,0.45);
}
.c-section-tina .specPoint-card figure {
  background: hsla(351, 95%, 36%,0.41);
}
.ic-PaperHangTag {
	position: absolute;
	bottom: 1%;
	left: calc(0% - 3% - 2vw);
	width: min(44%,20rem);
	z-index: 1;
}

/*-------------------------------
 Information　商品詳細ページ個別
---------------------------------*/
.sct--infomation	{
  padding-top: min(4em,10%);
  padding-bottom: min(4em,10%);
  padding-left: 3vw;
  padding-right: 3vw;
}
.sct--infomation > div:last-child	{
	margin-bottom: 0 !important;
}
.info-wrapper {
	width: min(100%,var(--width-cont));
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(147, 126, 108, 0.04) 0px 24px 24px 0px, rgba(147, 126, 108, 0.08) 0px 20px 24px 0px, rgba(147, 126, 108, 0.12) 0px 4px 8px 0px;
  /*padding-top: 1em;*//*アンカーナビ無し*/
  padding-top: 0;/*アンカーナビあり*/
}
.info-wrapper + .info-wrapper {
	margin-top: 3rem;
}
.cntsInner {
	width: min(94%,94rem);
	text-align: left;
	position: relative;
	padding: 1em 0;
	margin: 0 auto;
	overflow: inherit;
}
.cntsInner + .cntsInner {
	margin-top: 3vmax;
}
.cntsInner .item-lnk__wrap {
	margin-bottom: 2.5%;
}
.cntsInner .heading-category-section {
	margin-bottom: 1em;
  padding: 1em;
  font-size: calc(var(--fs) * 1.0 + var(--rs) * 1.0);
}
.heading-category-section > dt {
	font-weight: bold;
	width: auto;
	margin: auto;
}
.heading-category-section > dd {
	width: auto;
	margin: .3em auto;
	line-height: 1.2;
}
.heading-category-section > dd b {
  background: linear-gradient(transparent 60%, #FFF 60%);
}
.cntsInner .heading-category-section strong {
  border-bottom: 1px solid;
}
.cntsInner .navi-offl {
  flex-direction: row;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  padding-left: 2%;
  padding-right: 2%;
}
.cntsInner .navi-offl .link-btn {
  width: 100%;
}
/*予約・受注に関する注意*/
.kiyaku-box {
  background: #F9F6F3;
  padding: 2em 1.5em;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1) inset;
}
.kiyaku-box > .note-list > li ~ li {
  margin-top: 0.8em;
}
.kiyaku-title {
  text-decoration: underline;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #cc0033;
}

.cntsInner .text-wrap,
.cntsInner .text {
	/*margin: 0 2vw 1rem;*/
  margin: 0 auto 1rem;
	line-height: 1.6;
	position: relative;
	}
.cntsInner hr {
	height: .2rem;
	margin: 4rem auto;
	border-top: 1px solid rgba(50,50,50,0.25);
	border-bottom: 1px solid #fff;
	}
.text-wrap > hr {
	opacity: .5;
	margin-bottom: 2em;
}

/*  InfoDet _ Method 販売方法・詳細　*/
.infoMthd {
	width: 100%;
	position: relative;
	padding: 0 2rem;
	margin: 1rem auto;
}
.infoMthd-box {
  position: relative;
  width: 100%;
}
.infoMthd-box + .infoMthd-box {
  padding-top: 1rem;
}
.infoMthd-icon {
	text-align: center;
	max-width: 16rem;
	margin: 0 auto;
  /*float: right;*/
}
.infoMthd-tit {
  font-size: var(--fs-l);
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(159, 134, 117, 0.25);
  position: relative;
  /*padding-left: 5rem;*//*アイコン分 */
}
.infoMthd-tit-icon {
  display: none;
	/*position: absolute;
	top: -1.2rem;
	left: -1rem;
	width: 5.5rem;
	max-height: none;*/
}
.infoMthd-tb {
  width: 100%;
  position: relative;
  padding: 0 0 1rem;
}
.infoMthd-tb.infoMthd-bdr {
	border: 1px solid #e3e3e3;
	padding: 1.5rem 1rem 1rem;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	background: #fffdf9;
	box-shadow: var(--bs-cmn);
	width: min(100%, /*72rem*/86rem);
}
.infoMthd-tb.infoMthd-bdr > .lnkBtn_mthd {
	margin: 1.5rem auto calc(var(--rs) * 1.0);
	width: min(100%, 60rem);
}

.infoMthd-tb img {
vertical-align: baseline;
}
.infoMthd-tb table {
	width: 100%;
}
.infoMthd-tb table th, .infoMthd-tb table td {
  padding: .2em .2rem;
  text-align: left;
  position: relative;
  font-size: var(--fs-l);
}
.infoMthd-tb table th {
  width: 6.5em;
  padding-right: 1rem;
  color: #A26F6A;
  font-weight: normal;
}
.infoMthd-tb table th:not(.infoMthd-sub-cap)::after {
  content: "：";
  position: absolute;
  right: .2rem;
}
.infoMthd-tb table th.infoMthd-sub-cap {}
.infoMthd-tb table th.infoMthd-sub-cap {}

.infoMthd-tb table td {}
/*.infoMthd-tb table td a:not([class]) {
	color: var(--color-link-cmn);
}*/
.tango_list > li {
  display: inline-block;
}
.tango_list > li:not(:last-child)::after {
  content: " / ";
  opacity: .8;
  filter: grayscale(100%);
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
  font-weight: normal !important;
}
.ic-flag {
  vertical-align: middle;
  margin-right: .5em;
  margin-bottom: auto;
}
.infoMthd-box + .note-list {
	margin-top: 0 !important;
  margin-left: 0 !important;
  opacity: .9;
}
.infoMthd-box .note-list {
	padding: 1rem 0;
	margin: 0 auto 1rem;
}
.infoMthd-Lnk {
  /*width: calc(100% - 4rem);*/
  position: relative;
  text-align: center;
  margin: 0 auto 2vmax;
  
}
.infoMthd-Lnk .link-btn  {
  background: #9a6c00;
  background: linear-gradient(-45deg, #9a6c00 0%, #C59329 80%, #9a6c00 100%);
  border-radius: 50rem;
}
.lnkBnr_mthd, .lnkBtn_mthd {
  display: block;
  margin: 0 auto 1vmax;
  border-radius: 30rem;
  background-color: var(--color-link-cmn);
  /*box-shadow: 0 .2rem .3rem rgba(90, 40, 0, 0.2);*/
}
.lnkBtn_mthd { 
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.lnkBnr_mthd {
 width: min(100%, 82rem);
 /*border: 1px solid #d6cfc4;*/
 padding: 0;
}
.lnkBtn_mthd {
  width: min(90%, 60rem);
  font-size: var(--fs-l);
}
/*リンク先準備中*/
.link-btn.pre {
	pointer-events: none;
	cursor: default;
	background-color: #bbb;
}
a.link-text--pre {
  pointer-events: none;
  cursor: default;
  color: #4d4d4d;
}
a.link-text--pre::after {
	filter: grayscale(1) opacity(.3) !important;
}
/*終了*/
.infoMthd-tit.evend,
.evend .infoMthd-tit  {
  color: #8C7467;
}

/*中止店舗：お知らせ*/
.infoMthd-attNews{
  width: 100%;
  position: relative;
  display: block;
  padding: .8em 1rem;
  background: rgba(255, 212, 212, 0.8);
  color: var(--color-point-note);
  border: .1rem solid var(--color-point-note);
  /*font-weight: bold;
  font-size: var(--fs-l);
  */
}
.infoMthd-attNews::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.4em solid transparent;
  border-left-color: var(--color-point-note);
  margin: 0 0.5em 0 0;
  display: inline-block;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.infoMthd-attNews:hover{
  color: var(--color-point-note);
}

/*中止店舗：打消し*/
.txt_del  {
  text-decoration: line-through;
  color: #888;
}
.txt_underline {
  text-decoration: underline;
}
.note-ps {
	display: inline-block;
	margin-left: .5em;
	color: #999999;
	text-decoration: underline;
}

.ic-number-hanbai	{
	font-size: 90%;
	color: #074F77;
}
.ic-number-hanbai > img		{
	vertical-align: middle;
}

.ic_h_dec::before {
	/*content: url("");*/
	margin: 0;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
}
.txt-hanbai-lnk	{
	font-size: 90%;
}

.info_note_ovc {
	background: #FFEBEB;
	color: #fb0000;
	padding: 1em;
	line-height: 1.5;
	border: .4rem solid;
	width: min(94%,88rem);
	margin: 0 auto;
}
/*-------------------------------
VS・VIP・GL誘導
-------------------------------*/
.members__note__wrap {
  position: relative;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.members__note__wrap.border-wrap {
	border: 1px solid #F4E89A;
	padding: 1em;
	border-radius: 1.5rem;
	background: #FFFBD6;
}
.members__note__icon {
  flex: 1;
  max-width: 6rem;
  margin-right: 1rem;
  text-indent: 0;
}
.members__note__text  {
  flex: 5;
  text-indent: 0;
}
.members__note__link  {
  display: inline-block;
  font-weight: bold;
  color: var(--color-link-cmn);
}

/*販売方法前置き*/
.purshase-heading-dtl {
  line-height: 1.5;
  margin: 1rem auto;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.purshase-heading-dtl > dt {
  text-align: center;
  margin-bottom: .3em;
  padding-bottom: .3em;
  font-size: calc(var(--fs) * 1.0 + var(--rs) * 1.2);
}
.purshase-heading-dtl > dt strong{
  border-bottom: 1px solid;
}
.purshase-heading-dtl > dd {
  font-size: calc(var(--fs) * 1.4);
  padding: .3rem;
}

/*販売方法ローカルナビ*/
.nav-event-anchor {
  margin: 4rem auto;
  width: min(100%,82rem);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.nav-event-innr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*box-shadow: 0 .2rem .8rem 0 rgba(0, 0, 0, 0.16);*/
  font-size: calc(var(--fs) * 1.5);
}
.nav-event-anchor li {
  flex: 1;
  background: #ffffff;
  text-align: center;
  position: relative;
}
.nav-event-anchor li + li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2.4rem;
  width: 1px;
  height: calc(100% - 4.8rem);
  background: #dddddd;
}
.nav-event-anchor li a {
  display: block;
  padding: 1rem .5rem;
}
.nav-event-anchor li a::after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -.6rem;
  border-right: .2rem solid var(--color-link-cmn);
  border-bottom: .2rem solid var(--color-link-cmn);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.nav-event-anchor li a:hover {
  text-decoration: none;
}
.nav-event-anchor li a:hover::after {
  bottom: .5rem;
}
.nav-event-anchor_num {
	display: block;
	background: #C9A493;
	color: #fff;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	margin: -1.5em auto 1em;
	border-radius: 20rem;
}
.nav-event-anchor_cap {
	font-size: var(--fs-l);
	color: #736357;
	line-height: 1.2;
	margin-bottom: 2em;
}

/*-------------------------------
 Information　展示情報
---------------------------------*//* SP-ALL */
.sct--tenji {
}
.info_colBox__wrap	{
	margin: 1.5em auto;
	display: flex;
	/*flex-direction: column;*//*2列に変更*/
  flex-wrap: wrap;
  border-top: .1rem solid rgba(50,50,50,.15);
}
.info_colBox__list {
	position: relative;
	/*width: min(100%, 88rem);
	margin-left: auto;
	margin-right: auto;*//*2列に変更*/
  width: /*var(--col2)*/100%;
  margin: 0;
	padding: min(1.5%, 1.5rem);
	overflow: hidden;
  border-bottom: .1rem solid rgba(50,50,50,.15);
}

/*.info_colBox__list:not(:first-child) {
	margin-top: min(2vw,2rem);
}*//*2列に変更*/
.info_colBox__cnts 	{ 
	color: var(--color-text-base);
	display: flex;
	position: relative;
	text-decoration: none;
}
.info_colBox__cnts:hover {
  text-decoration: none;
  color: inherit
}
.info_colBox__cnts:not(.pre):hover 	{
	opacity: 1;
}
.info_colBox__cnts.pre 	{
	pointer-events: none;
	cursor: default;
}
.info_colBox_btn--more {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: var(--fs-l);
	color: #1DA1F2;
	margin-top: 1rem;
}
.info_colBox_btn--more:hover {
  filter: brightness(110%);
  opacity: 0.75;
}
.info_colBox_btn--more::after {
	content: "";
	width: 0.5em;
	height: 0.5em;
	margin: 0 0 0 0.5em;
	border: 0;
	border-top: 0.2em solid;
	border-right: 0.2em solid;
	display: inline-block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -0.1em;
}
.info_colBox_btn--more.pre, a.pre .info_colBox_btn--more {
	filter: grayscale(100%) brightness(80%) opacity(.5);
	pointer-events: none;
	cursor: default;
}
.info_colBox__txt {
	flex: 2;
	text-align: left;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}
.info_colBox_icon-new	{
	display: none;
}
.info_colBox__title {
	font-size: var(--fs-xl);
	margin-bottom: .6rem;
	padding-bottom: .6rem;
	font-weight: bold;
	line-height: 1.2;
}
.info_colBox__title i {
	color: #C9A493;
}
.info_colBox__title > a {
	color: var(--color-link-cmn);
}
.info_colBox__title > a.link-text--pre {
  color: #4d4d4d;
}
.info_colBox__title_sub	{
	font-size: var(--fs-ml);
	text-decoration: underline;
	padding: .2rem;
	margin-top: 1rem;
}
.info_colBox__read	{
	margin: 1rem 0;
  font-size: var(--fs-m);
}
.info_colBox__dtl	{
	display: flex;
	padding: .2rem 0;
	font-size: var(--fs-m);
	line-height: 1.4;
}
.info_colBox__dl__dt {
	padding: .2rem;
	display: flex;
	white-space: nowrap;
	margin-right: 1rem;
}
.info_colBox__dl__dt > * {
	margin: auto;
	color: #7B6164;
	width: 100%;
	display: block;
	text-align: center;
	font-size: .8em;
	padding: .2em .8em .15em;
	line-height: 1.4em;
	border: .1rem solid;
}
.info_colBox__dl__dd	{
	padding: .2rem;
}
/*-------------------------------
 Info:アンカーリンクページネイション
---------------------------------*//* SP-ALL */
.navi-middle {
	position: relative;
	width: min(100%, var(--width-cont));
	display: flex;
	margin: 0 auto 1rem;
	padding: 0;
	justify-content: space-between;
	align-items: stretch;
	overflow-x: auto;
}
.navi-middle > li {
	flex: 1 0 auto;
	max-width: calc(100% / 2);
	font-size: var(--fs-s);
}
.navi-middle > li + li {
	border-left: .1rem solid #e5e5e5;
}
.navi-middle > li a {
	display: block;
	padding: 1em;
	position: relative;
	text-align: center;
	height: 100%;
	font-weight: bold;
	background: #F4F4F4;
	border-bottom: .1rem solid #e5e5e5;
	color: #a0a0a0;
}
.navi-middle > li a:hover {
  text-decoration: none;
  color: var(--color-link-cmn-hover);
}
.navi-middle > li.select {}
.navi-middle > li.select a {
	color: #222;
  padding-left: 0;
	pointer-events: none;
	cursor: default;
	background: #fff;
	border-color: #fff;
  position: relative;
}
.navi-middle > li.select a::before {
	content: "\2726";
	display: inline-block;
	width: 1.5em;
	margin: -.5em 0;
	color: var(--color-link-cmn-hover);
	/* transform: rotate(-90deg); */
}
.navi-middle > li:not(.select) a {
}
/*-------------------------------
 SNSリンク：フォローミー
---------------------------------*//* SP-ALL */
.follow-me-sns {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.follow-me-sns dt	{
	font-weight: bold;
}
.follow-me-sns dd	{
	padding: .5em 0 0;
}
.follow-me-sns .ic_link-sns	{
	margin: 0 .8rem;
	color: #1DA1F2;
	font-size: 2.5rem;
}

/*-------------------------------
 動画：Youtube 埋め込み
---------------------------------*/
.video-contianer {
	width: min(92%,88rem);
	margin: calc(var(--rs) * 3.0) auto 1rem;
	background: transparent;
	padding: 0;
	position: relative;
}
.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;
}
/*-------------------------------
 動画：Instagram 埋め込み
---------------------------------*/
.video-Insta {
  padding: 0 .5rem;
  margin: 0 auto 2rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.video-Insta__list {
  width: calc(var(--col2) - calc(var(--rs) * 2.0));
  /*width: calc(100% / 2 - calc(var(--rs) * 2.0));*/
  margin: calc(var(--rs) * 1.0);
  border-radius: 1rem;
  line-height: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(70, 50, 50, 0.2);
}
.video-Insta__list > iframe {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
/*not埋め込み*/
.video-Insta__list > a {
  position: relative;
  background: #fff;
  display: block;
}
.video-Insta__list > a:hover,
.video-Insta__list > a:hover > img { opacity:1 !important;}

/*-------------------------------
 Related Links 関連リンク
---------------------------------*/

/*-------------------------------
 Related Links 関連リンク
---------------------------------*/

/*開閉無し-ロゴリンク*/
.relatedlink_link {
	text-align: center;
	margin: 2rem 0 0 auto;
	position: relative;
	display: flex;
	padding-top: 2rem;
	line-height: 2;
	color: #fff;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
	font-size: calc(var(--fs) * 1.6);
	border-top: 1px solid;
}
.relatedlink_logo {
  width: 16rem;
}
.relatedlink_link:hover {
  color: #fff;
}
/*.relatedlink_link::after {
  max-width: 48rem;
  content: "More";
  font-weight: normal;
  font-size: var(--fs-ms);
  color: #fff;
  display: block;
  width: 100%;
  height: 4em;
  line-height: 4em;
  margin: 2em auto 1em;
  border-radius: 10rem;
  background: #b08f8f;
  box-shadow: 0 .8rem 1rem -.4rem rgba(30, 20, 10, 0.2);
  transition: all 0.5s;
  transform: scale(0.95);
}
.relatedlink_link:hover {
  text-decoration: none;
}
.relatedlink_link:hover::after {
  transition: all 0.5s;
  transform: scale(1);
}*/

/*-------------------------------
 Order Information 販売方法告知
---------------------------------*/

/*-------------------------------
 Omukae Information お迎え方法概要テーブル
---------------------------------*//* SP-ALL */
.ep_info_tbl	{
	width:100%;
	margin:1% auto;
	background:#ccc;
	border-collapse:separate;
	border-spacing:1px;
}

.ep_info_tbl caption {
    padding: 0rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.cap-hanbai {
    margin-bottom: 1rem;
    font-size: var(--fs-xl);
    color: #b5184a;
}
.cap-kikan {
    padding: 2rem 1rem 1rem;
    background: #b5184a;
    border-top: 0.4rem double #fff;
    border-bottom: 0.4rem double #fff;
    color: #fff;
    font-size: var(--fs-xl);
}
.cap-hanbai:first-line, .cap-kikan:first-line {
    font-size: var(--fs-l);
    line-height: 1;
}
.cap-lottery {
    margin: 1rem auto;
    color: #b5184a;
    font-size: var(--fs-l);
    font-weight: bold;
    text-decoration: underline;
}
.ep_info_tbl th,
.ep_info_tbl td	{
	display: block;
	padding: .6em 1.0rem;
	line-height: 1.4;
	font-size: var(--fs-xl);
	text-align: left;
}
.ep_info_tbl th	{
	background:#eee;
	text-align: left;
	font-weight: normal;
}
.ep_info_tbl td	{
	background:#fff;
	position:relative;	
}

.ep_info_tbl .omukae-deli {
    font-size: var(--fs-l);
}

/*VS/VIP限定強調*/
.vsvip-ic-note {
    all: initial;
    padding: 2rem 1rem 1rem;
    margin: 2rem auto 1rem;
    border: 0.2rem solid #e2d6c9;
    color: #694a44;
    font-size: var(--fs-xl);
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.vsvip-ic-note__ic {
    width: 6em;
    height: 6em;
}
.vsvip-ic-note__text {
    margin-left: 2rem;
    flex-grow: 1;
}
.vsvip-ic-note a {
    color: #fff;
}

.vsvip-ic-note .marker	{
	background: linear-gradient(transparent 60%, #ffdbed 60%);
}

.link-btn.pre	{
	pointer-events: none;
	cursor: default;
	background: #aaa;
	}


/*-------------------------------
 TOP NEWS-TOPICS アーカイブ（カードリンク）
---------------------------------*/

/*-------------------------------
 ARCHIVE news card filter
---------------------------------*/
/*-------------------------------
  下部ナビゲーション
---------------------------------*/

/*-------------------------------
  Fashion Brand Collaboration Project
---------------------------------*/
.sct--brand-concept {
  margin-top: auto;
	padding: 2.5rem 0;
	position: relative;
	z-index: 1;
	overflow: inherit;
	background: hsla(353,100%,8%,0.7);
	/* backdrop-filter: blur(1px); */
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8px; */
	border-top: solid .1rem #dec5c8;
}
.brand-concept__wrap {
	width: min(94%, 94rem);
	margin: auto;
	padding: 2vmax 0;
	display: flex;
	flex-direction: column;
	position: relative;
}
.brand-concept__logo {
	margin: 0 auto 1.5rem;
	flex: 1 0 auto;
	width: 15.5rem;
}
.brand-concept__text {
	flex: 1 1 auto;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	color: #fff;
	padding: 0 1.5%;
}
.brand-concept__tit-s {
	font-size: var(--fs-ml);
}
.brand-concept__tit-l {
	font-size: var(--fs-l);
	margin-bottom: 1em;
}
.brand-concept__detail {
	font-size: var(--fs-m);
	line-height: 1.6;
}
.brand-concept__copylight {
	text-align: right;
  margin-top: 1em;
	padding: .8em 0;
  font-size: var(--fs-s);
  font-weight: bold;
}
.brand-concept__url {
	display: inline-block;
	padding: 0.5em 0;
	font-size: calc(var(--fs) * 1.4);
	color: #fff;
	font-weight: bold;
  position: relative;
}
.brand-concept__url > i {
	filter: brightness(1.8) opacity(.8);
  font-size: .75em;
}
.brand-concept__tel {}

.sct--brand-concept + .sct--article-copylight  {
  display: none !important;
}

/*-------------------------------
  版権元リンク相互
---------------------------------*/
.sct--article-copylight {
	padding: calc(var(--fs) * 2.0) 2vw;
	background: rgba(41, 0, 5, 0.85);
}

.article-copylight__inner  {
	width: min(90%, 96rem);
	padding: 2.5em 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: calc(var(--fs) * 1.2);
	color: #fff;
  font-weight: bold;
}
.article-copylight__banner  {
	object-fit: cover;
	max-width: 30%;
}
.article-copylight__txtlink  {
  display: block;
	padding: 1rem;
  color: #fff;
}
.article-copylight__txtlink:hover  {
	text-decoration: none;
	opacity: 1;
}


/*-------------------------------
 Footer (Unique text Area)
---------------------------------*/
.footer-unique-area	{
  width: 100%;
  padding: 4rem 2vw 0;
  background: #000;
  color: var(--color-white);
  text-align: center;
}
.footer-unique-area .footer__copylight	{
	margin: 0 auto;
	font-size: var(--fs-s);
}

/*-------------------------------
 Footer Link _ page top
---------------------------------*/
.pagetop__btn {
	color: #fff;
	border-image-slice: 1;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
a.pagetop__btn:hover {
    color: #fff;
    background: #412726;
    opacity: 1;
}
/*-------------------------------
 Footer Navi _ SNS Links
---------------------------------*/
/*Overwrite for CSD_style.css*/
.footer-navi	{
}
.footer-navi img {
	vertical-align: baseline;
}
.footer-navi a:not([class]) 	{
  color: #5f3140;
}
.footer-navi a:hover {
	color: inherit;
}
.banner-sns__main > li > a 	{
	color: #fff;
}

.banner-sns.banner-sns__main a {
	line-height: 1.5;
}

.footer-navi__os-link > .navi-global__os-link-btn:hover	{
	color: #fff;
}
.footer-navi .navi-offl__btn  { color: #eee;}
.footer-navi .navi-offl__btn:hover  { text-decoration: none; color: inherit;}

/*-------------------------------
 Footer (Dollfie offisial site ver)
---------------------------------*/
/*Overwrite for CSD_style.css*/
.pagetop, .footer-navi, footer { font-size: var(--fs-ms); }

footer {
  width: 100%;
  padding: 2rem 2vw;
  color: var(--color-white);
  text-align: center;
}
.footer__copylight-sd	{}
.footer__copylight-dd	{ display: none;}


/*-------------------------------
 Menu：Mega Dropdown Menu
---------------------------------*/ /*SP_TB*/
div.fxblnk {
  width: 100%;
  height: var(--height-hdr);
  position: relative;
  z-index: 0;
}
#Menu {
  width: 100%;
  min-height: 0;
  padding: 0;
  position: fixed /*relative;*/ ;
  left: 0;
  top: var(--height-hdr);
  z-index: 20;
}
.navi_area-fixed {
  width: 100%;
}
/*-------------------------------
 Navi _ Menu - Toggle button
---------------------------------*/ /*SP_TB*/
.navi_menu-toggle {
  display: block;
}
.navi_menu-toggle {
	width: 4.0rem;
	height: calc(var(--height-hdr) - .5rem);
	position: absolute;
	right: 1rem;
	top: .5rem;
	cursor: pointer;
	z-index: 30;
}
.navi_menu-toggle.on .one {
  transform: rotate(40deg) translate(.6rem, .6rem);
}
.navi_menu-toggle.on .two {
  opacity: 0;
}
.navi_menu-toggle.on .three {
  transform: rotate(-40deg) translate(.6rem, -.6rem);
}
.one, .two, .three {
	width: 90%;
	height: 2px;
	margin: 6px auto;
	background: #fff;
	backface-visibility: hidden;
	transition-duration: 0.3s;
}
.navi_menu_tit {
  line-height: 1.1;
}
.navi_menu_tit em {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
ul.navi_menu-global {
  display: none;
}
ul.navi_menu-global.open {
  display: block;
}
/*-------------------------------
 Navi _ Area - Global
---------------------------------*/ /*SP_TB*/
.navi_area-global {
  width: 100%;
  max-width: 100%;
  /*height:100%;*/
  height: calc(100vh - var(--height-hdr));
  padding: 0;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: var(--height-hdr);
  overflow-y: auto;
  z-index: 9;
  display: none;
}
.navi_area-global.open {
  display: block;
}
#navi_oeverlay {
  width: 100%;
  height: 100%;
  background: #49262A;
  background: rgba(41, 0, 5, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}
/*-------------------------------
 Navi _ Menu - Global 
---------------------------------*/ /*SP_TB*/
ul.navi_menu-global {
  width: 100%;
  position: relative;
  min-height: calc(100vh - var(--height-hdr));
  background: #49262A;
  background: rgba(41, 0, 5, 0.85);
  padding: 1rem 0;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 0 auto;
  text-align: left;
}
ul.navi_menu-global a {
  color: #FFFFFD;
}
/* Mega Menu CSS
	-----------------------------*/ /*SP_TB*/
ul.navi_menu-global > li {
  position: relative;
  float: none;
  text-align: center;
  display: block;
  font-size: var(--fs-l);
}
#header-item_link {
  display: none;
}
#naviDollfie {}
#naviDollfie a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
}
#naviDollfie img {
  /*display: block;*/
  width: 20rem;
  margin: auto;
  vertical-align: middle;
}
#naviDollfie p {
	color: #FFFFFD;
	font-size: var(--fs-ms);
	margin: 0 auto;
	text-align: center;
	padding: 2px 0 0 2px;
	line-height: 2;
}
ul.navi_menu-global > li > span, ul.navi_menu-global > li > a {
  color: #FFFFFD;
  font-weight: bold;
  font-size: var(--fs-xxl);
  min-height: 6.0rem;
  max-width: var(--width-cont);
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em 0 1em;
  line-height: 6.0rem;
  display: block;
  cursor: pointer;
  position: relative;
  user-select: none;
}
XXul.navi_menu-global > li > span {
  cursor: default; /*商品4個以下でOFF*/ /*商品リストOPEN状態*/
}
#header-item_list {
  background: #000;
  background: rgba(255, 255, 255, 0.1);
}
#header-item_list .lnk_btn--clickWrap {
  display: none;
}
ul.navi_menu-global > li:first-child::after, ul.navi_menu-global > li:last-child::after {
  content: "";
  width: 100%;
  height: .1rem;
  position: absolute;
  left: 0;
}
ul.navi_menu-global > li:first-child::after {
  top: -.1rem;
}
/*ul.navi_menu-global > li:hover{ background: rgba(255, 255, 255, 0.1);}*/
/*ul.navi_menu-global > li.selected	{ 
			background: rgba(10, 0, 0, 0.3);
		}*/
ul.navi_menu-global > li.navi-pre:hover {
  background: none;
}
ul.navi_menu-global > li.selected::after {}
ul.navi_menu-global > li > a:hover, ul.navi_menu-global > li.selected > span, ul.navi_menu-global > li.selected > a {
  opacity: 1.0;
  text-decoration: none;
  /*color: #333;*/
}
ul.navi_menu-global > li > a:hover {
  color: #ECDED5;
  background: linear-gradient(94deg, #FFF0 0%,#FFFFFF1A 50%,#FFF0 100%);
}
/*左アイコンheart*/
ul.navi_menu-global > li:not([id]) > a::before,
ul.navi_menu-global > li:not([id]) > span::before {
	content: "";
	display: inline-block;
	margin-right: .5rem;
	width: 1em;
	aspect-ratio: 1;
	background: url(/sd/special/harajukumemories/image/ct2508_pt_star.svg) 0% 50% / contain no-repeat;
	top: .15em;
	position: relative;
	filter: opacity(75%);
}
/*右アイコンarrow*/
/*ul.navi_menu-global > li:not([id]) > a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1.5em;
  text-align: right;
  top: 50%;
  margin-top: -0.5em;
  filter: opacity(.3) brightness(1.5);
  transform: scale(0.6);
}*/
/*クリックで開く*//*商品4個以下でOFF*/
ul.navi_menu-global > li > span::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1.5em;
  text-align: right;
  top: 50%;
  margin-top: -0.5em;
  transform: scale(0.6);
}
/*クリックで開く*//*商品4個以下でOFF*/
ul.navi_menu-global > li.selected > span {}
ul.navi_menu-global > li.selected > span::after {
  content: "\f077";
  filter: opacity(.4) grayscale(1);
  transition: all .35s;
}
/*ul.navi_menu-global > li.navi_item_collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}*/
.navi_ctg_tit {
  font-size: var(--fs-xl);
  display: none;
}
.navi_list_icon {
  right: -.25em;
  opacity: 0.5;
  position: relative;
  display: none;
}
/* Visible Menu Area at Hover */ /*SP_TB*/
/*ul.navi_menu-global div*/
.navi_ctg {
  height: auto;
  /*display:none; *//*商品4個以下でOFF*/
  padding: calc(var(--rs) * 2.0) calc(var(--rs) * 1.0);
  box-shadow: none;
  position: relative;
  left: auto;
  top: auto;
  margin-inline: auto;
}
.navi_ctg .tit--dec05 {
  margin-top: 0;
  color: #ECDED5;
}
.navi_ctg .lnk_card--itemName {
  font-weight: normal;
}

.navi_ctg.navi_ctg--closed {
  display: none;
}
.navi_ctg.navi_ctg--active {
  display: block !important;
}
ul.navi_menu-global li.selected div {
  display: block !important;
}
/*ul.thumCtg*/
/*.navi_ctg> ul {
  width: 100%;
  max-width: 90rem;
  padding: 0 2vw;
  margin: 0 auto;
  line-height: 1.4rem;
  color: #fff;
  visibility: visible;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}*/
/* Contents Local Menu_Thum Img */ /*SP_TB*/
.list_second {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  width: min(100%,var(--width-hero));
	margin: 0 auto;
  padding: 0 calc(var(--rs) * 1.0) 0 1rem calc(var(--rs) * 1.0);
}
.list_second_item {
  position: relative;
	padding: calc(var(--rs) * 1.0);
	flex: 0 0 auto;
	/*width: calc(100% / 2);*/
	width: var(--col2);
}


/* Pre */
ul.navi_menu-global li.navi-notlink, ul.navi_menu-global li.navi-pre {
  color: #939393;
}
ul.navi_menu-global li.navi_Pre {
  pointer-events: none;
  cursor: default;
}
ul.navi_menu-global li.navi_Pre a, ul.navi_menu-global li.navi_Pre span {
  color: #939393;
}
ul.navi_menu-global li.navi_Pre .navi_ctg {
  display: none;
}
/* Contents Local Menu */ /*SP_TB*/
ul.navi_menu-global li dl {
  width: 100%;
  max-width: calc(92.0rem + 2vw);
  margin: 0 auto;
  line-height: 1.4rem;
  color: #fff;
  text-align: left;
  visibility: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
ul.navi_menu-global li dl dt {
  padding: 0;
  margin: 0 0 1.0rem;
  font-weight: bold;
  position: relative;
}
ul.navi_menu-global li dt:empty {
  margin-bottom: 2.0rem;
}
ul.navi_menu-global li dl dd {
  width: 100%;
  position: relative;
  text-align: left;
  background: #21387b;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
ul.navi_menu-global li dl dd + dd {
  border-top: .1rem solid #3b4b84;
}
ul.navi_menu-global li dl dd.navi-full {
  width: 99%;
}
ul.navi_menu-global li dl dd > a, ul.navi_menu-global li dl dd > span {
  padding: 1.5em;
  display: block;
}
ul.navi_menu-global li dl dd a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
ul.navi_menu-global li dl dd a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/assets/image/icons/icon-chevron-right_000.png) 50% 50% / 100% auto no-repeat;
  position: absolute;
  right: 1.25em;
  top: 50%;
  margin-top: -0.65em;
}
/* Contents Local Menu_Thum Img */ /*SP_TB*/
ul.navi_menu-global li ul.thumCtg {
  width: 100%;
  max-width: 92rem;
  padding: 0 2vw;
  margin: 0 auto;
  line-height: 1.4rem;
  color: #fff;
  visibility: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
ul.navi_menu-global li ul.thumCtg li {
  padding: 1.5%;
  margin: 0 auto;
  position: relative;
}
ul.navi_menu-global li ul.thumCtg > li {
  width: 100%;
  padding: 0;
  margin: 0.5rem 1.5rem 1rem;
  position: relative;
}
ul.navi_menu-global li ul.thumCtg li.imgLst {
  max-width: 48%;
} /*アイテム数で調整*/
.lnk_btn--collectionsName {
  padding: .5em .5em 1vmax;
  margin: auto;
}
ul.navi_menu-global .navi_ctg .lnk_btn--collectionsName {
  font-size: var(--fs-m);
}
ul.navi_menu-global li ul.thumCtg li h3 {
  padding: 0.3rem 0.8rem;
  font-size: var(--fs-l);
  text-align: left;
  border-left: .4rem solid #FFFFFF;
  margin-left: 1%;
  margin-bottom: 0.5rem;
  height: 2.0rem;
}
ul.navi_menu-global li ul.thumCtg li ul.imgNav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
ul.navi_menu-global li ul.thumCtg li ul.imgNav li img {
  width: 32rem;
  max-width: 100%;
}
/* ----------------------------- Accordion menu by CSS(checkbox) */
/* Past Item List
		-----------------------------*/ /*ALL*/
/* MENU内 Past Item List 上書き*/
#header-item_list .collections-lnk {
  width: 100%;
}
#header-item_list .lnk_btn--clickWrap {
  display: none;
}

/* ----------------------------- Fixed _ Global navi */
/* After _ Fixed
		-----------------------------*/ /*ALL*/
div#menuContens.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  margin-top: 0;
}



/* ==================== SNSリンク END =============== */


/* =================== TB START =================== */
@media (min-width: 767px) {
  
  /*-------------------------------
   Bace _ Common Parts
  ---------------------------------*//*TB*/
	/*-------------------------------
	 Bace _ Common Layout
	---------------------------------*//*TB*/
	/*-------------------------------
	 Header
	---------------------------------*//*TB*/
  /*-------------------------------
   About SDとは？
  ---------------------------------*//*TB*/
  .about-pic {
    flex-wrap: nowrap;
  }
  li.about-pic--list:nth-child(1) {
    width: 50%;
    margin-right: 0;
  }
  li.about-pic--list:nth-child(2) {
    flex: 1;
  }
  /*-------------------------------
   Introduction 作品紹介
  ---------------------------------*//*TB*/
  .intro-story-mainvisual > img {
    min-height: 60rem;
  }
  /*-------------------------------
   ペア購入特典
  ---------------------------------*//*TB*/
	/*-------------------------------
	 Story 物語文章
	---------------------------------*//*TB*/
  /*-------------------------------
   Productlist 商品一覧
  ---------------------------------*//*TB*/
  
	/*-------------------------------
	 Collection 商品一覧
	---------------------------------*//*TB*/
	/*-------------------------------
	 Collections 全商品一覧（カード小）
	---------------------------------*//*TB*/  
	/*-------------------------------
	 Hバナータイルエリア
	---------------------------------*//*TB*/
	/*-------------------------------
	 Topics 関連情報
	---------------------------------*//*TB*/

	/*-------------------------------
	 商品詳細
	---------------------------------*//*TB*/
	/*-------------------------------
	 商品詳細 _ 商品別説明
	---------------------------------*//*TB*/  
  /*-------------------------------
   商品詳細 _ 個別指定
  ---------------------------------*//*TB*/  
  /*-------------------------------
   商品詳細 _単品交互 2カラム
  ---------------------------------*//*TB*/
	/*-------------------------------
   商品詳細 _ ピックアップポイント左右交互
  ---------------------------------*//*TB*/
	/*-------------------------------
	 ギャラリー
	---------------------------------*/ /*TB*//*PC*/	
	/*-------------------------------
	 Product Spec
	---------------------------------*/ /*TB*//*PC*/
	table.spec caption	{
		font-size: calc(var(--fs-xl) * 1.5);
	}
	/*table.spec caption span	{
		font-size: var(--fs-xxl);
	}*/
	table.spec tr	{
	}
	table.spec th,
	table.spec td	{ 
	font-size: var(--fs-ml);
	padding: 0.3em 1em;
	display: table-cell;
	font-weight: normal;
	}
	table.spec th	{
		min-width:5em;
		white-space: nowrap;
		text-align:right;
		position:relative;
		background: transparent;
	}
	table.spec th::after {
		content: "：";
		position: absolute;
		right: -0.5em;
		opacity: 0.5;
		font-weight: normal;
		}
	table.spec td	{ 
		text-align:left;
	}
	table.spec td a.ev_att	{ font-weight:bold; font-size:100%; color:#ffd800;}
	table.spec td ul	{ margin-top:1rem; font-size: var(--fs-m);}


	table.spec_en th	{
		width:10em;
	}
	table.spec th.price {
    visibility: hidden;
    }
	table.spec td.price { 
		font-size: var(--fs-ll);
    text-align: right;
	}
  /*ドレスセット詳細*/
  .spec__sub-box > dd {
    word-break: keep-all;
  }
	ul.specAtt{
		}
	ul.specAtt li{
		display: block;
		}
	ul.specAtt li + li { margin-top: 0.5em;}
	/*ul.specAtt li + li::before{ content:none;}*/

  /*-------------------------------
   Information　商品詳細ページ個別
  ---------------------------------*//*TB*/
  .infoMthd-icon { 
    text-align: right;
    margin-left: auto;
    float: right;
  }
  /*-------------------------------
   Information　展示情報
  ---------------------------------*//* TB */
  .info_colBox__list {
    width: 50%;
  }
  .info_colBox__list:nth-of-type(2n+1) {
    border-right: .1rem solid rgba(50,50,50,.15);
  }
	.info_colBox__txt {
	}
  .info_colBox__dtl {
    font-size: var(--fs-ml);
  }
	.info_colBox__dl__dt	{
		min-width: 5em;
	}

  /*-------------------------------
   Related Links 関連リンク
  ---------------------------------*//*TB*/

  
	/*-------------------------------
	 Order Information 販売方法告知
	---------------------------------*//*TB*/

	/*-------------------------------
	 Omukae Information 販売方法詳細 D仕様
	---------------------------------*//*TB*/
	.omukae-step__list {
		padding: 0 1em;
	}
	.dolpa-outline th, .dolpa-outline td	{ 
	display: table-cell;
	}
	.link-entry__btn-box	{
		flex-direction: row;
	}
	/*-------------------------------
	 Omukae Information お迎え方法概要テーブル
	---------------------------------*//* TB */
	.ep_info_tbl th,
	.ep_info_tbl td	{
		display: table-cell;
		font-size: var(--fs-xxl);
	}
	.ep_info_tbl th	{
		white-space: nowrap;
	}
	/*-------------------------------
	 TOP NEWS-TOPICS アーカイブ（カードリンク）
	---------------------------------*//*TB*/
  .card-news__data  {

  }
  /*-------------------------------
    Fashion Brand Collaboration Project
  ---------------------------------*//*TB*/
  .brand-concept__wrap  {
    flex-direction: row;
  }
  .brand-concept__logo {
    margin-right: 1rem;
    margin-bottom: auto;
  }

	/*-------------------------------
	  下部ナビゲーション
	---------------------------------*//*TB*/
	
}

/*CS共通mediaサイズ上書き*/
@media screen and (min-width: 835px) {
  /*-------------------------------
   商品詳細
  ---------------------------------*//*MD*/
}
/*CS共通mediaサイズ上書き*/
/* ==================== TB END ==================== */



/* =================== PC START =================== */
@media (min-width: 960px) {

  /*-------------------------------
   Bace _ Common Background
  ---------------------------------*//*PC*/
  .bg_scroll_sp2508::after	{
    background-size: auto;
  }
  
	/*-------------------------------
	 Header
	---------------------------------*//*PC*/
	#header	{
	}
  #hdrInner	{
    max-width: var(--width-hero);
    height:var(--height-hdr);
    padding:0;
    margin:0 auto;
    position:relative;
    text-align:center;
  }
  #header .logo {
    position: absolute;
    top: 0%;
    left: 0%;
    max-height: var(--height-hdr);
    margin: 0px;
    width: 24rem;
    /*left: 50%;
    transform: translate(-50%,0%);*//*中央寄せ*/
  }
  .hd-logo-Dollfie {
    display: block;
    margin: auto auto auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
  }
	
	
	/* SNS Link Icon
	-----------------------------*//*PC*/
	#naviSNSArea {
		margin-top: 2vmax;
	}

	/*-------------------------------
	 Bace _ Common Layout
	---------------------------------*//*PC*/
	.container.width-site {
		max-width: var(--width-site);
	}

  /*-------------------------------
   About SDとは？
  ---------------------------------*//*PC*/
  /*-------------------------------
   Introduction 作品紹介
  ---------------------------------*//*PC*/
  .intro-story-p05 > div {
    aspect-ratio: 5/4;
    background-position-x: 100%;
  }
  .intro-story-p05 > div > img {
    filter: opacity(0);
    display: none;
  }
  /*-------------------------------
   ペア購入特典
  ---------------------------------*//*PC*/
	/*-------------------------------
	 Story 物語文章
	---------------------------------*//*PC*/
  /*-------------------------------
   Productlist 商品一覧
  ---------------------------------*//* PC */

	/*-------------------------------
	 Collections 商品一覧
	---------------------------------*//*PC*/
	
	/*-------------------------------
	 Collections Thumbnail
	---------------------------------*//*PC*/

	/*-------------------------------
	 Collections 全商品一覧（カード小）
	---------------------------------*//*PC*/
	    
	
	/*商品画像サムネイルの額縁装飾*/
	.pic_thm_frame	{
		border-width: 8px;
		padding: 3px;
	}
	
	/*-------------------------------
	 Hバナータイルエリア
	---------------------------------*//*PC*/
	/*-------------------------------
	 Topics 関連情報
	---------------------------------*//*PC*/

	/*-------------------------------
	 商品詳細
	---------------------------------*//*PC*/
  .c-section-lead {
    text-align: center;
  }
	.fulllengthImg	{
		height: 100%;
		width: auto;
	}
	/*-------------------------------
	 商品詳細 _ 商品別説明
	---------------------------------*//*PC*/
  table.spec td.price {
    padding-right: 1rem;
    padding-top: 1rem;
  }

  /*-------------------------------
   Information　商品詳細ページ個別
  ---------------------------------*//*PC*/
  .infoMthd-icon {
    position: absolute;
    right: 0;
    max-width: 24rem;
    float: none;
  }
  /*-------------------------------
   Information　展示情報
  ---------------------------------*//* PC */

  /*-------------------------------
   Related Links 関連リンク
  ---------------------------------*//*PC*/
  
  
	/*-------------------------------
	 Order Information 販売方法告知
	---------------------------------*//*PC*/

	/*-------------------------------
	 Omukae Information 販売方法詳細 D仕様
	---------------------------------*//*PC*/
	.omukae-scdl__text	{}
	.omukae-scdl__first-line	{
		
	}
	.omukae-scdl__strong	{
		font-size: 2.6rem;
	}
	.omukae-scdl__strong.fs--x-large	{
		font-size: 3.6rem;
	}
	.omukae-scdl__strong.fs--xx-large	{
		font-size: 4.0rem;
	}
	
	
	/*WEB申込ボタン*/
	.link-entry__btn--on,	
	.link-entry__btn--off{ 
		font-size: var(--fs-xxl);
		margin: 2rem 1rem;
	}
  /*-------------------------------
	 Omukae Information お迎え方法概要テーブル
	---------------------------------*//* PC */
	.ep_info_tbl caption 	{text-align: center;}
    .cap-hanbai {
        font-size: calc(var(--fs-xxl) * 1.4);
    }
    .cap-kikan {
        font-size: calc(var(--fs-xxl) * 1.4);
    }
    .cap-hanbai:first-line, .cap-kikan:first-line {
        font-size: var(--fs-xl);
        line-height: 1;
    }
    .cap-lottery     { font-size: var(--fs-xxl); }
    .cap-lottery + .note-list { text-align: center;}
	

	/*-------------------------------
	 TOP NEWS-TOPICS アーカイブ（カードリンク）
	---------------------------------*//*PC*/
  /*-------------------------------
    Fashion Brand Collaboration Project
  ---------------------------------*//*PC*/
	/*-------------------------------
	  下部ナビゲーション
	---------------------------------*//*PC*/

  /*-------------------------------
   Menu：Mega Dropdown Menu
  ---------------------------------*//*PC*/
  ul.navi_menu-global > li > span, ul.navi_menu-global > li > a {
    max-width: var(--width-cont);
    margin-left: auto;
    margin-right: auto;
  }
  ul.navi_menu-global > li.navi-pre > .navi_ctg {
    display: none;
  }
  ul.navi_menu-global li ul.thumCtg li {
    margin: 0 0 1rem;
  }
  
	
}
/* ==================== PC END =============== */

/* =================== PC-large START =================== */
@media (min-width: 1640px) {
  /*-------------------------------
   Introduction 作品紹介
  ---------------------------------*/
  .intro-story-main-text {
    padding-top: 10%;
    left: 3vw
  }
  .intro-story-p05 > div {
    background-size: auto 100%;
    width: var(--col2);
    overflow: hidden;
  }
  .intro-story-p05 figcaption { 
    width: var(--col2);
  }
  /*-------------------------------
   Product Spec：商品の特徴
  ---------------------------------*/
  .specPoint-card {
    gap: 2rem;
  }
  
}
/* ==================== PC-large END =============== */

/* =================== PC Safari Only START =================== */
@media (min-width: 960px) {

	_::-webkit-full-page-media, _:future, :root #header-item_link {
	display: block;
	}
	_::-webkit-full-page-media, _:future, :root #header-item_list {
	display: none;
	}

}
/* ==================== PC Safari Only END =============== */


/* 動画：Youtube Short */
/* =================== SP ONLY START =================== */
/*スマホのみ縦長*/
@media screen and (max-width: 835px) {
  .video.vertically-long-sp {
    padding-top: 177.778%;
    overflow: hidden;
  }
}
/*どんな時も縦長*/
.video.vertically-long-sp--tile {
    padding-top: 177.778%;
    overflow: hidden;
  }
/* =================== SP ONLY END =================== */





