.pc_on { display: block; }
.sp_on { display: none; }
@media screen and (max-width: 768px) {
	.pc_on { display: none; }
	.sp_on { display: block; }
}

body {
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif !important;
}

.box {
	container: body / inline-size;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-family: 'Segoe Sans', sans-serif;
	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;
}

.mv_btn {
	text-align: center;
	font-weight: bold;
	transition: all 0.3s;
	color: #000;
	position: relative;
}
.mv_btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mv_btn:hover:after {
	right: -1em;
	opacity: 0.7;
}
.btn {
	display: flex;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
}

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



/* column-a */

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

.column-title {
	font-size: 43px;
	font-weight: bold;
	color: #1264b3;
}

.column-text1 {
	font-size: 20px;
}

.column-text_caption {
	font-size: 12px;
}
/* end column-a*/




/* column-b */

.column-b {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-size: 20px;
}

.column-text2 {
	font-weight: 400;
}

.column-text3 {
	font-weight: 600;
}
/* end column-b*/


.header {
	/* height: 728px; */
	display: inline-block;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	background: linear-gradient(90deg,#fbd3b4 0%,#f8b7c2 25%,#d9b3e6 60%,#a4bce9 100%);
	padding: 80px 0;
}

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

.hero {
	align-items: center;
}

.header-col-left {
	width: 100%;
	max-width: 750px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 80px;
	margin: 20px auto 0;
	text-align: center;
}


.header-windows11_container {
}
.header-windows11 {
	width: 260px;
	flex-shrink: 0;
	margin: 0 auto;
}

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

.header-col2 {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-self: stretch;
	color: var(--microsoft-blue-black);
	font-weight: 400;
}

.header-col3 {
	display: flex;
	flex-grow: 2;
	flex-direction: column;
	align-items: flex-end;
	align-items: center;
	position: relative;
}
.light-shadow {
	position: absolute;
	bottom: 80px;
	width: 80%;
	height: 200px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%);
	filter: blur(60px);
	z-index: 0;
}

.header-what-s-your {
	font-weight: bold;
  background: linear-gradient(10deg, #823a00 22%, #591130 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.header-subtitle {
	font-size: 24px;
}

.header-windows-prodpc {
	min-width: 0;
	max-width: 750px;
	margin-top: -100px;
	z-index: 1;
}

.copilot-placeholder {
	display: block;
	background: #e5e5e5 url(/sites/default/files/dynabook-b2c/assets_2025/personal/windows11-copilot-pc/assets/copilot-placeholder_bg.png) no-repeat top center / contain;
	padding: 180px 40px;
}
.copilot-placeholder .container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.copilot-placeholder .maintxt {
	width: 100%;
	max-width: 500px;
	padding: 10px 0 20px;
	margin: 0 auto;
	font-size: 75px;
	font-weight: bold;
	text-align: center;
  border: solid 3px #fff;
  border-radius: 30px;
  background-image: -moz-linear-gradient( 60deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 100%);
  background-image: -webkit-linear-gradient( 60deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 100%);
  background-image: -ms-linear-gradient( 60deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 100%);
  box-shadow: 0px 44px 126.72px 17.28px rgba(43, 100, 124, 0.39);
}
.copilot-placeholder .maintxt_inner {
	font-weight: bold;
  background: linear-gradient(90deg, #0d2c6c 0%, #1a4b9e 50%, #2a6bcf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.copilot-placeholder .subtxt {
	text-align: center;
	font-size: 30px;
	margin: 20px 0;
}
.copilot-placeholder .subtxt_caption {
	text-align: center;
	padding-left: 1em;
	text-indent: -1em;
}


.col1 {
	container: col1 / inline-size;
	gap: 80px;
}
.col1 img {
	/* border: solid 10px #fff;
  box-shadow: 0px 8px 30px 0px rgba(43, 100, 124, 0.2); */
}
.col1.one-click {
	padding: 96px 0;
	background: linear-gradient(90deg, #f3fafc 0%, #f0f4ff 100%);
}

.row-top1 {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	color: var(--microsoft-blue-black);
	font-weight: 400;
	max-width: 1320px;
	margin: 0 auto;
}
.one-click .row-top1 {
	display: block;
}
.one-click .row-top1 .main_container {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
}
.one-click .row-top1 .sub_container {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	justify-content: space-between;
}
.one-click .row-top1 .sub_container li {
	width: 48%;
	display: flex;
	gap: 30px;
}
.one-click .row-top1 .sub_container li .column-title {
	font-size: 30px;
}
.one-click .row-top1 .sub_container li .column-text1 {
	font-size: 16px;
}

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

.col-left1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	flex-grow: 1;
}

.col2 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.btn-go-to-windows {
	padding-left: 24px;
	background-color: #FF00D0;
}

.col3 {
	container: col3 / inline-size;
	gap: 80px;
	color: var(--microsoft-blue-black);
}

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

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

.row-bottom2 {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	font-weight: 400;
	max-width: 1320px;
	margin: 0 auto;
}

.row {
	height: 518px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: var(--microsoft-blue-black);
	font-weight: 400;
}

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

.card-right {
	width: 100%; 
	height: 518px;
	flex-grow: 1;
	background: url(../assets/card.png) center / cover no-repeat;
}

.card-right-wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 120px 112px 120px 80px;
}

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

.col5 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	background-color: var(--windows-dark-3d5f5e);
	padding: 96px 112px;
}

