@charset "UTF-8";




/* =========================
page hero
========================= */

.page-hero {
  background: #f7f8fa;
  position: relative;
  height: min(21vw, 280px);
  overflow:hidden;
  display: flex;
  align-items: center;
}

.page-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-hero-content {
  width: 100%;
  max-width: 680px;
}

.page-hero-title {
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.page-hero-text {
  margin-top: var(--space-32);
  font-size: var(--font-17);
  line-height: 1.8;
  color: #354566;
}


.page-hero-image {
  width:100%;
}

.page-hero-image img {
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right center;
}

.page-flow .page-hero-image {
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .page-hero {
    height: auto;
    padding: var(--space-40) 0;
    text-align: center;
  }

  .page-hero-content {
    width: 100%;
    max-width: 100%;
  }

.page-hero-title {
  font-size: var(--font-30);
}

.page-hero-text {
  margin-top: var(--space-24);
  font-size: var(--font-17);
  line-height: 1.6;
  display: none;
}

  .page-hero-image {
    display: none;
  }
}


/* =========================
flow
========================= */
.flow-detail-list {
  position: relative;
}

.flow-detail-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--space-26);
  width: 1px;
  height: 100%;
  background: #e5eaf3;
}

.flow-detail-item {
  position: relative;
  display: flex;
  gap: var(--space-48);
  padding-bottom: var(--space-70);
}

.flow-detail-item:last-child {
  padding-bottom: 0;
}

.flow-detail-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size-54);
  height: var(--size-54);
  border-radius: 50%;
  background: var(--color-primary-pale);
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--color-primary);
  flex-shrink: 0;
}

.flow-detail-content {
  display: flex;
  gap: var(--space-32);
}

.flow-detail-icon {
  width: var(--size-50);
  flex-shrink: 0;
}

.flow-detail-icon img {
  width: 100%;
}

.flow-detail-title {
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.flow-detail-text {
  margin-top: var(--space-20);
  color: #354566;
  font-size: var(--font-17);
  line-height: 1.8;
}

@media (max-width: 768px) {


.flow-detail-list::before {
  left: var(--space-26);
}

.flow-detail-item {
  gap: var(--space-48);
  padding-bottom: var(--space-70);
}


.flow-detail-number {
  width: var(--size-54);
  height: var(--size-54);
  font-size: var(--font-22);
}

.flow-detail-content {
  gap: var(--space-32);
}

.flow-detail-icon {
  width: var(--size-50);
}

.flow-detail-title {
  font-size: clamp(14px, 2.9vw, 22px);
}

.flow-detail-text {
  margin-top: var(--space-20);
  font-size: var(--font-17);
  line-height: 1.8;
}



}

/* =========================
beginner
========================= */

.beginner-about {
  font-size: var(--size-17);
}

.beginner-card {
  padding: 40px 48px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background: #fff;
}

.beginner-card + .beginner-card {
  margin-top: 30px;
}

.beginner-card-bg {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fc 100%);
}

.beginner-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.beginner-card-icon {
  width: 50px;
  flex-shrink: 0;
}

.beginner-card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.beginner-card-line {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.beginner-card-line span {
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-primary);
}

.beginner-card-line span:last-child {
  background: #9fc4ff;
}

.beginner-about-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.beginner-about-text {
  flex: 1;
  margin-top: 36px;  
}

.beginner-about-box {
  width: 416px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

.beginner-check-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.beginner-check-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}

.beginner-check-list img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.beginner-about-note {
  margin-top: 30px;
  font-weight: 700;
  font-size: var(--size-16);
}

.beginner-feature {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.beginner-feature-content {
  flex: 1;
}

.beginner-feature-text {
  margin-top: 36px;  

}


.beginner-feature-list {
  margin: 20px 0 40px;
}


.beginner-catch {
  position: relative;
  display: inline-block;
  font-family: serif;
  padding: 0 30px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #fff;
}

.beginner-catch::before,
.beginner-catch::after {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  color: var(--color-primary-light);
  opacity: .6;
}

.beginner-catch::before {
  content: "“";
  top: -10px;
  left: 0;
}

.beginner-catch::after {
  content: "”";
  right: 0;
  bottom: -30px;
}

.beginner-feature-image {
  width: 480px;
  flex-shrink: 0;
}

.beginner-feature-image img {
  width: 100%;
}



@media (max-width: 768px) {

  .beginner-card {
    padding: 32px 24px;
  }

  .beginner-card-title {
    font-size: 28px;
  }

  .beginner-about-content,
  .beginner-feature {
    flex-direction: column;
  }

  .beginner-about-box,
  .beginner-feature-image {
    width: 100%;
  }

}


/* =========================
consult message
========================= */
.consult-message-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.consult-message-icon {
  width: 32px;
}

.consult-message-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0;
}

