/* ==================================================
	reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
ul, ol {
	list-style: none;
}




/* ==================================================
	font
================================================== */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('font/FormaDJRDisplay-Regular.woff2') format('woff2'),
		url('font/FormaDJRDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('font/FormaDJRMicro-Regular.woff2') format('woff2'),
		url('font/FormaDJRMicro-Regular.ttf') format('truetype')
}


/* Japanese -------------------- */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRJapaneseDisplay';
	src:url('font/FormaDJRJapaneseDisplay-Regular.woff2') format('woff2'),
		url('font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRJapaneseMicro';
	src:url('font/FormaDJRJapaneseMicro-Regular.woff2') format('woff2'),
		url('font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype')
}





/* ==================================================
	root
================================================== */

:root {
	--copilot: #0070c0; /* rgb(0 112 192) */
	--intel: #549ef7; /*rgb(84,158,247)*/
	--amd: #ff8900; /* rgb(255,137,0)*/
	--aipc: #60b000; /* rgb(96 176 0) */
	--standard-gray: #e6e6e6;
}





/* ==================================================
	base
================================================== */

body {
	-webkit-text-size-adjust: 100%;
}

.visid {
	width: 100%;
	margin: 0 auto;
	font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.375;
	background: #fff;
	letter-spacing: 0!important;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
	box-sizing: border-box;
}
.visid img,
.visid video {
	vertical-align: bottom;
	max-width: 100%;
}
.visid sup,
.visid sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: smaller;
	line-height: 1;
}
.visid sup {
	bottom: 1ex;
}
.visid sub {
	top: 1ex;
}



/* ----------------------------------------
	a
---------------------------------------- */

.visid a img {
	transition: .2s;
}
.visid a img:hover {
	opacity: .7;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	section_content
---------------------------------------- */

.section_content {
	max-width: 1148px;
	margin-right: auto;
	margin-left: auto;
}



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 50px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}




/* ----------------------------------------
	　メインビジュアル　
---------------------------------------- */
  .mv {
    color: #fff;
    line-height: 1;
    position: relative;
    height: 598px;
	background-image: url(../images/mv_bg.png);
}

.mv .mv_inner {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: center;
}

.mv .mv_inner .left {
  height: 598px;
  position: relative;
}

.mv .mv_inner .left .inner {
  max: 100%;
  margin: 0 auto;
}

.mv .btn {
  margin-top: 10px;
  border: solid #fff 2px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  transition: 0.4s;
  display: block;
  background-color: #000F6D;
  width: 260px;
}

.mv .btn a{
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}


/* .mv .mv_inner .left .left_img {
  width: 598px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 440px;
} */

.mv .mv_inner .right {
  /* height: 100%; */
  width: 516px;
  background: linear-gradient(180deg, #1777C3 0%, #1777C3 50%, #2B85C4 50%, #2B85C4 100%);
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  align-self: stretch;
}

.mv .right_wrap {
  height: 100%;
  width: 260px;
  margin: 5px auto 0;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.mv .right_wrap .mv02 {
  width: 260px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.mv .mv_inner .left .left_img {
  width: 984px;
  margin-top: 0;
}

.txt_inner {
  margin: 0 auto;
}

.txt_inner p {
  color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;

}

.mv.btn {
    margin: 10px auto 0;
    width: 60%;
    border: solid #fff 2px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-color: #000F6D;
    transition: 0.4s;
    display: block;
}

.mv .btn:hover{
  background-color: #41496B;
}

.mv .btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  background-image: url(../images/arrow_blue.png);
  background-size: 100%;
  transition: 0.4s;
}

.mv .navy_btn:after {
  background-image: url(../images/arrow_navy.png);
}

.mv .navy_btn:hover:after{
  right: 6px
}

.txt_inner .btn a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px 0;
  display: block;
}



@media screen and (max-width: 730px) {

	.mv {
		height: auto;
	}

	.mv .mv_inner {
		flex-direction: column;
		width: 100%;
	}

	.mv .sp_logo {
	background-color: #689BEE;
	}

	.mv .sp_logo .logo_img {
	margin: 0 auto;
	}

	.mv .sp_logo .logo_img img {
	padding: 20px;
	}

	.mv_inner {
		width: 1200px;
	}

	.mv .mv_inner .left .ttl_flex .inner {
	width: 100%;
	padding: 20px;
	}

	.mv .mv_inner .left {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	
	}

	.mv .mv_inner .left {
	height: auto;
	padding-left: 0;

	}

	.left_img {
	width: 100%;
	
	}

	.mv .mv_inner .right {
	position: static;
	width: 100%;
	padding-bottom: 0;
	padding: 15px;
	}

	.mv .mv_inner .left .left_img {
	width: 100%;
	margin: 0 auto;
	}

	.mv .btn {
	margin: 10px auto 0;
	
	}
	.txt_inner .btn a {
	font-size: 1.6rem;
	}

	.mv .mv_inner .right_wrap {
	width: 100%;
	display: flex;
	padding-bottom: 0;
	margin-top: 0;
	flex-direction: row;

	}

	.mv .mv_inner .left .ttl_flex .inner .logo {
	width: 100%;
	margin-top: 0;

	}

	.mv .mv_inner .left .inner {
	padding: 20px;
	}

	.mv .mv_inner .left .ttl_flex {
	height: 100%;

	}
}




/* ----------------------------------------
	heading
---------------------------------------- */

.visid h1,
.visid h2,
.visid h3,
.visid h4,
.visid h5,
.visid h6 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) {
	.x5l { font-size: 90px; line-height: 96px; }
	.x4l { font-size: 90px; line-height: 96px; }
	.x3l { font-size: 90px; line-height: 96px; }
	.xxl { font-size: 60px; line-height: 66px; }
	.xl { font-size: 40px; line-height: 44px; }
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.x5l { font-size: 260px; line-height: 260px; }
	.x4l { font-size: 180px; line-height: 180px; }
	.x3l { font-size: 112px; line-height: 116px; }
	.xxl { font-size: 70px; line-height: 74px; }
	.xl { font-size: 50px; line-height: 52px; }
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}



