@charset "UTF-8";




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

.page-hero {
  background: #f7f8fa;
  position: relative;
  min-height: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: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.page-hero-text {
  margin-top: 32px;

font-size: var(--font-17);
  line-height: 1.8;

  color: #354566;
}


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


.page-hero-image {

  width:100%;
}

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





/* =========================
flow detail
========================= */
.page-flow .page-hero-image {
  max-width: 420px;
  top: -65px;
}


.flow-detail-list {
  position: relative;
}

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

/* =========================
item
========================= */

.flow-detail-item {
  position: relative;

  display: flex;
  gap: 48px;

  padding-bottom: 72px;
}

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

/* =========================
number
========================= */

.flow-detail-number {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  border-radius: 50%;

  background: var(--color-primary-pale);

  font-size: 22px;
  font-weight: 700;

  color: var(--color-primary);

  flex-shrink: 0;
}

/* =========================
content
========================= */

.flow-detail-content {
  display: flex;
  gap: 32px;
}

/* =========================
icon
========================= */

.flow-detail-icon {
  width: 52px;

  flex-shrink: 0;
}

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

/* =========================
body
========================= */

.flow-detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.flow-detail-text {
  margin-top: 20px;
  color: #354566;
}

/* =========================
responsive
========================= */

@media (max-width: 768px) {

  .page-hero {
    padding-top: 80px;
  }

  .page-hero-inner {
    flex-direction: column;

    gap: 40px;
  }

  .page-hero-title {
    font-size: 42px;
  }

  .page-hero-text {
    margin-top: 20px;

    font-size: 15px;
  }

  .flow-detail {
    padding-top: 72px;
  }

  .flow-detail-list::before {
    left: 20px;
  }

  .flow-detail-item {
    gap: 24px;

    padding-bottom: 56px;
  }

  .flow-detail-number {
    width: 40px;
    height: 40px;

    font-size: 16px;
  }

  .flow-detail-content {
    flex-direction: column;

    gap: 16px;
  }

  .flow-detail-icon {
    width: 40px;
  }

  .flow-detail-title {
    font-size: 24px;
  }

  .flow-detail-text {
    margin-top: 12px;

    font-size: 14px;
  }

}

/* =========================
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: 28px 40px 24px;
  border: 1px solid #e1edff;
  border-radius: 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: 16px;
  margin-bottom: 24px;
}

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

.faq-category-title {
  font-size: 28px;
  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;
}

.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;
}





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

.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

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


.product-card-image{
  width:100%;
  aspect-ratio:1 / 0.7;
  object-fit:cover;
}

.product-card-body{
  padding:24px;
}

.product-card-title{
  font-size:20px;
  font-weight:700;
}

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

}


@media (max-width:1000px){

.product-grid{
grid-template-columns:repeat(2,1fr);
}

.package-list{
flex-wrap:wrap;
}

}

@media (max-width:768px){

.product-grid{
grid-template-columns:1fr;
}

.package-box{
padding:30px 20px;
}

.package-title{
font-size:28px;
}

.package-list{
gap:20px;
}

.package-item{
width:45%;
}

}



/* =========================
price guide
========================= */






.price-guide-box,
.delivery-guide-box{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:60px;

  padding:50px;

  background:#fff;
  border-radius:30px;
  border:1px solid #e8edf5;
}

.price-guide-content,
.delivery-guide-content{
  flex:1;
}

.price-guide-image,
.delivery-guide-image{
  width:280px;
}

.price-guide-image img,
.delivery-guide-image img{
  width:100%;
}

.price-guide-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

.price-guide-icon{
  width:60px;
}

.price-guide-title{
  font-size:32px;
  font-weight:700;
}



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

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

}




/* =========================
factor
========================= */

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

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



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

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

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




/* =========================
sample
========================= */

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

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

.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: 20px;
  font-weight:700;
}

.price-sample-card-price{
  font-size:18px;
  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;
}

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

.price-sample-spec th {
  width: 42%;
  background: var(--color-primary-pale)
}

.price-sample-spec td {
  width: 58%;
}

.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;
}

@media (max-width: 768px) {
  .price-sample-spec {
    font-size: var(--font-14);
  }

  .price-sample-spec th,
  .price-sample-spec td {
    padding: 10px 12px;
  }
}











/* =========================
schedule
========================= */
.delivery-guide-tags{

  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:40px;
}

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