.consult-message-title::before,
.consult-message-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #243a5a;
  transform: rotate(50deg);
}

.consult-message-title::after {
  transform: rotate(-50deg);
}

.consult-message-title span {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;

}

.consult-message-content {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  gap: 40px;
  align-items: center;

  margin-top: 50px;
}


.consult-message-left {
  display:flex;
  flex-direction:column;
}

.consult-tag{
  display:inline-flex;
  align-items:center;
  align-self: flex-start;
  gap: 5px;
  padding:16px 28px;
  border-radius:999px;
  background:var(--color-primary-pale);
  color:var(--color-primary);
  font-size:24px;
  font-weight:500;
  line-height:1.4;
}

.consult-tag-icon{
  width:32px;
  height:32px;
  flex-shrink:0;
}

.consult-tag + .consult-tag {
  margin-top: 15px;
}

.consult-message-note-wrap{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:20px;
  margin-top: 20px;
}

.consult-message-note {
  font-size: 20px;
  text-align:center;
  align-self:center;
  margin-top: 10px;
}

.consult-deco{
  width:20px;
  flex-shrink:0;
}

.consult-message-image img {
  width: 100%;
}

.consult-message-text {
  font-size: 20px;
}

.consult-message-catch {
  margin-top: 24px;
  padding-top: 24px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-primary);
  border-top: 2px dotted var(--color-primary);
}

.consult-message-heart{
  width: 320px;
  display:block;
  margin:24px auto 0;
}


/* =========================
faq
========================= */

.faq-category {
  padding: var(--space-30) var(--space-40);
  border: 1px solid #e1edff;
  border-radius: clamp(20px, 4vw, 30px);
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.faq-category + .faq-category {
  margin-top: 24px;
}

.faq-category-header {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2.1vw, 16px);
  margin-bottom: 24px;
}

.faq-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 4.5vw, 60px);
  height: clamp(30px, 4.5vw, 60px);
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 10px 26px rgba(28, 117, 225, .08);
}

.faq-category-title {
  font-size: var(--font-28);
  font-weight: 500;
  line-height: 1.4;
}

.faq-item {
  border: 1px solid #dbe9ff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(28, 117, 225, .04);
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 10px;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 62px 14px 28px;
  cursor: pointer;
  font-weight: 500;
  user-select: none;
}



.faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
  padding-bottom: 2px;
}

.faq-question-text {
  flex: 1;
  font-size: var(--font-17);
}

.faq-arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .3s ease;
}

.faq-item[open] .faq-arrow {
  transform: translateY(-35%) rotate(-135deg);
}

.faq-answer {
padding: 0 22px 14px 28px;
}

.faq-answer-inner {
  display: flex;
  gap: 16px;
  border-top: 2px dashed var(--color-primary-light);
  padding-top : 20px; 
}

.faq-label-answer {
  background: #fff;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);  
}


.faq-answer-title {
  font-size: var(--font-18);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
}


@media (max-width:768px){
  .faq-category-icon {
    width: clamp(30px, 7.8vw, 60px);
    height: clamp(30px, 7.8vw, 60px);
    padding: min(1vw, 5px);
    box-shadow: 0 var(--size-10) var(--size-26) rgba(28, 117, 225, .08);
  }
  
  .faq-question {
    gap: 10px;
    padding: 12px 44px 12px 15px;
  }

  .faq-label {
    width: 26px;
    height: 26px;
    font-size: 13px;
    padding-bottom: 2px;
  }

  .faq-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
  }

  .faq-answer {
    padding: 0 20px 12px 15px;
  }

  .faq-answer-inner {
    gap: 10px;
  }


.faq-answer-title {
  font-size: var(--font-18);
  margin-bottom: 10px;
}

  
  
  
  
}








/* =========================
product
========================= */

.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: var(--space-24);
}

.product-card{
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius: var(--size-24);
}


.product-card-image{
  width:100%;
  object-fit:cover;
}

.product-card-body {
  padding: var(--space-24);
}

.product-card-title{
  font-size: var(--font-20);
  font-weight:700;
}

.product-card-text {
  margin-top:10px;

}




@media (max-width:768px){
  .product-grid{
    grid-template-columns:repeat(2,1fr);
    gap: var(--space-24);  
  }
}