.col-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-self: stretch;
	color: #ff00d0;
	font-weight: 400;
	width: 1320px;
	margin: 0 auto;
}

.title-partner {
	--min-font-size: 27; --max-font-size: 48; font-size: var(--interpolate);
	color: #ff00d0;
}

.text-insert-copy {
	--min-font-size: 16; --max-font-size: 20; font-size: var(--interpolate);
	font-weight: bold;
	color: #FF00D0;
}

.btn-shop-now {
	color: var(--microsoft-blue-black);
	background-color: var(--windows-light-c1d6cd);
}

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

.product-card__image {
  
}

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

.product-card__content {
  width: 40%;
}

.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-windows11 {
	width: 217px;
	flex-shrink: 0;
}

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


@media screen and (max-width: 1500px) {
	body {
		overflow-x: hidden;
	}
	.header {
		padding: 60px;
	}
}



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

@media screen and (max-width: 1200px) {
	.section {
		padding: 60px 20px;
	}
	.section.col2 {
		padding: 0;
	}
	.section.col3 {
		padding-top: 0;
	}
	.header, .section {
		/* padding-inline: 60px; */
	}
	.btn-go-to-windows {
		padding-inline: var(--margin-sm);
	}
	.card-right {
		padding-inline: var(--margin-md);
	}
	.col5 {
		padding-inline: var(--margin-md);
	}
	.footer {
		padding-inline: var(--margin-md);
	}
	.hero {
		flex-direction: column;
	}
	.product-card-container {
		/* display: grid;
		gap: 24px;
		grid-template-columns: repeat(2, 1fr); */
	}

}

@media screen and (max-width: 576px) {
	.header {
		padding: 60px 20px;
	}
	.header-windows11 {
		width: 200px;
	}
	.card-right {
		padding-inline: var(--margin-sm);
		padding: 60px;
		height: auto;
	}
	.card-right-wrapper {
		padding: 0;
	}
	.col5 {
		padding-inline: var(--margin-sm);
		padding: 60px;
	}
	.footer {
		padding: 60px 20px;
		text-align: left;
	}
	.text, .column-title {
		font-size: 32px;
	}
	.column-text1 {
		font-size: 18px;
	}
	.header-col1 {
		gap: 26px;
	}
	.header-what-s-your {
		font-size: 36px;
		line-height: 42px;
	}
	.header-subtitle {
		font-size: 20px;
	}
	.mv_btn {
		max-width: 100%;
	}
	.windows-fy28-commr {
		height: 400px;
	}
	.header-col3 {
		display: block;
	}
	.header-col3 img {
		width: 100%;
    position: relative;
		margin: 0 auto;
	}
	.section-header {
		margin-bottom: 40px;
	}
	.product-card-container {
		/* display: grid;
		gap: 24px;
		grid-template-columns: 1fr; */
	}
	.copilot-placeholder .maintxt {
		font-size: 52px;
	}
}



/* container queries (flex rows) */

@container body (width < 1215px) {
	.header {
		height: unset;
		flex-direction: column;
		align-items: flex-start;
		gap: 0px;
		padding: 60px 20px;
		position: relative;
		overflow: hidden;
	}
	.header-windows-fy25 {
		width: 90%;
		margin-top: -150px;
	}
	.hero {
	}
	.header-col-left {
		z-index: 1;
	}
}

