.box {
	container: body / inline-size;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-family: 'Segoe Sans';
	line-height: normal;
	letter-spacing: 0px;
	background-color: var(--microsoft-pure-white);
}

ol {
	list-style-type: decimal;
}

ol li {
	margin-bottom: 15px;
	margin-left: 8px;
}



/* row-a */

.row-a {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	max-width: 1320px;
	margin: 0 auto;
}
/* end row-a*/


.windows-fy25-commr {
	width: 100%;
	min-width: 0;
	flex-grow: 1;
	align-self: safe center;
	border-radius: 16px;
	object-fit: cover;
}

.row-windows-fy251 {
	height: 295px;
}

.row-windows-fy252 {
	height: 400px;
}

.row-windows-fy253 {
	height: 370px;
}

.row-windows-fy254 {
	height: 340px;
}



/* column-a */

.column-a {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex-grow: 1;
}

.column-title {
	font-size: 48px;
}

.column-text1 {
	font-size: 20px;
}
/* end column-a*/




/* row-b */

.row-b {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	max-width: 1320px;
	margin: 0 auto;
}
/* end row-b*/


.header {
	height: auto;
	display: inline-block;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	color: var(--microsoft-pure-white);
	background: url(../assets/header.jpg) center / cover no-repeat;
	padding: 0px;
}

.header-wrapper {
	max-width: 1320px;
	margin: 0 auto;
}

.hero {
	display: flex;
	gap: 40px;
}

.header-bg-image {
	background: url(../assets/hero-bg.png) center right / 40% no-repeat;
}

.header-col-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 120px;
	flex-grow: 1;
	padding: 112px 0px 112px 0px;
}

.header-col-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.header-copilot-plus {
	width: 100%;
	max-width: 300px;
	flex-shrink: 0;
}

.header-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	align-self: stretch;
}

.header-business-ready {
	align-self: stretch;
	font-size: 64px;
	font-family: 'Segoe Sans';
	font-weight: 400;
	line-height: 1.125;
	background: linear-gradient(90deg, #000 0%, #613a3a 100%) top left / auto auto no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header-btn-shop-now {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	background-color: #273963;
}

.header-frame-right {
	margin-top: 0px;
	width: 91%;
	flex-grow: 1;
	align-self: stretch;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
}

video, iframe {
	border-radius: 16px;
	overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-circle {
	position: relative;
	width: 120px; height: 120px;
	background-color: var(--microsoft-pure-white);
	border-radius: 50%;
}

.header-graphic {
	position: absolute; top: 32%; left: 37%; 
	width: 31%;
}

.col1 {
	container: col1 / inline-size;
	gap: 80px;
	font-weight: 400;
	background-image: linear-gradient(180deg, #f5ddc5 0%, #e9cad4 100%);
}

.row-top1 {
	color: var(--microsoft-blue-black);
}


.row-bottom1 .col-left .column-title {
	color: var(--microsoft-blue-black);
}

.row-bottom1 .col-left .column-text1 {
	color: #091f2c;
}

.col2 {
	container: col2 / inline-size;
	display: flex;
	flex-direction: column;
	gap: 48px;
	color: var(--microsoft-pure-white);
	background-color: var(--microsoft-blue-black);
	padding: 96px 112px;
}

.col-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
	font-weight: 400;
	max-width: 1320px;
	margin: 0 auto;
}

.title-unlock-efficiency {
	--min-font-size: 27; --max-font-size: 48; font-size: 48px;
}

.text-experience {
	--min-font-size: 16; --max-font-size: 20; font-size: var(--interpolate);
}

.row1 {
	display: flex;
	align-items: flex-start;
	gap: 80px;
	max-width: 1320px;
	margin: 0 auto;
}



/* column-b */

.column-b {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex-grow: 1;
}

.column-windows-fy25 {
	flex-shrink: 0;
	border-radius: 16px;
}

.column-col-bottom {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.column-subtitle {
	font-size: 32px;
	font-weight: 600;
}

.column-text2 {
	font-size: 20px;
	font-weight: 400;
}
/* end column-b*/


.col3 {
	container: col1 / inline-size;
	gap: 80px;
	color: var(--microsoft-blue-black);
	font-weight: 400;
	background-image: linear-gradient(180deg, #c8ccef 0%, #b9cbeb 100%);
}

.row2 {
	height: 609px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.card-left {
	width: 100%; 
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	flex-grow: 1;
	background: url(../assets/card.jpg) center / cover no-repeat;
}

.card-left-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	padding: 96px 80px 96px 112px;

}

.card-left-col-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-self: stretch;
	color: #ff00d0;
	font-weight: 400;
}

.card-left-title {
	font-size: 48px;
}

.card-left-text {
	font-size: 20px;
}

.card-left-btn-shop-now {
	color: var(--microsoft-pure-white);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	background-color: var(--copilot-dark-613a3a);
}

.windows-fy25-commr1 {
	width: 100%;
	min-width: 0;
	flex-grow: 1;
	align-self: safe center;
	object-fit: cover;
	height: 100%;
}

.section-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.section-header {
	text-align: center;
	margin-bottom: 80px;
}

.product-card-container {
	/* display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr; */
}

.product-card {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 16px;
    padding: 16px;
}

.product-card__image {
    align-items: center;
    aspect-ratio: 432 / 324;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}

.product-card__image img {
	border-radius: 16px;
}

.product-card__content {
}

.product-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.text-title-3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
}

.text-body-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
}

.product-card__cta {
    align-self: flex-end;
    white-space: nowrap;
}

.button--campaign-secondary {
    background: rgba(255,255,255,0.5);
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    transition: all .3s ease;
}

.button--campaign-secondary:hover {
	background: #fff;
}

.text-utilities-partner {
    color: var(--color-utilities-partner) !important;
}

.footer {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	background-color: var(--microsoft-blue-black);
	padding: 64px 112px;
}

.footer-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 64px;
	max-width: 1320px;
	margin: 0 auto;
}

