@charset "utf-8";
/* SumikaFair2026 _ CSS (last UPDATE: 2026.08.22) */
/* Format :Mobile First Index */
/*-------------------------------
 Mobile first
---------------------------------*/
/*SP 320〜559px*/
/*TB 560〜959px*/
/*PC 960px以上*/
:root {
  --c-brw01: #694A44;
  --c-brw02: #8E7669;
  --fds-sd2026: drop-shadow(0px 3px 3px rgb(156 122 111 / 80%));
}
#sd2026StdModel {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #ebe1cd;
}
#sd2026StdModel::before {
  content: "";
  width: 100%;
  height: calc(var(--fs) * 10);
  background: url(/sd/special/sdm10th/assets/image/dec_lace-ribbon01.png) 50% 100% / calc(var(--fs) * 45.6) repeat-x;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: calc(var(--fs) * -10 - 1px);
  z-index: 1;
}
#sd2026StdModel .ep-container {
  position: relative;
  width: min(100%, 96rem);
  margin: calc(var(--rs)* 2) auto calc(var(--rs)* 4);
  padding-top: 1px;
  z-index: 1;
}

.bg-sd2026 {
  width: min(100%, 128rem) !important;
  background: url("/assets/image/sd/standard/sd2026/sd2026_bg.jpg") 0 50% / 100% auto repeat;
  background: linear-gradient(to right, #fff 0%, transparent 10%,transparent 90%,#fff 100%),url("https://dollfie.volks.co.jp/sd/special/sdm10th/assets/image/bg_inner02.jpg") 50% 0 / 100% auto repeat;
  padding-bottom: calc(var(--rs)* 3);
}
.sd2026-caption {
  width: min(100%,108rem);
  margin: 2rem auto 1rem;
  padding: calc(var(--rs) * 1.0) 1rem;
  text-align: center;
  color: var(--color-main);
  font-size: calc(var(--fs) * 1.5 + var(--rs) * 1.5);
  font-weight: 700;
  line-height: 1.2;
}

/*main image*/
.sd2026-main {
  position: relative;
  container-type: inline-size;
}
.sd2026-main > img {
  filter: var(--fds-sd2026);
}
.sd2026-main::before {
	content: "";
	width: min(25%,calc(var(--rs) * 27));
	aspect-ratio: 25 / 27;
	background: url("/assets/image/sd/standard/sd2026/sd2026_mainimage-deco.png") 0 0 / contain no-repeat;
	filter: var(--fds-sd2026);
	display: block;
	position: absolute;
	right: -4%;
	top: -4%;
	z-index: 1;
}
.sd2026-main-name {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1% 10.5%;
	background: hsla(0,0%,100%,0.5);
	margin-bottom: 11%;
	box-shadow: 0 3px 10px 1px rgb(150 100 50 / 40%);
  /*font-family: var(--ff-mincho);*/
}
.sd2026-main-name img {
  position: relative;
}
.sd2026-main-text {
	position: absolute;
	top: 0;
	left: 0;
	color: #734942;
	text-align: left;
	/*font-size: calc(var(--fs) * 0.7 + var(--rs) * 1.2);*/
  font-size: min(3.1cqw,19px);
	line-height: 1.8;
	padding: 4.3vw 1rem 0 42%;
	filter: drop-shadow(0 0 10px #fff);
	text-shadow: 0 0 2px #fff, 0 1px 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
	width: 100%;
  z-index: 1;
}
.sd2026-intro {
	width: 94%;
	margin: calc(var(--fs) * 5) auto 3rem;
	color: #734942;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sd2026-intro-text {
  position: relative;
  z-index: 2;
	width: min(96%, 80rem);
	margin: 0 auto;
	/*font-family: var(--ff-mincho);*/
	font-size: calc(var(--fs) * 1.7);
  font-weight: 500;
  line-height: 1.8;
  filter: drop-shadow(0 0 10px #fff);
  text-shadow: 0 0 2px #fff, 0 1px 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
}
.sd2026-intro-text + .sd2026-intro-text {
  margin-top: 2em;
  line-height: 1.8;
}
.sd2026-intro-text b {
  font-size: calc(var(--fs) * 2.2);
  display: inline-block;
}
.sd2026-intro-text span {
  width: fit-content;
  margin-left: 10em;
  display: block;
}
.sd2026-dress {
  width: min(100%, 32rem);
  margin-top: calc(var(--rs) * -8);
  margin-bottom: calc(var(--rs) * 4);
  text-align: left;
  flex: 1 1 auto;
}
.sd2026-certification {
  padding: 1em;
  background: rgb(255 255 255 / 90%);
  border-radius: calc(var(--fs) * 1.5);
  font-size: calc(var(--fs) * 1.3);
  text-align: center;
  filter: var(--fds-sd2026);
  position: relative;
}
.sd2026-certification::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc(var(--rs) * 1.2) solid transparent;
  border-left: calc(var(--rs) * 1.2) solid transparent;
  border-bottom: calc(var(--rs) * 3.6) solid rgb(255 255 255 / 90%);
  border-top: 0;
  position: absolute;
  left: 15%;
  top: calc(var(--rs) * -3.6);
}
.sd2026-certification b {
  width: 100%;
  padding-bottom: calc(var(--fs) * 1);
  margin-bottom: calc(var(--fs) * 1);
  border-bottom: 1px solid;
  font-size: calc(var(--fs) * 1.6);
  display: inline-block;
}
@media screen and (max-width: 580px) {
  .sd2026-intro {
    margin-top: calc(var(--fs)* 3);
    text-align: left;
  }
  .sd2026-intro-text b {
    margin-left: calc(var(--rs)* 1.0);
  }
  .sd2026-point-detail {
    text-align: left;
  }
  .sd2026-detail-drs {
    padding-left: 0;
  }
}
/**/
/*-------------------------------
 モデル紹介
---------------------------------*/
.sd2026-models-wrap {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: hsla(0,0%,100%,0.4);
}
.sd2026-models-tit {
	color: #734942;
	text-align: center;
	padding: 2rem var(--rs) var(--rs);
	font-size: 20px;/*特殊*/
	font-weight: 600;
}
.sd2026-models-tit::before {
	content: "";
	background: url(/assets/image/deco/heading-mark--pink.png) 50% 50% / contain no-repeat;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: .4em;
	filter: opacity(.5) blur(0.8px);
}

/*-------------------------------
 商品詳細
---------------------------------*/
.sd2026-model-wrap {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: linear-gradient(180deg, hsla(0,0%,100%,0.4) 0%, hsla(0,0%,100%,0) 90%);
}
.sd2026-model-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sd2026-model-title {
  width: min(100%,96rem);
  margin-inline: auto;
  padding: calc(var(--rs) * 2.5) calc(var(--rs) * 2.0) 0;
}
.sd2026-model-spec {
  width: min(100%,96rem);
  margin-inline: auto;
  padding: 1rem calc(var(--rs) * 2.5) 0;
}

/*-------------------------------
 spec
---------------------------------*/
/*spec table*/
table.specTable {
  width: 100%;
  margin: 0 auto calc(var(--rs) * 2);
  border-collapse: separate;
  border-spacing: 5px;
}
table.specTable caption {
	width: 100%;
	padding: 0 5px 1rem;
	font-size: calc(var(--fs) * 1.0 + var(--rs) * 2.0);
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	position: relative;
  color: #734942;
}
table.specTable caption span {
  color: #555555;
  line-height: 2;
}
.sd2026-spec-logo {
	position: absolute;
	top: 0;
	right: 0;
	width: min(30%,18rem);
}
table.specTable caption em {
  font-size: calc(var(--fs) * 3.4);
}
table.specTable tr {
  padding-bottom: calc(var(--rs) * 0.5);
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
table.specTable th,
table.specTable td	{ 
  padding: calc(var(--fs) * 0.5) 0;
  font-size: calc(var(--fs) * 1.5);
  font-weight: normal;
  line-height: 1.6;
}
table.specTable th {
  max-width: 15rem;
  background: #555;
  border-radius: 5px;
  color: #fff;
  position: relative;
  flex: 0 1 30%;
  transform-origin: top left;
  transform: scale(0.9);
}
table.specTable td {
  flex: 1 1 80%;
}
table.specTable td:not([colspan])	{ 
  /*padding-left: 1em;*/
  text-align: left;
}
table.specTable td a.ev_att	{ 
  font-weight: bold;
}
.price-tax { 
  font-size: calc(var(--fs) * 1.6 + var(--rs) * 1.0);
  font-weight: bold;
  line-height: 1;
  position: relative;
  /*top: -0.2em;*//*table用*/
}
.price-tax small {
  font-size: calc(var(--fs) * 1.2);
}
.price-hontai {
  display: none;
}
/*spec hr*/
.hr-spec {
  width: calc(96% - 10px);
  margin: calc(var(--rs) * 4) auto;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

/*omukae information*/
.container-info {
  width: min(100%, 96rem);
  padding: 2%;
  margin: calc(var(--rs) * 4) auto;
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 3px 10px 1px rgb(150 100 50 / 25%);
  position: relative;
}

/*info box*/
.info-box {
  padding: 0;
  max-width: 94rem;
  margin-inline: auto;
  text-align: left;
}
.info-title {
  padding-left: calc(var(--rs)* 1);
  margin-bottom: calc(var(--rs)* 1);
  border-left: calc(var(--rs)* 1) solid;
  font-size: calc(var(--fs)* 1.2 + var(--rs)* 1.2);
  font-weight: bold;
  color: var(--c-brw02);
  line-height: 1.3;
}
.info-text {
  padding: 0 calc(var(--rs)* 2);
  margin-top: 1em;
  font-size: calc(var(--fs)* 1.6);
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
/*info box _ summary table*/
.info-table {
  width: 100%;
  margin: calc(var(--rs)* 2) auto;
  background: #fff;
  border: 1px solid var(--c-brw02);
  border-collapse: separate;
  border-spacing: 10px;
  color: #000;
  position: relative;
}
.info-table tr {
  padding-bottom: calc(var(--fs) * 0.5);
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.info-table th,
.info-table td{
  padding: calc(var(--rs) * 0.5);
  line-height: 1.6;
  text-align: left;
  position: relative;
}
.info-table th{
  width: 6.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background:  var(--c-brw02);
  color: #fff;
  font-size: calc(var(--fs) * 1.6);
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
/*.info-table th:after {
  content: "：";
  position: absolute;
  right: -0.25em;
}*/
.info-table td {
  width: 100%;
  padding-left: 0.75em;
  font-size: calc(var(--fs) * 1.8);
}
.info-table td[colspan] {
  padding: 2% 2.5px 1px;
}
.info-table td strong {
  font-size: 120%;
  margin-top: -0.125em;
  display: inline-block;
}
.info-table td b {
  margin-top: -0.1125em;
  font-size: 112.5%;
  display: inline-block;
}
.info-table td > small {
  display: inline-block;
}
/*info box _ link*/
.info-table .tenpo-list > :is(li,dd):not(:last-child)::after {
  filter: grayscale(0%);
}
/*info box _ notice list*/
.info-table ul.note-list {
  font-size: calc(var(--fs) * 1.4);
}
/*info box _ elements*/
.info-eveEnd {
  color: #c22424;
  font-size: 87.5%;
  display: inline-block;
}
a.info-link {
  width: 96%;
  margin: calc(var(--rs) * 2) auto;
  text-align: center;
  display: block;
  position: relative;
}
.info-bnr {
  margin:  0 auto;
  background: #fff;
  box-shadow: var(--bs-pic);
}
.info-bnr-text {
  padding: 0.5em 1em;;
  font-size: calc(var(--fs) * 1.4);
  line-height: 1.3;
}
a.info-link-bnrEnd {
  pointer-events: none;
  cursor: none;
  position: relative;
}
a.info-link-bnrEnd .info-bnr {
  filter: brightness(0.5) blur(1px);
}
a.info-link-bnrEnd::after {
  content: "公開終了";
  width: 100%;
  color: #fff;
  font-size: calc(var(--fs)* 1.8);
  filter: drop-shadow(2px 4px 6px #000);
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1em);
}
/*tenpo list*/
.tenpo-list {
  margin: 0 auto;
  font-size: calc(var(--fs) * 1.6);
}
.tenpo-list > :is(li,dd) {
  display: inline-block;
}
.tenpo-list > :is(li,dd):not(:last-child)::after {
  content: " / ";
  opacity: .3;
  filter: grayscale(100%);
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
  font-weight: normal !important;
}



/*-------------------------------
 Info _ Exhibition
---------------------------------*/
.container-exhibition {
  padding: 0;
  margin: calc(var(--fs) * 2) auto;
  background: var(--c-brw02);
  border-top: 1px solid var(--c-brw02);
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 1px;
}
.container-exhibition::after {
  content: "";
  width: min(100%, 32rem);
  height: auto;
  background: rgb(255 255 255 / 90%);
  border-bottom: none;
  flex: 1 1 auto;
}
.exhibition-schedule {
  width: min(100%, 32rem);
  margin-bottom: -1px;
  background: #fff;
  border-bottom: 1px solid var(--c-brw02);
  border-collapse: separate;
  border-spacing: calc(var(--fs) * 1);
  color: #000;
  flex: 1 1 auto;
}
.exhibition-schedule.exhibition-contFull {
  width: 100%;
}
.exhibition-schedule caption {
  padding: 1.5rem 1em calc(var(--fs) * 0.6);
  background: #fff;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
/*.exhibition-schedule + .exhibition-schedule caption {
  padding-top: calc(var(--fs) * 2);
}*/
.exhibition-schedule tr {
  padding-bottom: calc(var(--fs) * 0.5);
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
/*.exhibition-schedule a {
  color: var(--c-brw02);
}*/
.exhibition-head {
  padding: 0.2em 1.5em;
  background: var(--c-brw02);
  border: 1px solid var(--c-brw02);
  color: #fff;
  flex: 0 0 auto;
}
.exhibition-cont {
  width: auto;
  padding: 0.2em 0.5em;
  font-size: calc(var(--fs) * 1.6);
  flex: 1 1 auto;
  text-align: left;
}
.exhibition-item {
  padding-left: 1.5em;
  list-style: disc;
}



/*point*/
.sd2026-point {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding-bottom: calc(var(--rs) * 2.0);
}
.sd2026-point-feature {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0 calc(var(--rs) * 3.0) 3rem;
	align-items: center;
	justify-content: space-between;
}
.sd2026-point-feature::before {
	content: "";
	width: min(36%,calc(var(--rs) * 25));
	aspect-ratio: 25 / 27;
	background: url(/assets/image/sd/standard/sd2025/sd2025_mainimage-deco.png) 0 0 / contain no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: -2%;
	z-index: 1;
	filter: drop-shadow(0px 3px 4px rgb(156 122 111 / 25%));
}
.sd2026-point-feature > div {
	border-radius: 100%;
	overflow: hidden;
	aspect-ratio: 1;
	filter: drop-shadow(0px 3px 6px rgb(156 122 111 / 50%));
}
.sd2026-point-feature .sd2026-feature-p01 {
	width: 60%;
}
.sd2026-point-feature .sd2026-feature-p02 {
	width: 50%;
	margin-left: -15%;
	top: calc(var(--rs) * 5 + 4rem);
	position: relative;
	z-index: 2;
}
.sd2026-point-feature .sd2026-feature-p03 {
	margin: 2rem auto;
}


.sd2026-point-detail {
  width: min(100%, 32rem);
  padding: 0;
  margin: 0 auto calc(var(--rs) * 4);
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}
.sd2026-point-detail > img {
  object-fit: contain;
  margin-inline: auto;
  width: min(90%, 40rem);
}

.sd2026-point-pop {
	color: var(--c-brw01);
	/*font-family: var(--ff-mincho);*/
	font-feature-settings: "palt";
	width: 92%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	z-index: 1;
	padding: 1em;
	background: rgb(255 255 255 / 90%);
	border-radius: calc(var(--fs) * 1.8);
	font-size: calc(var(--fs) * 1.5);
	margin: 0 auto auto;
	filter: var(--fds-sd2026);
	position: relative;
}
.sd2026-point-pop b {
	width: 98%;
	margin-bottom: 0.5em;
  padding: .2em 1% 0.5em;
	border-bottom: 1px solid var(--c-brw01);
	font-size: calc(var(--fs) * 1.8);
	font-weight: bold;
	line-height: 1.3;
	display: block;
}
.sd2026-point-pop span {
  display: block;
}
.sd2026-point-pop p {
	width: 98%;
	margin: 0 auto;
	line-height: 1.8;
  text-align: left;
}

.sd2026-detail-wig {
}
.sd2026-detail-leg {
}
.sd2026-detail-drs {
  padding-left: calc(var(--rs) * 1.5);
}
.sd2026-detail-drs .sd2026-point-pop {
}
.sd2026-lp-wig {
}
.sd2026-lp-leg {
}
.sd2026-lp-drs {
  margin-top: calc(var(--rs) * -1.5);
  margin-bottom: calc(var(--rs) * 1.5);
}
/*line up*/
.sd2026-lp-maki,
.sd2026-lp-ena,
.sd2026-lp-honoka {
  width: min(100%,56rem);
  max-width: 56rem;
}

.sd2026-zenshin {
	width: min(100%, 90rem);
	margin: 0 auto calc(var(--rs) * 3);
	text-align: left;
	flex: 1 1 auto;
	position: relative;
}
.sd2026-zenshin > img {
  filter: var(--fds-sd2026);
}
.sd2026-zenshin figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}
.sd2026-zenshin-link {
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
}
.sd2026-zenshin-link > li {
	flex: 1;
}
.sd2026-zenshin-link > li > a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 1rem;
  text-align: center;
}
.sd2026-zenshin-link > li > a:hover {
  background: rgb(255 255 255 / 0.1);
}
.sd2026-zenshin-nametag {
	width: min(80%,14rem);
	position: relative;
	transform: translate(0,68%);
	z-index: 2;
  object-fit: contain;
}
.sd2026-zenshin-link a:hover .sd2026-zenshin-nametag {
  opacity: 1;
  filter: brightness(1.05);
}




/*modle spec table*/
.sd2026-spec caption {
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--c-brw01);
  color:  var(--c-brw01);
  font-size: calc(var(--fs) * 1.8);
}
.sd2026-spec caption b {
  font-size: calc(var(--fs) * 2.4);
  font-weight: bold;
}
.sd2026-spec caption b small {
   font-weight: normal;
}
.sd2026-spec :is(th, td) {
  font-size: calc(var(--fs) * 1.3);
}
.sd2026-spec th {
  width: 5.5em;
  padding: 0.25em;
  line-height: 1.3;
}
.sd2026-spec td {
  padding: 0.25em;
}
.price-tax strong {
  font-size: calc(var(--fs) * 2);
}
.price-hontai {
	display: none;
}
/*note*/
ul.sd2026-note li {
  text-indent: -1em;
  padding-left: 1em;
}
.sd2026-note {
  width: min(96%, 88rem);
  padding: 0;
  margin: calc(var(--rs) * 1) auto;
  font-size: calc(var(--fs) * 1.4);
  text-align: left;
  position: relative;
}
.sd2026-note > * {
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
}
.sd2026-note > * + * {
  margin-top: 0.5em;
}

/*共通以外のスペック情報*/
.sd2026-unique-spec {
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	gap: 3px;
	width: min(98%, 90rem);
	margin: 0 auto calc(var(--fs) * 3.0);
  filter: var(--fds-sd2026);
}
.sd2026-unique-spec > figure {
  background: #fff;
  display:flex;
  flex-direction:column;
  position: relative;
}
.sd2026-unique-spec > figure > img {
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 90%);
  object-fit: contain;
}
.sd2026-unique-spec figcaption {
  margin-top: calc(var(--rs) * -8.0 - 15%);
  position: relative;
  z-index: 1;
  padding: calc(var(--rs) * 1.0);
  display:flex;
  flex-direction:column;
  flex:1;
}
.sd2026-unique-spec figcaption h3 {
	text-align: center;
	font-size: calc(var(--fs) * 1.7 + var(--rs) * 0.5);
	margin-bottom: 1.5rem;
	line-height: 1.3;
	color: #734942;
  text-shadow: 0 0 2px #fff, 0 1px 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
}
.sd2026-unique-spec figcaption h3 > * {
  display: inline-block;
}
.sd2026-unique-spec figcaption dl {
  text-align: left;
  font-size: calc(var(--fs) * 1.4);
  margin-bottom: var(--rs);
}
.sd2026-unique-spec figcaption dl:first-of-type{
  flex:1;
}
.sd2026-unique-spec figcaption dl:last-of-type {
  /*margin-top: auto;*/
  margin-bottom: 0;
}
.sd2026-unique-spec figcaption dt {
  display: inline-block;
  color: #fff;
  background: #555;
  border-radius: 5px;
  padding: calc(var(--fs) * 0.5) 2em;
  margin-bottom: .3em;
  transform-origin: top left;
  transform: scale(0.9);
}
.sd2026-unique-spec figcaption dd {
	padding-left: 3px;
}

.sd2026-unique-pic {
	display: flex;
	gap: 1px;
	padding: 5px;
}
.sd2026-unique-pic > li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  z-index: 1;
}
.sd2026-unique-pic > li:not(:first-child){
  flex: 1;
}