/* =========================
price guide
========================= */
.price-guide-content {
  text-align: center;
}

.price-guide-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:24px;
  margin:40px 0;
}

.price-guide-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: min(21vw, 280px);
  height: clamp(46px, 4.8vw, 64px);
  padding:0 var(--space-24);
  background: var(--color-primary-pale);
  border-radius: var(--size-20);
  color: var(--color-primary);
  font-weight:700;
  font-size: var(--font-18);
}

.price-factor-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: var(--space-24);
}

.price-factor-card {
  padding: var(--space-32);
  border-radius: var(--size-24);
  border:1px solid var(--color-border);
}

.price-factor-card-header {
  display:flex;
  align-items:center;
  gap: var(--space-16);
  margin-bottom: var(--space-24);
}

.price-factor-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width: var(--size-40);
  height: var(--size-40);
  flex-shrink:0;
  border-radius:50%;
  background:var(--color-primary);
  color:#fff;
  font-size: var(--font-20);
  font-weight:700;
  line-height:1;
}

.price-factor-card-title{
  margin:0;
  font-size: var(--font-20);
  font-weight:700;
  line-height:1.4;
}

.price-sample-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: var(--space-24);
}

.price-sample-card {
  display:flex;
  align-items:stretch;
  flex-direction: column;
  gap: var(--space-20);
  padding: var(--space-20);
  background:#fff;
  border-radius: var(--size-24);
}

.price-sample-card-content {
  width: 100%;
  text-align: center;
}

.price-sample-card-image {
  width: 80%;
  margin: 0 auto;
}

.price-sample-card-image img{
  width: 100%;
  display:block;
}


.price-sample-card-title {
  margin-bottom: 8px;
  font-size: var(--font-22);
  font-weight: 700;
}

.price-sample-card-price{
  font-size: var(--font-20);
  font-weight:700;  
  color:var(--color-primary);
}


.price-sample-spec {
  width: 100%;
  margin-top: 18px;
  border: 1px solid #cfe2ff;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  font-size: var(--font-14);
  font-weight: 700;
  table-layout: fixed;
}

.price-sample-spec th,
.price-sample-spec td {
  padding: var(--space-15);
  border-right: 1px solid #cfe2ff;
  border-bottom: 1px solid #cfe2ff;
  background: #f8fbff;
  line-height: 1.4;
  text-align: left;
}

.price-sample-spec th {
  width: clamp(100px, 11.3vw, 150px); 
  background: var(--color-primary-pale)
}

.price-sample-spec td {
  width: auto;
}

.price-sample-spec tr:last-child th,
.price-sample-spec tr:last-child td {
  border-bottom: none;
}

.price-sample-spec th:last-child,
.price-sample-spec td:last-child {
  border-right: none;
}











.delivery-guide-tags{
  display:flex;
  justify-content:center;
  gap: var(--space-18);
  margin-top: var(--space-40);
}

.delivery-guide-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-12) var(--space-22);
  background: var(--color-primary-pale);
  border-radius: 999px;
  font-weight: 500;
  font-size: var(--font-18);
}

.check-icon {
  width: var(--size-22);
  height: var(--size-22);
  flex-shrink: 0;
}

.sub-section-title {
  position: relative;
  text-align: center;
  margin: var(--space-70) 0 var(--space-40);
  font-size: var(--font-30);
  font-weight:500;
}

.delivery-schedule-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-24);
}

.delivery-card{
  display: flex;
  align-items: center;
  gap: var(--space-20);
  padding: var(--space-30);
  border-radius: var(--size-24);
}

.delivery-card--sample{
  background: #f5f8ff;
}

.delivery-card--mass{
  background: #f5fbf4;
}

.delivery-card-icon {
  width: var(--space-80);
  flex-shrink: 0;
  background: #e2eefc;
  border-radius: 100px;
  padding: 10px;
}

.delivery-card-icon--mass {
  background: #e3f5e2;
}

.delivery-card-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.delivery-card-content {
  flex: 1;
}

.delivery-card-title {
  margin-bottom: 12px;
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 1.4;
}

.delivery-card-title small {
  font-size: var(--space-16);
}

