﻿@charset "UTF-8";
/* CSS Document */

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.section {
	padding: 40px 0;
}
.section:nth-child(2n+1) {
	background: #f6f6f6;
}
strong {
	font-weight: bold;
	font-size: 1.1em;
	background: #ffffe0;
}
.cmn_pageTtl01 {
	margin-bottom: 0;
}
.cmn_cont01 h2 {
	margin: 1em 0;
	text-align: center;
	border: none;
}
.cmn_cont01 .newinkjet_ttl ,
.cmn_cont01.plist h2 {
	margin: .2em 0;
	font-size: 2.8rem;
	font-weight: 600;
	/*
	letter-spacing: .05em;
	*/
}
h2.fst_copy {
	margin: 1em auto .45em;
	font-size: 2.8rem;
	font-weight: 600;
	color: #e00;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h2.fst_copy {
		font-size: 1.4rem;
	}
}
small {
	font-size: 80%;
}
.red {
	color: red;
}
.newinkjet_lst {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: disc;
}
.newinkjet_lst ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: circle;
}
.newinkjet_lst ul ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: square;
}
.main_img {
	background: url(../img/print/direct_color/main_bg.jpg?2022) no-repeat center / cover;
}
@media screen and (max-width: 1196px) {
	.main_img {
		background: url(../img/print/direct_color/sp/main_bg.jpg?2022) no-repeat center / cover;
	}
}
.main_img img {
	display: block;
	margin: auto;
	padding: 30px  0 40px;
}
.flex_lst {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.plan_box {
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #f9f104;
}
.plan_lst li {
	width: 49%;
	margin-bottom: 20px;
}
.plan_lst li img {
	border: 10px solid #ececec;
}
.speed_ttl {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #f9f104;
}
.speed_mov {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.speed_mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flow_lst li {
	width: 260px;
}
.flow_lst li.arw {
	position: relative;
	width: 17px;
}
.flow_lst li.arw img {
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}
.compare_lst li {
	width: 49%;
	margin-bottom: 20px;
	border: 10px solid #ececec;
}
.caution_lst li {
	width: 49%;
}
.recomend_rank {
	display: block;
}
.recomend_rank ul li {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
}
.works_lst li {
	width: 49%;
	margin-bottom: 20px;
}
.works_lst li span{
	font-weight: bold;
}
.design_lst li {
	width: 24%;
	margin-bottom: 20px;
}
.link_btn ,
.cmn_cont01.plist .cmn_btn01 {
	display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #24bbb7;
    font-size: 1.7em;
    color: #fff;
    background-color: #24bbb7;
}
.link_btn:hover {
	text-decoration: none;
	opacity:0.8;
}
@media screen and (max-width: 767px) {
	.link_btn ,
	.cmn_cont01.plist .cmn_btn01 {
	    font-size: 1.3em;
	}
}
.faq_hr {
	margin: 40px 0 80px;
	border-bottom: 1px solid #e6e6e6;
}
p.eco_melit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.eco_demelit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.pre_melit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.pre_demelit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
ul.melit_lst{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: disc;
}
ul.demelit_lst{
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
	list-style: disc;
}
.demelit_lst img{
	max-width: 30%;
	margin:0 10px 0 10px;
}


@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left,
	.right {
		float: none;
	}
	.main_img img {
		padding: 30px 8px 10vw;
		width: 65%;
	}
	.cmn_cont01 .newinkjet_ttl ,
	.cmn_cont01.plist h2{
		font-size: 4.5vw;
	}
	.plan_lst li {
		width: 100%;
	}
	.flow_lst {
		flex-direction: column;
	}
	.flow_lst li {
		width: 100%;
		margin: auto;
	}
	.flow_lst li img {
		display: block;
		margin: auto;
	}
	.flow_lst li.arw {
		width: auto;
	}
	.flow_lst li.arw img {
		position: relative;
		top: 0;
		margin: auto;
		transform: translateY(0) rotate(90deg);
	}
	.design_lst li {
		width: 32%;
		margin-bottom: 20px;
	}
	.caution_lst li {
		width: 100%;
	}
	.faq_hr {
		margin: 20px 0 40px;
		border-bottom: 1px solid #e6e6e6;
	}
	ul.melit_lst{
		margin-top: 0;
		margin-bottom: 30px;
		padding: 0 10px 0 10px;
		list-style: disc;
	}
	ul.demelit_lst{
		margin-top: 0;
		margin-bottom: 50px;
		padding: 0 10px 0 10px;
		list-style: disc;
	}
	.demelit_lst img{
		max-width: 100%;
		margin: 5px;
	}
}


/*
追加分
*/
table.tbl_price {
    width: 100%;
    max-width: 580px;
    background-color: #fff;
    font-size: 1.2em;
    margin: 1.5em auto;
}
table.tbl_price th {
    text-align: center;
    vertical-align: middle;
}
table.tbl_price tr.trhead th {
    background-color: #333;
    color: #fff;
}
table.tbl_price td {
    text-align: center;
    padding: 8px;
}
table.tbl_price tr.trmain {

}
table.tbl_price tr.trmain th{
    font-size: 1.0em;
    background-color: #ffffe0;
}
table.tbl_price tr.trmain td{
    font-size: 1.2em;
    background-color: #ffffe0;
    color: #f00;
}
table.tbl_price .br-sp {
  display:none;
}
@media screen and (max-width: 480px) {
  table.tbl_price .br-sp {
    display:block;
  }
}
table.tbl_price caption {
    padding: 10px;
    caption-side: bottom;
    font-size: 0.9em;
}


div.top_plan {
    margin: 30px 0 40px;

}
div.top_plan p {
    margin-bottom: 0.5em;
}
div.top_plan ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
div.top_plan ul li{
	width: 33%;
}
div.top_plan ul li img{
	border: 5px solid #ececec;
	box-sizing: border-box;
}
div.top_plan h5 {
	text-align: center;
	color: #f80;
	font-weight: bold;
    font-size: 1.6em;
    margin: 0 auto;

}
div.top_plan .price {
	text-align: center;
	color: #f00;
	font-weight: bold;
    font-size: 1.3em;
}
div.top_plan .remarks {
    font-size: 0.9em;
    padding: 0 2px;
}
div.top_plan .bold {
	font-weight: bold;
}
br.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    div.top_plan ul li{

    }
    div.top_plan {
        font-size: 0.9em;
    }
    div.top_plan h5 {
        font-size: 0.9em;
    }
    div.top_plan .remarks {
        font-size: 0.8em;
    }
    br.br-sp {
        display: block;
    }
}