/* ----------------------------------------
	margin
---------------------------------------- */

.xl + p { margin-top: 20px; }
.h1 + p { margin-top: 10px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }

.visid p + p,
.visid div + p,
.visid ul + p,
.visid ol + p,
.visid dl + p
.visid img + p {
	margin-top: 1em;
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	text-align
---------------------------------------- */

.tcenter {
	text-align: center !important;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}



/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
	padding: .5em 1.2em;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	transition: .2s;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
a.button.slim {
	font-size: 13px;
}
a.button.sslim {
	font-size: 11px;
}


/* large -------------------- */

a.button.large {
	padding: .8em 1.2em;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	a.button.large {
		font-size: 22px;
	}
}


/* color -------------------- */

/* primary */
a.button.primary {
	background: #000;
}
a.button.primary:hover {
	background: #5a5a5a;
}

/* critical */
a.button.critical {
	background: #165dba;
}
a.button.critical:hover {
	background: #114a94;
}

/* white */
a.button.white {
	color: #000;
	background: #fff;
}
a.button.white:hover {
	background: #ccc;
}


/* icon -------------------- */

a.button.icon {
	flex-direction: row;
	gap: 16px;
	padding: .8em;
	background: #000;
}
a.button.icon::after {
	content: "";
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: invert(1);
}
a.button.icon:hover {
	background: #5a5a5a;
}

/* ダウンロード */
a.button.download::after {
	background-image: url(images/icon_download.png);
}

/* 見積り */
a.button.quote::after {
	background-image: url(images/icon_quote.png);
}



/* ----------------------------------------
	notes
---------------------------------------- */

.notes {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
}
.notes > li:nth-child(n+2) {
	margin-top: .5em;
}


/* num -------------------- */

.notes_num {
	counter-reset: num;
	font-size: 12px;
	line-height: 1.33;
}
.notes_num > li {
	position: relative;
	padding-left: 3em;
}
.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}
.notes_num > li::before {
	counter-increment: num;
	content: "\203B" counters(num, "-") "";
	position: absolute;
	left: 0;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.list_basic > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	text-align: left;
}
.list_basic > li:nth-child(n+2) {
	margin-top: 5px;
}
.list_basic > li::before {
	content: "\2022";
	position: absolute;
	top: .06em;
	left: 0;
	font-family: Arial;
	font-size: 130%;
	line-height: 1;
}



/* ----------------------------------------
	play
---------------------------------------- */

a.play {
	display: inline-block;
	position: relative;
	transition: .2s;
	width: 70px;
	height: 70px;
	background: rgb(0 0 0 / .6);
	border: 3px solid #fff;
}
a.play:hover {
	background: rgb(0 0 0 / .8);
}
a.play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 22.5px;
	border-color: transparent transparent transparent #fff;
}



