h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

body {
  font-family: "Noto Sans CJK JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;

}

p {
  line-height: 1.5;
}

.pcD {
  display: block;
}

.spD {
  display: none;
}

#vpseries {
  letter-spacing: -0.02em;
  font-size: 1.5rem;
  line-height: 1.8;
  overflow: hidden;
  color: #1C1C1C;
}

#vpseries .inner {
  max-width: 940px;
  margin: 0 auto;
}

.ttlbox {
  position: relative;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}

.ttl {
  text-align: center;
  -webkit-clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 80%, 100% 0);
  clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 80%, 100% 0);
}

.ttl h2 {
  padding: 40px 0 60px 0;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}

/*  */

#mv {
  background: #003a24;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#mv .inner {
  max-width: none;
}

/*  */

#vpmenu {
  position: relative;
  z-index: 1;
  border-top: 2px solid #000;
  background: #c99e03;
  box-shadow: 0px 0px 6px 0px #000;
}

#vpmenu ul {
  max-width: 940px;
  margin: 0 auto;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
}

#vpmenu ul li {
  width: 33.3%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

#vpmenu ul li a {
  display: flex;
  height: 80px;
  padding-bottom: 20px;
  box-sizing: border-box;
  line-height: 1.2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#vpmenu ul li a span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #000;
  position: relative;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#vpmenu ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #9e6201 0%, #c99e03 100%);
  background-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s;
}

#vpmenu ul li a:hover:before {
  opacity: 0.4;
}

#vpmenu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(135deg);
  filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
}

/*  */

#vdIntro {
  padding: 0 15px;
  overflow: hidden;
  background: url(../260326/vdintro_bg.png) no-repeat center;
  background-size: cover;
}

#vdIntro .inner {
  padding: 60px 0 40px;
  text-align: center;
}

#vdIntro .inner h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 1.43;
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
}

#vdIntro .inner h2 span {
  display: inline;
  position: relative;
}

#vdIntro .inner h2 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 100%;
  height: 3px;
  background: radial-gradient(circle, #fdf0bd 0%, #ca9f05 100%);
}

#vdIntro .inner ul {
  display: flex;
  justify-content: space-between;
}

#vdIntro .inner ul li {
  width: 25%;
}

#vdIntro .inner ul li img {
  margin: 0 auto;
}

#vdIntro .malfunction__txt {
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
}

/* target01 */
#vdDryspot {
  padding-bottom: 140px;
}

#vdDryspot::before {
  content: "";
  display: block;
  width: 100vw;
  height: 6px;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

#vdDryspot .ttl {
  background: linear-gradient(to right, #003F24 0%, #0A5547 50%, #003F24 100%);
}

#vdDryspot .ttl h2 {
  color: #fff;
  font-size: 3.6rem;
}

#vdDryspot .ttl h2 strong {
  font-size: 4.8rem;
}

#vdDryspot .ttl h2 strong span {
  font-size: 4.4rem;
}

#vdDryspot .ttl h2 small {
  font-size: 3.4rem;
}

#vdDryspot h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 64px 0 40px;
  color: #006652;
}

#vdDryspot h3 span {
  background-color: #FFE6A4;
  display: inline-block;
}

#vdDryspot .inner {
  display: flex;
  gap: 20px;
  position: relative;
}


#vdDryspot .inner .box {
  width: 100%;
  aspect-ratio: 460 / 560;
  background-color: #EBF4EC;
  border-radius: 10px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}

#vdDryspot .inner .box .box-ttl {
  text-align: center;
  font-weight: bold;
  color: #006652;
  border-bottom: 2px solid #006652;
  padding-bottom: 10px;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}

#vdDryspot .inner .box .box-img {
  width: 310px;
}


#vdDryspot .inner .box .boxtxt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

#vdDryspot .inner .box-note {
  position: absolute;
  bottom: -40px;
  right: 0;
  font-size: 1.6rem;
  color: #6E6E6E;
}

/* target02 */
#vdCare {
  padding-bottom: 220px;
  background: url(../260326/vdcare_bg.png) no-repeat center bottom;
  background-size: cover;
}

#vdCare::before {
  content: "";
  display: block;
  width: 100vw;
  height: 6px;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

#vdCare .subttl {
  background-color: #003e25;
}

#vdCare .subttl h2 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 30px 0;
  font-weight: 500;
  background: linear-gradient(to right, #003F24 0%, #0A5547 50%, #003F24 100%);
}

#vdCare .ttl {
  background-color: #003e25;
}

#vdCare .ttl h2 {
  color: #1C1C1C;
  font-size: 3.2rem;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

#vdCare .ttl h2 strong {
  font-size: 4.4rem;
}

#vdCare .inner {
  margin-top: 88px;
}

#vdCare .inner .boxlabel {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  display: flex;
  border: 2px solid #003A26;
  width: 667px;
  height: 113px;
  line-height: 1.2;
  box-sizing: border-box;
  margin: 0 auto;
}

#vdCare .inner .boxlabel .left {
  background-color: #D9020A;
  color: #fff;
  font-size: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #003A26;
  width: 277px;
}

#vdCare .inner .boxlabel .right {
  font-size: 4rem;
  background-color: #fff;
  flex: 1;
  padding: min(0.35vw, 6px) min(0.65vw, 13px);
  color: #003A25;
  position: relative;
}

#vdCare .inner .boxlabel .right span {
  font-size:  clamp(40px, 2vw, 20px);
}

#vdCare .inner .boxlabel .right .boxlabel__sup {
  position: absolute;
  top: 45px;
  left: 358px;
  font-size:  clamp(20px, 2vw, 20px);
}

#vdCare .inner h3 {
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.64);

}

#vdCare .inner .carebox {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-top: 120px;
  padding-right: 40px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}

#vdCare .inner .carebox .boximg {
  position: absolute;
  left: -130px;
  top: -140px;
  max-width: 710px;
}

#vdCare .inner .carebox .boxinfo {
  position: relative;
  width: 426px;
  font-weight: 500;
}

#vdCare .inner .carebox .boxinfo .feature {
  background-color: #EBF4EC;
  border-radius: 6px;
  padding: 28px 22px 35px;
  font-size: 2.4rem;
}