.section h4.center {
          font-size: 2.8em;
          margin: 1em auto;
}
.section h4 span {
      font-size: 1.3em;
      color: #24bbb7;
}
.section h5 {
          color: #000;
          margin: 25px 0 20px;
}
@media screen and (max-width: 767px) {
	.section h4.center {
	          font-size: 1.6em;
	}
}

ul.comp  {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
ul.comp li{
	width: 48%;
	padding: 0 2%;
	margin-bottom: 20px;
}
ul.comp li img{
	display: block;
	margin: 0 auto;
}
ul.comp li:not(.arw) img{
	border: 10px solid #ececec;
}
ul.comp li.arw {
    position: relative;
    border: 0;
    background-color: transparent;
    width: 17px;
    padding: 0;
}
ul.comp li.arw img {
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    ul.comp li {
    	width: 100%;
    	margin-bottom: 10px;
    }

	ul.comp li.arw img {
		position: relative;
		top: 0;
		margin: auto;
		transform: translateY(0) rotate(90deg);
	}
}
.section h6 {
    font-size: 1.2em;
    color: #000;
    text-align: center;
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
	.section h6 {
	    font-size: 0.8em;
	}
}
.newinkjet_ttl span {
     color: #d00;
}

dl.big_faq {
	font-size: 2.0em;
	font-weight: 700;
	color: #000;
	margin-bottom: auto;
}
dl.big_faq  span {
     color: #d00;
     font-size: 1.5em;
     padding-right: 4pt;
}
@media screen and (max-width: 767px) {
	dl.big_faq {
	    font-size: 1.5em;
	}
}
.cmn_cont01 h3.orange_title {
    border: 0;
    color: #f80;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1rem;
}


ul.voice_wrap {
       display: -webkit-flex;
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
}
ul.voice_wrap li {
       width: 48%;
       margin-top: 15px;
}
ul.voice_wrap .smile {
   font-size: 1.3em;
   font-weight: bold;
}
@media screen and (max-width:600px) {
	ul.voice_wrap .smile {
	   font-size: 1.0em;
	}
	ul.voice_wrap .comment , ul.voice_wrap .item{
	   font-size: 0.8em;
	}
}
ul.voice_wrap img {
   display: block;
   margin: 10px auto;
   max-height: 240px;
   border-radius: 8px;
}
ul.voice_wrap p.exampleText {
   padding: 4px;
}
ul.voice_wrap .item {
   text-align : center;
}

/*
追加 2022.12.23
*/
.fbox .itemBox .item {
	border-color: #efefef;
	background-color: #fff;

}
.swiper li {
	width: 12.3%;
	/*
	margin: 0 5px;
	*/
}
@media screen and (max-width: 767px) {
	.swiper li {
		width: 27.5%;
	}
}
@media screen and (max-width: 767px) {
	.flex-row>.itemBox {
	    margin-top: 1em;
	}
}

/* ADD 2026/5/22 KUME */
.lcenter {
    display: block;
    text-align: center;
    margin: 4px auto;
}
p.sub_title {
    font-size: 1.0em;
    font-weight: 400;
    color: #333;
}
.bagp {
    text-align:center;
    color: #d00;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 0;
}
.bagt {
    max-width: 1000px;
    margin: 0 auto 3% auto;
    font-size: 1.2em;
    line-height: 30px;
    text-align: center;
}
.bagt span {
    color: #d00;
    font-size: 1.5em;
}
.BIG_font {
    font-weight: bold;
}
.tbl_title {
    font-size: 21px;
    font-weight: bold;
    color: #24bbb7;
    text-align: center;
    padding-top: 10px;
}
.tbl_title_sp {
    display: none;
}
nav.breadcrumbs {
    background: #f5f5f5;
    border-bottom: none !important;
}
nav.breadcrumbs ul {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 16px;
    box-sizing: border-box;
}
nav.breadcrumbs + article {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
nav.breadcrumbs + article .content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.dc-hero {
    padding-top: 0;
    margin-top: -10px;
}
@media screen and (max-width: 767px) {
    .cmn_pagetop {
        position: fixed !important;
        right: 12px !important;
        bottom: 18px !important;
        z-index: 9999 !important;
    }
    nav.breadcrumbs ul {
        padding: 8px 16px;
    }
}
@media screen and (max-width:767px) {
    .tbl_title_sp {
        font-size: 24px;
        font-weight: bold;
        color: #24bbb7;
        text-align: center;
        padding-top: 10px;
        display: block;
    }
    .tbl_title {
    display: none;
    }
}

.dc-renewal {
    --dc-ink: #222;
    --dc-sub: #5e6470;
    --dc-line: #e5e7eb;
    --dc-bg: #f7f7f7;
    --dc-paper: #ffffff;
    --dc-brand: #24bbb7;
    --dc-brand-dark: #16918d;
    --dc-brand-soft: #e9f9f8;
    --dc-accent: #ef4444;
}
.dc-renewal * {
    box-sizing: border-box;
}
.dc-renewal img {
    display: block;
    max-width: 100%;
    height: auto;
}
.dc-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}
.dc-hero {
    background: #fff;
    padding: 68px 0 56px;
}
.dc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas: "copy collage";
    column-gap: 56px;
    row-gap: 0;
    align-items: start;
}
.dc-hero-copy {
    grid-area: copy;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin-top: 58px;
    margin-left: 28px;
    margin-bottom: 0;
}
.dc-kicker {
    display: none;
}
.dc-hero-title {
    margin: 0 0 26px;
    color: var(--dc-ink);
    font-size: 38px;
    line-height: 1.48;
    font-weight: 700;
    letter-spacing: .01em;
}
.dc-hero-title .accent {
    display: inline;
    padding: 0 .08em .06em;
    background: linear-gradient(transparent 72%, rgba(36, 187, 183, 0.2) 72%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.dc-lead {
    margin: 0;
    color: var(--dc-sub);
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
}
.dc-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    justify-content: flex-start;
}
.dc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    min-width: 190px;
    padding: 0 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease;
}
.dc-btn:hover,
.dc-btn:focus {
    text-decoration: none;
}
.dc-btn .dc-btn-arrow {
    margin-left: 10px;
    font-size: 1.05em;
    line-height: 1;
}
.dc-btn-mobile-break {
    display: none;
}
.dc-btn-primary {
    background: var(--dc-brand);
    color: #fff;
    box-shadow: 0 16px 30px rgba(36, 187, 183, 0.22);
}
.dc-btn-primary:hover {
    background: var(--dc-brand-dark);
    transform: translateY(-1px);
}
.dc-btn-secondary {
    background: #fff;
    color: var(--dc-brand-dark);
    border: 1px solid var(--dc-brand);
}
.dc-btn-secondary:hover {
    background: var(--dc-brand-soft);
}
@media (hover: hover) and (pointer: fine) {
    .dc-collage-item {
        cursor: pointer;
    }
}
.dc-collage {
    grid-area: collage;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 520px;
    margin-left: auto;
}
.dc-collage-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    aspect-ratio: 1 / 1;
    transition: transform .3s ease;
}
.dc-collage-item:hover {
    transform: translateY(-4px);
}
.dc-collage-item:nth-child(1) {
    transform: translateY(-12px);
}
.dc-collage-item:nth-child(4) {
    transform: translateY(12px);
}
.dc-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .4s ease;
}
.dc-section {
    padding: 72px 0;
}
#dc-materials {
    padding-top: 0;
}
.dc-section-alt {
    background: var(--dc-bg);
}
.dc-section-title {
    margin: 0 0 18px;
    color: var(--dc-brand);
    text-align: center;
    font-size: clamp(18px, 3vw, 30px);
    line-height: 1.45;
    font-weight: 800;
}
.dc-section-title span {
    display: block;
}
.dc-difference-title {
    margin: 0 0 28px;
    color: var(--dc-brand);
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}
.dc-difference-section {
    background: #f5f6f6;
}
.dc-difference-section .dc-wrap {
    width: min(1120px, calc(100% - 40px));
}
.dc-difference-table-wrap {
    width: 100%;
}
.dc-mat-table-wrap {
    width: 100%;
}
.dc-difference-table {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none;
}
.dc-difference-table th,
.dc-difference-table td {
    padding: 22px 18px;
    border-right: 1px solid #dbe5ea;
    border-bottom: 1px solid #dbe5ea;
    vertical-align: middle;
    text-align: center;
}
.dc-difference-table colgroup col:first-child {
    width: 20%;
}
.dc-difference-table colgroup col:nth-child(2) {
    width: 30%;
}
.dc-difference-table colgroup col:nth-child(3) {
    width: 50%;
}
.dc-difference-table tr > *:last-child {
    border-right: none;
}
.dc-difference-table tbody tr:last-child > * {
    border-bottom: none;
}
.dc-difference-table thead th {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
}
.dc-difference-table thead th:nth-child(1),
.dc-difference-table thead th:nth-child(2) {
    color: #6f7c8f !important;
}
.dc-difference-table thead th:first-child {
    text-align: center;
    padding-left: 18px;
}
.dc-difference-table thead th:first-child,
.dc-difference-table tbody td:first-child {
    background: #f5f6f6 !important;
}
.dc-difference-table thead th:nth-child(2),
.dc-difference-table tbody td:nth-child(2) {
    background: #f5f6f6 !important;
}
.dc-difference-table thead th:nth-child(2) {
    background: #ececec !important;
}
.dc-difference-table tbody td:first-child {
    text-align: left;
    padding-left: 22px;
    font-weight: 500;
}
.dc-difference-table thead th:nth-child(3) {
    background: #31b9bb;
}
.dc-difference-table tbody td:nth-child(3) {
    background: #dff5f5 !important;
}
.dc-difference-table tbody td {
    font-weight: 500;
}
.dc-difference-note,
.dc-sp-break {
    display: none;
}
.dc-center-note {
    padding: 16px 20px;
    border-left: 4px solid var(--dc-brand);
    border-radius: 0;
    background: #dff5f5;
    color: var(--dc-ink);
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
    box-shadow: none;
}
.dc-difference-note {
    max-width: none;
    margin: 18px auto 0;
}
.dc-section-lead {
    max-width: 820px;
    margin: 0 auto 36px;
    color: var(--dc-sub);
    text-align: center;
    font-size: 15px;
    line-height: 2;
}
.dc-voice-note {
    margin: -22px auto 28px;
    max-width: 820px;
    color: #7b8794;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}
.dc-voice-note-mark {
    font-size: 11px;
    color: #9aa4b2;
}
.dc-worry-grid,
.dc-card-grid,
.dc-design-grid,
.dc-voice-grid,
.dc-info-grid,
.dc-point-grid {
    display: grid;
    gap: 20px;
}
.dc-worry-grid {
    grid-template-columns: repeat(5, 1fr);
}
.dc-worry-card,
.dc-card,
.dc-design-card,
.dc-voice-card,
.dc-info-card,
.dc-point-card {
    background: var(--dc-paper);
    border: 1px solid var(--dc-line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.dc-worry-card img,
.dc-design-card img,
.dc-voice-image img {
    width: 100%;
}
.dc-design-card {
    border-radius: 6px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    cursor: pointer;
}
.dc-design-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.dc-design-card img {
    transition: transform 0.4s ease;
}
.dc-design-card:hover img {
    transform: scale(1.04);
}
.dc-worry-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.dc-worry-card img {
    border-radius: 6px;
    border: 2px solid var(--dc-line);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.dc-worry-card p {
    padding: 0;
    margin: 12px 0 0;
    background: transparent;
    color: var(--dc-sub);
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
}
.dc-highlight {
    margin-top: 28px;
    padding: 24px 28px;
    border-radius: 12px;
    background: #def6f5;
    border: 2px solid rgba(36, 187, 183, 0.28);
    text-align: center;
    color: var(--dc-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}
.dc-highlight strong {
    color: var(--dc-accent);
}
.dc-highlight-lead {
    display: block;
    margin-bottom: 4px;
    color: var(--dc-brand);
    font-size: 18px;
    font-weight: 700;
}
.dc-highlight-main {
    display: block;
    color: var(--dc-brand);
    font-size: 16px;
    font-weight: 700;
}
.dc-highlight-sub {
    display: block;
    margin-top: 2px;
    color: var(--dc-brand);
    font-size: 16px;
    font-weight: 700;
}
.dc-card-grid,
.dc-design-grid,
.dc-voice-grid {
    grid-template-columns: repeat(3, 1fr);
}
.dc-reason-copy {
    max-width: 1120px;
    margin: 0 auto;
}
.dc-reason-copy p {
    margin: 0 0 20px;
    color: var(--dc-sub);
    font-size: 15px;
    line-height: 2.1;
}
.dc-reason-copy p:last-child {
    margin-bottom: 0;
}
.dc-reason-emphasis {
    display: inline-block;
    border-bottom: 2px solid var(--dc-brand);
    padding-bottom: 2px;
    color: var(--dc-ink);
    font-weight: 700;
}
.dtf-row {
    display: flex;
    gap: 12px;
    margin: 18px 0 28px;
    align-items: stretch;
}
.dtf-col {
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
.dtf-zoom-trigger,
.dtf-video-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.dtf-zoom-trigger img,
.dtf-video-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.dtf-video {
    display: flex;
    background: #fff;
    box-sizing: border-box;
}
.dc-reason-feature-grid .dc-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.dtf-video-btn {
    position: relative;
    display: block;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}
.dtf-video-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    background: rgba(0, 0, 0, .55);
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: background .2s ease, transform .2s ease;
    pointer-events: none;
}
.dtf-video-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #fff;
    transform: translate(-35%, -50%);
    transition: transform .2s ease;
    pointer-events: none;
}
.dtf-video-btn:hover::before,
.dtf-video-btn:focus-visible::before {
    background: rgba(220, 0, 0, .85);
    transform: translate(-50%, -50%) scale(1.08);
}
.dtf-video-btn:hover::after,
.dtf-video-btn:focus-visible::after {
    transform: translate(-35%, -50%) scale(1.08);
}
.media-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .82);
    z-index: 9999;
}
.media-modal.is-open {
    display: flex;
}
.media-modal-dialog {
    position: relative;
    width: min(92vw, 960px);
    max-height: 90vh;
}
.media-modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    z-index: 110;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1;
}
.media-modal-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}
.media-modal-body {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.media-modal-body img {
    display: block;
    width: 100%;
    height: auto;
}
.media-modal.is-image {
    background: rgba(30, 30, 30, 0.90);
}
.media-modal.is-image .media-modal-dialog {
    width: auto;
    max-width: 100%;
}
.media-modal.is-image .media-modal-body {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.media-modal.is-image .media-modal-body img {
    width: auto;
    max-width: 100%;
    max-height: calc(90vh - 40px);
    border-radius: 2px;
}
.media-modal-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}
.media-modal-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.dc-card-body,
.dc-design-body,
.dc-voice-body,
.dc-info-body,
.dc-point-body {
    padding: 22px;
}
.dc-card-number {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dc-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}
.dc-card h3,
.dc-design-body .dc-design-title,
.dc-info-body h3,
.dc-point-body h3 {
    margin: 0 0 12px;
    color: var(--dc-ink);
    font-size: 17px;
    line-height: 1.55;
}
.dc-design-body {
    text-align: center;
}
.dc-design-body .dc-design-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}
.dc-design-body p {
    display: none;
}
.dc-design-body .dc-design-title {
    display: block;
}
.dc-card p,
.dc-design-body p,
.dc-info-body p,
.dc-point-body p,
.dc-voice-body p {
    margin: 0;
    color: var(--dc-sub);
    font-size: 14px;
    line-height: 1.9;
}
.dc-card-toggle {
    display: none;
}
.dc-compare {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.dc-compare th,
.dc-compare td {
    padding: 16px 18px;
    border: 1px solid var(--dc-line);
    font-size: 14px;
    line-height: 1.7;
}
.dc-compare thead th {
    background: #f4f7f7;
    color: var(--dc-ink);
    font-weight: 700;
}
.dc-compare thead th:nth-child(3) {
    background: var(--dc-brand);
    color: #fff;
}
.dc-compare tbody td:first-child {
    background: #fbfbfb;
    font-weight: 700;
    color: var(--dc-ink);
}
.dc-compare tbody td:nth-child(3) {
    background: var(--dc-brand-soft);
    color: var(--dc-brand-dark);
    font-weight: 700;
}
.dc-note {
    margin: 22px 0 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--dc-brand-soft);
    color: var(--dc-ink);
    font-size: 14px;
    line-height: 1.9;
}
.dc-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    grid-auto-rows: 150px;
    grid-auto-flow: dense;
    margin-top: 28px;
}
.dc-gallery-action {
    margin-top: 44px;
    text-align: center;
}
.dc-gallery-action .dc-btn {
    min-width: 232px;
    min-height: 56px;
    padding: 0 28px;
    border: 1px solid #d9dee5;
    border-radius: 4px;
    background: #fff;
    color: var(--dc-ink);
    box-shadow: none;
}
.dc-gallery-action .dc-btn:hover {
    background: #fafafa;
    transform: none;
}
.dc-gallery-lead {
    font-size: 16px;
    text-align: center;
    margin: 36px auto 40px;
    color: var(--dc-sub);
    line-height: 2;
}
.dc-gallery-item {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: #f5f6f6;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
.dc-gallery-item[data-size="big"] {
    grid-column: span 2;
    grid-row: span 2;
}
.dc-gallery-item[data-size="wide"] {
    grid-column: span 2;
}
.dc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.dc-gallery-item--bag img {
    object-position: center 82%;
}
.dc-gallery-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.dc-gallery-item:hover img {
    transform: scale(1.03);
}
.dc-design-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.dc-info-grid {
    grid-template-columns: repeat(2, 1fr);
}
.dc-info-card {
    padding: 28px;
}
.dc-info-card ul {
    margin: 0;
    padding-left: 20px;
    color: var(--dc-sub);
}
.dc-info-card li {
    margin-bottom: 10px;
    line-height: 1.8;
}
.dc-point-grid {
    grid-template-columns: repeat(2, 1fr);
}
.dc-point-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.dc-confirm-block {
    margin-top: 0;
    padding: 28px 28px 30px;
    border: 1px solid #f3dede;
    border-radius: 8px;
    background: #fff;
}
.dc-confirm-head {
    margin-bottom: 20px;
}
.dc-confirm-head h3 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--dc-ink);
    font-size: 18px;
    font-weight: 700;
}
.dc-confirm-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--dc-brand);
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.dc-confirm-head hr {
    margin: 18px 0 0;
    border: 0;
    border-top: 1px solid #d8dee5;
}
.dc-confirm-lead {
    margin: 0;
    color: var(--dc-sub);
    font-size: 13.5px;
    line-height: 1.9;
}
.dc-confirm-stack {
    display: grid;
    gap: 18px;
}
.dc-confirm-card {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    background: #f8f8f8;
    overflow: hidden;
}
.dc-confirm-card-title {
    padding: 12px 16px;
    background: #eeeeee;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.dc-confirm-card-body {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 22px;
    padding: 22px;
}
.dc-confirm-visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}
.dc-confirm-col {
    text-align: center;
}
.dc-confirm-col-head {
    margin-bottom: 10px;
    color: #666;
    font-size: 18px;
    font-weight: 700;
}
.dc-confirm-ok {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #639922;
    font-size: 16px;
    font-weight: 700;
}
.dc-confirm-ok::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #639922;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}
.dc-confirm-item-image {
    width: 100%;
    max-width: 126px;
    margin: 0 auto;
}
.dc-confirm-arrow {
    color: #b7b7b7;
    font-size: 46px;
    line-height: 1;
}
.dc-confirm-caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
}
.dc-confirm-caption.is-ng {
    color: #888;
}
.dc-confirm-caption.is-ok {
    color: var(--dc-brand);
}
.dc-confirm-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 28px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}
.dc-confirm-note p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.9;
}
.dc-confirm-note-arrow {
    margin: 14px 0 10px;
    color: var(--dc-brand);
    font-size: 40px;
    line-height: 1;
}
.dc-confirm-note-box {
    padding: 14px 18px;
    border-radius: 6px;
    background: #dff5f5;
    color: var(--dc-brand-dark);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}