/* ----------------------------------------
	title_line
---------------------------------------- */

.title_line {
	position: relative;
	padding-bottom: .3em;
	color: var(--copilot);
	text-align: center;
}
.title_line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 720px;
	max-width: 100%;
	height: 1px;
	background: var(--copilot);
}

/* white */
.title_line.v_white {
	color: #fff;
}
.title_line.v_white::after {
	background: #fff;
}



/* ----------------------------------------
	table_scroll
---------------------------------------- */

.table_scroll {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table_scroll::-webkit-scrollbar {
	height: 6px;
}
.table_scroll::-webkit-scrollbar-track {
	background: #f2f2f2;
}
.table_scroll::-webkit-scrollbar-thumb {
	background: #0096d6;
	border-radius: 3px;
}



/* ----------------------------------------
	YouTube
---------------------------------------- */

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ----------------------------------------
	color
---------------------------------------- */

.fc_copilot { color: var(--copilot) !important; }





/* ==================================================
	local_navi
================================================== */

html, body {
	scroll-behavior: auto;
}
.local_navi {
	position: sticky;
	top: 98px;
	z-index: 1;
	width: 100%;
	background: #fff;
}
.local_navi_menu dt {
	padding: 8px 16px;
	color: #fff;
}
.local_navi_menu dd a {
	display: block;
	transition: .2s;
	padding: 8px 16px;
	text-decoration: none;
}

/* copilot */
.local_navi_menu dt.copilot {
	background: var(--copilot);
}
.local_navi_menu dd.copilot a {
	color: var(--copilot);
}
.local_navi_menu dd.copilot a:hover {
	background: rgb(0 112 192 / .1);
}

/* feature */
.local_navi_menu dt.feature {
	background: var(--amd);
}
.local_navi_menu dd.feature a {
	color: var(--amd);
}
.local_navi_menu dd.feature a:hover {
	background: rgb(255 137 0 / .1);
}

@media screen and (max-width: 1023px) {
	html {
		scroll-padding-top: 60px;
	}
	.local_navi {
		border-top: var(--standard-gray) 1px solid;
		top: 81px;
	}
	.local_navi_trigger {
		min-height: 60px;
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 8px 16px;
	}
	.local_navi_trigger::after {
		content: "";
		width: 12px;
		height: 6px;
		background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)"></path></svg>');
	}
	.local_navi_trigger.open::after {
		transform: rotate(180deg);
	}
	.local_navi_menu {
		display: none;
		position: absolute;
		width: 100%;
		background: #fff;
	}
	.local_navi_menu dt br {
		display: none;
	}
	.local_navi_menu dd:not(dt+dd) {
		border-top: 1px solid var(--standard-gray);
	}
}

@media screen and (min-width: 1024px) {
	html {
		scroll-padding-top: 168px;
	}
	.local_navi_trigger {
		display: none;
	}
	.local_navi_menu {
		max-width: 1148px;
		margin: 0 auto;
		text-align: center;
	}
	.local_navi_menu dl {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		min-height: 70px;
	}
	.local_navi_menu dt,
	.local_navi_menu dd a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.local_navi_menu dd a {
		height: 100%;
	}
	.local_navi_menu dt {
		position: relative;
	}
	.local_navi_menu dt::after {
		content: "\2192";
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
		font-size: 20px;
		line-height: 1;
	}
	.local_navi_menu dd {
		position: relative;
	}
	.local_navi_menu dd:not(dt+dd)::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: var(--standard-gray);
	}
}





/* ==================================================
	Copilot+ PC とは？
================================================== */