#vdCare .inner .carebox .boxinfo .feature-label {
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  color: #1C1C1C;
  padding: 0 40px;
  position: absolute;
  top: -20px;
  left: 18px;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

#vdCare .inner .carebox .boxinfo .feature-note {
  color: #fff;
  display: flex;
  margin-top: 20px;
  font-size: 1.6rem;
}

/* target03 */
#target03 {
  background-color: #F4F8F4;
  padding: 100px 0;
}

#target03 .inner {
  max-width: 1400px;
}

#target03 .feature-ttl {
  position: relative;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 102, 82, 0.7) 30%,
      rgba(0, 102, 82, 1) 40%,
      rgba(0, 102, 82, 1) 60%,
      rgba(0, 102, 82, 0.7) 70%,
      transparent 100%);
  height: 90px;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.4rem;
  color: #fff;
}

#target03 .feature-ttl h2 {
  filter: drop-shadow(0 0 6px #000);

}

#target03 .feature-ttl::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(232, 207, 115, 0.7) 30%,
      rgba(232, 207, 115, 1) 40%,
      rgba(232, 207, 115, 1) 60%,
      rgba(232, 207, 115, 0.7) 70%,
      transparent 100%);
  position: absolute;
  width: 100%;
  top: -6px;
}

#target03 .ttl-gold {
  color: #f6d365;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.7));
}

#target03 .ttl-gold span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

#target03 .ttl-gold span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #F6DC7C;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 50%;
}

#target03 .feature-subttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005a4a;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 14px;
  gap: 20px;
  line-height: 1.33;
}

#target03 .feature-subttl::before {
  content: "";
  display: block;
  width: 3px;
  height: 46px;
  background-color: #005a4a;
  transform: rotate(-30deg);
  border-radius: 2px;
}

#target03 .feature-subttl::after {
  content: "";
  display: block;
  width: 3px;
  height: 46px;
  background-color: #005a4a;
  transform: rotate(30deg);
  border-radius: 2px;
}

#target03 .cards-container {
  max-width: 940px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 30px;
  margin: 44px auto 24px;
}

#target03 .info-card {
  background-color: #FFF6DE;
  border-radius: 10px;
  padding: 30px;
  width: 50%;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}

#target03 .card-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #000;
}

#target03 .card-text {
  font-size: 18px;
}

#target03 .card-num {
  background-color: #F9D048;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 3rem;
}

#target03.card-text {
  font-size: 1.8rem;
}

#target03 .arrow-down {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}


#target03 .checklist-box {
  max-width: 940px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 70px;
  padding: 56px 92px 62px;
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}

#target03 .checklist-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0px;
}

#target03 .check-item {
  display: flex;
  align-items: flex-start;
  font-size: 2.4rem;
  position: relative;
}

#target03 .check-item:nth-child(1) {
  padding-right: 176px;
}

#target03 .check-item:nth-child(3) {
  padding-right: 120px;
}

#target03 .check-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #006652;
  border-radius: 4px;
  margin-right: 10px;
  padding: 3px;
  box-sizing: border-box;
}

#target03 .check-subtext {
  font-size: 1.6rem;
  color: #6E6E6E;
  font-weight: normal;
  position: absolute;
  bottom: -20px;
  right: -80px;
  width: 200px;
}



#target03 .intro-text {
  font-size: 2rem;
  margin: 40px auto 32px;
  text-align: center;
}

#target03 .highlight-marker {
  background-color: #A8D7CB;
}

#target03 .detail-box {
  background: #fff;
  border-radius: 10px;
  padding: 28px 26px;
  width: 600px;
  line-height: 1.5;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  box-sizing: border-box;
  margin: 0 auto 48px;
  transform: translateX(-100px);
  position: relative;
}

#target03 .detail-box::before {
  content: "";
  position: absolute;
  background: url(detail-text_bg.png) no-repeat center;
  background-size: cover;
  width: 240px;
  aspect-ratio: 240 / 211;
  right: -220px;
  top: 0;
}

#target03 .detail-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1.8rem;
}

/*  */

#target03 .product-lineup-wrapper {
  background: url(product-lineup_bg.png) no-repeat center;
  background-size: cover;
  max-width: 660px;
  margin: 0 auto 70px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#target03 .product-lineup-title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

#target03 .product-imgs {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 15px 15px;
}

#target03 .prod-img {
  width: 88px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#target03 .product-lineup-btn {
  display: block;
  background-color: #343683;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  height: 58px;
  font-weight: 500;
}

#target03 .product-lineup-btn span {
  font-size: 2.2rem;
  position: relative;
  font-weight: bold;
}

#target03 .product-lineup-btn span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: radial-gradient(circle, #fdf0bd 0%, #ca9f05 100%);
}

/* ルビ（下付き） */
ruby {
  ruby-position: under;
}
 
rt {
  margin-top: 3px;
  font-size: .5em;
}

/* target03 */

#target03 .feel-box {
  max-width: 806px;
  margin: 40px auto 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

#target03 .feel-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 1.8rem;
  line-height: 1.4;
  max-width: 470px;
}

#target03 .feel-text p {
  margin-bottom: 10px;
}

#target03 .feel-text p:last-child {
  margin-bottom: 0;
}

#target03 .feel-note {
  position: absolute;
  right: 40px;
  bottom: 12px;
  font-weight: normal;
  font-size: 16px;
  color: #6E6E6E;
}

#target03 .gold-banner {
  max-width: 806px;
  font-size: 2.6rem;
  font-weight: 900;
  padding: 16px 0;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  text-align: center;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
}

/* target04 */
.target04 {
  background-color: #006652;
  box-sizing: border-box;
}

.target04 .target04-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0;
}

.target04 .accordion-item {
  border-radius: 10px;
}

.target04 .gold {
  margin-bottom: 50px;
}

.target04 .accordion-header {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}

.target04 .accordion-item.gold .accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  transition: border-radius 0.3s ease;
  background: url(./accordion-header_bg.png) no-repeat center;
  background-size: cover;
}

