@charset "utf-8";
/* CSS: DD KAITO 2.0*/
:root {
  /*box-shadow*/
  --bs-pic: 1px 3px 5px rgb(0 0 0 / 30%);
  /*drop-shadow*/
  --ds-cont: drop-shadow(0 0 calc(var(--rs) * 0.6) #9b8694);
  /*color*/
  --c-blu-drk: #20365a;
  --c-red-drk: #c34098;
  --c-brw: #694A44;
  --c-brw-light: #cc9a85;
  /*color kaito*/
  --c-kaito-blu01: #213e8c;
  --c-kaito-blu01-rgb: 33 62 140;
  --c-kaito-blu02: #3053ae;
  --c-kaito-blu02-rgb: 48 85 174;
  /*font-family*/
  --ff-NtSnsJP: YakuHanJP, "Noto Sans JP", sans-serif;
  --ff-NtSrfJP: YakuHanMP, "Noto Serif JP", serif;
  --ff-YuMc: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  --ff-YuGtc: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
  --ff-SwMc: 'Sawarabi Mincho', sans-serif;
  --ff-zenmaruG: "Zen Maru Gothic", "Noto Sans JP","sans-serif";
  /*font-size*/
  --fs: min(2.114vw,1rem);
  --rs: clamp(0.5rem, 1.042vw, 1rem);
  /*overright*/
  --color-link-cmn: #3bbaf4;
  /*header height*/
  --height-hdr: calc(var(--rs) * 12);
}
/*-------------------------------
 base
---------------------------------*/
/*link button*/
.link-btn-container {
  width: 100%;
  padding: calc(var(--fs) * 1) 0;
  margin: calc(var(--fs) * 2) auto ;
  text-align: center;
  position: relative;
}
a.link-ec-btn {
  width: min(96%, 72rem);
  padding: 1.5em 0.5em;
  margin: 0 auto;
  background: var(--color-link-cmn);
  border-radius: calc(var(--rs) * 1);
  color: #fff;
  font-size: calc(var(--fs) * 1.6);
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
}
a:is(.pre, .end) {
  background: #555;
  color: #777;
  position: relative;
}
a:is(.pre, .end) > i {
  visibility: hidden;  
}
a:is(.pre, .end)::after {
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 1px rgb(0 0 0 / 100%),0 0 5px rgb(0 0 0 / 100%);
  filter: drop-shadow(0 0 5px #000);
  position: absolute;
  left: 0;
  top: calc(50% - 0.8em);  
}
a.pre {
  pointer-events: none;
}
a.pre::after {
  content: "準備中";
}
a.end::after {
  content: "受付終了";
  color: #f70068;
  text-shadow: 0 1px 5px rgb(0 0 0 / 50%);
}
.link-ec-btn.ic-online::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 2.5em;
  height: 2.0em;
  margin-top: -1em;
  margin-bottom: -0.5em;
  line-height: 1;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  align-self: center;
  background-image: url(/assets/image/icons/common_ic_onlinestore-wht.svg);
}
a.linkButton {
  width: min(94%,64rem);
  padding: calc(var(--fs) * 1.8) 1.5em;
  margin: calc(var(--fs) * 4) auto calc(var(--fs) * 2);
  background: var(--color-link-cmn);
  border-radius: calc(var(--fs) * 6);
  color: #fff;
  font-size: calc(var(--fs) * 1.6);
  line-height: 1.5;
  text-shadow: 0px 0px 1px rgb(221 38 126 / 100%), 0px 1px 3px rgb(221 38 126 / 80%);
  text-align: center;
  display: block;
}
a.linkButton.linkButton-anchorLink {
  background: var(--color-link-cmn-pnk);
}
a.linkButton:hover {
  color: #fff;
  filter: brightness(1.1);
}
p:has(a.linkButton) {
  margin-top: 1.5em;
}
a[id]:not([href]) {
  height: var(--height-hdr);
  margin-top: calc(var(--height-hdr) * -1);
  display: block;
}
/*-------------------------------
 Header
---------------------------------*/
@media screen and (max-width: 959px) {
  #header .logo {
    left: 1rem;
  }
}
/*-------------------------------
 Navi _ Menu - Toggle button
---------------------------------*/
@media screen and (max-width: 959px) {
  .navi_menu-toggle {
    display: none;
  }
}
/*-------------------------------
DD LUKA 2.0 & DD MEIKO 2.0
main
---------------------------------*/
div.fxblnk {
  height: 4rem;
}
main#prdct2026 {
  /*min-height: calc(100vh - 24rem);*/
  background:#fff;
  color: #000;
  font-family: var(--ff-NtSnsJP);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