.check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

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

.delivery-card{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 30px;
}

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

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

.delivery-card-icon {
  width: 80px;
  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: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.delivery-card-title small {
  font-size: 16px;
  font-weight: 700;
}

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

.delivery-card-period span{
  font-size: 36px;
}

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

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






/* =========================
quality
========================= */

.content-media-layout {
  display: flex;
  gap: 60px;
  align-items: center;
}

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

.content-media-side {
  width: 584px;
}

.content-media-gallery {
  display: flex;
  gap: 24px;
}

.content-media-card {
  width: 280px;
}

.content-media-card > img {
  width: 100%;
  border-radius: 20px;
}

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

.example-box-label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
  border-radius: 10px;
  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:24px;
  margin: 40px 0 30px;
}

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

.quality-feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

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

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

.quality-feature-list{
  margin-top: 20px;
}

.quality-feature-list li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-size: var(--font-15);
  color: var(--color-text);
}

.quality-feature-list li:not(:first-child){
  margin-top: 8px;
}





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

.quality-defect-item{
  text-align:center;
  font-size: 15px;
}

.quality-defect-item img{
  width:110px;
  margin:auto;
}





/* =========================
privacypolicy
========================= */
.privacy-list {

}

.privacy-list li {
  margin-bottom: 10px;
  padding-left: 4px;
}













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



    .policy-section h2 {
      position: relative;
      margin: 0 0 30px;
      padding-bottom: 14px;
      font-size: 24px;
      line-height: 1.5;
    }

    .policy-section h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 48px;
      height: 3px;
      background: var(--color-primary);
      border-radius: 999px;
    }

    .policy-section h3 {
      margin: 34px 0 14px;
      font-size: 20px;
      line-height: 1.6;
    }

    .policy-section h4 {
      margin: 28px 0 10px;
      font-weight: bold;
      font-size: 17px;
    }
    
    .policy-section h5 {
      margin: 0 0 10px;
      font-weight: bold;
    }
    
    

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

    .policy-section ul {
      list-style: none;  
    }



    .policy-section ol li {
      margin-bottom: 10px;
      padding-left: 4px;
    }
    
    .policy-section ol li:last-child {
      margin-bottom: 0;
    }

    .policy-sub-list {
      margin-top: 10px;
      padding: 30px;
      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: 130px 1fr;
  gap: 12px 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;
  background: #fff;
}

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

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


.info-label,
.info-content {
  padding: 28px 32px;
}


.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-row{
    grid-template-columns:1fr;
  }

  .info-label,
  .info-content{
    padding:20px;
  }

}

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



.contact-block-title{
  margin-top:70px;
  margin-bottom:20px;
  font-size:24px;
  font-weight:700;
}

.contact-block-title span{
  margin-left:12px;
  font-size: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:40px 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,
  .contact-post-grid{
    grid-template-columns:1fr;
  }

}




/* =========================
company
========================= */

.company-table {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #fff;
}

.company-table dl {
  margin: 0;
}

.company-table div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--color-border);
}

.company-table div:last-child {
  border-bottom: none;
}

.company-table dt,
.company-table dd {
  padding: 28px 32px;
}

.company-table dt {
  background: var(--color-primary-pale);
  color: var(--color-primary);
  font-weight: 700;
}

.company-table dd {
  margin: 0;
  color: var(--color-text);
}

/* office */

.office-list {
  display: grid;
  gap: 28px;
  margin-top: 40px;
}

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

.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:10px;
  font-size:26px;
  font-weight:500;
  line-height:1.4;
}

.office-title-icon ,
.office-tel-icon {
  width:30px;
  height:30px;
  flex-shrink:0;
}

.office-address {
  margin: 20px 0;
  font-size: 17px;
  line-height: 1.8;
}

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

.office-image {
  width: 680px;
  flex-shrink: 0;
}

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










/* =========================
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: 24px;
}

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

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

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

.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;  
}





.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-section-title {
  margin-bottom: 34px;
}

.lottery-section-title .section-title-heading {
  color: #18253d;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.45;
}

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

.lottery-section-title.--left .section-title-line {
  justify-content: flex-start;
}


.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-section-title.--left {
    text-align: center;
  }

  .lottery-section-title.--left .section-title-line {
    justify-content: center;
  }

  .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; }

