.target04 .header {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.target04 .header .header-ttl {
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}


.target04 .accordion-item.gold .header-subttl {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  width: 618px;
  box-sizing: border-box;
  border: 1px solid #997C42;
}


.target04 .accordion-icon {
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
}

.target04 .accordion-icon::before,
.target04 .accordion-icon::after {
  content: '';
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.target04 .accordion-icon::before {
  width: 40px;
  height: 4px;
}

.target04 .accordion-icon::after {
  width: 4px;
  height: 40px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.target04 .accordion-item.active .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.target04 .accordion-item.active .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.target04 .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-out;
  background-color: #fff;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.target04 .cont1 {
  display: flex;
  font-size: 1.6rem;
  color: #006652;
  gap: 16px;
  margin: 0 auto 40px;
  padding-top: 40px;
  border-top: dotted 3px #006652;
  max-width: 836px;
}

.target04 .cont1 .left {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border: 1px solid #006652;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.target04 .cont1 .middle {
  width: 530px;
}

.target04 .cont1 .middle .text-black {
  color: #1C1C1C;
}

.target04 .cont1 .middle .pl-4{
  padding-left: 4.2em;
}

.target04 .cont1 .middle .p-0{
  padding: 0;
  padding-right: 0;
}

.target04 .cont1 .middle ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.target04 .cont1 .middle ul li {
  display: flex;
  gap: 6px;
}

.target04 .cont1 .middle ul li span {
  white-space: nowrap;
  line-height: 1.5;
}

.target04 .cont1 .right {
  border-radius: 10px;
  width: 180px;
  height: 150px;
  border: 1px solid #006652;
}

.target04 .cont1 .right .header {
  background-color: #D0E3DA;
  border-bottom: 1px solid #006652;
  border-radius: 10px 10px 0 0;
}

.target04 .cont1 .right ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 12px;
}

.target04 .cont2,
.target04 .cont3,
.target04 .cont4,
.target04 .cont5,
.target04 .cont6 {
  max-width: 800px;
  margin: 0 auto 86px;
  width: 100%;
}

.target04 .cont2{
  margin-top: 80px;
}

.target04 .cont5 {
  margin-bottom: 40px;
}

.target04 .ttl {
  clip-path: none;
  background-color: #E3E8EB;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0 24px 20px;
  font-size: 1.6rem;
  box-sizing: border-box;
  margin: 0 auto;
  font-feature-settings: "palt"
}

.target04 .ttl .ttl-label {
  width: 462px;
  height: 46px;
  display: flex;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);

}

.target04 .ttl .ttl-label .left {
  background-color: #1C1C1C;
  color: #EFD67E;
  width: 118px;
  line-height: 1.3;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.target04 .ttl .ttl-label .right {
  flex: 1;
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  color: #006652;
  font-weight: bold;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 15px #fff,
    0 0 20px #fff;
}

.target04 .ttl .ttl-label .right p {
  line-height: 1;
}

.target04 .ttl h2 {
  padding: 32px 0 12px;
  color: #006652;
  font-weight: bold;
  font-size: 2.2rem;
  font-family: "Noto Sans CJK JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

.target04 .ttl .result-txt {
  display: flex;
  line-height: 1.3;
  gap: 6px;
  align-items: center;
}

.target04 .ttl .result-note {
  display: flex;
}

.target04 .ttl .result-txt span {
  background-color: #006652;
  color: #fff;
  display: inline-block;
  padding: 0px 3px;
  line-height: 1.3;
  font-size: 1.4rem;
  width: 34px;
  height: 20px;
  text-align: center;
}

.target04 .cont2-info {
  width: 100%;
}

.target04 .cont2-info p {
  color: #E95B64;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}

.target04 .cont2-info .info-detail {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  gap: 16px;
}

.target04 .cont2-info .table-wrap {
  max-width: 300px;
  padding-top: 10px;
}

/* cont3  */

.target04 .cont3 .result-txt {
  padding-bottom: 10px;
}

.target04 .cont3 .result-note {
  border-top: 2px dotted #6AA697;
  padding-top: 10px;
}

.target04 .cont3-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.target04 .cont3-info li {
  width: 375px;
}

.target04 .cont3-info p {
  color: #E95B64;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
}

.target04 .cont3-info p.mb22 {
  margin-bottom: 22px;
}

.target04 .cont3-info p .fz19 {
  font-size: 1.9rem;
}

.target04 .cont3-info p .fz14 {
  font-size: 1.4rem;
  color: #4C4948;
  padding-left: 20px;
}

.target04 .cont3-info p .fz12 {
  font-size: 1.2rem;
}

/* cont4 */
.target04 .cont4 .ttl .result-txt {
  display: block;
  font-weight: bold;
}

.target04 .cont4 .ttl .result-txt small {
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  display: inline-block;
}

.target04 .cont4 .cont4-info {
  display: flex;
  justify-content: center;
  max-width: 430px;
  margin: 30px auto 0;
}

/* cont5 */
.target04 .cont5-info p {
  color: #E95B64;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
}

.target04 .cont5-info .info-detail {
  display: flex;
  gap: 16px;
}

/* table */
.table-wrap {
  width: 100%;
  max-width: 350px;
  color: #4a4a4a;
  margin: 0 auto;
  margin-bottom: 16px;
}

.n-label {
  font-size: 1.6rem;
  text-align: right;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.data-table th,
.data-table td {
  text-align: center;
  border-top: 1px solid #70b3a1;
  border-bottom: 1px solid #70b3a1;
  font-weight: normal;
}

.data-table th:not(:first-child),
.data-table td:not(:first-child) {
  border-left: 1px solid #70b3a1;
}

.bg-gray {
  background-color: #e2e7e8;
}

.data-table td {
  background-color: #ffffff;
}

.target04 .white .accordion-header {
  font-size: 32px;
  font-weight: bold;
  color: #006652;
  background-color: #EBF4EC;
  padding: 28px 678px 26px 126px;
  border-radius: 10px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}

.target04 .white .accordion-header::before {
  content: "";
  background-image: url(../260326/target04_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 56px;
}

.target04 .white .white-text-p {
  font-size: 20px;
  line-height: 1.5;
  padding: 34px 56px;
}

.target04 .white .white-text-p span {
  background-color: #A8D7CB;
}

/* target05 */

.target05 {
  background-image: url(../260326/softcontact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.target05 .softcontact {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 0 72px;
}

.softcontact .softcontact-ttl {
  width: 560px;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(to right, #d2ac23 0%, #f8e290 51.07%, #d3ad26 100%);
  margin: 0 auto 32px;
  padding-top: 6px;
}

.softcontact .softcontact-ttl-p {
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  color: #1c1c1c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.softcontact .softcontactr-container {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 40px;
}

.softcontact .softcontactr-container-box-img {
  margin-bottom: 12px;
}

.softcontact .softcontactr-container-box-text {
  font-size: 22px;
  text-align: center;
  color: #1c1c1c;
}

.softcontact .softcontactr-text-p {
  font-size: 16px;
  text-align: center;
  color: #6e6e6e;
}

/* target06 */

.target06 {
  overflow: hidden;
  font-feature-settings: normal;
}

.target06::before {
  content: "";
  display: block;
  width: 100vw;
  height: 6px;
  background: radial-gradient(circle, #fdf0bd 0%, #c99e03 100%);
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.target06 .ttlbox2 {
  position: relative;
  background: linear-gradient(to right, #003F24 0%, #0A5547 50%, #003F24 100%);
  height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
}

.target06 .ttlbox2 h2 {
  font-family: "Noto Serif JP", serif;
  max-width: 940px;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 3rem;
  padding-bottom: 0.2em;
  color: #fff;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
}

.target06 .ttlbox2 h2 span {
  display: inline;
}

.target06 .inner {
  max-width: none !important;
  width: 100%;
  aspect-ratio: 2000 / 494;
  min-height: 474px;
  background: url(./target06_bg.png) no-repeat center center;
  background-size: cover;
}

.target06 .inner ul {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
  box-sizing: border-box;
}

.target06 .inner ul li {
  width: 48%;
}

.target06 .inner ul li h3 {
  height: 62px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.target06 .inner ul li h3::before,
.target06 .inner ul li h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      #C99E0300 0%,
      #C99E03CC 20%,
      #FDF0BEFF 50%,
      #C99E03CC 80%,
      #C99E0300 100%);
  position: absolute;
  left: 0;
}

.target06 .inner ul li h3::before {
  top: 0;
}

.target06 .inner ul li h3::after {
  bottom: 0;
}

.target06 .inner ul li h3 span {
  display: inline-block;
  padding-bottom: 0.2em;
  font-size: 2rem;
  color: #fff;
}

.target06 .inner ul li .unimg {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.target06 .inner ul li p {
  color: #fff;
  font-size: 16px;
}

/* target07 */
#target07 {
  background-image: url(/-/Media/com/vrohto-premium-series/dryeye-premium/260326/target07_bg.png);
  background-size: cover;
}

#target07 .inner {
  padding: 70px 0 100px;
}


#target07 .inner h2 {
  color: #006553;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 900;
}

#prod_box {
  display: flex;
}

#prod_box #prod_img {
  width: 46%;
}

#prod_box .detail {
  width: 54%;
  line-height: 1.4;
}

#prod_box .detail .ttl {
  margin: 0 0 1em 0;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

#prod_box .detail .ttl strong {
  font-size: 3rem;
  display: block;
}

#prod_box .detail .txt {
  font-size: 2.2rem;
  margin-bottom: 0.2em;
}

#prod_box .detail .classification {
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid #a59f9c;
  padding: 5px;
  text-align: center;
  display: inline-block;
}

#prod_box .detail .coolLevel {
  margin-top: 1.5em;
}

#prod_box .detail .coolLevel p {
  margin-bottom: 5px;
}

#prod_box .detail .coolLevel ol {
  display: flex;
}