@container col1 (width < 1016px) {
	.row-top1 {
		height: unset;
		flex-direction: column;
		gap: 38px;
	}
	.row-top1 > .windows-fy25-commr1 {
		width: 568px;
	}
	.column-a {
		order: 2;
    width: 100%;
	}
	.windows-fy00-commr {
		order: 1;
    width: 100%;
	}
}

@container col1 (width < 1016px) {
	.row-bottom1 {
		height: unset;
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 50px;
	}
	.row-bottom1 > .windows-fy25-commr2 {
		width: 568px;
	}
}

@container col3 (width < 1016px) {
	.row-top2 {
		height: unset;
		flex-direction: column;
		gap: 50px;
	}
	.row-top2 > * {
		margin-top: unset !important;
	}
	.row-top2 > .windows-fy25-commr3 {
		width: 568px;
	}
}

@container col3 (width < 1016px) {
	.row-bottom2 {
		height: unset;
		flex-direction: column-reverse;
		gap: 30px;
	}
	.row-bottom2 > .windows-fy25-commr4 {
		width: 568px;
	}
}

@container body (width < 1187px) {
	.row {
		height: unset;
		flex-direction: column;
	}
}

@container body (width < 1439px) {
	.footer-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.footer-text {
		margin-top: 30px;
	}
}

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

.product-card {
  background: #e9fbff;
  border-radius: 12px;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.05); */
  overflow: hidden;
  text-align: center;
  padding: 60px 30px;
  display: flex;
  justify-content: space-evenly;
	gap: 20px;
}
.product-card.onecolumn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 画像部分 */
.product-card__image {
  margin-bottom: 12px;
	width: 40%;
}
.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: 768px) {
	.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);
	}
}

.device-section-header {
	padding-top: 60px;
	text-align: center;
}
.device-section-header .text {
	font-size: 35px;
}
.device_question .ttltxt {
	margin-top: 1em;
	text-align: center;
}
.device_question .ttltxt {
	font-size: 19px;
}
.device_question .question_container {
	list-style: none;
	font-size: 19px;
	max-width: 220px;
	width: 100%;
	margin: 0 auto;	
}
.device_question .question_container li {
	position: relative;
}
.device_question .question_container li::before {
	content: "";
	display: block;
	position: absolute;
	width: 1rem;
	height: 0.5rem;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	top: 0.25rem;
	left: -2rem;
	transform: rotate(-45deg);
}
.device-btn {
	display: block;
	max-width: 345px;
	width: 100%;
	text-align: center;
	border: solid 1px #000;
	border-radius: 10px;
	transition: all 0.3s;
	color: #000;
	margin: 1em auto 0;
}
.device-btn:hover {
	background-color: #000;
	color: #fff;
}
.btn_inner {
	display: flex;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding: 6px 20px 6px 20px;
	margin: 0 auto;
}
.section--microsoft365 {
	
}
.section--microsoft365 .microsoft365_container {
	width: 100%;
	max-width: 1200px;
	background: url(/sites/default/files/dynabook-b2c/assets_2025/personal/windows11-copilot-pc/assets/microsoft365_bg.png) no-repeat left top / contain;
	margin: 20px auto;
	padding: 240px 0;
	position: relative;
}
.microsoft365_inner_txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
}
.microsoft365_inner_txt .column-title {
	font-weight: normal;
	color: #000;
}
.microsoft365_inner_txt .column-text1 {
	display: flex;
	align-items: center;
	gap: 0.25em;
	margin: 1em 0 2em;
}
.microsoft365_inner_txt .column-text1 img {
	max-width: 150px;
}
.microsoft365_inner_txt .column-btn {
	background-color: #0089e6;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	padding: 0.5em 0.75em;
	transition: all 0.3s;
}
.microsoft365_inner_txt .column-btn:hover {
	opacity: 0.7;
}

.section--notes {
}
.section--notes .notes_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: solid 1px #c8c8c8;
	padding: 40px 0 120px;
}
.section--notes .notes_container .notes_inner_txt li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.section--notes .notes_container .notes_inner_txt a {
	text-decoration: underline;
}

