@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0;
	margin-right: 0;
	font-family: Noto Sans JP,sans-serif;
}
.main_wrap {
  background-image: linear-gradient(0deg, #f3f6f6, #addcee);
	padding: 32px 10px 48px;
	margin-bottom: 24px;
}
.ipad_logo {
	margin-bottom: 18px
}
.ipad_logo img {
	max-width: 90px;
	height: auto;
}
.main_wrap .main_image img {
	max-width: 280px;
	height: auto;
}



.main_wrap .apple_catch {
    background: linear-gradient(180deg, #004c94 0%, #297bc4 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-weight: 800;
	line-height: 1;
	font-size: 20px;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 32px;
}
.main_wrap .apple_intro {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #666;
}
.partner_message {
	line-height: 23.1px;
	margin-top: 24px;
	margin-bottom: 26px;
	word-break: break-word;
	font-size: 17px;
	margin-block: 24px;
	margin-bottom: 36px;
}

.main_wrap a.apple_inq_btn {
	padding: 10px 16px;
	border-radius: 50px;
	text-decoration: none;
	text-box-edge: cap alphabetic;
	font-size: 14px;
    color: #1d1d1f;
    background: #fff;
    border: 1px solid #1d1d1f;

}
.main_wrap a.apple_inq_btn:hover {
    background: #222;
	color: white;
}

.main_wrap a.apple_inq_btn {
}
.main_wrap .text-center {
	text-align: center;
}
@media (min-width:768px){
	.main_wrap {
	  background-image: linear-gradient(0deg, #f3f6f6, #addcee);
		padding: 64px 10px 80px;
		margin-bottom: 80px;
	}
	.ipad_logo {
		margin-bottom: 26px
	}
	.ipad_logo img {
		max-width: 200px;
	}
	.main_wrap .main_image img {
		max-width: 800px;
	}
	.main_wrap .apple_catch {
		font-size: 31px;
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.main_wrap .apple_intro {
		font-size: 21px;
	}
	.partner_message {
		margin-top: 24px;
		margin-bottom: 26px;
		font-size: 17px;
		margin-block: 24px;
		margin-bottom: 36px;
	}

}




.img_wrap {
	line-height: 0;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.nowrap{
	white-space: nowrap;
}
span.jp-headline-adjust {
	display: inline-flex;
	margin-right: -0.55em;
}
sup.too_sup {
	font-size: 0.6em;
}
 .visuallyhidden {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(0 0 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

.too_container_all {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px){
	.too_container_all {
		max-width: 692px;
	}
}
@media (min-width: 1080px){
	.too_container_all {
		max-width: 980px;
	}
}



.too_container {
	display: grid;
	gap: 16px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 16px;
	column-gap: 16px;
	font-family: Noto Sans JP,sans-serif;
	
}
@media (min-width: 768px){
	.too_container {
		font-size: 19px;
	}
}
@media (min-width: 1080px){
	.too_container {
		font-size: 20px;
	}
}


.too_container p {
	margin: 0;
}
.too_text_white {
	color: white;
	padding-top: 24px; 

}
.too_text_gradation_1 {
	 background: linear-gradient(180deg, #004c94 0%, #297bc4 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	font-family: Noto Sans JP,sans-serif;
}
.too_text_gradation_ai {
	background: #fff;
	  background-image: linear-gradient(90deg, #00b1ff 40%, #f900ff 50%, #ff5600 65%, #ffb400 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	font-family: "sans-serif";
	margin-top: 32px;
	font-family: Noto Sans JP,sans-serif;
}


@media (min-width: 768px){
	.text-center {
		text-align: center;
	}
}

.too_container_col_1;
.too_container_col_1_1,
.too_container_col_1_1_2g,
.too_container_col_2_1 {
	grid-template-columns: 1fr; 
}
@media (min-width: 768px){
	.too_container_col_1 {
		grid-template-columns: 1fr; 
	}
	.too_container_col_1_1 {
		grid-template-columns: 1fr 1fr; 
	}
	.too_container_col_1_1_2g {
		grid-template-columns: 1fr 1fr; 
	}
	.too_container_col_2_1 {
		grid-template-columns: 2fr 1fr; 
	}
}



.block_padding_1 {
	padding: 42px 42px;
}
.block_padding_top_0 {
	padding-top: 0;
}
.block_padding_bottom_0 {
	padding-bottom: 0;
}


@media(min-width: 768px){
	.block_padding_1 {
		padding: 32px 20px;
	}
	.block_padding_top_0 {
		padding-top: 0;
	}
	.block_padding_bottom_0 {
		padding-bottom: 0;
	}
}
@media(min-width: 1080px){
	.block_padding_1 {
		padding: 42px 24px;
	}
	.block_padding_top_0 {
		padding-top: 0;
	}
	.block_padding_bottom_0 {
		padding-bottom: 0;
	}
}



.br_large_only {
	display: none;
}

@media(min-width: 768px){
	.br_small_only {
		display: none;

	}
	.br_large_only {
		display: block;

	}
	
}





.too_container_row_1_1 {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	align-items: stretch;
}
.too_container_row_1_1 div,
.too_container_row_1_1 p{
	width: 100%;
}
.too_container_row_inner_1_1 {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	align-items: center;
}






.too_flex_align_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fill_bg {
	background-color: #f3f6f6;
	border-radius: 16px;
}



.margin_top_0 {
	margin-top: 0;
}
.margin_top_1 {
	margin-top: 42px !important;
}
.margin_bottom_1 {
	margin-bottom: 48px !important;
}

/*Apple IntelligenceにパワーをもたらすApple M4チップ*/
.block_1 {
	background-image: url("../images_1/img_1_s.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 350px;
	display: flex;
	align-items: flex-end;
}
@media(min-width: 768px){
	.block_1 {
		background-image: url("../images_1/img_1.jpg");
		min-height: 360px;
		align-items: flex-start;
        justify-content: center;
	}
}

.block_2 {
	padding-top: 48px;
	padding-bottom: 48px;
}
.block_2 img {
	max-width: 44px;
	margin-bottom: 12px;
}


.block_3 {
	padding-top: 48px;
	padding-bottom: 48px;
}
.block_3 img {
	max-width: 48px;
	margin-bottom: 12px;
}

@media(min-width: 768px){
	.block_2 img {
		max-width: 56px;
		margin-bottom: 16px;
	}

	.block_3 img {
		max-width: 60px;
		margin-bottom: 16px;
	}
}


/*iPadOSと魅力的なアプリ。魔法のように、思いのままに。*/

.too_container_2 {
}
@media(max-width: 767px){
	.too_container_2 {
		padding-right: 0;
		padding-bottom: 24px;
	}
}
@media(min-width: 768px){
	.too_container_2 {
	}
}
.block_4 {
	display: flex;
	align-items:stretch;
	justify-content: center;
	align-content:space-between;
	flex-wrap: wrap;
}
.block_4 p{
	width: 100%;
}
.block_4 .apple_text {
	margin-bottom: 24px;
}

@media(min-width: 768px){
	.block_4 img {
		width: 100%;
		max-width: 640px;
	}
}
	

/*Apple Intelligence。*/
.too_container_3 {
	display: flex;
	flex-wrap: wrap;
}
.block_5 .too_text_gradation_ai {
	margin-top: 36px;
}
.block_5 .too_text_gradation_1 {
	margin-bottom: 36px;
}
.too_container_3 p.ai_bar img {
	margin-left: -16px;
	margin-right: -16px;
	position: relative;
	width: calc(100% + 34px );
	max-width: 1000%;

}
.block_5.block_padding_1 {
	padding-left: 20px;
	padding-right: 20px;
}
.block_5 .apple_text {
	padding-left: 24px;
}
.block_5 img {
	max-width: 270px;
}

@media(min-width: 768px){

	.block_5 .too_text_gradation_1 {
		margin-bottom: 0;
	}
	.block_5 .too_text_gradation_ai {
		margin-top: 0;
	}

	.block_5 > p{
		width: 100%;
	}
}
@media(min-width: 1080px){
	.too_container_3 {
	}
}
.block_5 {
	display: flex;
	align-items:stretch;
	justify-content: center;
	align-content:space-between;
	flex-wrap: wrap;
}




@media(max-width: 767px){
	.block_6 { grid-area: 2 / 1 / 3 / 2; }
	.block_7 { grid-area: 1 / 1 / 2 / 2; }
}


.too_container_5 {
	aspect-ratio: 10 / 5.0;
}
.too_container_4 {
	padding-left:  3%;
	padding-right: 3%;
}



/*超高速のWi-Fi 7に対応◊。*/
.too_container_5 {
	padding-left:  7%;
	padding-right: 7%;
}
.block_8 p {
	width: 100%;
}
@media(max-width: 767px){
	.block_8 {
		padding-left:24px; 
	}
}


.too_container_6 > div {
	min-height: 370px;
}
@media(min-width: 768px){
	.too_container_6 > div {
		min-height: 472px;
	}
}

/*12MPセンターフレームフロントカメラ。*/

.too_container_7 {
	min-height: 400px;
}

.too_container_7 > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media(max-width: 767px){
	.too_container_7 .block_padding_1 {
		padding-left: 0;
		padding-top: 60px;
		padding-bottom: 38px;
	}
	.too_container_7 .too_text_gradation_1 {
		padding-left: 32px;
	}
}

.block_12 .too_text {
	margin-top: 24px;
	width: 100%;
}
@media(min-width: 768px){
	.block_12 img {
		max-width: 560px;
	}
}




@media(min-width: 768px){
	.block_5 .img_5_1 {
		max-width: 520px;
		margin-top: 32px;
	}
}
	.block_5 .img_5_2 {
	max-width: 100%;
}

.block_6 img {
	max-width: 230px;
}

@media(min-width: 1080px){
	.block_6 img {
		max-width: 460px;
	}
}
@media(min-width: 768px){
	.block_9 img {
		max-width: 400px;
	}
}

.block_10  {
	background-image: url("../images_1/img_8.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
	


.block_11 img {
	margin-bottom: 24px;
	max-width: 240px;

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

@media(min-width: 768px){
	.block_11 img {
		max-width: 240px;
	}
	.block_11 .too_text_gradation_1 {
		text-align: center;
	}
}