.delivery-card-period{
  font-size: var(--font-60);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.delivery-card-period span{
  font-size: var(--font-36);
}

.delivery-card--mass .delivery-card-period{
  color: #4eb94f;
}










@media (max-width: 768px) {
  .price-guide-content {
   text-align: left;
  }
  
  .price-guide-tags {
    gap: var(--space-20);
    margin: 30px 0;
  }

  .price-guide-tag {
    padding:0 var(--space-22);
    font-size: clamp(11px,  2.3vw, 18px);
  }
  
  .price-factor-grid{
    grid-template-columns:repeat(1,1fr);
    gap: var(--space-20);
  }

  .price-sample-grid{
    grid-template-columns:repeat(1,1fr);
  }

  .price-sample-card {
    gap: var(--space-28);
    padding: var(--space-32);
  }

  .price-sample-card-image {
    width: 70%;
  }

  .price-sample-card-title {
    margin-bottom: 8px;
    font-size: var(--font-30);
  }

  .price-sample-card-price{
    font-size: var(--font-28);;
  }


  .price-sample-spec {
    margin-top: var(--space-28);
    font-size: var(--font-16);
  }

  .price-sample-spec th,
  .price-sample-spec td {
    padding: var(--space-15) var(--space-20);
  }


  .price-sample-spec th {
    width: clamp(100px, 23.4vw, 180px); 
  }


  .delivery-guide-tag {
    gap: var(--space-8);
    padding: var(--space-12) var(--space-22);
    font-size: clamp(11px, 2.3vw, 18px);
  }

  .delivery-schedule-grid{
    gap: var(--space-20);
  }

  .delivery-card{
    flex-direction: column;
    text-align: center;
  }

}
  







/* =========================
quality
========================= */
.content-media-layout {
  display: flex;
  gap: var(--space-70);
  align-items: center;
}

.content-media-body {
  flex: 1;
}

.content-media-side {
  width: min(43.8vw, 584px);
}

.content-media-gallery {
  display: flex;
  gap: var(--space-24);
}


.content-media-card > img {
  width: 100%;
  border-radius: var(--size-20);
}

.example-box {
  position: relative;
  padding: var(--space-50) var(--space-30) var(--space-30);
  border: 1px solid var(--color-border);
  border-radius: var(--size-20);
}

.example-box-label {
  position: absolute;
  top: calc(var(--space-20) * -1);
  left: 50%;
  transform: translateX(-50%);
  padding: var(--space-10) var(--space-40);
  border-radius: var(--size-10);
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700;
}

.example-box-image {
  width: 100%;
}

.quality-feature-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:var(--space-24);
  margin: var(--space-40) 0 var(--space-30);
}

.quality-feature-card{
  padding: var(--space-24) var(--space-20);
  border: 1px solid var(--color-border);
  border-radius: var(--size-20);
}

.quality-feature-icon {
  width: var(--size-80);
  height: var(--size-80);
  margin: 0 auto;
}

.quality-feature-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quality-feature-title{
  margin: var(--space-20) 0 var(--space-10);
  color: var(--color-primary);
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.quality-defect-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap: var(--space-16);
  margin: var(--space-40) 0 var(--space-80);
}

.quality-defect-item {
  text-align:center;
}

.quality-defect-item p {
  margin-top: var(--space-10);
  font-size: var(--font-15);
}

.quality-defect-item img{
  width: var(--size-110);
  margin: auto;
}


@media (max-width: 768px) {

  .content-media-layout {
    flex-direction: column;
    gap: var(--space-40);
  }

  .content-media-side {
    width: 100%;
  }

  .quality-feature-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:var(--space-20);
    margin: var(--space-40) 0 var(--space-30);
  }

  .quality-feature-icon {
    width: var(--size-90);
    height: var(--size-90);
  }


.quality-defect-grid{
  display:grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--space-40) var(--space-20);
  margin: var(--space-40) 0 var(--space-80);
}

.quality-defect-item {
  grid-column: span 2;
}

/* 下段の先頭を半アイテム分ずらす */
.quality-defect-item:nth-child(5) {
  grid-column: 2 / span 2;
}

.quality-defect-item p {
  margin-top: var(--space-10);
  font-size: clamp(10px, 2vw, 15px);
}

.quality-defect-item img{
  width: var(--size-100);
  margin: auto;
}





}


/* =========================
privacypolicy
========================= */

.policy-section {
  margin-bottom: var(--space-32);
  padding: var(--space-36);
  border: 1px solid var(--color-border);
  border-radius: var(--size-24);
  box-shadow: 0 min(1.3vw, 10px) min(4vw, 30px) rgba(0, 0, 0, 0.035);
}

.policy-section h2 {
  position: relative;
  margin: 0 0 var(--space-30);
  padding-bottom: var(--space-15);
  font-size: var(--font-24);
  line-height: 1.4;
}