.dc-confirm-consult {
    margin-top: 18px;
    padding: 16px 20px;
    border-left: 4px solid var(--dc-brand);
    background: #dff5f5;
    text-align: center;
    color: var(--dc-ink);
    font-size: 13px;
    line-height: 1.7;
}
.dc-confirm-consult a {
    color: #0000ee;
    font-weight: 700;
    text-decoration: underline;
    background: transparent;
}
.dc-mat-table,
.dc-brand-compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}
.dc-mat-table colgroup col:first-child {
    width: 18%;
}
.dc-mat-table colgroup col:nth-child(2) {
    width: 28%;
}
.dc-mat-table colgroup col:nth-child(3) {
    width: 32%;
}
.dc-mat-table colgroup col:nth-child(4) {
    width: 22%;
}
.dc-mat-table th,
.dc-mat-table td,
.dc-brand-compare th,
.dc-brand-compare td {
    padding: 14px 12px;
    border: 1px solid #d8dee5;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}
.dc-mat-table thead th:first-child,
.dc-brand-compare thead th:first-child {
    background: #f5f5f5;
    color: #7b8794;
}
.dc-mat-table thead th:nth-child(2),
.dc-brand-compare thead th:nth-child(2) {
    background: var(--dc-brand);
    color: #fff;
}
.dc-mat-table thead th:nth-child(3),
.dc-mat-table thead th:nth-child(4),
.dc-brand-compare thead th:nth-child(3),
.dc-brand-compare thead th:nth-child(4) {
    background: #f0f0f0;
    color: #7b8794;
}
.dc-mat-table tbody td:first-child,
.dc-brand-compare tbody td:first-child {
    text-align: left;
    font-weight: 700;
}
.dc-mat-table thead th:first-child,
.dc-mat-table tbody td:first-child {
    background: var(--dc-bg);
}
.dc-mat-table tbody td:nth-child(2),
.dc-brand-compare tbody td:nth-child(2) {
    background: var(--dc-brand-soft);
    color: var(--dc-brand-dark);
    font-weight: 700;
}
.dc-small-note {
    margin: 14px 0 0;
    color: #7b8794;
    font-size: 12.5px;
    line-height: 1.9;
}
.dc-brand-compare-price {
    font-size: 17px;
}
.dc-big-two .dc-small-note {
    color: #8f98a8;
    font-size: 11.5px;
    line-height: 1.85;
}
.dc-center-note {
    width: 100%;
    max-width: none;
    margin: 24px 0 0;
}
.dc-weight-500,
.dc-weight-500 span {
    font-weight: 500 !important;
}
#dc-price .dc-wrap {
    width: min(1240px, calc(100% - 40px));
}
#dc-price .dc-section-title {
    margin-bottom: 24px;
}
.dc-step-visual {
    max-width: 1240px;
    margin: 0 auto 24px;
}
.dc-step-mobile {
    display: none;
}
#dc-price .dc-center-note {
    width: 100%;
    max-width: none;
    margin-top: 0;
}
.dc-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 16px;
    align-items: start;
}
.dc-step-card {
    position: relative;
    padding: 22px 22px 24px;
    border: 3px solid var(--dc-brand);
    border-radius: 24px;
    background: #fff;
    text-align: center;
}
.dc-step-card:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    color: var(--dc-brand);
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}
.dc-step-card img {
    width: 140px;
    height: 108px;
    margin: 0 auto 16px;
    object-fit: contain;
}
.dc-step-card .num {
    position: absolute;
    top: -24px;
    left: -24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--dc-brand);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.dc-step-card h3 {
    margin: 0 0 10px;
    color: var(--dc-brand-dark);
    font-size: 19px;
    font-weight: 700;
}
.dc-step-card p {
    margin: 0;
    color: var(--dc-sub);
    font-size: 14px;
    line-height: 1.7;
}
.dc-step-divider {
    height: 2px;
    margin: 10px 0 16px;
    background: #cfcfcf;
}
.dc-step-owner {
    position: relative;
    margin: 34px auto 0;
    width: min(840px, 100%);
    min-height: 260px;
}
.dc-step-owner-photo {
    position: relative;
    z-index: 2;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border: 4px solid var(--dc-brand);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}