#prdct2026ContWrapper {
  width: 100%;
  padding-top: calc(var(--fs) * 4);
  margin: 0 auto;
  background: 
    linear-gradient(192deg, transparent 74.5%, rgb(192 204 228 / 80%) 74.5%, rgb(192 204 228 / 80%) 81.5%, transparent 81.5%),
    linear-gradient(163deg, transparent 67%, rgb(211 224 241 / 100%) 67%, rgb(211 224 241 / 100%) 69%, transparent 69%),
    linear-gradient(150deg, transparent 50%, rgb(211 224 241 / 100%) 50%, rgb(211 224 241 / 100%) 54%, transparent 54%)
  ;
  text-align: center;
  position: relative;
}
#prdct2026MainVisual {
  position: relative;
  right: calc(var(--rs) * -20);
}
#prdct2026MainCont {
  width: min(100%, 50rem);
  padding: calc(var(--rs) * 1);
  text-align: left;
  position: absolute;
  left: calc(50% - var(--rs) * 50);
  top: calc(var(--rs) * 14);
}
.prdct2026-catch {
  width: fit-content;
  padding: 0.5em;
  background: var(--c-kaito-blu01);
  color: #fff;
  font-family: var(--ff-NtSnsJP);
  font-size: calc(var(--rs) * 3.4);
  position: relative;
  transform: rotate(-3deg);
}
.prdct2026-catch rt {
  font-size: 20%;
}
.prdct2026-logo {
  width: min(76%, calc(var(--rs) * 38));
  margin-top: calc(var(--fs) * 2.2);
  margin-left: calc(var(--rs) * 3);
}
.prdct2026-text {
  width: min(80%, 84rem);
  padding: 0;
  margin: 1em auto;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 0 0 1px #fff, 1px 1px 1px rgb(255 255 255 / 80%), 0 0 5px #fff;
  filter: drop-shadow(0 0 10px rgb(255 255 255 / 100%));
}
@media screen and (max-width: 767px) {
  #prdct2026ContWrapper {
    padding-top: 0;
  }
  #prdct2026MainCont {
    all: initial;
    width: 100%;
    container-type: inline-size;
    display: block;
    position: relative;
  }
  .prdct2026-catch {
    width: 104%;
    padding: 0.25em 4%;
    margin-top: 5%;
    margin-left: -2%;
    font-size: 7.2cqw;
    text-align: center;
  }
  .prdct2026-logo {
    width: 40%;
    margin: 0;
    position: absolute;
    left: 4%;
    bottom: -210%;
  }
  #prdct2026MainVisual {
    right: -20%;
  }
}
/*-------------------------------
 info _ DD KAITO用メガネ商品化
---------------------------------*/
#prdct2026Info {
  width: 100%;
  padding: calc(var(--fs) * 4) 2%;
  background: var(--c-kaito-blu02);
  color: #fff;
  text-align: center;
}
.info-cont {
  width: min(100%, 72rem);
  margin: 0 auto;
  container-type: inline-size;
}
/*info title*/
.info-title {
  font-size: 5cqw;
  text-align: center;
}
/*info image*/
.info-imgCont {
  width: min(100%, 72rem);
  margin: calc(var(--fs) * 3) auto 0;
  position: relative;
}
.info-details {
  width: min(51%, 35rem);
  height: 100%;
  padding: 2% 0;
  container-type: inline-size;
  position: absolute;
  right: 2%;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.info-details figcaption {
  margin: auto 0 0.5em;
  font-size: 5.9cqw;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
  filter: drop-shadow(0 1px 2px #000) drop-shadow(0 2px 5px rgb(0 0 0 / 60%));
}
.info-details img {
  margin: auto 0 0 0;
}
/*-------------------------------
 copyright
---------------------------------*/
#sc-cmnCopy {
  background: rgb(232 233 238 / 90%);
}