.policy-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--space-50);
  height: clamp(2px, .4vw, 3px);
  background: var(--color-primary);
  border-radius: 999px;
}



.policy-heading {
  display: grid;
  grid-template-columns: 1.2em 1fr;
  font-size: var(--font-20);
  line-height: 1.6;
  margin: var(--space-30) 0 min(2vw, 15px);  
}

.policy-heading__number {
  white-space: nowrap;
}



.policy-section h4 {
  margin: min(3.6vw, 28px) 0 min(2.1vw, 10px);
  font-weight: 700;
  font-size: var(--font-17);
}

.policy-section h5 {
  margin: 0 0 min(2.1vw, 10px);
  font-weight: bold;
}

.policy-section ol {
  padding-left: 1.6em;
  list-style: decimal;  
}



.policy-section ol li {
  margin-bottom: 10px;
  padding-left: min(.8vw, 4px);
}

.policy-section ol li:last-child {
  margin-bottom: 0;
}

.policy-sub-list {
  margin-top: 10px;
  padding: var(--space-30);
  background: #f7f8fa;
  border-radius: 12px;
}

.policy-sub-list h5:not(:first-child) {
  margin-top: 20px;
}
    
.policy-section .policy-note-list {
  margin-top: 10px;
}
    
.policy-section .policy-note-list li {
  padding-left: 1em;
  position: relative;
  font-size: var(--font-14);  
  color: var(--color-text-sub);
  margin-bottom: 5px;

  
}
.policy-note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
}
    


.policy-contact-card dl {
  display: grid;
  grid-template-columns: clamp(90px, 17vw, 130px) 1fr;
  gap: min(2.1vw, 10px) min(2.6vw, 20px);
  margin: 0;
}

.policy-contact-card dt {
  color: #6b7280;
  font-weight: 700;
}

.policy-contact-card dd {
  margin: 0;
}














/* =========================
components
========================= */

/* card */

.card-outline {
  padding: 36px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}










/* info table */