.footer-copilot-plus {
	width: 223px;
	flex-shrink: 0;
}

.footer-text {
	flex-grow: 1;
}



/** breakpoints (margin / paddings) **/

@media screen and (max-width: 1280px) {
	.header {
		padding: 0;
	}
	.header-col-left {
		padding: 60px;
	}
	.header-col-right {
		padding: 0;
	}
	.col2, .section {
		padding-inline: var(--margin-md);
	}
	.card-left {
		padding-inline: var(--margin-md);
	}
	.card-left-wrapper {
		padding: 80px 60px 60px 60px;
	}
	.footer {
		padding-inline: var(--margin-md);
	}
	.product-card-container {
		/* display: grid;
		gap: 24px;
		grid-template-columns: repeat(2, 1fr); */
	}
}



/* container queries (flex rows) */

@container col1 (width < 1016px) {
	.row-a {
		height: unset;
		flex-direction: column;
		gap: 31px;
	}
	.row-a > .row-windows-fy251 {
		width: 568px;
	}
}

@container col1 (width < 1016px) {
	.row-b {
		height: unset;
		flex-direction: column-reverse;
		gap: 43px;
	}
	.row-b > .row-windows-fy252 {
		width: 568px;
	}
}

@container body (width < 1439px) {
	.header {
		height: unset;
		flex-direction: column;
		align-items: flex-start;
		gap: 58px;
	}
}

@container col2 (width < 1215px) {
	.row1 {
		gap: 50px;
	}
}