#prod_box .detail .coolLevel ol li {
  display: block;
  color: #6d6d6d;
  background: #d5d5d5;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.2em;
  letter-spacing: normal;
}

#prod_box .detail .coolLevel ol li.reach {
  color: #fff;
  background: #006553;
}

#prod_box .detail .btn {
  margin-top: 1.5em;
}

#prod_box .detail .btn a {
  width: 200px;
  height: 44px;
  box-sizing: border-box;
  display: block;
  border-radius: 22px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  background: linear-gradient(to right, #c99f04 0%, #fdf0be 50%, #c99f04 100%);
  transition: opacity 0.3s;
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#prod_box .detail .btn a::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  left: 20px;
}

/* target08 */

.target08 {
  background-color: #EBF4EC;
}

.target08 .productlink-container {
  display: flex;
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
}

.target08 .productlink-box-text {
  display: block;
  background: linear-gradient(to right, #d2ac23 0%, #f8e290 51.07%, #d3ad26 100%);
  padding: 24px 0;
  border-left: 1px solid #707070;
  position: relative;
  z-index: 1;
}

.target08 .productlink-box:last-child .productlink-box-text {
  border-right: 1px solid #707070;
}

.target08 .productlink-box-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #c78b2c 0%, #e4b409 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.target08 .productlink-box-text:hover::before {
  opacity: 1;
}

.target08 .productlink-box-text-p {
  font-family: "Noto Serif JP";
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  color: #1c1c1c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  position: relative;
}

.target08 .productlink-box-text-p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #1c1c1c;
  border-right: 0;
  filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 75px;
}

/* toolBox01 */
.toolBox01 {
  background: #004135;
}

/* vdBnr */
#vdBnr {
  padding: 0 15px;
}

#vdBnr ul {
  padding-top: 60px;
  max-width: 640px;
  margin: 0 auto;
}

#vdBnr ul li {
  margin-bottom: 40px;
}

#vdBnr ul li:last-child {
  margin-bottom: 0;
}