.info-table {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

.info-row {
  display: grid;
  grid-template-columns: clamp(150px, 16.5vw, 220px) 1fr;
  border-bottom: 1px solid var(--color-border);
}

.info-row:last-child {
  border-bottom: none;
}

.info-label,
.info-content {
  padding: var(--space-28) var(--space-32);
}

.info-label {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700;
}

.info-label span {
  color: var(--color-red);
}

.info-content {
}

.radio-list label + label{
  margin-top:16px;
}

.info-content label{
  display:flex;
  align-items:center;
  gap:12px;
  line-height:1.8;
  cursor:pointer;
}

.info-content input,
.info-content textarea,
.info-content select {
  padding: 10px 16px;
  border: 1px solid #cbd8e8;
  border-radius: 6px;
  font-size: 14px;
}

.info-content input[type="text"],
.info-content textarea,
.info-content select {
  width: 100%;
}

.info-content input[type="email"],
.info-content input[type="tel"] {
  width: 360px;
}


.info-content textarea {
  height: 170px;
  resize: vertical;

}

@media (max-width:768px){
  .info-table {
    border-radius: 16px;
  }
  
  .info-row{
    grid-template-columns:1fr;
  }

  .info-label,
  .info-content{
    padding: var(--space-20) var(--space-24);
  }

}

/* =========================
contact
========================= */



.contact-block-title{
  margin-top: var(--space-70);
  margin-bottom: clamp(15px, 1.5vw, 20px);
  font-size: var(--size-24);
  font-weight: 700;
}

.contact-block-title span{
  margin-left: 12px;
  font-size: clamp(10px, 1.7vw, 13px);
  font-weight:500;
  color:var(--color-text-sub);
}








.file-upload{
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:90px;
  border:1px dashed var(--color-primary);
  border-radius:8px;
  color:var(--color-primary);
  font-weight:700;
  text-align:center;
}

.file-upload input{
  display:none;
}

.file-upload span{
  margin-right:6px;
}

.contact-note{
  margin-top:12px;
  font-size:13px;
  color:var(--color-text-sub);
}

.contact-name-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.contact-name-grid label {
  display:grid;
  grid-template-columns:30px 1fr;
  align-items:center;
  gap:10px;
}



.contact-name-grid label span {
  display:block;
}

.contact-post-grid{
  display:grid;
  grid-template-columns:20px 90px 10px 90px 1fr;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}

.privacy-box {
  margin-top:50px;
  padding:34px;
  border:1px solid var(--color-border);
  border-radius:12px;
  background:var(--color-primary-pale);
  text-align:center;
}

.privacy-box p {
  font-size:14px;
  line-height:1.8;
}

.privacy-box p a {
  text-decoration: underline;
}

.privacy-box p a:hover {
  text-decoration: none;
  color: inherit;
}




.privacy-box label {
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
  color:var(--color-primary);
  font-weight:700;
  cursor:pointer;
  user-select: none;  
}

.privacy-box input[type="checkbox"]{
  cursor:pointer;
}





.privacy-box input{
  width:22px;
  height:22px;
}

.contact-submit{
  margin-top: 50px;
  text-align: center;
}

.contact-submit .btn{
  min-width:300px;
  height:64px;
  font-size:18px;
  box-shadow:0 12px 24px rgba(28,117,225,.25);
}



@media(max-width:768px){

  .contact-faq-box{
    flex-direction:column;
    text-align:center;
  }

  .contact-faq-btn{
    margin-left:0;
    width:100%;
  }

  .contact-row{
    grid-template-columns:1fr;
  }

  .contact-head,
  .contact-body{
    padding:20px;
  }

  .contact-name-grid {
    grid-template-columns:1fr;
  }


.privacy-box p br {
  display: none;  
}


}




/* =========================
company
========================= */
.office-list {
  display: grid;
  gap: min(3.6vw, 28px);
  margin-top: 40px;
}

.office-card {
  padding: var(--space-36);
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

.office-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.office-card-info {
  flex: 1;
}

.office-title {
  display:flex;
  align-items:center;
  gap: var(--space-10);
  font-size: var(--font-26);
  font-weight:500;
  line-height:1.4;
}

.office-title-icon ,
.office-tel-icon {
  width: var(--size-30);
  height: var(--size-30);
  flex-shrink: 0;
}

.office-address {
  margin: var(--space-20) 0;
  font-size: var(--font-17);
  line-height: 1.8;
}

.office-tel {
  display:flex;
  align-items:center;
  gap: var(--space-10);
  font-size: var(--font-24);
  font-weight:500;
}

.office-image {
  width: min(51vw, 680px);
  flex-shrink: 0;
}

.office-image img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}


@media(max-width:768px) {

.office-card {
  border-radius: 16px;
}

.office-card-content {
  align-items: stretch;
  flex-direction: column;
}

.office-title {
  gap: var(--space-10);
  font-size: var(--font-26);
}

.office-title-icon ,
.office-tel-icon {
  width: var(--size-30);
  height: var(--size-30);
  flex-shrink: 0;
}

.office-address {
  margin: var(--space-20) 0 var(--space-30);
  font-size: var(--font-17);
  line-height: 1.8;
}

  .office-image {
    width: 100%;
  }

  .office-image img {
    border-radius: 16px;
  }

}







/* =========================
lottery
========================= */

.lottery-lead {
  position: relative;
  color: var(--color-primary);
  font-size: var(--font-22);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: var(--space-24);
}

.lottery-lead::before,
.lottery-lead::after {
  content: "〜";
  color: var(--color-primary);
}

.lottery-text {
  text-align: center;
}

.lottery-text p + p {
  margin-top: var(--space-18);
}

.lottery-text p:nth-child(2) {
  display: inline-block;
  padding: 0 8px;
  background: linear-gradient(transparent 62%, #dcecff 62%);
  color: var(--color-primary);
  font-size: var(--font-20);
  font-weight: 700;  
}





@media (max-width: 768px) {
  .lottery-lead {
    text-align: left;
  }

  .lottery-text {
    text-align: left;
  }

}










.page-lottery .header {
  box-shadow: 0 6px 24px rgba(28, 117, 225, .05);
}

.lottery-hero {
  min-height: 250px;
  background: linear-gradient(90deg, #f9fbff 0%, #eef6ff 100%);
}

.lottery-hero .page-hero-title {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: .08em;
  color: #18253d;
}

.lottery-hero .page-hero-text {
  margin-top: 26px;
  color: #18253d;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 700;
  line-height: 1.8;
}

.lottery-hero-illust {
  max-width: 520px;
}

.lottery-line-art {
  position: relative;
  height: 210px;
  color: #9fc8ff;
  font-weight: 700;
  opacity: .78;
}

.lottery-line-art span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid currentColor;
  color: #9fc8ff;
}

.lottery-line-art .sparkle {
  border: 0;
  font-size: 36px;
}

.sparkle-1 { top: 15px; left: 80px; }
.sparkle-2 { right: 35px; top: 72px; }

.line-gacha {
  left: 40px;
  bottom: 18px;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  font-size: 44px;
}

.line-medal {
  left: 135px;
  bottom: 42px;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  transform: rotate(45deg);
  font-size: 52px;
}

.line-bear {
  left: 230px;
  bottom: 14px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  font-size: 42px;
  letter-spacing: -.08em;
}

.line-gift {
  right: 0;
  bottom: 28px;
  width: 88px;
  height: 76px;
  border-radius: 16px;
  font-size: 46px;
}






.lottery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 54px;
  align-items: center;
}




.lottery-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.lottery-photo-card img {
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
  border-radius: 20px;
  background: #edf5ff;
}

.lottery-photo-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: var(--font-14);
  font-weight: 700;
  color: #18253d;
}