@container body (width < 1187px) {
	.row2 {
		height: unset;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@container body (width < 1439px) {
	.footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.header-col-left {
		padding: 60px;
	}
}




@media screen and (max-width: 576px) {
	.hero {
		flex-direction: column;
	}
	.header {
		padding: 60px;
	}
	.header-bg-image {
		background: transparent;
	}
	.header-copilot-plus {
		max-width: 200px;
	}
	.row-windows-fy252, .row-windows-fy253, .row-windows-fy254 {
		height: 300px;
	}
	.section {
		padding: 60px;
	}
	.header-frame-right {
		padding: 0;
		width: 100%;
	}
	.header-col-left {
		width: 90%;
		padding: 0px;
		gap: 60px;
	}
	.header-col-right {
		min-height: 0;
	}
	.header-business-ready {
		font-size: 50px;
	}
	.card-left-wrapper {
		padding: 0;
	}
	.section-header {
		margin-bottom: 40px;
	}
	.product-card-container {
		/* grid-template-columns: 1fr;
		gap: 24px; */
	}
	.row1 {
		flex-direction: column;

	}
	.col2 {
		padding: 60px;
	}
	.card-left {
		padding: 60px;
	}
	.footer {
		padding: 60px;
		text-align: left;
		align-items: flex-start;
	}
	.footer-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.footer-text {
		margin-top: 15px;
	}
	.text, .column-title, .card-left-title, .title-unlock-efficiency {
		font-size: 40px;
	}
	.column-subtitle {
		font-size: 30px;
	}
}

/* カード全体 */
.product-card-container {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px; */
	width: 100%;
  padding: 16px;
}

.product-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  text-align: center;
  padding: 60px 16px;
  display: flex;
  justify-content: center;
	gap: 20px;
}

/* 画像部分 */
.product-card__image {
  margin-bottom: 12px;
	width: 30%;
}
.product-card__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.product-card__image .product-card__image_caption {
  font-size: 1.05rem;
}


/* テキスト部分 */
.product-card__info .copilot_logo img {
	max-width: 300px;
	width: 100%;
}
.product-card__info h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
	text-align: left;
	line-height: 1;
	margin-top: 0.5em;
}
.product-card__info h3 span {
	font-size: 1.2rem;
	font-weight: normal;
	margin-right: 0.35em;
}
.product-card__info p {
  font-size: 1.25rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 16px;
	text-align: left;
}
.product-card__info p.text-title-3_sub {
	line-height: 1;
	color: #8d8d8d;
}

/* ボタン */
.product-card__cta {
  margin-top: 8px;
	max-width: 300px;
	width: 100%;
}

.product-card__cta .btn {
	position: relative;
  display: block;
  width: 100%;
  padding: 10px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.product-card__cta .btn.c-ico__arrow::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: min(1.1764705882vw, 16px);
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: .5em;
}
.product-card__cta .btn.c-ico__arrow.black--arrow::after {
    background-image: url(/sites/default/files/dynabook-b2b/assets_2025/business/windows11-copilot-pc/assets/arrow-black-bold.svg);
    position: absolute;
    right: min(1.7647058824vw, 24px);
    top: 50%;
    transform: translate(0, -50%);
}
.product-card__cta .btn.c-ico__arrow.white--arrow::after {
    background-image: url(/sites/default/files/dynabook-b2b/assets_2025/business/windows11-copilot-pc/assets/arrow-white-bold.svg);
    position: absolute;
    right: min(1.7647058824vw, 24px);
    top: 50%;
    transform: translate(0, -50%);
}
.product-card__cta .btn.webmodel {
  background-color: #CC4B30;
	color: #fff;
}
.product-card__cta .btn.webmodel:hover {
  opacity: 0.7;
}

/* 白いボタン（詳細はこちら風） */
.product-card__cta .btn.button--campaign-secondary {
  border: 1px solid #999;
  background: #fff;
  color: #333;
}
.product-card__cta .btn.button--campaign-secondary:hover {
  background: #f7f7f7;
}

/* 赤いボタン */
.product-card__cta .btn.button--campaign-primary {
  border: none;
  background: #c9412d;
  color: #fff;
}
.product-card__cta .btn.button--campaign-primary:hover {
  background: #a5301e;
}

.product--container {
	padding: 60px 0;
}

@media screen and (max-width: 576px) {
	.section-header {
		margin: 40px 0;
	}
	.section.product {
		padding: 0;
	}
	.product-card {
		display: block;
		padding: 20px 20px 40px;
	}
	.product-card__image {
		width: 100%;
	}
	.product-card__info .copilot_logo img {
		max-width: 200px;
	}
	.product-card__cta {
		max-width: 100%;
	}
	.product-card__cta .btn.c-ico__arrow::after {
		width: min(20px, 24px);
	}
	.product-card__cta .btn.c-ico__arrow.black--arrow::after {
		right: min(10px, 24px);
	}
}