.copilot_intro {
	color: #fff;
	background: linear-gradient(45deg, #edf7fd 0%, #25a2ff 20%, var(--copilot) 100%);
}
.copilot_intro_cont {
	display: grid;
	align-items: center;
	gap: 20px 40px;
	margin-top: 20px;
}
.copilot_intro_cont .media {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.copilot_intro_cont {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 40px;
	}
}





/* ==================================================
	Copilot+ PC とAI PCの違い
================================================== */

/* ----------------------------------------
	copilot_comp
---------------------------------------- */

.copilot_comp {
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
}
.copilot_comp th,
.copilot_comp td {
	vertical-align: middle;
	padding: .8em;
	text-align: center;
}
.copilot_comp th {
	color: #fff;
}
.copilot_comp thead th {
	vertical-align: middle;
	font-size: 20px;
	line-height: 1;
	background: var(--copilot);
}
.visid .copilot_comp thead th img {
	margin: 0 auto;
}
.copilot_comp tbody th {
	background: #25a2ff;
}
.copilot_comp tbody td {
	background: #9bd4ff;
}

@media screen and (max-width: 719px) {
	.copilot_comp {
		width: 680px;
		font-size: 14px;
	}
	.copilot_comp thead th {
		font-size: 18px;
	}
}



/* ----------------------------------------
	copilot_point
---------------------------------------- */

.copilot_point {
	position: relative;
	margin-top: 20px;
	padding: 20px;
	border: 2px solid var(--copilot);
	border-radius: 12px;
}
.copilot_point::before,
.copilot_point::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	border: solid transparent;
}
.copilot_point::before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: var(--copilot);
	border-width: 0 13px 30px 13px;
}
.copilot_point::after {
	border-color: rgba(255 255 255 / 0);
	border-bottom-color: #fff;
	border-width: 0 10px 24px 10px;
}
.copilot_point .cont {
	display: grid;
	gap: 20px;
	margin-top: 15px;
}
.copilot_point .cont h4 {
	padding: 15px;
	background: #9bd4ff;
	border-radius: 8px;
}

@media screen and (min-width: 768px) {
	.copilot_point::before,
	.copilot_point::after {
		left: 30%;
		transform: none;
	}
	.copilot_point::after {
		margin-left: 3px;
	}
	.copilot_point .cont {
		grid-template-columns: 40% 1fr;
		align-items: center;
	}
}





/* ==================================================
	Copilot+ PC でなにがかわる？
================================================== */

/* ----------------------------------------
	copilot_features
---------------------------------------- */

.copilot_features {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}
.copilot_features > li {
	padding: 20px 15px;
	color: #fff;
	background: var(--copilot);
	border-radius: 10px;
}
.copilot_features h4 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.copilot_features h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: #fff;
}

@media screen and (min-width: 480px) {
	.copilot_features {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1023px) {
	.copilot_features h4 br {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.copilot_features {
		grid-template-columns: repeat(4, 1fr);
	}
	.copilot_features h4 {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: calc((28px * 2) + 15px);
	}
}



/* ----------------------------------------
	copilot_video
---------------------------------------- */

.copilot_video {
	display: grid;
	gap: 40px;
	margin-top: 20px;
}
.copilot_video h4 {
	text-align: left;
	color: var(--copilot);
}
.copilot_video h4:nth-of-type(n+2) {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.copilot_video {
		grid-template-columns: repeat(2, 1fr);
	}
}





/* ==================================================
	HPの Copilot+ PC 独自の機能
================================================== */

.copilot_function {
	display: grid;
	margin-top: 20px;
}
.copilot_function > li {
	display: grid;
	gap: 20px 40px;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}
.copilot_function .media {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.copilot_function > li {
		grid-template-columns: 44.11764705882353% 1fr;
	}
	.copilot_function > li {
		padding: 30px 0;
	}
	.copilot_function .cont {
		align-self: center;
	}
}





/* ==================================================
	model
================================================== */

.model_title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}





.feature_box_sp {
	background: #f2f2f2;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature_box {
	display: none;
}
@media screen and (min-width: 1024px) {
	.product {
		position: relative;
	}
	.feature_box_sp {
	display: none;
	}
	.feature_box {
		display: block;
		position: absolute;
		left: 20px;
		right: 20px;
		top: 260px;
		background: #f2f2f2;
		text-align: center;
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	}
	.box_padding {
		width: 100%;
		height: 180px;
	}
}

/* ==================================================
	product
================================================== */
.product .cont .h1 {
	text-align: center;
}
.product .cont .h1 br {
		display: none;
	}
@media screen and (min-width: 1024px) {
	.product {
		display: flex;
		justify-content: space-between;
	}
	.product > div {
		width: 49%;
	}
	.product .cont .h1 br {
		display: inline;
	}
}

.head {
	padding: 20px;
	text-align: center;
}
/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	padding: 40px 20px 0;
	text-align: center;
}
.prod_chara_list .spec {
		display: flex;
	justify-content: center;
	align-items: center;
}
.prod_chara_list .spec > li {
	display: flex;
	justify-content: center;
	align-items: center;
	width:80px;
	height: 80px;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	background: #fff;
}
.prod_chara_list .spec > li+ li {
	margin-left: 20px;
}
.prod_chara_list .spec > li img {
	width: 70px;
	height: 70px;
}
.prod_main .logo {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.prod_main {
		padding: 50px 30px 0;
	}
}