.enjoy-game {
	width: 100%;
	padding: 0;
}
.enjoy-game .container {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	display: flex;
}
.enjoy-game .container .inner_left,
.enjoy-game .container .inner_right {
	width: 50%;
}
.enjoy-game .container .inner_left img {
	max-width: 100%;
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
}

.enjoy-game .container .inner_right {
	display: flex;
	align-items: center;
	padding: 30px;
	background: linear-gradient(90deg, #dfe3ff 0%, #f2d7d0 100%);
}
.enjoy-game .container .inner_right .column-a {
	width: 100%;
	gap: 20px;
}
.enjoy-game .container .inner_right .column-a img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.enjoy-game .container .inner_right .column-a .column-title {
	text-align: center;
}
.enjoy-game .container .inner_right .column-a .column-text1 {
	max-width: 740px;
	margin: 0 auto;
}
@media screen and (max-width: 1680px) {
	.enjoy-game .container .inner_left img {
		aspect-ratio: 1 / 0.85;
	}
	.enjoy-game .container .inner_right .column-a img {
		max-width: 360px;
	}
}
@media screen and (max-width: 1366px) {
	.enjoy-game .container .inner_left img {
		aspect-ratio: 1 / 1;
	}
}


.no-adapter {
	background: linear-gradient(90deg, #e7ffc1 0%, #b4e7f3 100%);
	overflow: hidden;
	padding: 0;
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
}
.no-adapter .container {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 250px 0;
}
.no-adapter .header-windows-prodpc{
	position: absolute;
	bottom: -40px;
	max-width: 780px;
	z-index: 1;
}
.no-adapter .text_container {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.no-adapter .text_container .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.no-adapter .text_container li {
	width: 45%;
}
.no-adapter .text_container .main {
	font-size: 55px;
	line-height: 65px;
	font-weight: bold;
}
.no-adapter .text_container .sub {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.light-shadow {
		bottom: 0;
	}
	.copilot-placeholder {
		background: #e5e5e5 url(/sites/default/files/dynabook-b2c/assets_2025/personal/windows11-copilot-pc/assets/copilot-placeholder_bg_sp.png) no-repeat top center / contain;
		padding: 154px 20px;
	}

	.enjoy-game .container {
		display: block;
	}
	.enjoy-game .container .inner_left,
	.enjoy-game .container .inner_right {
		width: 100%;
	}
	.enjoy-game .container .inner_left img {
		aspect-ratio: 1 / 0.75;
    object-fit: cover;
	}


	.no-adapter .container {
		padding: 180px 0;
	}
	.no-adapter .text_container .inner {
		padding: 1em 20px;
	}
	.no-adapter .text_container .main {
		font-size: 22px;
    line-height: 32px;
	}
	.no-adapter .text_container .sub {
		font-size: 16px;
	}

	.col1.one-click {
		padding: 80px 20px;
	}
	.one-click .row-top1 .main_container {
		display: block;
	}
	.one-click .row-top1 .sub_container {
		display: block;
	}
	.one-click .row-top1 .sub_container li {
		width: 100%;
    flex-direction: column;
	}
	.one-click .row-top1 .sub_container li img {
		width: 75%;
	}

	.product-card.onecolumn {
		display: block;
    padding: 40px 20px;
	}
	.product-card.onecolumn .product-card__image {
		width: 100%;
	}
	.product-card.onecolumn .product-card__content {
		width: 100%;
	}

	.product-card__cta {
		max-width: 100%;
	}

	.section--microsoft365 .microsoft365_container {
		max-width: 100%;
		background: url(/sites/default/files/dynabook-b2c/assets_2025/personal/windows11-copilot-pc/assets/microsoft365_bg_sp.png) no-repeat left top / cover;
		padding: 250px 0;
	}
	.microsoft365_inner_txt {
		top: auto;
    transform: translateY(0);
		bottom: 40px;
		left: 0;
		padding: 0 20px;
	}
	.microsoft365_inner_txt .column-title {
		font-size: 28px;
	}
	.microsoft365_inner_txt .column-text1 {
		font-size: 20px;
    margin: 1em 0 1.5em;
	}
	.microsoft365_inner_txt .column-btn {
		width: 100%;
    display: block;
    text-align: center;
	}

	.section--notes .notes_container {
		padding: 40px 20px;
	}
	.section--notes .notes_container .notes_inner_txt li:nth-of-type(n+2) {
		margin-top: 0.75em;
	}
}