.dc-step-owner-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dc-step-owner-bubble {
    position: absolute;
    left: 150px;
    top: 74px;
    z-index: 3;
    padding: 18px 26px;
    border-radius: 14px;
    background: var(--dc-brand);
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}
.dc-step-owner-bubble::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid var(--dc-brand);
}
.dc-step-owner-line {
    position: absolute;
    top: -10px;
    width: 120px;
    border-top: 2px dashed #8edfdc;
    z-index: 1;
}
.dc-step-owner-line.is-left {
    left: 235px;
    transform: rotate(8deg);
    transform-origin: right center;
}
.dc-step-owner-line.is-right {
    right: 235px;
    transform: rotate(-8deg);
    transform-origin: left center;
}
.dc-price-image,
.dc-big-card img {
    width: 100%;
    height: auto;
    border: 1px solid var(--dc-line);
    border-radius: 6px;
}
.dc-price-copy {
    margin: 0 0 20px;
    color: var(--dc-sub);
    font-size: 14.5px;
    line-height: 1.95;
}
.dc-small-note + .dc-price-copy {
    margin-top: 18px;
}
.dc-big-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.dc-big-card {
    padding: 30px 24px 24px;
    border: 1px solid #e7eaee;
    border-top: 3px solid var(--dc-brand);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}