@media screen and (max-width: 1023px) {
	.prod_main .cont {
		order: 1;
	}
}

@media screen and (min-width: 1024px) {
	.prod_main {
		grid-template-columns: 1fr 44.11764705882353%;
	}
}

.head br {
	display: none;
}
@media screen and (min-width: 1024px) {
	.head br {
		display: inline;
	}
}
.copy {
	padding: 20px;
}
.media {
	margin-top: 20px;
}

/* .intel -------------------- */

.intel {
	background: hwb(from var(--intel) h w b / 0.2);
}
.intel .prod_chara {
	background: hwb(from var(--intel) h w b / 0.2);
}
.intel .head {
	background: var(--intel);
	color: #fff;
}
.intel .copy {
	background: hwb(from var(--intel) h w b / 0.3);
}
@media screen and (min-width: 1024px) {
	.intel h4,.amd h4 {
		height: calc(1em * 1.3 * 2);
	}
}


/* amd -------------------- */
.amd {
	background: hwb(from var(--amd) h w b / 0.2);
}
.amd .prod_chara {
	background: hwb(from var(--amd) h w b / 0.2);
}
.amd .head {
	background: var(--amd);
	color: #fff;
}
.amd .copy {
	background: hwb(from var(--amd) h w b / 0.3);
}




/* ----------------------------------------
	prod_cont
---------------------------------------- */

.prod_cont {
	padding: 30px 20px;
}

@media screen and (min-width: 768px) {
	.prod_cont {
		padding: 40px 30px;
	}
}





/* ----------------------------------------
	prod_chara
---------------------------------------- */

.prod_chara_list {
	display: grid;
}
.prod_chara_list .inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}
.prod_chara_list .media {
	position: relative;
	text-align: center;
}
.prod_chara_list a.play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* lineup -------------------- */

.lineup .prod_chara_list {
	gap: 40px;
}

@media screen and (max-width: 767px) {
	.lineup .prod_chara_list > li {
		max-width: 524px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.lineup .prod_chara_list {
		grid-template-columns: repeat(2, 1fr);
	}
}


/*lineup*/
.title_bg {
	background: #000;
	color: #fff;
	text-align: center;
}
/*feature*/
.feature .cont_wrap {
	padding: 20px;
}
@media screen and (min-width: 1024px) {
	.feature .cont_wrap {
	padding: 30px;
	}
}
.feature .model_title {
	margin-top: 60px;
}
.feature .model {
	background: #f2f2f2;
}

.feature .column {
	display: grid;
	align-items: center;
	gap: 20px 40px;
	
	text-align: center;
}
.feature .column .button {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.feature .column {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*esim*/
.esim .cont_wrap {
	padding: 20px;
}
@media screen and (min-width: 1024px) {
	.esim .cont_wrap {
	padding: 30px;
	}
}
.esim .model_title {
	margin-top: 60px;
}
.esim .bg {
	background: var(--standard-gray);
	padding: 20px;
	margin-top: 20px;
}
.esim .column {
	display: grid;
	gap: 20px 40px;
	text-align: center;
}
.esim .column .d_flex {
	display: flex;
}
.esim .column .d_flex >div:nth-of-type(2) {
	margin-left: 10px;
}
.esim .column .list_basic {
	margin-top: 20px;
}
.esim .column .button {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.esim .column {
		grid-template-columns: repeat(2, 1fr);
	}
}

.esim h3 {
	background: var(--copilot);
	padding: 10px 15px;
	color: #fff;
}
.esim h5 {
	background: var(--copilot);
	padding: 5px 10px;
	color: #fff;
	text-align: left;
}


/* ----------------------------------------
	prod_link
---------------------------------------- */


.prod_link .link_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.prod_link .link_list > li {
	width: 100%;
	max-width: 420px;
}
.prod_link .link_list .button {
	width: 100%;
	height: 100%;
}
.prod_link .link_list .notes {
	margin-top: 10px;
}
.prod_link p.notes + p.notes {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.prod_link .link_list {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.prod_link .link_list > li {
		flex: 1;
		max-width: none;
	}
}
@media screen and (min-width: 1024px) {
	.prod_link .link_list {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.prod_link .link_list > li {
		flex: 1;
		max-width: none;
	}
}

/* ----------------------------------------
	パートナーナビ
---------------------------------------- */
#pnavi img {
	margin: 0 auto;
}