@charset "utf-8";
/* CSS Document */
.nudebra-wrap .button_202410 {
  border-radius: 100px;
}
.nudebra-wrap .button_202410.yellow {
  background: #fff352;
  border-color: #fff352;
  color: #ff0d85;
  font-size: 18px;
  font-weight: 800;
}
.nudebra-wrap .button_202410.yellow:after {
  border-color: #ff0d85;
}
.inner2024.intro {
  width: 94%;
  margin: 0 auto;
  background: #fff6f6;
  border: 4px double #ff0d85;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
}
.inner2024.intro h2, .inner2024.review h2 {
  color: #ff0d85;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
}
.inner2024.intro i {
  color: #fcc800;
  margin: 0 3px;
}
.inner2024.intro .text, .inner2024.review .text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 4px 0;
}
.inner2024.intro .text span {
  color: #ff0d85;
  font-size: 18px;
  font-weight: 800;
}
.inner2024.intro ul {
  background: #fff;
  border-radius: 8px;
  margin: 16px auto 0;
  padding: 16px;
}
.inner2024.intro ul li {
  font-size: 18px;
  font-weight: 800;
  color: #ff0d85;
  margin: 0 0 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.inner2024.intro ul li:last-child {
  margin-bottom: 0;
}
.inner2024.intro ul li img {
  flex: 1;
  width: 50px;
}
.inner2024.intro ul li p {
  flex: 4;
}
.nudebra-wrap .inner2024.intro ul li span {
  display: block;
  font-size: 13px;
  color: #000;
}
/**/
.inner2024.review i {
  color: #000;
  margin: 0 3px;
}
.inner2024.review dl {
  background: #fff6f6;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 8px;
  width: 94%;
}
.inner2024.review dl dt {
  width: 60px;
  margin: 0;
  padding: 0;
}
.inner2024.review dl dd {
  padding-left: 8px;
  width: calc(100% - 60px);
  box-sizing: border-box;
}
.inner2024.review dd .title-box {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 2px;
}
.inner2024.review dd .comment {
  font-size: 12px;
}
.inner2024.review dd .rating i {
  color: #fcc800;
  margin: 0;
}
/**/
.inner2024.nayami {
  background: linear-gradient(to bottom, #f9f6f6, #f0e8e8);
  margin: 0 auto;
  padding: 0;
  background-image: url('https://dazzystore.com/SmartPhone/sp/IMG/banner/251030_onayamisozai.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.inner2024.nayami::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* ← 透明度0.5の黒 */
  z-index: 0;
}
.inner2024.nayami > * {
  position: relative;
  z-index: 1;
}
.nayami-top {
  margin: 16px auto 0;
  padding: 32px 6% 0;
  position: relative;
}
.nayami-top .title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.nayami-top .checklist {
  margin: 0;
}
.nayami-top .checklist li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 28px;
}
.nayami-top .checklist li .fa-check {
  color: #fcc800;
  position: absolute;
  left: 0;
  top: 5px;
}
.nayami-top .checklist li span {
  color: #f5a6b5;
  font-weight: 800;
  font-size: 18px;
}
.inner2024.nayami .nayami-btm {
  background: #f5a6b5;
  color: #000;
  text-align: center;
  padding: 48px 5% 16px;
  font-size: 14px;
  clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
}
.inner2024.nayami .nayami-btm span {
  display: block;
  font-weight: 800;
  font-size: 18px;
}
.inner2024 .bnrcolumn1 {
  width: 100%;
}
/**/
.nudebra-wrap .delivery {
  width: 94%;
  margin: 8px auto;
}
.nudebra-wrap .delivery h2 {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}
.nudebra-wrap .delivery h2 span {
  color: #ff0d85;
  font-size: 28px;
}
.nudebra-wrap .delivery h3 {
  color: #ff0d85;
  font-weight: 800;
  font-size: 22px;
}
.nudebra-wrap .delivery p.text-top {
  text-align: center;
  font-weight: 800;
  color: #ff0d85;
  font-size: 16px;
}
.nudebra-wrap .delivery p.text-top span {
  font-size: 22px;
}
.nudebra-wrap .delivery p.text-top span.large {
  display: block;
  font-size: 65px;
  line-height: 1.2;
}
.nudebra-wrap .delivery p.text-top span.large i {
  margin-left: 8px;
  font-size: 65px;
}
.nudebra-wrap .delivery p.text-btm {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.nudebra-wrap .delivery p.text-btm .marker {
  background: linear-gradient(transparent 50%, #fff352 50%);
}
.inner2024.line-box h2 {
  font-size: 18px;
  text-align: center;
  color: #ff0d85;
  font-weight: 700;
}
.inner2024.line-box h3 {
  font-size: 25px;
  text-align: center;
  color: #06C755;
  font-weight: 800;
  line-height: 1.2;
}
.inner2024.bg_yellow {
  margin-bottom: 0 !important;
  background: #fffaee !important;
}
.inner2024.bg_yellow.bnrarea {
  background: #ffffdb !important;
  padding: 16px 0 8px !important;
  margin: 16px auto !important;
}
.inner2024.bg_yellow .bnrcolumn1 {
  margin: 0 !important;
  width: 100% !important;
}
.inner2024.bg_yellow .inner2024.line-box, .inner2024.line-box .bg_yellow {
  margin-bottom: 0 !important;
}
.nudebra-wrap .button_202410.line {
  background: #06C755;
  border-color: #06C755;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.nudebra-wrap .button_202410.line:after {
  border-color: #fff;
}
.inner2024.line-box .large {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin: 8px auto;
  width: 94%;
}
.inner2024.line-box .small {
  text-align: center;
  font-size: 12px;
  margin: 8px auto 0;
  width: 94%;
}
.inner2024.faq-box {
  margin-top: 0;
  margin-bottom: 16px;
}
.inner2024.faq-box .title {
  background: #ff0d85;
  padding: 20px;
}
.inner2024.faq-box .title h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.inner2024.faq-box .title h2 span {
  font-size: 30px;
  margin: 0 4px;
}
.inner2024.faq-box .title p {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 8px;
}
.inner2024.faq-box .faq {
  width: 94%;
  margin: 0 auto;
}
.inner2024.faq-box .faq h3 {
  font-size: 18px;
  font-weight: 800;
  color: #ff0d85;
  border-bottom: 4px dotted #ff0d85;
  padding-bottom: 4px;
  margin: 16px 0 8px;
}
.inner2024.faq-box .faq h3:before {
  content: "Q.";
  font-size: 30px;
  font-weight: 800;
  color: #ff0d85;
  margin-right: 7px;
}
.inner2024.faq-box .faq p {
  font-size: 14px;
}
.nudebra-wrap .bnrarea h2 {
  font-size: 24px;
  font-weight: 800;
  color: #ff0d85;
  text-align: center;
  line-height: 1.2;
}
.nudebra-wrap .bnrarea h2 span {
  font-size: 34px;
  margin: 0 2px;
}
/**/
.video-accordion summary {
  background: #fff352;
  border-color: #fff352;
  color: #ff0d85;
  font-size: 18px;
  font-weight: 800;
  border-radius: 100px;
  width: 80%;
  margin: 16px auto;
  padding: 16px;
  text-align: center;
  position: relative;
  transition: background 0.3s;
  list-style: none;
}
.video-accordion summary::-webkit-details-marker {
  display: none;
}
.video-accordion[open] summary::after {
  content: "▲";
  margin-left: 8px;
  font-size: 18px;
}
.video-accordion summary::after {
  content: "▼";
  margin-left: 8px;
  font-size: 18px;
}
/* 動画部分 */
.video-container {
  margin: 16px auto 0;
  width: 94%;
}
.video-container video {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #000;
}
/**/
.inner2024.bg_pink.foot-text {
  padding: 32px 0;
}
.inner2024.bg_pink.foot-text p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.inner2024.bg_pink.foot-text p:last-of-type {
  margin: 0;
}
.inner2024.bg_pink.foot-text p img {
  width: 40%;
}
.pd-zigzag.item-box{

  padding: 16px;
  border-radius: 8px;
  margin: 8px auto;
  background: #fff352;
}
.pd-zigzag.item-box .btn{
  border-radius: 50px;
  background: #FF0D85;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}