@media screen and (max-width:768px) {

  .pcD {
    display: none;
  }

  .spD {
    display: block;
  }

  .mgb-30 {
    margin-bottom: 4vw;
  }

  #vpmenu ul li {
    width: 32%;
  }

  #vpmenu ul li:nth-child(2) {
    width: 36%;
  }

  .ttl h2 {
    padding: 5.333333333333334vw 0 8vw 0;
  }

  #vpmenu ul li a {
    height: 18.6667vw;
    padding-bottom: 4.6667vw;
  }

  #vpmenu ul li a span {
    font-size: 3.4666666666666663vw;
    letter-spacing: -0.078em;
  }

  #vpmenu ul li a::after {
    width: 2.2vw;
    height: 2.2vw;
    border-top: 0.5vw solid #000;
    border-right: 0.5vw solid #000;
    left: 0;
    right: 0;
    bottom: 2vw;
  }

  #target01,
  #target02,
  #target07 {
    padding-top: 70px;
    margin-top: -70px;
  }

  #vdIntro .inner {
    padding: 8vw 0 5.333333333333334vw;
  }

  #vdIntro .inner h2 {
    font-size: 6.6667vw;
    margin-bottom: 6.1333vw;
  }

  #vdIntro .inner ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.4667vw 7.2vw;
  }

  #vdIntro .inner ul li {
    width: 38.1333vw;
  }

  /* target01 */
  #vdDryspot::before {
    height: 0.8000vw;
    box-shadow: 0.0000vw 0 0.8000vw 0.0000vw rgba(0, 0, 0, 0.8);
  }

  #vdDryspot .ttl h2 {
    font-size: 5.066666666666666vw;
  }

  #vdDryspot .ttl h2 strong {
    font-size: 6.933333333333333vw;
  }

  #vdDryspot .ttl h2 strong span {
    font-size: 6.4vw;
  }

  #vdDryspot .ttl h2 small {
    font-size: 5.066666666666666vw;
  }

  #vdDryspot h3 {
    font-size: 4.8vw;
    margin: 6.4vw 0 8.5333vw;
  }

  #vdDryspot .inner {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }


  #vdDryspot .inner .box {
    width: 74.9333vw;
    aspect-ratio: unset;
    padding: 4.5333vw;
    gap: 0;
  }

  #vdDryspot .inner .box picture {
    width: 49.3333vw;
  }

  #vdDryspot .inner .box .box-ttl {
    padding-bottom: 1.8667vw;
    font-size: 4.266666666666667vw;
  }

  #vdDryspot .inner .box .box-img {
    width: 49.333333333333336vw;
  }


  #vdDryspot .inner .box .boxtxt {
    font-size: 3.4666666666666663vw;
    margin-top: 5.4667vw;
  }

  #vdDryspot .inner .box-note {
    bottom: -5.333333333333334vw;
    right: 8vw;
    font-size: 2.666666666666667vw;
  }

  #vdDryspot {
    padding-bottom: 18.6667vw;
  }

  #vdIntro .malfunction__txt {
    font-size: 3.4666666666666663vw;
    line-height: 1.5;
  }

  /* target02 */
  #vdCare::before {
    height: 0.8000vw;
    box-shadow: 0.0000vw 0 0.8000vw 0.0000vw rgba(0, 0, 0, 0.8);
  }

  #vdCare .ttl h2 {
    font-size: 4.8vw;
    text-shadow: 0.1333vw 0.1333vw 0.1333vw rgba(255, 255, 255, 0.8);
  }

  #vdCare .ttl h2 strong {
    font-size: 5.866666666666666vw;
  }

  #vdCare .subttl h2 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.4;
    padding: 4vw 0;
  }

  #vdCare .inner {
    margin-top: 7.4667vw;
  }

  #vdCare .inner .boxlabel .left {
    font-size: 7.4667vw;
    width: 36.13333333333333vw;
  }

  #vdCare .inner .boxlabel__txt {
    font-size: 9.066666666666666vw;
    width: 100%;
    text-align: center;
  }

#vdCare .inner .boxlabel .right {
  display: block; /* flex をやめる */
  position: relative;
  padding: 0.9333vw 1.4667vw 0.9333vw 2.2666666666666666vw;
}

#vdCare .inner .boxlabel .right .text {
  display: block;
  font-size: 5.8666vw;
  width: 55.06666666666666vw;
  transform-origin: left center;
}