.lottery-photo-caption span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.lottery-prize {
  margin-top: 80px;
}

.lottery-table-wrap {
  overflow-x: auto;
  border: 1px solid #cfe3ff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(28, 117, 225, .06);
}

.lottery-prize-table {
  width: 100%;
  min-width: 840px;
  border-collapse: separate;
  border-spacing: 0;
  color: #18253d;
  font-size: var(--font-17);
}

.lottery-prize-table th {
  padding: 16px 20px;
  background: #edf6ff;
  border-bottom: 1px solid #cfe3ff;
  font-weight: 700;
  text-align: center;
}

.lottery-prize-table td {
  padding: 18px;
  border-right: 1px dashed #cfe3ff;
  border-bottom: 1px dashed #cfe3ff;
  vertical-align: middle;
  font-weight: 700;
}

.lottery-prize-table td:last-child,
.lottery-prize-table th:last-child {
  border-right: none;
}

.lottery-prize-table tr:last-child td {
  border-bottom: none;
}

.prize-rank {
  width: 120px;
  text-align: center;
}

.medal,
.last-prize {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px dotted currentColor;
  background: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.medal::after {
  content: "賞";
  margin-left: 2px;
  font-size: 16px;
}

.medal-a { color: #edae20; }
.medal-b { color: #8eb4d9; }
.medal-c { color: #dd9b62; }

.last-prize {
  width: 88px;
  height: 58px;
  border-radius: 16px;
  color: #7750d6;
  font-size: 17px;
}

.prize-image {
  width: 190px;
  text-align: center;
}

.prize-image img {
  max-width: 95px;
  width: 100%;
  height: 82px;
  object-fit: contain;
}

.prize-goods {
  width: 280px;
  line-height: 1.8;
}

.prize-count {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}

.prize-count strong {
  color: var(--color-primary);
  font-size: 28px;
}

.prize-count span {
  margin-left: 6px;
  color: var(--color-primary);
  font-size: 18px;
}

.prize-count small {
  font-size: 14px;
}

.lottery-point-box {
  position: relative;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px 36px;
  border: 1px solid #cfe3ff;
  border-radius: 18px;
  background: linear-gradient(90deg, #f9fcff 0%, #fff 100%);
}

.lottery-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  font-weight: 700;
}

.lottery-point-icon span {
  font-size: 18px;
}

.lottery-point-content {
  font-size: var(--font-16);
}

.lottery-point-lead {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
}



.lottery-strength {
  margin-top: 40px;
}

.lottery-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lottery-strength-card,
.lottery-mini-card {
  padding: 28px 22px;
  border: 1px solid #cfe3ff;
  border-radius: 16px;
  background: #fff;

}

.lottery-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
}

.lottery-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lottery-strength-card h3,
.lottery-mini-card h3,
.lottery-contact-features h3 {
  color: var(--color-primary);
  font-size: var(--font-17);
  font-weight: 700;
  line-height: 1.55;
  text-align: center;  
}

.lottery-strength-card p,
.lottery-contact-features p {
  margin-top: 10px;

}

.lottery-strength-message {
  margin-top: 28px;
  text-align: center;
  color: #18253d;
  font-size: var(--font-17);

  line-height: 1.9;
}

.lottery-smalllot {
  margin-top: 54px;
}

.lottery-smalllot-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.lottery-smalllot-text {
  color: #18253d;
  font-size: var(--font-16);
  font-weight: 600;
  line-height: 1.9;
}

.lottery-smalllot-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lottery-mini-card h3 {
  color: #18253d;
}

.lottery-contact {
  margin: 82px 0 0;
}

.lottery-contact-box {
  padding: 38px 48px 34px;
  border: 1px solid #cfe3ff;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f6fbff 100%);
  box-shadow: 0 16px 36px rgba(28, 117, 225, .1);
}

.lottery-contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.lottery-contact-head h2 {
  position: relative;
  display: inline-block;
  padding-inline: 34px;
  color: #18253d;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.45;
}

.lottery-contact-head h2::before,
.lottery-contact-head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #18253d;
}

.lottery-contact-head h2::before {
  left: 0;
  transform: rotate(55deg);
}

.lottery-contact-head h2::after {
  right: 0;
  transform: rotate(-55deg);
}

.lottery-contact-head p {
  margin-top: 8px;
  color: #354566;
  font-size: var(--font-17);
  font-weight: 600;
}

.lottery-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 360px;
  min-height: 82px;
  padding: 18px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1c75e1 0%, #3f8fff 100%);
  box-shadow: 0 12px 28px rgba(28, 117, 225, .25);
  color: #fff;
  font-size: var(--font-17);
  font-weight: 700;
  line-height: 1.45;
}

.mail-icon {
  font-size: 30px;
}

.lottery-contact-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 34px;
}