.dc-big-card h4 {
    margin: 0 0 18px;
    color: var(--dc-ink);
    font-size: 18px;
    font-weight: 700;
}
.dc-big-card p {
    margin: 0 0 16px;
    color: var(--dc-sub);
    font-size: 14px;
    line-height: 2;
}
.dc-big-spec {
    margin-bottom: 16px;
    padding: 14px 18px;
    border-radius: 8px;
    background: var(--dc-brand-soft);
    color: var(--dc-brand-dark);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.dc-big-spec small {
    font-size: 13px;
    font-weight: 500;
}
.dc-big-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
}
.dc-big-two h5 {
    margin: 0 0 10px;
    color: var(--dc-ink);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.dc-voice-more {
    margin-top: 24px;
    text-align: center;
}
.dc-voice-more .dc-btn {
    min-width: 232px;
    min-height: 56px;
    padding: 0 28px;
    border: 1px solid #d9dee5;
    border-radius: 4px;
    background: #fff;
    color: var(--dc-ink);
    box-shadow: none;
}
.dc-voice-more .dc-btn:hover {
    background: #fafafa;
}
.dc-voice-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #dfe6ea;
    box-shadow: none;
}
.dc-voice-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.dc-voice-image {
    cursor: pointer;
}
.dc-voice-body {
    padding: 18px 22px 22px;
}
.dc-voice-pref {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 8px;
    background: #e6faf9;
    color: var(--dc-brand-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.dc-voice-name {
    margin: 0 0 10px;
    color: var(--dc-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.dc-voice-product {
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 10px;
    border: 1px solid #d9dee5;
    background: #fff;
    color: #7f8b99;
    font-size: 11px;
    line-height: 1.4;
}
.dc-voice-body p {
    padding-left: 14px;
    border-left: 3px solid #dff5f3;
}
.dc-faq {
    max-width: 940px;
    margin: 0 auto;
}
.dc-faq details {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    border-top: 1px solid #e3e8ec;
}
.dc-faq details + details {
    margin-top: 0;
}
.dc-faq summary {
    cursor: pointer;
    position: relative;
    padding: 26px 52px 26px 36px;
    color: var(--dc-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    list-style: none;
}
.dc-faq summary::-webkit-details-marker {
    display: none;
}
.dc-faq summary::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--dc-brand);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.dc-faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dce3e8;
    background: #fff;
    color: var(--dc-brand);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}
.dc-faq summary:hover {
    color: var(--dc-brand);
}
.dc-faq details[open] summary::after {
    content: "−";
    border-color: var(--dc-brand);
    background: var(--dc-brand);
    color: #fff;
}
.dc-faq p {
    position: relative;
    padding: 0 0 28px 36px;
    margin: 0;
    color: var(--dc-sub);
    font-size: 14px;
    line-height: 1.9;
}
.dc-faq p::before {
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ff8f14;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.dc-cta-box {
    padding: 42px 28px;
    border-radius: 0;
    background: transparent;
    border: none;
    text-align: center;
}
.dc-cta-box p {
    margin: 0 auto 24px;
    max-width: 760px;
    color: var(--dc-sub);
    font-size: 15px;
    line-height: 2;
}
#dc-cta .dc-cta-row {
    justify-content: center;
}
#dc-cta .dc-btn {
    min-height: 68px;
}
#dc-cta .dc-btn-primary {
    min-width: 304px;
}
#dc-cta .dc-btn-secondary {
    min-width: 222px;
}
.dc-backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 50;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: var(--dc-brand);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(36, 187, 183, 0.24);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
.dc-backtop.is-visible {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1024px) {
    .dc-worry-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .dc-card-grid,
    .dc-design-grid,
    .dc-voice-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .dc-backtop {
        position: fixed !important;
        right: 12px !important;
        bottom: 18px !important;
        z-index: 9999 !important;
    }
    .dc-difference-section .dc-wrap,
    #dc-price .dc-wrap {
        width: min(100% - 48px, 1180px);
    }
    .dc-hero {
        padding: 34px 0 42px;
    }
    .dc-hero-grid,
    .dc-info-grid,
    .dc-point-grid {
        gap: 24px;
    }
    .dc-hero-grid {
        grid-template-columns: minmax(0, 1fr) 150px;
        grid-template-areas:
            "title collage"
            "lead collage"
            "cta cta";
        column-gap: 35px;
        row-gap: 8px;
        align-items: start;
    }
    .dc-hero-copy {
        display: contents;
    }
    .dc-kicker {
        display: none;
    }
    .dc-hero-title {
        grid-area: title;
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.48;
        letter-spacing: 0;
        text-align: left;
        margin-left: 8px;
    }
    .dc-lead {
        grid-area: lead;
        font-size: 11px;
        line-height: 1.8;
        margin-bottom: 12px;
        margin-left: 8px;
    }
    .dc-lead br {
        display: none;
    }
    .dc-cta-row {
        grid-area: cta;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 0;
    }
    #dc-cta .dc-cta-row {
        grid-template-columns: 1fr;
    }
    .dc-btn-primary {
        font-size: 6px;
        letter-spacing: -.03em;
        white-space: nowrap;
    }
    .dc-btn-mobile-break {
        display: block;
    }
    .dc-card-grid,
    .dc-gallery {
        grid-template-columns: 1fr;
    }
    .dc-design-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .dc-design-body .dc-design-title {
        font-size: 12px;
    }
    .dc-voice-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .dc-worry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }
    .dc-worry-card:last-child {
        grid-column: 1 / -1;
        max-width: 180px;
        margin: 0 auto;
    }
    .dtf-row {
        flex-direction: column;
        gap: 22px;
    }
    .dtf-video {
        display: block;
    }
    .dtf-video-btn {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
    .dtf-video-btn::before {
        width: 56px;
        height: 56px;
    }
    .dtf-video-btn::after {
        border-width: 11px 0 11px 17px;
    }
    .dc-gallery img {
        min-height: auto;
        aspect-ratio: auto;
    }
    .dc-gallery {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 90px;
        gap: 4px;
    }
    .dc-step-grid,
    .dc-big-two {
        grid-template-columns: 1fr;
    }
    .dc-step-card:not(:last-child)::after {
        top: auto;
        bottom: -30px;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
    }
    .dc-step-visual svg {
        display: none;
    }
    .dc-step-mobile {
        display: block;
    }
    .dc-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 0;
    }
    .dc-step-card {
        padding: 14px 10px 16px;
        border-width: 2px;
        border-radius: 12px;
    }
    .dc-step-card:not(:last-child)::after {
        display: none;
    }
    .dc-step-card .num {
        top: -10px;
        left: -10px;
        width: 22px;
        height: 22px;
        font-size: 9px;
    }
    .dc-step-card img {
        width: 64px;
        height: 50px;
        margin-bottom: 8px;
    }
    .dc-step-card h3 {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.35;
    }
    .dc-step-card p {
        font-size: 11px;
        line-height: 1.6;
    }
    .dc-step-divider {
        margin: 8px 0 10px;
    }
    .dc-step-owner {
        min-height: 0;
        margin-top: 24px;
    }
    .dc-step-owner-bubble {
        position: static;
        margin: 0 auto 14px;
        max-width: 240px;
        padding: 10px 14px;
        font-size: 11px;
        line-height: 1.6;
        font-weight: 700;
    }
    .dc-step-owner-bubble::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 0;
        height: 0;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--dc-brand);
    }
    .dc-step-owner-line {
        display: none;
    }
    .dc-step-owner-photo {
        width: 120px;
        height: 120px;
        border-width: 3px;
    }
    .dc-step-visual svg {
        overflow: visible;
    }
    .dc-step-owner-figure {
        transform: translateY(27px) scale(1.45);
        transform-origin: 340px 338px;
    }
    .dc-step-owner-bubble-figure {
        transform: translate(-54px, 24px) scale(1.5);
        transform-origin: 204px 320px;
    }
    #dc-price .dc-center-note {
        margin-top: 56px;
    }
    .dc-confirm-card-body {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px;
    }
    .dc-confirm-visual {
        grid-template-columns: 1fr auto 1fr;
        gap: 10px;
    }
    .dc-confirm-arrow {
        transform: none;
        margin: 0;
        font-size: 30px;
    }
    .dc-confirm-col-head {
        font-size: 13px;
    }
    .dc-confirm-ok {
        gap: 4px;
        font-size: 13px;
    }
    .dc-confirm-ok::before {
        width: 24px;
        height: 24px;
        font-size: 16px;
    }
    .dc-confirm-caption {
        font-size: 11px;
        line-height: 1.6;
    }
    .dc-confirm-note {
        padding: 22px 16px;
    }
    .dc-gallery-item[data-size="big"] {
        grid-column: span 2;
        grid-row: span 2;
    }
    .dc-gallery-item[data-size="wide"] {
        grid-column: span 2;
    }
    .dc-gallery-lead {
        font-size: 14px;
        margin: 24px auto 28px;
        line-height: 1.8;
    }
    .dc-section {
        padding: 56px 0;
    }
    #dc-cta {
        padding-bottom: 20px;
    }
    #dc-cta .dc-cta-box {
        padding-bottom: 8px;
    }
    .dc-section-title,
    .dc-difference-title {
        font-size: 20px;
    }
    .dc-card-body,
    .dc-design-body,
    .dc-voice-body,
    .dc-info-card,
    .dc-point-body {
        padding: 18px;
    }
    .dc-voice-grid .dc-voice-copy {
        position: relative;
        max-height: 3.8em;
        overflow: hidden;
        transition: max-height .25s ease;
    }
    .dc-voice-grid .dc-voice-card.is-expanded .dc-voice-copy {
        max-height: 40em;
    }
    .dc-voice-grid .dc-voice-card:not(.is-expanded) .dc-voice-copy::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1.8em;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 90%);
        pointer-events: none;
    }
    .dc-voice-grid .dc-card-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 14px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--dc-brand-dark);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4;
        cursor: pointer;
    }
    .dc-voice-grid .dc-card-toggle::after {
        content: "＋";
        margin-left: 6px;
        font-size: 14px;
        line-height: 1;
    }
    .dc-voice-grid .dc-voice-card.is-expanded .dc-card-toggle::after {
        content: "−";
    }
    .dc-reason-feature-grid .dc-card-copy {
        position: relative;
        max-height: 3.8em;
        overflow: hidden;
        transition: max-height .25s ease;
    }
    .dc-reason-feature-grid .dc-card.is-expanded .dc-card-copy {
        max-height: 40em;
    }
    .dc-reason-feature-grid .dc-card:not(.is-expanded) .dc-card-copy::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 56px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 60%, #fff 100%);
        pointer-events: none;
    }
    .dc-reason-feature-grid .dc-card-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 14px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--dc-brand-dark);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4;
        cursor: pointer;
    }
    .dc-reason-feature-grid .dc-card-toggle::after {
        content: "＋";
        margin-left: 6px;
        font-size: 14px;
        line-height: 1;
    }
    .dc-reason-feature-grid .dc-card.is-expanded .dc-card-toggle::after {
        content: "−";
    }
    .dc-confirm-note-break {
        display: none;
    }
    .dc-difference-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .dc-difference-table {
        min-width: 520px;
    }
    .dc-difference-table colgroup col:first-child {
        width: 16%;
    }
    .dc-difference-table colgroup col:nth-child(2) {
        width: 29%;
    }
    .dc-difference-table colgroup col:nth-child(3) {
        width: 55%;
    }
    .dc-difference-table thead th {
        font-size: 11px;
        font-weight: 500;
    }
    .dc-difference-table thead th span {
        font-size: 9px !important;
        font-weight: 500 !important;
    }
    .dc-difference-table tbody td {
        font-size: 11px;
    }
    .dc-sp-break {
        display: block;
    }
    .dc-difference-table th,
    .dc-difference-table td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .dc-difference-table tbody td:first-child,
    .dc-difference-table thead th:first-child {
        padding-left: 8px;
        padding-right: 8px;
    }
    .dc-mat-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .dc-mat-table {
        min-width: 620px;
    }
    .dc-mat-table th,
    .dc-mat-table td {
        font-size: 11px;
    }
    .dc-mat-table th span {
        font-size: 9px !important;
    }
    .dc-brand-compare-label,
    .dc-brand-compare-text {
        font-size: 11px;
    }

    .dc-difference-note,
    .dc-center-note {
        font-size: 12px;
        text-align: left;
    }
    .dc-small-note {
        font-size: 9px;
    }
    .dc-btn {
        min-width: 0;
        width: 100%;
        min-height: 56px;
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
    }
    .dc-hero-copy {
        max-width: none;
        margin-top: 0;
        margin-left: 0;
    }
    .dc-collage {
        display: block;
        max-width: 190px;
        width: 100%;
        margin: 0;
        justify-self: start;
    }
    .dc-collage-item {
        display: none;
        transform: none !important;
    }
    .dc-collage-item:first-child {
        display: block;
        aspect-ratio: 1 / 1;
    }
    .dc-collage-item:first-child img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 420px) {
    .dc-hero-grid {
        grid-template-columns: minmax(0, 1fr) 125px;
        grid-template-areas:
            "title collage"
            "lead collage"
            "cta cta";
        column-gap: 20px;
        row-gap: 8px;
        align-items: start;
    }
    .dc-hero-title {
        font-size: 17px;
        line-height: 1.6;
    }
    .dc-btn {
        min-height: 60px;
        font-size: 12px;
    }
    .media-modal {
        padding: 12px;
    }
    .media-modal.is-image .media-modal-body {
        padding: 12px;
    }
}