#vdCare .inner .boxlabel .right span:last-child {
  position: absolute;
  top: 50%;
  left: 54vw;
  transform: translateY(-50%);
  font-size: 1.6rem;
}

  #vdCare .inner .boxlabel {
    width: 92vw;
    height: 16.5333vw;
  }

  #vdCare .inner h3 {
    font-size: 6.133333333333333vw;
  }

  #vdCare {
    background: url(../260326/vdcare_bg-sp.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 13.3333vw;
  }

  #vdCare .inner .carebox {
    margin-top: -10vw;
    padding-top: 78vw;
    padding-right: 0;
    justify-content: center;
  }

  #vdCare .inner .carebox .boximg {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    margin-top: 8vw;
  }

  #vdCare .inner .carebox .boxinfo {
    position: relative;
    width: 73.6vw;
    margin-top: 4vw;
  }

  #vdCare .inner .carebox .boxinfo .feature {
    padding: 5.333333333333334vw 5.066666666666666vw 6.666666666666667vw;
    font-size: 4vw;
  }

  #vdCare .inner .carebox .boxinfo .feature-label {
    padding: 0.8vw 6.8vw;
    top: -4.266666666666667vw;
    left: 3.0667vw;
    font-size: 3.733333333333334vw;
  }

  #vdCare .inner .carebox .boxinfo .feature-note {
    margin-top: 3.2vw;
    font-size: 2.933333333333333vw;
  }

  /* target03 */
  #target03 {
    padding: 13.3333vw 0;
  }

  #target03 .feature-subttl {
    text-align: center;
    margin-bottom: 2.1333333333333333vw;
    font-size: 4.8vw;
    gap: 2.666666666666667vw;
  }

  #target03 .feature-subttl::before,
  #target03 .feature-subttl::after {
    width: 0.5333333333333333vw;
    height: 13.600000000000001vw;
    border-radius: 0.2667vw;
  }

  #target03 .feature-ttl {
    height: 24.8vw;
    font-size: 6.933333333333333vw;
    padding-bottom: 0;
  }

  #target03 .feature-ttl h2 {
    filter: drop-shadow(0 0 0.8vw #000);
    line-height: 1.4;
    text-align: center;
  }

  #target03 .feature-ttl::before {
    height: 1.0666666666666667vw;
    background: linear-gradient(to right, rgba(232, 207, 115, 0) 0%, rgba(232, 207, 115, 0.4) 4.25%, rgba(232, 207, 115, 0.8) 19.67%, #e8cf73 50.2%, rgba(232, 207, 115, 0.8) 81.17%, rgba(232, 207, 115, 0.4) 95.94%, rgba(232, 207, 115, 0) 100%);
    top: 0;
  }

  #target03 .ttl-gold {
    text-align: center;
  }

  #target03 .cards-container {
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    padding: 0;
    margin: 6.4vw auto 4.266666666666667vw;
  }

  #target03 .info-card {
    padding: 3.4666666666666663vw 4.5333vw 5.7333vw 5.6vw;
    width: 72.666666666666667vw;
  }

  #target03 .card-title {
    font-size: 4.266666666666667vw;
    margin-bottom: 4.266666666666667vw;
  }

  #target03 .card-text {
    font-size: 3.2vw;
  }

  #target03 .card-num {
    width: 9.3333vw;
    height: 9.3333vw;
    margin-right: 2.1333333333333333vw;
    font-size: 4.8vw;
  }

  #target03.card-text {
    font-size: 3.2vw;
  }

  #target03 .arrow-down {
    margin-bottom: 4.266666666666667vw;
    width: 23.7333vw;
    margin: 0 auto 4.266666666666667vw;
  }

  #target03 .checklist-grid {
    gap: 3.2vw 0vw;
  }

  #target03 .checklist-box {
    width: 84vw;
    padding: 7.4667vw 6.933333333333333vw;
    padding-right: 0;
    margin: 0 auto 9.3333vw;
  }

  #target03 .check-icon {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    border: 0.2667vw solid #006652;
    border-radius: 0.5333vw;
    margin-right: 1.3333333333333335vw;
    padding: 0.4000vw;
  }

  #target03 .check-item {
    font-size: 4.266666666666667vw;
    display: flex;
    align-items: center;
  }

  #target03 .check-item:nth-child(1) {
    order: 1;
    padding-right: 0;
  }

  #target03 .check-item:nth-child(2) {
    order: 3;
    padding-right: 10.9333vw;
  }

  #target03 .check-item:nth-child(3) {
    order: 2;
    padding-right: 0;
  }

  #target03 .check-item:nth-child(4) {
    order: 4;
  }

  #target03 .check-subtext {
    font-size: 2.666666666666667vw;
    right: -8vw;
    bottom: -2.933333333333333vw;
    width: 29.3333vw;
  }

  #target03 .intro-text {
    font-size: 3.4666666666666663vw;
    text-align: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    margin: 4vw auto 5.333333333333334vw;
  }

  #target03 .detail-box {
    margin: 0 4vw;
    transform: translateX(0);
    width: 60.8vw;
    margin-bottom: 6.6667vw;
    padding: 3.733333333333334vw 3.4666666666666663vw;
  }

  #target03 .detail-text {
    font-size: 3.2vw;
  }

  #target03 .detail-box::before {
    background: url(detail-text_bg-sp.png) no-repeat center;
    background-size: cover;
    width: 37.3333vw;
    aspect-ratio: 280 / 250;
    top: auto;
    right: -31.3333vw;
    bottom: 0;
  }

  #target03 .product-lineup-wrapper {
    background: url(product-lineup_bg-sp.png) no-repeat center;
    max-width: 92vw;
    margin: 0 auto 9.3333vw;
    border-radius: 0.5333vw;
  }

  #target03 .product-lineup-title {
    font-size: 4.8vw;
    margin-bottom: 0.8vw;
    padding-top: 1.6vw;
  }

  #target03 .product-imgs {
    gap: 2.1333333333333333vw;
    padding: 0 2.0000vw 2.0000vw;
  }

  #target03 .prod-img {
    width: 15.4667vw;
    height: 22.1333vw;
  }

  #target03 .product-lineup-btn {
    font-size: 3.2vw;
    height: 11vw;
    line-height: 2;
  }

  #target03 .product-lineup-btn span {
    font-size: 4vw;
  }

  #target03 .product-lineup-btn span::after {
    height: 0.4vw;
  }

  #target03 .feel-box {
    margin: 5.333333333333334vw 4vw 4vw;
    border-radius: 1.3333333333333335vw;
    padding: 5.333333333333334vw;
    filter: drop-shadow(0.2667vw 0.2667vw 0.8vw rgba(0, 0, 0, 0.25));
    gap: 4vw;
    flex-direction: column;
  }

  #target03 .feel-text {
    font-size: 3.4666666666666663vw;
    gap: 2.666666666666667vw;
  }

  #target03 .feel-note {
    font-size: 2.666666666666667vw;
    right: 6vw;
    bottom: 0.8vw;
  }

  #target03 .gold-banner {
    font-size: 4vw;
    padding: 2.4vw 0;
    margin: 0 4vw;
    filter: drop-shadow(0.2667vw 0.2667vw 0.8vw rgba(0, 0, 0, 0.25));
    border-radius: 0.6666666666666667vw;
  }

  /* target04 */
  .target04 .target04-inner {
    padding: 13.3333vw 4vw;
  }

  .target04 .accordion-item {
    width: 100%;
    border-radius: 1.3333333333333335vw;
  }

  .target04 .accordion-header {
    filter: drop-shadow(0.2667vw 0.2667vw 0.8vw rgba(0, 0, 0, 0.25));
    border-radius: 1.3333333333333335vw;
  }

  .target04 .accordion-item.active .accordion-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .target04 .gold {
    margin-bottom: 9.6vw;
  }

  .target04 .accordion-item.gold .accordion-header {
    padding: 4.8vw 0;
    aspect-ratio: 690 / 270;
    box-sizing: border-box;
    width: 100%;
    background: url("./accordion-header_bg-sp.png") center / 100% 100% no-repeat;
  }

  .target04 .accordion-icon {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    right: 5.866666666666666vw;
  }

  .target04 .accordion-icon::before {
    width: 5.333333333333334vw;
    height: 0.5333vw;
  }

  .target04 .accordion-icon::after {
    width: 0.5333vw;
    height: 5.333333333333334vw;
  }

  .target04 .header {
    border-bottom: 0;
  }

  .target04 .header .header-ttl {
    font-size: 6.666666666666667vw;
    margin-bottom: 2.1333333333333333vw;
  }

  .target04 .accordion-item.gold .header-subttl {
    padding: 1.0666666666666667vw 0;
    font-size: 3.2vw;
    border-radius: 0.6666666666666667vw;
    width: 58.4vw;
    border: 0.1333vw solid #997C42;
  }

  .target04 .white .accordion-header {
    padding: 4.6667vw 16.9333vw;
  }

  .target04 .cont2,
  .target04 .cont3,
  .target04 .cont4,
  .target04 .cont5 {
    margin: 0 auto 16.2667vw;
    padding: 0 5.066666666666666vw;
    width: 81.8667vw;
  }

  .target04 .cont2{
    margin-top: 13.866666666666665vw;
  }

  .target04 .cont1 {
    flex-direction: column;
    font-size: 2.933333333333333vw;
    gap: 2.1333333333333333vw;
    margin: 0 auto 6.933333333333333vw;
    padding-top: 3.2vw;
  }

  .target04 .cont1 .middle {
    width: 81.8667vw;
  }

  .target04 .cont1 .left {
    width: 12vw;
    height: 12vw;
    font-size: 2.933333333333333vw;
    line-height: 1;
    border: 0.2667vw solid #006652;
  }

  .target04 .cont1 .right {
    border-radius: 1.3333333333333335vw;
    width: 56.2667vw;
    height: 17.8667vw;
    border: 0.2667vw solid #006652;
    margin: 2.666666666666667vw auto;
  }

  .target04 .cont1 .right .header {
    background-color: #D0E3DA;
    border-bottom: 0.2667vw solid #006652;
    border-radius: 1.3333333333333335vw 1.3333333333333335vw 0 0;
  }

  .target04 .cont1 .right ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.9333vw 3.733333333333334vw;
    justify-content: flex-start;
    gap: 0;
  }

  .target04 .cont1 .middle ul li {
    gap: 0.8vw;
  }

  .target04 .cont1 .middle ul li:nth-child(1) {
    padding-right: 8vw;
  }

  .target04 .cont1 .right ul li:nth-child(3) {
    padding-right: 2.1333333333333333vw;
  }

  .target04 .cont1 .middle .text-black:nth-of-type(1) {
    margin-bottom: 2.666666666666667vw;
  }

  .target04 .cont1 .middle .text-black:nth-of-type(2) {
    text-indent: -8vw;
    padding-left: 8vw;
  }

  .target04 .ttl .ttl-label {
    width: 100%;
    height: 8.8vw;
    display: flex;
    position: absolute;
    top: -8.8vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .target04 .ttl .ttl-label .left {
    width: 22.2667vw;
    line-height: 1.2;
    font-size: 3.2vw;
  }

  .target04 .ttl .ttl-label .right {
    font-size: 4.8vw;
    text-shadow: 0 0 0.6666666666666667vw #fff, 0 0 1.3333333333333335vw #fff, 0 0 2vw #fff, 0 0 2.666666666666667vw #fff;
  }

  .target04 .ttl h2 {
    padding: 3.2vw 0 1.6vw;
    font-size: 3.733333333333334vw;
  }

  .target04 .ttl .result-txt {
    gap: 1.3333333333333335vw;
    font-size: 3.2vw;
    align-items: flex-start
  }

  .target04 .ttl .result-txt p {
    width: 60.8vw;
  }

  .target04 .ttl .result-txt span {
    padding: 0vw 0.4vw;
    font-size: 2.933333333333333vw;
    width: 9.3333vw;
    height: 4vw;
    margin-top: 0.5333vw;
  }

  .target04 .cont2-info .info-detail {
    flex-direction: column;
    padding-right: 0;
    gap: 0;
  }

  .target04 .cont2-info p {
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw 0 0 2.666666666666667vw;
  }

  .target04 .cont2-info .table-wrap {
    max-width: none;
    padding-top: 0;
    width: 64.5333vw;
  }

  .n-label {
    font-size: 3.2vw;
  }

  .data-table th,
  .data-table td {
    height: 6.4vw;
    font-size: 3.2vw;
  }

  .target04 .cont3 .result-note {
    border-top: 0.2667vw dotted #6AA697;
    padding-top: 1.3333333333333335vw;
    font-size: 2.933333333333333vw;
  }

  .target04 .cont3 .result-note p {
    width: 69.3333vw;
    padding-left: 1.3333333333333335vw;
  }

  .target04 .cont3-info {
    gap: 0;
  }

  .target04 .cont3-info li {
    width: 100%;
  }

  .target04 .cont3-info p .fz14 {
    font-size: 2.933333333333333vw;
    padding-left: 3.6667vw;
    margin-top: 1vw;
    display: inline-block;
  }

  .table-wrap {
    max-width: 76vw;
    margin-bottom: 2.1333333333333333vw;
  }

  .target04 .cont3-info p {
    font-size: 3.733333333333334vw;
    margin-top: 2.666666666666667vw;
    padding: 2.666666666666667vw 0 0 2.666666666666667vw;
  }

  .target04 .cont3-info p .fz12 {
    font-size: 2.4vw;
  }

  .target04 .cont4 .ttl .result-txt {
    font-size: 3.4666666666666663vw;
  }

  .target04 .cont4 .ttl .result-txt small {
    font-size: 2.933333333333333vw;
    margin-top: 0;
  }

  .target04 .cont3-info p.mb22 {
    margin-bottom: 0;
  }

  .target04 .cont3-info p .fz19 {
    font-size: 2.93333333333333333333333333vw;
  }

  .target04 .cont5 {
    margin-bottom: 6.4vw;
  }

  .target04 .cont5-info .info-detail {
    flex-direction: column;
    gap: 0;
  }

  .target04 .cont5-info p {
    font-size: 3.733333333333334vw;
    margin-top: 2.666666666666667vw;
    padding: 2.666666666666667vw 0 0 2.666666666666667vw;
  }

  /* white */
  .target04 .accordion-item.white .header {
    align-items: flex-start
  }

  .target04 .white .accordion-header::before {
    width: 8.0000vw;
    height: 8.0000vw;
    left: 7.4667vw;
  }

  .target04 .header-ttl02 {
    font-size: 4.8vw;
  }

  .target04 .white .white-text-p {
    font-size: 3.4666666666666663vw;
    line-height: 1.5;
    padding: 3.733333333333334vw 5.066666666666666vw;
  }


  /* target05 */
  .target05 {
    background-image: url(../260326/softcontact-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .target05 .softcontact {
    max-width: 125.3333vw;
    margin: 0 auto;
    padding: 12vw 6.1333vw;
  }

  .softcontact .softcontact-ttl {
    width: 79.7333vw;
    height: 8.8vw;
    border-radius: 4.4vw;
    background: linear-gradient(to right, #d2ac23 0%, #f8e290 51.07%, #d3ad26 100%);
    margin: 0 auto 4.266666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .softcontact .softcontact-ttl-p {
    font-size: 3.733333333333334vw;
    text-shadow: 0.1333vw 0.1333vw 0.1333vw rgba(255, 255, 255, 0.8);
  }

  .softcontact .softcontactr-container {
    gap: 4.266666666666667vw;
    margin-bottom: 5.333333333333334vw;
  }

  .softcontact .softcontactr-container-box-img {
    margin-bottom: 1.8667vw;
  }

  .softcontact .softcontactr-container-box-text {
    font-size: 3.733333333333334vw;
  }

  .softcontact .softcontactr-text-p {
    font-size: 2.666666666666667vw;
  }

  /* target06 */
  .target06::before {
    height: 0.8vw;
    box-shadow: 0vw 0 0.8vw 0vw rgba(0, 0, 0, 0.8);
  }

  .target06 .ttlbox2 {
    height: 22.666666666666667vw;
  }

  .target06 .ttlbox2 h2 {
    font-size: 4.8vw;
    padding-bottom: 0;
    filter: drop-shadow(0.4vw 0.4vw 0.5333vw rgba(0, 0, 0, 0.5));
  }

  .target06 .inner {
    aspect-ratio: 720 / 1100;
    background: url(./target06_bg-sp.png) no-repeat center center;
    background-size: cover;
  }

  .target06 .inner ul {
    justify-content: space-between;
    flex-direction: column;
    padding: 8.5333vw 10.9333vw 15.2vw;
  }

  .target06 .inner ul li {
    width: 100%;
  }

  .target06 .inner ul li .unimg {
    margin-bottom: 5.333333333333334vw;
    padding: 0 1.8667vw;
  }

  .target06 .inner ul li:nth-child(2) .unimg {
    width: 47.4667vw;
    margin: 0 auto 5.333333333333334vw;
  }

  .target06 .inner ul li h3 {
    height: 10.9333vw;
    margin-bottom: 5.333333333333334vw;
  }

  .target06 .inner ul li h3::before,
  .target06 .inner ul li h3::after {
    height: 0.5333vw;
  }

  .target06 .inner ul li h3 span {
    padding-bottom: 0.2em;
    font-size: 3.733333333333334vw;
  }

  .target06 .inner ul li p {
    font-size: 3.2vw;
    margin-bottom: 1.5em;
  }



  /* target07 */
  #target07 {
    background-image: url(/-/Media/com/vrohto-premium-series/dryeye-premium/260326/target07_bg-sp.png);
    background-size: cover;
  }

  #target07 .inner {
    padding: 8.2667vw 0 9.6vw;
  }

  #target07 .inner h2 {
    font-size: 5.866666666666666vw;
    margin-bottom: 5.333333333333334vw;
  }

  #prod_box {
    flex-direction: column;
    align-items: center;
    gap: 2.1333333333333333vw;
  }

  #prod_box #prod_img {
    width: 73.0667vw;
    transform: translate(5.866666666666666vw);
  }

  #prod_box .detail {
    text-align: center;
    width: auto;
  }

  #prod_box .detail .ttl {
    margin: 0 0 1.3333333333333335vw 0;
  }

  #prod_box .detail .ttl strong {
    font-size: 5.066666666666666vw;
  }

  #prod_box .detail .txt {
    font-size: 3.733333333333334vw;
    margin-bottom: 1.3333333333333335vw;
  }

  #prod_box .detail .classification {
    font-size: 2.933333333333333vw;
    border: 0.2667vw solid #a59f9c;
    padding: 1.0666666666666667vw 1.6vw;
  }

  #prod_box .detail .coolLevel {
    margin-top: 4vw;
  }

  #prod_box .detail .coolLevel ol {
    justify-content: center;
  }

  #prod_box .detail .coolLevel p {
    margin-bottom: 1.3333333333333335vw;
    font-size: 3.2vw;
  }

  #prod_box .detail .btn {
    display: flex;
    margin-top: 6.4vw;
    justify-content: center;
  }

  #prod_box .detail .coolLevel ol li {
    width: 7.4667vw;
    height: 7.4667vw;
    line-height: 7.2vw;
    font-size: 3.733333333333334vw;
    margin-right: 1.3333333333333335vw;
  }

  #prod_box .detail .btn a {
    width: 48.8vw;
    height: 12vw;
    border-radius: 6vw;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.733333333333334vw;
    box-shadow: 0.2667vw 0.2667vw 0.2667vw rgba(0, 0, 0, 0.3);
  }

  .target08 .productlink-box-text-p {
    font-size: 3.4666666666666663vw;
    text-shadow: 0.1333vw 0.1333vw 0.1333vw rgba(255, 255, 255, 0.8);
    padding-right: 0.6666666666666667vw;
  }

  #prod_box .detail .btn a::before {
    border-width: 1.4667vw 0 1.4667vw 1.4667vw;
    left: 3.3333vw;
  }

  .target08 .productlink-box-text-p::before {
    border-top: 1.4667vw solid transparent;
    border-bottom: 1.4667vw solid transparent;
    border-left: 1.4667vw solid #1c1c1c;
    filter: drop-shadow(0.1333vw 0.1333vw 0.1333vw rgba(255, 255, 255, 0.8));
    top: 50%;
    transform: translateY(-50%);
    right: 4vw;
  }

  .target08 .productlink-box-text {
    padding: 4vw 0;
    border-left: 0.1333vw solid #707070;
  }

  .target08 .productlink-box:last-child .productlink-box-text {
    border-right: 0.1333vw solid #707070;
  }

  /* toolBox01 */
  .toolBox01 {
    padding: 1vw 0;
  }

  .section01,
  .toolBox01In {
    display: flex;
    justify-content: center;
  }

  .ul_function01 {
    gap: 4vw;
  }

  .ul_function01.type01 li.social01>a {
    width: 10.6667vw;
  }

  .ul_function01 li.social01>a {
    width: 10.6667vw;
    height: 10.2667vw;
  }

  /* vdBnr */

  #vdBnr {
    padding: 0 3.2vw;
  }

  #vdBnr ul {
    padding-top: 6.6667vw;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .toolBox01>.toolBox01In {
    margin: 0;
  }

  #target01,
  #target02,
  #target07 {
    padding-top: 40px;
    margin-top: -40px;
  }
}