.lottery-contact-features article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}

.lottery-contact-features .lottery-icon {
  margin: 0;
}

@media (max-width: 1100px) {
  .lottery-layout,
  .lottery-smalllot-layout {
    grid-template-columns: 1fr;
  }

  .lottery-gallery {
    max-width: 680px;
  }

  .lottery-strength-grid,
  .lottery-smalllot-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .lottery-contact-head {
    flex-direction: column;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .page-lottery .header-inner {
    gap: 20px;
  }

  .lottery-hero {
    padding: 56px 0 30px;
  }

  .lottery-line-art {
    height: 160px;
    transform: scale(.82);
    transform-origin: center top;
  }


  .lottery-gallery,
  .lottery-strength-grid,
  .lottery-smalllot-cards,
  .lottery-contact-features {
    grid-template-columns: 1fr;
  }

  .lottery-point-box {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    text-align: center;
  }

  .lottery-point-icon,
  .lottery-point-bear {
    margin-inline: auto;
  }

  .lottery-smalllot-text {
    text-align: left;
  }

  .lottery-contact-box {
    padding: 32px 22px;
  }

  .lottery-contact-button {
    width: 100%;
    min-width: 0;
  }

  .lottery-contact-features article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lottery-contact-features .lottery-icon {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .lottery-gallery {
    grid-template-columns: 1fr;
  }

  .lottery-prize-table {
    min-width: 760px;
  }
}

/* =========================
oem
========================= */

.oem-text {
  text-align: center;
}

.oem-text p + p {
  margin-top: 18px;
}




.oem-strength-grid {
  display: grid; 
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.oem-strength-card { 
  position: relative;
  min-height: 248px;
  padding: 28px 22px 25px;
  border: 1px solid #cfe3ff;
  border-radius: 10px;
  background: #fff; text-align: center;
}

.oem-number { 
  position: absolute;
  top: 6px;
  left: 8px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 5px;
  color: #fff;
  background: var(--color-primary);
  font-size: 13px; font-weight: 700;
}
.oem-card-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  color: #2379f0;
}


.oem-strength-card h3 { 
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.oem-strength-card p {
  margin-top: 16px;
  text-align: left;

  line-height: 1.75;
}




.oem-table-wrap { overflow-x: auto; border: 1px solid #cfe3ff; border-radius: 12px; box-shadow: 0 7px 18px rgba(64,125,205,.06); }
.oem-product-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; }
.oem-product-table thead th { padding: 10px; background: #eef6ff; font-size: 13px; font-weight: 700; text-align: center; border-right: 1px solid #dceaff; }
.oem-product-table tbody th,.oem-product-table tbody td { padding: 7px 14px; border-top: 1px solid #dceaff; border-right: 1px solid #dceaff; vertical-align: middle; }
.oem-product-table th:last-child,.oem-product-table td:last-child { border-right: 0; }
.oem-product-table tbody th { width: 24%; font-size: 14px; font-weight: 700; text-align: left; }
.oem-product-table tbody td { font-size: 12px; line-height: 1.7; }
.oem-product-table .oem-product-image { width: 15%; padding: 0 8px; text-align: center; }
.oem-product-image img { width: 82px; height: 66px; object-fit: contain; display: block; margin: auto; }
.oem-product-table .oem-size { width: 18%; text-align: center; font-size: 14px; }
.oem-table-note { margin-top: 14px; text-align: center; font-size: 11px; }

























